From 48c99178f6529b7e6a8f0e1d821c3139a6882f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 02:36:34 +0000 Subject: [PATCH] chore(deps): bump pinia from 2.2.2 to 2.2.6 Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.2 to 2.2.6. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.2...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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5116cbcf4..e29759817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "date-fns": "^3.6.0", "highlight.js": "^11.10.0", "json-string-splitter": "^1.0.0", - "pinia": "^2.2.2", + "pinia": "^2.2.6", "vue": "^2.7.15", "vue-material-design-icons": "^5.3.0" }, @@ -9118,9 +9118,9 @@ } }, "node_modules/pinia": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.2.tgz", - "integrity": "sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==", + "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" @@ -9131,7 +9131,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": { diff --git a/package.json b/package.json index 64268a48e..d4dbeeee3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "date-fns": "^3.6.0", "highlight.js": "^11.10.0", "json-string-splitter": "^1.0.0", - "pinia": "^2.2.2", + "pinia": "^2.2.6", "vue": "^2.7.15", "vue-material-design-icons": "^5.3.0" },