diff --git a/package-lock.json b/package-lock.json index 165405c..1447549 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,14 +1,16 @@ { "name": "nuxt-app", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nuxt-app", + "version": "2.1.0", "dependencies": { "@nuxt/content": "^2.13.2", "@nuxtjs/i18n": "^8.3.1", - "@pinia/nuxt": "^0.5.1", + "@pinia/nuxt": "^0.5.5", "@vueuse/core": "^10.9.0", "nuxt-security": "^1.3.2", "pinia": "^2.1.7", @@ -2084,15 +2086,65 @@ } }, "node_modules/@pinia/nuxt": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.5.2.tgz", - "integrity": "sha512-YvQqcv1LehSnH1OTC+9wU53UK+UxB45+vJXpc/RljJiSAfbEVGE+3NZ8WRsWC+YvL7A3FgtbmeuqhGka0lANJA==", + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.5.5.tgz", + "integrity": "sha512-wjxS7YqIesh4OLK+qE3ZjhdOJ5pYZQ+VlEmZNtTwzQn1Kavei/khovx7mzXVXNA/mvSPXVhb9xBzhyS3XMURtw==", "dependencies": { "@nuxt/kit": "^3.9.0", - "pinia": ">=2.2.0" + "pinia": "^2.2.3" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + } + }, + "node_modules/@pinia/nuxt/node_modules/pinia": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.3.tgz", + "integrity": "sha512-t2X9y1FT0h5zHmi9PsVr0LMNC0DXdPiYxX6zM5IyZHoWFjLq/LGpM1OVpGhXTPHjUh0XaFlsQd3GvPvGGNLQnw==", + "dependencies": { + "@vue/devtools-api": "^6.6.3", + "vue-demi": "^0.14.10" }, "funding": { "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "@vue/composition-api": "^1.4.0", + "typescript": ">=4.4.4", + "vue": "^2.6.14 || ^3.3.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + }, + "typescript": { + "optional": true + } + } + }, + "node_modules/@pinia/nuxt/node_modules/vue-demi": { + "version": "0.14.10", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", + "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", + "hasInstallScript": true, + "bin": { + "vue-demi-fix": "bin/vue-demi-fix.js", + "vue-demi-switch": "bin/vue-demi-switch.js" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "@vue/composition-api": "^1.0.0-rc.1", + "vue": "^3.0.0-0 || ^2.6.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + } } }, "node_modules/@pkgjs/parseargs": { diff --git a/package.json b/package.json index 576b0a4..66cd941 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@nuxt/content": "^2.13.2", "@nuxtjs/i18n": "^8.3.1", - "@pinia/nuxt": "^0.5.1", + "@pinia/nuxt": "^0.5.5", "@vueuse/core": "^10.9.0", "nuxt-security": "^1.3.2", "pinia": "^2.1.7",