Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 05a9ac7

Browse files
author
Greg Rickaby
authored
Merge pull request #198 from WebDevStudios/dependabot/npm_and_yarn/apollo/client-3.3.9
Bump @apollo/client from 3.3.8 to 3.3.9
2 parents bbb08fa + 0ae3df5 commit 05a9ac7

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react-dom": "17.0.1"
3939
},
4040
"devDependencies": {
41-
"@apollo/client": "^3.3.8",
41+
"@apollo/client": "^3.3.9",
4242
"@arkweid/lefthook": "^0.7.2",
4343
"@babel/core": "^7.12.13",
4444
"@storybook/addon-a11y": "^6.1.17",

yarn.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,17 @@
179179
dependencies:
180180
node-fetch "2.6.1"
181181

182-
"@apollo/client@^3.3.8":
183-
version "3.3.8"
184-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.8.tgz#79e18978dbf2383e2d17eedf33bf905b89b4fb43"
185-
integrity sha512-nYKoTfz2ivwzVee+uVHUSWS+xK166m4ycgxM7INq1kR1PD8o3WjBLmCmlajnqSx6KSZCFaTnH75PsfHvtUi1iA==
182+
"@apollo/client@^3.3.9":
183+
version "3.3.9"
184+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.9.tgz#f3ad07fd3f3ef4aaf9a25e3b5f99e5cca6440322"
185+
integrity sha512-4koVaCKcztuNZCiKP/nyghCVon1Y0+EoIpBytTDTvn7L+QkEQpgKZiWcRGnuJjdvL8QlKiiV7zhdJOiDhIoiUw==
186186
dependencies:
187187
"@graphql-typed-document-node/core" "^3.0.0"
188188
"@types/zen-observable" "^0.8.0"
189189
"@wry/context" "^0.5.2"
190190
"@wry/equality" "^0.3.0"
191191
fast-json-stable-stringify "^2.0.0"
192-
graphql-tag "^2.11.0"
192+
graphql-tag "^2.12.0"
193193
hoist-non-react-statics "^3.3.2"
194194
optimism "^0.14.0"
195195
prop-types "^15.7.2"
@@ -7014,10 +7014,12 @@ graphql-anywhere@^4.2.7:
70147014
ts-invariant "^0.3.2"
70157015
tslib "^1.10.0"
70167016

7017-
graphql-tag@^2.11.0:
7018-
version "2.11.0"
7019-
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
7020-
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
7017+
graphql-tag@^2.12.0:
7018+
version "2.12.0"
7019+
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.0.tgz#1f0fe5b1e303b64c76db70838b23c4c58c7a4fd5"
7020+
integrity sha512-iK040pFYpQpHfqF5UJOlYu2XEw6wx56aiyKJP1zqhxabGssqfbTIqz6U++cBwx/Izad0JNq6IsWvrL+p6d1GOA==
7021+
dependencies:
7022+
tslib "^1.14.1"
70217023

70227024
graphql@^15.5.0:
70237025
version "15.5.0"

0 commit comments

Comments
 (0)