Skip to content

Commit

Permalink
fix: 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-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent b1b0cf9 commit 957fb72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"typescript-transform-paths": "^2.2.4"
},
"dependencies": {
"apollo-server": "^2.25.2",
"apollo-server": "^3.13.0",
"apollo-server-core": "^2.25.2",
"apollo-server-express": "^2.25.2",
"apollo-server-express": "^3.13.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bufferutil": "^4.0.3",
Expand Down

0 comments on commit 957fb72

Please sign in to comment.