Bump @apollo/client from 3.7.14 to 3.8.4 (#8930)

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.7.14 to 3.8.4.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-client/compare/v3.7.14...v3.8.4)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-02 15:34:11 -04:00
committed by GitHub
parent 0811525c95
commit 8a6fe3071d
2 changed files with 23 additions and 17 deletions
+22 -16
View File
@@ -23,7 +23,7 @@
"@angular/platform-browser": "14.1.3", "@angular/platform-browser": "14.1.3",
"@angular/platform-browser-dynamic": "14.1.3", "@angular/platform-browser-dynamic": "14.1.3",
"@angular/router": "14.1.3", "@angular/router": "14.1.3",
"@apollo/client": "^3.7.10", "@apollo/client": "^3.8.4",
"@cspell/eslint-plugin": "^7.3.6", "@cspell/eslint-plugin": "^7.3.6",
"@editorjs/editorjs": "^2.26.5", "@editorjs/editorjs": "^2.26.5",
"@editorjs/header": "2.7.0", "@editorjs/header": "2.7.0",
@@ -1309,16 +1309,17 @@
} }
}, },
"node_modules/@apollo/client": { "node_modules/@apollo/client": {
"version": "3.7.14", "version": "3.8.4",
"license": "MIT", "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.8.4.tgz",
"integrity": "sha512-QFXE4ylSHUa6LgYoOGsPysJCm4YJOOM1NwHyF6msZdZXIerqUVpLvxQOdQEXgS0RWvYiBMC1wGOWKzJKSWBdAg==",
"dependencies": { "dependencies": {
"@graphql-typed-document-node/core": "^3.1.1", "@graphql-typed-document-node/core": "^3.1.1",
"@wry/context": "^0.7.0", "@wry/context": "^0.7.3",
"@wry/equality": "^0.5.0", "@wry/equality": "^0.5.6",
"@wry/trie": "^0.3.0", "@wry/trie": "^0.4.3",
"graphql-tag": "^2.12.6", "graphql-tag": "^2.12.6",
"hoist-non-react-statics": "^3.3.2", "hoist-non-react-statics": "^3.3.2",
"optimism": "^0.16.2", "optimism": "^0.17.5",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"response-iterator": "^0.2.6", "response-iterator": "^0.2.6",
"symbol-observable": "^4.0.0", "symbol-observable": "^4.0.0",
@@ -24487,8 +24488,9 @@
} }
}, },
"node_modules/@wry/context": { "node_modules/@wry/context": {
"version": "0.7.1", "version": "0.7.3",
"license": "MIT", "resolved": "https://registry.npmjs.org/@wry/context/-/context-0.7.3.tgz",
"integrity": "sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@@ -24497,8 +24499,9 @@
} }
}, },
"node_modules/@wry/equality": { "node_modules/@wry/equality": {
"version": "0.5.4", "version": "0.5.6",
"license": "MIT", "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.5.6.tgz",
"integrity": "sha512-D46sfMTngaYlrH+OspKf8mIJETntFnf6Hsjb0V41jAXJ7Bx2kB8Rv8RCUujuVWYttFtHkUNp7g+FwxNQAr6mXA==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@@ -24507,8 +24510,9 @@
} }
}, },
"node_modules/@wry/trie": { "node_modules/@wry/trie": {
"version": "0.3.2", "version": "0.4.3",
"license": "MIT", "resolved": "https://registry.npmjs.org/@wry/trie/-/trie-0.4.3.tgz",
"integrity": "sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@@ -41499,11 +41503,13 @@
} }
}, },
"node_modules/optimism": { "node_modules/optimism": {
"version": "0.16.2", "version": "0.17.5",
"license": "MIT", "resolved": "https://registry.npmjs.org/optimism/-/optimism-0.17.5.tgz",
"integrity": "sha512-TEcp8ZwK1RczmvMnvktxHSF2tKgMWjJ71xEFGX5ApLh67VsMSTy1ZUlipJw8W+KaqgOmQ+4pqwkeivY89j+4Vw==",
"dependencies": { "dependencies": {
"@wry/context": "^0.7.0", "@wry/context": "^0.7.0",
"@wry/trie": "^0.3.0" "@wry/trie": "^0.4.3",
"tslib": "^2.3.0"
} }
}, },
"node_modules/optionator": { "node_modules/optionator": {
+1 -1
View File
@@ -67,7 +67,7 @@
"@angular/platform-browser": "14.1.3", "@angular/platform-browser": "14.1.3",
"@angular/platform-browser-dynamic": "14.1.3", "@angular/platform-browser-dynamic": "14.1.3",
"@angular/router": "14.1.3", "@angular/router": "14.1.3",
"@apollo/client": "^3.7.10", "@apollo/client": "^3.8.4",
"@cspell/eslint-plugin": "^7.3.6", "@cspell/eslint-plugin": "^7.3.6",
"@editorjs/editorjs": "^2.26.5", "@editorjs/editorjs": "^2.26.5",
"@editorjs/header": "2.7.0", "@editorjs/header": "2.7.0",