fix(deps): update dependency pinia to v2.2.7

This commit is contained in:
Renovate
2024-11-27 15:05:01 +00:00
parent c37b834b96
commit e62c32aa0e
2 changed files with 7 additions and 5 deletions
+6 -4
View File
@@ -19,7 +19,7 @@
"date-fns": "4.1.0",
"graphql": "16.9.0",
"graphql-tag": "2.12.6",
"pinia": "2.2.6",
"pinia": "2.2.7",
"pinia-plugin-persistedstate": "4.1.3",
"subscriptions-transport-ws": "0.11.0"
},
@@ -15663,9 +15663,10 @@
}
},
"node_modules/pinia": {
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.6.tgz",
"integrity": "sha512-vIsR8JkDN5Ga2vAxqOE2cJj4VtsHnzpR1Fz30kClxlh0yCHfec6uoMeM3e/ddqmwFUejK3NlrcQa/shnpyT4hA==",
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.7.tgz",
"integrity": "sha512-M+X9Eh9V5De+8wyj0rD1cgB0zy1mPN/aBEpCI9y+DgVmzXV2dIwjYBluJ5cMQd/jAoHs0VW+EyUSHMZv/Wtcnw==",
"license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.10"
@@ -15716,6 +15717,7 @@
"resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
"integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
"hasInstallScript": true,
"license": "MIT",
"bin": {
"vue-demi-fix": "bin/vue-demi-fix.js",
"vue-demi-switch": "bin/vue-demi-switch.js"
+1 -1
View File
@@ -56,7 +56,7 @@
"date-fns": "4.1.0",
"graphql": "16.9.0",
"graphql-tag": "2.12.6",
"pinia": "2.2.6",
"pinia": "2.2.7",
"pinia-plugin-persistedstate": "4.1.3",
"subscriptions-transport-ws": "0.11.0"
},