diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-04 02:18:16 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-04 20:43:34 +0100 |
commit | 5041cb9c9cad80d3ec527159a324b345f7e1e79d (patch) | |
tree | 1f5a20132aecc409fea75768fb51498cf83ae0e7 /package-lock.json | |
parent | b2189b2265efc1d73c442e55968db94fd6221926 (diff) | |
download | nextcloud-server-5041cb9c9cad80d3ec527159a324b345f7e1e79d.tar.gz nextcloud-server-5041cb9c9cad80d3ec527159a324b345f7e1e79d.zip |
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index e139982120f..13f96532443 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "p-limit": "^4.0.0", "p-queue": "^7.4.1", "path": "^0.12.7", - "pinia": "^2.0.30", + "pinia": "^2.1.7", "query-string": "^8.1.0", "regenerator-runtime": "^0.13.9", "select2": "3.5.1", @@ -21220,9 +21220,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" |