diff --git a/frontend/aashub/package.json b/frontend/aashub/package.json index 1b39a32..3a302db 100644 --- a/frontend/aashub/package.json +++ b/frontend/aashub/package.json @@ -28,7 +28,7 @@ "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-vue": "^9.31.0", "globals": "^15.12.0", - "pinia": "^2.2.7", + "pinia": "^2.2.8", "prettier": "^3.4.1", "sass": "1.81.0", "typescript": "^5.6.3", diff --git a/frontend/aashub/yarn.lock b/frontend/aashub/yarn.lock index ac8d208..c4eca6f 100644 --- a/frontend/aashub/yarn.lock +++ b/frontend/aashub/yarn.lock @@ -1467,10 +1467,10 @@ picomatch@^4.0.2: resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab" integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== -pinia@^2.2.7: - version "2.2.7" - resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.2.7.tgz#692ecbc259f92409b245b2dcc2564284e040b334" - integrity sha512-M+X9Eh9V5De+8wyj0rD1cgB0zy1mPN/aBEpCI9y+DgVmzXV2dIwjYBluJ5cMQd/jAoHs0VW+EyUSHMZv/Wtcnw== +pinia@^2.2.8: + version "2.2.8" + resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.2.8.tgz#78bccede31f39e0119188fdaf705c31a93da6d5f" + integrity sha512-NRTYy2g+kju5tBRe0oNlriZIbMNvma8ZJrpHsp3qudyiMEA8jMmPPKQ2QMHg0Oc4BkUyQYWagACabrwriCK9HQ== dependencies: "@vue/devtools-api" "^6.6.3" vue-demi "^0.14.10"