fix(deps): update dependency @apollo/client to v3.12.2

This commit is contained in:
Renovate
2024-12-05 21:11:28 +00:00
parent 7fc52564e1
commit 1e74c527c5
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -9,7 +9,7 @@
"version": "1.0.0",
"hasInstallScript": true,
"dependencies": {
"@apollo/client": "3.12.0",
"@apollo/client": "3.12.2",
"@auth0/auth0-vue": "2.3.3",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.9.0",
@@ -109,9 +109,9 @@
}
},
"node_modules/@apollo/client": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.0.tgz",
"integrity": "sha512-azaTC5Z46vgVrW56Nh/OaRsPwTDAMz+JTNiJhdxqfUd7DMqaNQitq0njECgDvXidtF6ERQ1ZMj10LpdCwI9j7g==",
"version": "3.12.2",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.2.tgz",
"integrity": "sha512-dkacsdMgVsrrQhLpN4JqZTIEfnNsPVwny+4vccSRqheWZElzUz1Xi0h39p2+TieS1f+wwvyzwpoJEV57vwzT9Q==",
"license": "MIT",
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
@@ -132,8 +132,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": {
+1 -1
View File
@@ -46,7 +46,7 @@
"vuetify": "3.7.5"
},
"dependencies": {
"@apollo/client": "3.12.0",
"@apollo/client": "3.12.2",
"@auth0/auth0-vue": "2.3.3",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.9.0",