From 0138e9a2ca9f5fe8bad7861adb923b52bada98b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 19:04:05 +0000 Subject: [PATCH] fix: upgrade @pinia/nuxt from 0.7.0 to 0.11.1 Snyk has created this PR to upgrade @pinia/nuxt from 0.7.0 to 0.11.1. See this package in npm: @pinia/nuxt See this project in Snyk: https://app.snyk.io/org/themodernpk/project/199f0fda-5c07-4a87-957b-bac2cb8e22df?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c723dfb0..7bb652ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nuxt/ui-pro": "^1.5.0", "@nuxtjs/fontaine": "^0.4.4", "@nuxtjs/google-fonts": "^3.2.0", - "@pinia/nuxt": "^0.7.0", + "@pinia/nuxt": "^0.11.1", "@scalar/api-reference": "^1.28.24", "@vueuse/core": "^11.1.0", "apexcharts": "^4.0.0", @@ -3657,15 +3657,18 @@ "integrity": "sha512-v4ARvrip4qBCImOE5rmPUylOEK4iiED9ZyKjcvzuezqMaiRASCHKcRIuvvxL/twvLpkfnEODCOJp5dM4eZilxQ==" }, "node_modules/@pinia/nuxt": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.7.0.tgz", - "integrity": "sha512-IAKRl7mQCrFKQtD8Z6EzOz5bQ/px0FdeyaB+70A3igkFzHzKVJVblLCjFwXPBC/IO0EwHuMRk/SMgwkUn82jwg==", + "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", - "pinia": "^2.2.6" + "@nuxt/kit": "^3.9.0" }, "funding": { "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "pinia": "^3.0.3" } }, "node_modules/@pkgjs/parseargs": { diff --git a/package.json b/package.json index 66326121..2094324d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@nuxt/ui-pro": "^1.5.0", "@nuxtjs/fontaine": "^0.4.4", "@nuxtjs/google-fonts": "^3.2.0", - "@pinia/nuxt": "^0.7.0", + "@pinia/nuxt": "^0.11.1", "@scalar/api-reference": "^1.28.24", "@vueuse/core": "^11.1.0", "apexcharts": "^4.0.0",