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

libms-npm: bump @apollo/client from 3.8.4 to 3.8.5 in /servers/lib #153

Closed
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
Binary file added servers/lib/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion servers/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graph": "script/graph.bash"
},
"dependencies": {
"@apollo/client": "^3.8.4",
"@apollo/client": "^3.8.5",
"@apollo/server": "^4.9.3",
"@nestjs/apollo": "^12.0.9",
"@nestjs/common": "^10.2.6",
Expand Down
12 changes: 6 additions & 6 deletions servers/lib/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:^3.8.4":
version: 3.8.4
resolution: "@apollo/client@npm:3.8.4"
"@apollo/client@npm:^3.8.5":
version: 3.8.5
resolution: "@apollo/client@npm:3.8.5"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.3
Expand Down Expand Up @@ -142,7 +142,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 509e37cdce7462cacda0a86c413ce471cd8f618625fb8ac3a60d6347d12f37a4fc60e12fc3fc1a375799caa21e56ff58d709e13ef5e13ab15e4dfc828a527848
checksum: 242db8340d5f04ff8f2c9ad6a0dc6ab6d596fb5c763865b0d392f6e5771d55de28faa981dcadaea80ee8b21d4ff40bfa51152a10bcae4158ecf035e47b0d17c4
languageName: node
linkType: hard

Expand Down Expand Up @@ -6229,7 +6229,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "lib@workspace:."
dependencies:
"@apollo/client": ^3.8.4
"@apollo/client": ^3.8.5
"@apollo/server": ^4.9.3
"@nestjs/apollo": ^12.0.9
"@nestjs/cli": ^10.1.18
Expand Down Expand Up @@ -6268,7 +6268,7 @@ __metadata:
type-graphql: ^2.0.0-beta.3
typescript: ^5.2.2
peerDependencies:
graphql-scalars: "*"
graphql-scalars: ^1.22.2
languageName: unknown
linkType: soft

Expand Down