From 6b9ec0b561aea6473eb525ef3edd8b25addf9609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:19:05 +0100 Subject: [PATCH] Bump pinia from 2.2.6 to 2.2.7 in /frontend/aashub (#173) Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.6 to 2.2.7. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.6...v2.2.7) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/aashub/package.json | 2 +- frontend/aashub/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/aashub/package.json b/frontend/aashub/package.json index a2330f0..1b39a32 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.6", + "pinia": "^2.2.7", "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 96a1987..ac8d208 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.6: - version "2.2.6" - resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.2.6.tgz#ff93f35b8c02033eaedc8c92ad5f10f215d6c804" - integrity sha512-vIsR8JkDN5Ga2vAxqOE2cJj4VtsHnzpR1Fz30kClxlh0yCHfec6uoMeM3e/ddqmwFUejK3NlrcQa/shnpyT4hA== +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== dependencies: "@vue/devtools-api" "^6.6.3" vue-demi "^0.14.10"