summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-14 01:06:04 +0000
committerGitHub <noreply@github.com>2023-10-14 01:06:04 +0000
commit2b49e5a8bc64335b14fcf8b625e65874c249e579 (patch)
treec857dff601db8035e5311da71c59f96ad8654ac8
parent433448d695c1af8dcadf4f13f58a168ec3d10cf1 (diff)
chore(deps): Bump pinia from 2.1.6 to 2.1.7
Bumps [pinia](https://github.com/vuejs/pinia) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.1.6...pinia@2.1.7) --- 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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 2eda75ee4..da92886d1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -37,7 +37,7 @@
"lodash": "^4.17.21",
"mockconsole": "0.0.1",
"nextcloud-vue-collections": "^0.11.1",
- "pinia": "^2.1.6",
+ "pinia": "^2.1.7",
"ua-parser-js": "^1.0.36",
"util": "^0.12.5",
"vue": "^2.7.14",
@@ -17036,9 +17036,9 @@
}
},
"node_modules/pinia": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.1.6.tgz",
- "integrity": "sha512-bIU6QuE5qZviMmct5XwCesXelb5VavdOWKWaB17ggk++NUwQWWbP5YnsONTk3b752QkW9sACiR81rorpeOMSvQ==",
+ "version": "2.1.7",
+ "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.1.7.tgz",
+ "integrity": "sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==",
"dependencies": {
"@vue/devtools-api": "^6.5.0",
"vue-demi": ">=0.14.5"
@@ -34109,9 +34109,9 @@
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g=="
},
"pinia": {
- "version": "2.1.6",
- "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.1.6.tgz",
- "integrity": "sha512-bIU6QuE5qZviMmct5XwCesXelb5VavdOWKWaB17ggk++NUwQWWbP5YnsONTk3b752QkW9sACiR81rorpeOMSvQ==",
+ "version": "2.1.7",
+ "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.1.7.tgz",
+ "integrity": "sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==",
"requires": {
"@vue/devtools-api": "^6.5.0",
"vue-demi": ">=0.14.5"
diff --git a/package.json b/package.json
index 8fc328a44..79b298b7a 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"lodash": "^4.17.21",
"mockconsole": "0.0.1",
"nextcloud-vue-collections": "^0.11.1",
- "pinia": "^2.1.6",
+ "pinia": "^2.1.7",
"ua-parser-js": "^1.0.36",
"util": "^0.12.5",
"vue": "^2.7.14",