Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#47)
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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
jwinr and snyk-bot authored Nov 26, 2024
1 parent 2c509c4 commit 341ccf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 341ccf2

Please sign in to comment.