Skip to content

Commit

Permalink
fix: api-server/package.json & api-server/package-lock.json to reduce…
Browse files Browse the repository at this point in the history
… vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
  • Loading branch information
snyk-bot committed Oct 27, 2023
1 parent dbef1e9 commit 2f9a0a7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 8 deletions.
41 changes: 34 additions & 7 deletions api-server/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 api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@freecodecamp/loopback-component-passport": "^1.2.0",
"@sentry/node": "^5.30.0",
"accepts": "^1.3.7",
"axios": "^0.21.1",
"axios": "^1.6.0",
"bad-words": "^3.0.4",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
Expand Down

0 comments on commit 2f9a0a7

Please sign in to comment.