Skip to content

Commit

Permalink
fix: server/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 12, 2024
1 parent b1b0cf9 commit fd7173a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"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",
"body-parser": "^1.20.3",
"bufferutil": "^4.0.3",
"chalk": "^4.1.1",
"compression": "^1.7.4",
Expand All @@ -78,7 +78,7 @@
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"express": "^4.21.0",
"express-session": "^1.17.2",
"graphql": "^15.5.1",
"graphql-compose": "^7.25.1",
Expand Down

0 comments on commit fd7173a

Please sign in to comment.