From 2271223dc814b3185cd6a81792befeb5d96b5e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:42:24 +0900 Subject: [PATCH] npm-dressca-frontend: bump pinia in /samples/web-csr/dressca-frontend (#1479) Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.4 to 2.2.5. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.4...pinia@2.2.5) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../web-csr/dressca-frontend/consumer/package.json | 2 +- samples/web-csr/dressca-frontend/package-lock.json | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/samples/web-csr/dressca-frontend/consumer/package.json b/samples/web-csr/dressca-frontend/consumer/package.json index c26ad6124..b0427e8b2 100644 --- a/samples/web-csr/dressca-frontend/consumer/package.json +++ b/samples/web-csr/dressca-frontend/consumer/package.json @@ -23,7 +23,7 @@ "dependencies": { "@heroicons/vue": "^2.1.5", "axios": "^1.7.7", - "pinia": "^2.2.4", + "pinia": "^2.2.5", "vee-validate": "^4.14.4", "vue": "^3.5.12", "vue-router": "^4.4.5", diff --git a/samples/web-csr/dressca-frontend/package-lock.json b/samples/web-csr/dressca-frontend/package-lock.json index da008ee44..2dc3d856b 100644 --- a/samples/web-csr/dressca-frontend/package-lock.json +++ b/samples/web-csr/dressca-frontend/package-lock.json @@ -16,7 +16,7 @@ "dependencies": { "@heroicons/vue": "^2.1.5", "axios": "^1.7.7", - "pinia": "^2.2.4", + "pinia": "^2.2.5", "vee-validate": "^4.14.4", "vue": "^3.5.12", "vue-router": "^4.4.5", @@ -8289,10 +8289,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.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" @@ -8303,7 +8302,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": {