From eceddb4b0da57b535f7ec356f5a8c1980d0866ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:20:12 +0000 Subject: [PATCH] chore(deps): Bump pinia from 2.2.5 to 2.2.6 Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.5...pinia@2.2.6) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee7410184..0c6e05a94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "blueimp-md5": "^2.19.0", "crypto-js": "^4.2.0", "js-confetti": "^0.12.0", - "pinia": "^2.2.5", + "pinia": "^2.2.6", "v-perfect-signature": "^1.4.0", "vue": "^2.7.16", "vue-advanced-cropper": "^1.11.7", @@ -13338,10 +13338,9 @@ } }, "node_modules/pinia": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.5.tgz", - "integrity": "sha512-T4PEQ4uFv2KIRC8A1Y3k1ceQGTDtxtd7nngYGu1IJUUSpuQoYfGq7w7rOc+f5YN1vx3mEs2NjjtN2IFbNS7jqA==", - "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" diff --git a/package.json b/package.json index e089e4fd2..1c76b0b4c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "blueimp-md5": "^2.19.0", "crypto-js": "^4.2.0", "js-confetti": "^0.12.0", - "pinia": "^2.2.5", + "pinia": "^2.2.6", "v-perfect-signature": "^1.4.0", "vue": "^2.7.16", "vue-advanced-cropper": "^1.11.7",