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-PATHTOREGEXP-8482416
- https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
  • Loading branch information
snyk-bot committed Dec 9, 2024
1 parent 9f56e3a commit 015bcd6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 26 deletions.
54 changes: 30 additions & 24 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 @@ -31,10 +31,10 @@
"license": "ISC",
"dependencies": {
"@snyk/protect": "^1.1292.1",
"axios": "^1.7.7",
"axios": "^1.7.8",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"express": "^4.21.1",
"express": "^4.21.2",
"json-web-key": "^0.4.0",
"jsonwebtoken": "^9.0.2",
"winston": "^3.13.0",
Expand Down

0 comments on commit 015bcd6

Please sign in to comment.