From 2e28448d902a3cf54ad984f3dfb10d3fc86c9fb8 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 4 Jun 2025 13:03:56 +0000 Subject: [PATCH] fix(deps): update dependency @pinia/nuxt to v0.11.1 --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1041a4f..120a4f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index c6e67e5..e516bda 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,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",