Skip to content

Commit

Permalink
fix: api-server/package.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-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 11, 2024
1 parent 3b98667 commit a5764f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"dependencies": {
"@freecodecamp/loopback-component-passport": "1.2.0",
"@sentry/node": "7.37.1",
"@sentry/node": "7.75.0",
"@sentry/tracing": "7.37.1",
"accepts": "1.3.8",
"axios": "0.23.0",
"body-parser": "1.20.0",
"compression": "1.7.4",
"connect-mongo": "3.2.0",
"cookie-parser": "1.4.6",
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"cross-env": "7.0.3",
"csurf": "1.11.0",
Expand All @@ -46,7 +46,7 @@
"dotenv": "6.2.0",
"express-flash": "0.0.2",
"express-rate-limit": "^6.7.0",
"express-session": "1.17.3",
"express-session": "1.18.1",
"express-validator": "6.14.1",
"helmet": "3.23.3",
"helmet-csp": "2.10.0",
Expand Down

0 comments on commit a5764f9

Please sign in to comment.