Skip to content

Commit

Permalink
fix: libraries/hermes/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and kkopanidis committed Sep 15, 2024
1 parent 7a6b186 commit a0c5ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/hermes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.9.5",
"@apollo/server": "^4.10.0",
"@conduitplatform/grpc-sdk": "*",
"@grpc/grpc-js": "^1.10.9",
"@grpc/proto-loader": "^0.7.6",
Expand All @@ -25,13 +25,13 @@
"@socket.io/redis-adapter": "^8.3.0",
"@types/object-hash": "^3.0.6",
"@types/swagger-ui-express": "^4.1.6",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"cookie-parser": "~1.4.6",
"cors": "^2.8.5",
"debug": "~4.3.4",
"deep-object-diff": "^1.1.9",
"deepdash-es": "^5.3.9",
"express": "~4.19.2",
"express": "~4.21.0",
"express-winston": "^4.2.0",
"graphql": "^16.8.1",
"graphql-parse-resolve-info": "^4.13.0",
Expand Down

0 comments on commit a0c5ff7

Please sign in to comment.