refactor: upgrade @apollo/client from 3.5.8 to 3.5.9 (#7921)

This commit is contained in:
Snyk bot
2022-04-09 21:00:11 +01:00
committed by Manuel Trezza
parent 519b6bac68
commit f51d638246
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -11,9 +11,9 @@
"dev": true
},
"@apollo/client": {
"version": "3.5.8",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.5.8.tgz",
"integrity": "sha512-MAm05+I1ullr64VLpZwon/ISnkMuNLf6vDqgo9wiMhHYBGT4yOAbAIseRdjCHZwfSx/7AUuBgaTNOssZPIr6FQ==",
"version": "3.5.9",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.5.9.tgz",
"integrity": "sha512-Qq3OE3GpyPG2fYXBzi1n4QXcKZ11c6jHdrXK2Kkn9SD+vUymSrllXsldqnKUK9tslxKqkKzNrkCXkLv7PxwfSQ==",
"requires": {
"@graphql-typed-document-node/core": "^3.0.0",
"@wry/context": "^0.6.0",

View File

@@ -19,7 +19,7 @@
],
"license": "BSD-3-Clause",
"dependencies": {
"@apollo/client": "3.5.8",
"@apollo/client": "3.5.9",
"@apollographql/graphql-playground-html": "1.6.29",
"@graphql-tools/links": "8.2.2",
"@graphql-tools/stitch": "6.2.4",