Skip to content

Commit edd7d44

Browse files
fix(deps): update dependency @apollo/client to v3.12.11 (#924)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f60bf84 commit edd7d44

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@apollo/client": "3.12.10",
13+
"@apollo/client": "3.12.11",
1414
"@graphprotocol/client-apollo": "2.0.7",
1515
"graphql": "16.10.0",
1616
"react": "19.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@jridgewell/gen-mapping" "^0.3.5"
1616
"@jridgewell/trace-mapping" "^0.3.24"
1717

18-
"@apollo/[email protected].10":
19-
version "3.12.10"
20-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.12.10.tgz#8a18018915b70a339f9bf2e95bc2e296f0d3b02e"
21-
integrity sha512-XVNOBLkU3mC/tmDSJhZ2lv0sgq8ahHTLtjMeCclcsRinXfUfV8neZQ+OAkE0Mkd0uYsaRjijN51xu0ok39mqbA==
18+
"@apollo/[email protected].11":
19+
version "3.12.11"
20+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.12.11.tgz#250301155a86c59e2915637fd19c9a2c42f878a8"
21+
integrity sha512-1RppV9U3E6Uusl/33yGkZa+rXpkGU5iCstcYltwWjdTjoA/YBD2Yyu0aHy8J4uKfIExUgnMW1HJWn4A0E0rRsw==
2222
dependencies:
2323
"@graphql-typed-document-node/core" "^3.1.1"
2424
"@wry/caches" "^1.0.0"

0 commit comments

Comments
 (0)