diff --git a/package-lock.json b/package-lock.json index 165405c..7995462 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,19 @@ { "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", "@vueuse/core": "^10.9.0", "nuxt-security": "^1.3.2", - "pinia": "^2.1.7", + "pinia": "^2.2.4", "vue": "^3.4.21", "vue-router": "^4.3.0" }, @@ -8553,12 +8555,12 @@ } }, "node_modules/pinia": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.0.tgz", - "integrity": "sha512-iPrIh26GMqfpUlMOGyxuDowGmYousTecbTHFwT0xZ1zJvh23oQ+Cj99ZoPQA1TnUPhU6AuRPv6/drkTCJ0VHQA==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.4.tgz", + "integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==", "dependencies": { "@vue/devtools-api": "^6.6.3", - "vue-demi": "^0.14.8" + "vue-demi": "^0.14.10" }, "funding": { "url": "https://github.com/sponsors/posva" diff --git a/package.json b/package.json index 576b0a4..35dd75b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@pinia/nuxt": "^0.5.1", "@vueuse/core": "^10.9.0", "nuxt-security": "^1.3.2", - "pinia": "^2.1.7", + "pinia": "^2.2.4", "vue": "^3.4.21", "vue-router": "^4.3.0" },