security: fix all critical vuln dependency reports (#7645)

* chore: remove form-data vuln

* chore: stale aws in lock

* chore: other critical vulns

* chore: correct deps
This commit is contained in:
Sid
2026-04-01 18:28:47 +05:30
committed by GitHub
parent 28d1ba2438
commit 9e89255f6d
7 changed files with 4882 additions and 4404 deletions

View File

@@ -23,7 +23,7 @@
"postcss": "8.4.47",
"react": "19.0.0",
"react-dom": "18.2.0",
"rollup":"3.29.5",
"rollup":"3.30.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
@@ -33,8 +33,5 @@
"peerDependencies": {
"graphql": "^16.6.0",
"markdown-it": "^13.0.1"
},
"overrides": {
"rollup":"3.30.0"
}
}