fix(deps): update dependency @pinia/nuxt to v0.11.1

This commit is contained in:
Renovate
2025-06-04 13:03:56 +00:00
parent abf3a15020
commit 2e28448d90
2 changed files with 7 additions and 6 deletions
+6 -5
View File
@@ -12,7 +12,7 @@
"@apollo/client": "3.13.8",
"@auth0/auth0-vue": "2.4.0",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.0",
"@pinia/nuxt": "0.11.1",
"@sentry/nuxt": "9.25.1",
"@vue/apollo-composable": "4.2.2",
"apollo-link-sentry": "4.3.0",
@@ -6934,9 +6934,10 @@
}
},
"node_modules/@pinia/nuxt": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.11.0.tgz",
"integrity": "sha512-QGFlUAkeVAhPCTXacrtNP4ti24sGEleVzmxcTALY9IkS6U5OUox7vmNL1pkqBeW39oSNq/UC5m40ofDEPHB1fg==",
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.11.1.tgz",
"integrity": "sha512-tCD8ioWhhIHKwm8Y9VvyhBAV/kK4W5uGBIYbI5iM4N1t7duOqK6ECBUavrMxMolELayqqMLb9+evegrh3S7s2A==",
"license": "MIT",
"dependencies": {
"@nuxt/kit": "^3.9.0"
},
@@ -6944,7 +6945,7 @@
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"pinia": "^3.0.2"
"pinia": "^3.0.3"
}
},
"node_modules/@pkgjs/parseargs": {