diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-10 17:30:42 +0000 |
---|---|---|
committer | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2025-01-05 09:59:49 +0100 |
commit | a678bdc03678ce1daeae93e8f844a6920e3c5ac8 (patch) | |
tree | 7aaafd6c880d8a1f03696ab37fe224f0beebce67 | |
parent | 66b588211fadcd4f459b280d233dc9e200438cc9 (diff) | |
download | nextcloud-server-a678bdc03678ce1daeae93e8f844a6920e3c5ac8.tar.gz nextcloud-server-a678bdc03678ce1daeae93e8f844a6920e3c5ac8.zip |
chore(deps): bump pinia from 2.2.8 to 2.3.0dependabot/npm_and_yarn/pinia-2.3.0
Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.8 to 2.3.0.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/v2.2.8...v2.3.0)
---
updated-dependencies:
- dependency-name: pinia
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json index f157d915f6e..8fc8a389c0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "p-limit": "^6.1.0", "p-queue": "^7.4.1", "path": "^0.12.7", - "pinia": "^2.2.8", + "pinia": "^2.3.0", "query-string": "^9.1.0", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", @@ -19820,9 +19820,9 @@ } }, "node_modules/pinia": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.8.tgz", - "integrity": "sha512-NRTYy2g+kju5tBRe0oNlriZIbMNvma8ZJrpHsp3qudyiMEA8jMmPPKQ2QMHg0Oc4BkUyQYWagACabrwriCK9HQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.0.tgz", + "integrity": "sha512-ohZj3jla0LL0OH5PlLTDMzqKiVw2XARmC1XYLdLWIPBMdhDW/123ZWr4zVAhtJm+aoSkFa13pYXskAvAscIkhQ==", "dependencies": { "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" @@ -19831,14 +19831,10 @@ "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "@vue/composition-api": "^1.4.0", "typescript": ">=4.4.4", - "vue": "^2.6.14 || ^3.5.11" + "vue": "^2.7.0 || ^3.5.11" }, "peerDependenciesMeta": { - "@vue/composition-api": { - "optional": true - }, "typescript": { "optional": true } diff --git a/package.json b/package.json index dbb84320df1..2e45f23a30c 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "p-limit": "^6.1.0", "p-queue": "^7.4.1", "path": "^0.12.7", - "pinia": "^2.2.8", + "pinia": "^2.3.0", "query-string": "^9.1.0", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", |