Skip to content

Commit c751498

Browse files
build(deps): bump @apollo/client from 3.12.7 to 3.12.8
Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.12.7 to 3.12.8. - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](apollographql/apollo-client@v3.12.7...v3.12.8) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba9758f commit c751498

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@apollo/client": "^3.12.7",
6+
"@apollo/client": "^3.12.8",
77
"@testing-library/jest-dom": "^6.6.3",
88
"@testing-library/react": "^15.0.7",
99
"@testing-library/user-event": "^14.6.1",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
jsonpointer "^5.0.0"
2424
leven "^3.1.0"
2525

26-
"@apollo/client@^3.12.7":
27-
version "3.12.7"
28-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.12.7.tgz#d7f491a9213fa36df3187075007794dbfd80ad94"
29-
integrity sha512-c0LSzS3tmJ06WSyNxsTHlfc4OLLYDnWtN+zkRjMQ80KCcp89sEpNgZP5ZCXdt2pUwUqOAvZFKJW7L8tolDzkrw==
26+
"@apollo/client@^3.12.8":
27+
version "3.12.8"
28+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.12.8.tgz#99670386104f77ceba03f7e3dc0d91813f03cd3c"
29+
integrity sha512-053z5eCM7zNl81Lxs/SqHv8e+x3sszrtmGS2TNuPW0ZTZzmKATMsIsoblx1Kt0E67Ze3jb99JSPiQHG9ozGc3g==
3030
dependencies:
3131
"@graphql-typed-document-node/core" "^3.1.1"
3232
"@wry/caches" "^1.0.0"
@@ -37,7 +37,6 @@
3737
optimism "^0.18.0"
3838
prop-types "^15.7.2"
3939
rehackt "^0.1.0"
40-
response-iterator "^0.2.6"
4140
symbol-observable "^4.0.0"
4241
ts-invariant "^0.10.3"
4342
tslib "^2.3.0"
@@ -7967,11 +7966,6 @@ resolve@^2.0.0-next.3:
79677966
is-core-module "^2.2.0"
79687967
path-parse "^1.0.6"
79697968

7970-
response-iterator@^0.2.6:
7971-
version "0.2.6"
7972-
resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da"
7973-
integrity sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==
7974-
79757969
retry@^0.13.1:
79767970
version "0.13.1"
79777971
resolved "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658"

0 commit comments

Comments
 (0)