aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-23 09:25:37 +0000
committerAndy Scherzinger <info@andy-scherzinger.de>2025-01-25 08:49:40 +0100
commit4062b62f6390771881abbca8e8e87050e0bdd976 (patch)
tree77e0a08a780f245254a59d13d78b41879376cc41
parent60b39ceaf5d11b35fa624cc9b839619db8bd090e (diff)
downloadnextcloud-server-4062b62f6390771881abbca8e8e87050e0bdd976.tar.gz
nextcloud-server-4062b62f6390771881abbca8e8e87050e0bdd976.zip
chore(deps): bump pinia from 2.3.0 to 2.3.1
Bumps [pinia](https://github.com/vuejs/pinia) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json9
-rw-r--r--package.json2
2 files changed, 6 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index e68557b077a..cfa1c3b88fa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -62,7 +62,7 @@
"p-limit": "^4.0.0",
"p-queue": "^7.4.1",
"path": "^0.12.7",
- "pinia": "^2.1.7",
+ "pinia": "^2.3.1",
"query-string": "^9.0.0",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
@@ -22687,9 +22687,10 @@
}
},
"node_modules/pinia": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.0.tgz",
- "integrity": "sha512-ohZj3jla0LL0OH5PlLTDMzqKiVw2XARmC1XYLdLWIPBMdhDW/123ZWr4zVAhtJm+aoSkFa13pYXskAvAscIkhQ==",
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz",
+ "integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
+ "license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.10"
diff --git a/package.json b/package.json
index 0ec42ac7d9e..4a9e0d4a3d8 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,7 @@
"p-limit": "^4.0.0",
"p-queue": "^7.4.1",
"path": "^0.12.7",
- "pinia": "^2.1.7",
+ "pinia": "^2.3.1",
"query-string": "^9.0.0",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",