diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 96f62a5f..4d2b6ecb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "axios": "^1.6.7", "luxon": "^3.4.4", "oidc-client-ts": "^3.1.0", - "pinia": "^2.1.7", + "pinia": "^2.2.6", "pinia-plugin-persistedstate": "^4.1.1", "swiper": "^11.0.6", "vite": "^5.4.10", @@ -10293,10 +10293,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==", - "license": "MIT", + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.6.tgz", + "integrity": "sha512-vIsR8JkDN5Ga2vAxqOE2cJj4VtsHnzpR1Fz30kClxlh0yCHfec6uoMeM3e/ddqmwFUejK3NlrcQa/shnpyT4hA==", "dependencies": { "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" @@ -10307,7 +10306,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/frontend/package.json b/frontend/package.json index fed1223d..96c095d5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "axios": "^1.6.7", "luxon": "^3.4.4", "oidc-client-ts": "^3.1.0", - "pinia": "^2.1.7", + "pinia": "^2.2.6", "pinia-plugin-persistedstate": "^4.1.1", "swiper": "^11.0.6", "vite": "^5.4.10",