refactor: Bump @apollo/client from 3.12.8 to 3.13.4 (#9644)

This commit is contained in:
dependabot[bot]
2025-03-14 11:18:30 +01:00
committed by GitHub
parent 7b39e20bf9
commit de9462ae7d
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -61,7 +61,7 @@
},
"devDependencies": {
"@actions/core": "1.11.1",
"@apollo/client": "3.12.8",
"@apollo/client": "3.13.4",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.8",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
@@ -170,9 +170,9 @@
}
},
"node_modules/@apollo/client": {
"version": "3.12.8",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.8.tgz",
"integrity": "sha512-053z5eCM7zNl81Lxs/SqHv8e+x3sszrtmGS2TNuPW0ZTZzmKATMsIsoblx1Kt0E67Ze3jb99JSPiQHG9ozGc3g==",
"version": "3.13.4",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.13.4.tgz",
"integrity": "sha512-Ot3RaN2M/rhIKDqXBdOVlN0dQbHydUrYJ9lTxkvd6x7W1pAjwduUccfoz2gsO4U9by7oWtRj/ySF0MFNUp+9Aw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -192,7 +192,7 @@
},
"peerDependencies": {
"graphql": "^15.0.0 || ^16.0.0",
"graphql-ws": "^5.5.5",
"graphql-ws": "^5.5.5 || ^6.0.3",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc",
"subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
@@ -22177,9 +22177,9 @@
"requires": {}
},
"@apollo/client": {
"version": "3.12.8",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.8.tgz",
"integrity": "sha512-053z5eCM7zNl81Lxs/SqHv8e+x3sszrtmGS2TNuPW0ZTZzmKATMsIsoblx1Kt0E67Ze3jb99JSPiQHG9ozGc3g==",
"version": "3.13.4",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.13.4.tgz",
"integrity": "sha512-Ot3RaN2M/rhIKDqXBdOVlN0dQbHydUrYJ9lTxkvd6x7W1pAjwduUccfoz2gsO4U9by7oWtRj/ySF0MFNUp+9Aw==",
"dev": true,
"requires": {
"@graphql-typed-document-node/core": "^3.1.1",

View File

@@ -68,7 +68,7 @@
},
"devDependencies": {
"@actions/core": "1.11.1",
"@apollo/client": "3.12.8",
"@apollo/client": "3.13.4",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.8",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",