From 23f8abdd024145fc122622e3da72abdc5ae740f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:00:19 +0000 Subject: [PATCH] npm-dressca-frontend: bump pinia in /samples/web-csr/dressca-frontend Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.2...pinia@2.2.4) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/web-csr/dressca-frontend/consumer/package.json | 2 +- samples/web-csr/dressca-frontend/package-lock.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/samples/web-csr/dressca-frontend/consumer/package.json b/samples/web-csr/dressca-frontend/consumer/package.json index 58bb0ff53..2aa1da284 100644 --- a/samples/web-csr/dressca-frontend/consumer/package.json +++ b/samples/web-csr/dressca-frontend/consumer/package.json @@ -24,7 +24,7 @@ "@heroicons/vue": "^2.1.5", "@vue/eslint-config-airbnb-with-typescript": "^8.0.0", "axios": "^1.7.3", - "pinia": "^2.2.0", + "pinia": "^2.2.4", "vee-validate": "^4.13.2", "vue": "^3.4.35", "vue-router": "^4.4.2", diff --git a/samples/web-csr/dressca-frontend/package-lock.json b/samples/web-csr/dressca-frontend/package-lock.json index 34fef7b3d..964224a4e 100644 --- a/samples/web-csr/dressca-frontend/package-lock.json +++ b/samples/web-csr/dressca-frontend/package-lock.json @@ -17,7 +17,7 @@ "@heroicons/vue": "^2.1.5", "@vue/eslint-config-airbnb-with-typescript": "^8.0.0", "axios": "^1.7.3", - "pinia": "^2.2.0", + "pinia": "^2.2.4", "vee-validate": "^4.13.2", "vue": "^3.4.35", "vue-router": "^4.4.2", @@ -7393,8 +7393,9 @@ } }, "node_modules/pinia": { - "version": "2.2.2", - "license": "MIT", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.4.tgz", + "integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==", "dependencies": { "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10"