Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @apollo/server to v4.10.1 #4823

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/graphql-amqp-subscriptions-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"author": "Neo4j Inc.",
"devDependencies": {
"@apollo/server": "4.10.0",
"@apollo/server": "4.10.1",
"@neo4j/graphql": "^5.0.0",
"@types/amqplib": "0.10.5",
"@types/body-parser": "1.19.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"author": "Neo4j Inc.",
"devDependencies": {
"@apollo/gateway": "2.7.1",
"@apollo/server": "4.10.0",
"@apollo/server": "4.10.1",
"@faker-js/faker": "8.4.1",
"@types/deep-equal": "1.0.4",
"@types/is-uuid": "1.0.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/server@npm:4.10.0":
version: 4.10.0
resolution: "@apollo/server@npm:4.10.0"
"@apollo/server@npm:4.10.1":
version: 4.10.1
resolution: "@apollo/server@npm:4.10.1"
dependencies:
"@apollo/cache-control-types": "npm:^1.0.3"
"@apollo/server-gateway-interface": "npm:^1.1.1"
Expand Down Expand Up @@ -309,7 +309,7 @@ __metadata:
whatwg-mimetype: "npm:^3.0.0"
peerDependencies:
graphql: ^16.6.0
checksum: 10c0/e9462bb5713bab2b0a7e3b5f35de8e89718536282e8546a3e4f4a2f7e2d5ba1ac75425bb16d3dc6c81d808b388c67acb8e4836790c373c03666f5c299f606d4e
checksum: 10c0/6a9ab267f8e38e4a7149c5079eda1236dceabd217f241e99beafb8090f233802fc89853e61c7e0740d6f0a648da14590381270a5894891ef7618b81e8c2c4850
languageName: node
linkType: hard

Expand Down Expand Up @@ -3635,7 +3635,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@neo4j/graphql-amqp-subscriptions-engine@workspace:packages/graphql-amqp-subscriptions-engine"
dependencies:
"@apollo/server": "npm:4.10.0"
"@apollo/server": "npm:4.10.1"
"@neo4j/graphql": "npm:^5.0.0"
"@types/amqplib": "npm:0.10.5"
"@types/body-parser": "npm:1.19.5"
Expand Down Expand Up @@ -3768,7 +3768,7 @@ __metadata:
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
"@apollo/gateway": "npm:2.7.1"
"@apollo/server": "npm:4.10.0"
"@apollo/server": "npm:4.10.1"
"@apollo/subgraph": "npm:^2.2.3"
"@faker-js/faker": "npm:8.4.1"
"@graphql-tools/merge": "npm:^9.0.0"
Expand Down
Loading