refactor: Bump @apollo/client from 3.11.10 to 3.12.2 (#9472)

This commit is contained in:
dependabot[bot]
2024-12-08 01:43:14 +01:00
committed by GitHub
parent 0a8f569697
commit 0825f46650
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -61,7 +61,7 @@
},
"devDependencies": {
"@actions/core": "1.11.1",
"@apollo/client": "3.11.10",
"@apollo/client": "3.12.2",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
@@ -168,9 +168,9 @@
}
},
"node_modules/@apollo/client": {
"version": "3.11.10",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.10.tgz",
"integrity": "sha512-IfGc+X4il0rDqVQBBWdxIKM+ciDCiDzBq9+Bg9z4tJMi87uF6po4v+ddiac1wP0ARgVPsFwEIGxK7jhN4pW8jg==",
"version": "3.12.2",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.2.tgz",
"integrity": "sha512-dkacsdMgVsrrQhLpN4JqZTIEfnNsPVwny+4vccSRqheWZElzUz1Xi0h39p2+TieS1f+wwvyzwpoJEV57vwzT9Q==",
"dev": true,
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
@@ -191,8 +191,8 @@
"peerDependencies": {
"graphql": "^15.0.0 || ^16.0.0",
"graphql-ws": "^5.5.5",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0",
"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"
},
"peerDependenciesMeta": {
@@ -21226,9 +21226,9 @@
"requires": {}
},
"@apollo/client": {
"version": "3.11.10",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.10.tgz",
"integrity": "sha512-IfGc+X4il0rDqVQBBWdxIKM+ciDCiDzBq9+Bg9z4tJMi87uF6po4v+ddiac1wP0ARgVPsFwEIGxK7jhN4pW8jg==",
"version": "3.12.2",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.2.tgz",
"integrity": "sha512-dkacsdMgVsrrQhLpN4JqZTIEfnNsPVwny+4vccSRqheWZElzUz1Xi0h39p2+TieS1f+wwvyzwpoJEV57vwzT9Q==",
"dev": true,
"requires": {
"@graphql-typed-document-node/core": "^3.1.1",

View File

@@ -67,7 +67,7 @@
},
"devDependencies": {
"@actions/core": "1.11.1",
"@apollo/client": "3.11.10",
"@apollo/client": "3.12.2",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",