diff --git a/package-lock.json b/package-lock.json index 648e859f6..7fd47570a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "js-confetti": "^0.12.0", "linkify-string": "^4.1.3", "lodash-es": "^4.17.21", - "pinia": "^2.2.4", + "pinia": "^2.2.5", "style-loader": "^3.3.4", "v-perfect-signature": "^1.4.0", "vue": "^2.7.16", @@ -13098,9 +13098,9 @@ } }, "node_modules/pinia": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.4.tgz", - "integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.5.tgz", + "integrity": "sha512-T4PEQ4uFv2KIRC8A1Y3k1ceQGTDtxtd7nngYGu1IJUUSpuQoYfGq7w7rOc+f5YN1vx3mEs2NjjtN2IFbNS7jqA==", "dependencies": { "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" @@ -13111,7 +13111,7 @@ "peerDependencies": { "@vue/composition-api": "^1.4.0", "typescript": ">=4.4.4", - "vue": "^2.6.14 || ^3.3.0" + "vue": "^2.6.14 || ^3.5.11" }, "peerDependenciesMeta": { "@vue/composition-api": { diff --git a/package.json b/package.json index c1d6e4dec..24f10bd1d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "js-confetti": "^0.12.0", "linkify-string": "^4.1.3", "lodash-es": "^4.17.21", - "pinia": "^2.2.4", + "pinia": "^2.2.5", "style-loader": "^3.3.4", "v-perfect-signature": "^1.4.0", "vue": "^2.7.16",