From 85fdcf47a7f8dae8a5a6cf4f88cbdc9391114ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:39:16 +0000 Subject: [PATCH] build(deps): bump pinia from 2.2.1 to 2.2.2 Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.1...pinia@2.2.2) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1443c352a..6d9b97e1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10188,10 +10188,9 @@ } }, "node_modules/pinia": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.1.tgz", - "integrity": "sha512-ltEU3xwiz5ojVMizdP93AHi84Rtfz0+yKd8ud75hr9LVyWX2alxp7vLbY1kFm7MXFmHHr/9B08Xf8Jj6IHTEiQ==", - "license": "MIT", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.2.tgz", + "integrity": "sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==", "dependencies": { "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10"