diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-28 02:57:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-28 02:57:30 +0000 |
commit | c1e988fbea709a14c29ee2093bed0b2adfe47da0 (patch) | |
tree | af12633f0476b900e981973dc3091df75d543a90 | |
parent | 4f6c4bd162533eb8eeced565c3dbb633e281143c (diff) | |
download | nextcloud-server-c1e988fbea709a14c29ee2093bed0b2adfe47da0.tar.gz nextcloud-server-c1e988fbea709a14c29ee2093bed0b2adfe47da0.zip |
chore(deps): bump pinia from 2.2.6 to 2.2.8dependabot/npm_and_yarn/stable28/pinia-2.2.8
Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.6 to 2.2.8.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.6...v2.2.8)
---
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.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 32671724dd3..7866a96024b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "p-limit": "^4.0.0", "p-queue": "^7.4.1", "path": "^0.12.7", - "pinia": "^2.1.7", + "pinia": "^2.2.8", "query-string": "^8.1.0", "regenerator-runtime": "^0.14.0", "select2": "3.5.1", @@ -22186,9 +22186,9 @@ } }, "node_modules/pinia": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.6.tgz", - "integrity": "sha512-vIsR8JkDN5Ga2vAxqOE2cJj4VtsHnzpR1Fz30kClxlh0yCHfec6uoMeM3e/ddqmwFUejK3NlrcQa/shnpyT4hA==", + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.8.tgz", + "integrity": "sha512-NRTYy2g+kju5tBRe0oNlriZIbMNvma8ZJrpHsp3qudyiMEA8jMmPPKQ2QMHg0Oc4BkUyQYWagACabrwriCK9HQ==", "dependencies": { "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" diff --git a/package.json b/package.json index b806b3de726..5e02d5b6e00 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "p-limit": "^4.0.0", "p-queue": "^7.4.1", "path": "^0.12.7", - "pinia": "^2.1.7", + "pinia": "^2.2.8", "query-string": "^8.1.0", "regenerator-runtime": "^0.14.0", "select2": "3.5.1", |