Skip to content

Commit

Permalink
fix(deps): replace dependency apollo-server-express with @apollo/server
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 21, 2024
1 parent 4124a9f commit 134f6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-server/v3/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"@graphql-tools/schema": "^7.1.5",
"apollo-server-express": "^3.4.1",
"@apollo/server": "^4.0.0",
"express": "^4.17.1",
"graphql": "^15.5.1",
"graphql-subscriptions": "^1.2.1",
Expand Down

0 comments on commit 134f6cf

Please sign in to comment.