Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
  • Loading branch information
snyk-bot committed Nov 26, 2024
1 parent 7222d69 commit fb08970
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"aws-amplify": "^6.8.0",
"aws-jwt-verify": "^4.0.1",
"aws-sdk": "^2.1691.0",
"axios": "^1.7.7",
"axios": "^1.7.8",
"cookie": "^0.7.2",
"dompurify": "^3.1.7",
"dotenv": "^16.4.5",
Expand All @@ -31,7 +31,7 @@
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^11.0.2",
"lru-cache": "^11.0.1",
"lucide-react": "^0.453.0",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
Expand Down

0 comments on commit fb08970

Please sign in to comment.