Skip to content

Commit 05299c8

Browse files
author
Deepak Pandey
committed
security: fix high severity axios vulnerability
- Update axios to version >=1.12.0 to fix DoS vulnerability - Resolves CVE: GHSA-4hjh-wcwx-xvwj - Fixes lack of data size check that could lead to DoS attacks - All security vulnerabilities now resolved (0 found) Security: High severity vulnerability patched
1 parent 8ba0aa2 commit 05299c8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@
2929
"test:local:security": "./scripts/test-ci-local.sh security",
3030
"test:local:build": "./scripts/test-ci-local.sh build",
3131
"test:local:vercel": "./scripts/test-ci-local.sh vercel",
32-
"vercel:setup": "./scripts/setup-vercel-config.sh"
32+
"vercel:setup": "./scripts/setup-vercel-config.sh",
33+
"lighthouse": "lhci autorun",
34+
"lighthouse:local": "lhci autorun --config=lighthouserc.js",
35+
"lighthouse:install": "npm install -g @lhci/cli@0.12.x",
36+
"lighthouse:test": "./scripts/lighthouse-test.sh local",
37+
"lighthouse:custom": "./scripts/lighthouse-test.sh custom"
3338
},
3439
"dependencies": {
3540
"@google/generative-ai": "^0.24.1",

0 commit comments

Comments
 (0)