Browse Source

1. ajv is only used by eslint to validate config schemas during linting
2. It's a dev dependency, never reaches production
3. The ReDoS requires crafted $data schema input — not an attack vector in a linting config

maziggy 3 months ago
parent
commit
bedcd0a73e
2 changed files with 146 additions and 2069 deletions
  1. 146 2067
      frontend/package-lock.json
  2. 0 2
      frontend/package.json

File diff suppressed because it is too large
+ 146 - 2067
frontend/package-lock.json


+ 0 - 2
frontend/package.json

@@ -32,10 +32,8 @@
     "i18next": "25.6.3",
     "i18next-browser-languagedetector": "^8.2.0",
     "i18next-http-backend": "^3.0.2",
-    "install": "^0.13.0",
     "jszip": "^3.10.1",
     "lucide-react": "^0.555.0",
-    "npm": "^11.9.0",
     "react": "^19.2.0",
     "react-dom": "^19.2.0",
     "react-i18next": "^16.3.5",

Some files were not shown because too many files changed in this diff