Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to v3.7.15 (#8457)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent 0f8e199 commit ce7f712
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
17 changes: 13 additions & 4 deletions packages/studio/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ __metadata:
linkType: hard

"@apollo/client@npm:^3.7.8":
version: 3.7.14
resolution: "@apollo/client@npm:3.7.14"
version: 3.7.15
resolution: "@apollo/client@npm:3.7.15"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.0
"@wry/equality": ^0.5.0
"@wry/trie": ^0.3.0
"@wry/trie": ^0.4.0
graphql-tag: ^2.12.6
hoist-non-react-statics: ^3.3.2
optimism: ^0.16.2
Expand All @@ -54,7 +54,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: fb5169b68f60413f790cdc6c5d31adf23dfdc0ca5b1a0b21cdf2df28cea5847a65ad4bd421be1e26ff7a1e0ea205202deab1699e1b0b83d13d1d9a339e352bee
checksum: b7daba0b7e9b5d96357d55f7cca9bb45cb8b799a7f779aa158721fbe2730559a9709a74f95e22270d9ade74ebdc70d1cc9d6dad80fe98494ece17b0dbabf3e51
languageName: node
linkType: hard

Expand Down Expand Up @@ -1464,6 +1464,15 @@ __metadata:
languageName: node
linkType: hard

"@wry/trie@npm:^0.4.0":
version: 0.4.3
resolution: "@wry/trie@npm:0.4.3"
dependencies:
tslib: ^2.3.0
checksum: 1a14edba595b1967d0cf38208c2660b2952a8e8a649bb669b67907df48f602c7f2acbe16c1e1b115afa7d7effb9f1a4dbde38eef16ee92e7521a511262a53281
languageName: node
linkType: hard

"@xstate/fsm@npm:1.4.0":
version: 1.4.0
resolution: "@xstate/fsm@npm:1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@apollo/client": "3.7.14",
"@apollo/client": "3.7.15",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.30.2",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.7.14":
version: 3.7.14
resolution: "@apollo/client@npm:3.7.14"
"@apollo/client@npm:3.7.15":
version: 3.7.15
resolution: "@apollo/client@npm:3.7.15"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.0
"@wry/equality": ^0.5.0
"@wry/trie": ^0.3.0
"@wry/trie": ^0.4.0
graphql-tag: ^2.12.6
hoist-non-react-statics: ^3.3.2
optimism: ^0.16.2
Expand All @@ -98,7 +98,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: fb5169b68f60413f790cdc6c5d31adf23dfdc0ca5b1a0b21cdf2df28cea5847a65ad4bd421be1e26ff7a1e0ea205202deab1699e1b0b83d13d1d9a339e352bee
checksum: b7daba0b7e9b5d96357d55f7cca9bb45cb8b799a7f779aa158721fbe2730559a9709a74f95e22270d9ade74ebdc70d1cc9d6dad80fe98494ece17b0dbabf3e51
languageName: node
linkType: hard

Expand Down Expand Up @@ -7441,7 +7441,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": 3.7.14
"@apollo/client": 3.7.15
"@babel/cli": 7.21.5
"@babel/core": 7.21.8
"@babel/runtime-corejs3": 7.21.5
Expand Down Expand Up @@ -10512,6 +10512,15 @@ __metadata:
languageName: node
linkType: hard

"@wry/trie@npm:^0.4.0":
version: 0.4.3
resolution: "@wry/trie@npm:0.4.3"
dependencies:
tslib: ^2.3.0
checksum: 1a14edba595b1967d0cf38208c2660b2952a8e8a649bb669b67907df48f602c7f2acbe16c1e1b115afa7d7effb9f1a4dbde38eef16ee92e7521a511262a53281
languageName: node
linkType: hard

"@xmldom/xmldom@npm:^0.8.3":
version: 0.8.6
resolution: "@xmldom/xmldom@npm:0.8.6"
Expand Down

0 comments on commit ce7f712

Please sign in to comment.