refactor: upgrade @apollo/client from 3.5.7 to 3.5.8 (#7814)

This commit is contained in:
Snyk bot
2022-02-17 00:48:05 +02:00
committed by GitHub
parent 7a30d7c885
commit 8cece4a2a8
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.7",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.5.7.tgz",
"integrity": "sha512-HSLqTGp3sp/PVIWYLLr5v3fjQSr6Fxg6Z5RQj5Q9ALyseIVudD8GZk1jHplaUblTFMBueXGw3Z6DXObuVAr3tw==",
"version": "3.5.8",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.5.8.tgz",
"integrity": "sha512-MAm05+I1ullr64VLpZwon/ISnkMuNLf6vDqgo9wiMhHYBGT4yOAbAIseRdjCHZwfSx/7AUuBgaTNOssZPIr6FQ==",
"requires": {
"@graphql-typed-document-node/core": "^3.0.0",
"@wry/context": "^0.6.0",

View File

@@ -21,7 +21,7 @@
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.29",
"@graphql-tools/links": "8.2.1",
"@apollo/client": "3.5.7",
"@apollo/client": "3.5.8",
"@graphql-tools/stitch": "6.2.4",
"@graphql-tools/utils": "6.2.4",
"@parse/fs-files-adapter": "1.2.1",