diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-31 01:20:06 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-08-31 12:47:59 +0000 |
commit | 0ef9ecafb6e403a69dafcf333fb3693a5fd439a8 (patch) | |
tree | 36f51f7d9ca1f3762ef566813195754e6a2bdf14 /package-lock.json | |
parent | 09411a1e9d55c7ffc8c6e588dc99ce7ed5d01dd8 (diff) | |
download | nextcloud-server-0ef9ecafb6e403a69dafcf333fb3693a5fd439a8.tar.gz nextcloud-server-0ef9ecafb6e403a69dafcf333fb3693a5fd439a8.zip |
chore(deps): bump nextcloud-vue-collections from 0.12.0 to 0.13.0
Bumps [nextcloud-vue-collections](https://github.com/nextcloud/nextcloud-vue-collections) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue-collections/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue-collections/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue-collections/compare/v0.12.0...v0.13.0)
---
updated-dependencies:
- dependency-name: nextcloud-vue-collections
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/package-lock.json b/package-lock.json index 429a2ae2ce8..dcdc777457f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "marked": "^13.0.3", "moment": "^2.30.1", "moment-timezone": "^0.5.45", - "nextcloud-vue-collections": "^0.12.0", + "nextcloud-vue-collections": "^0.13.0", "node-vibrant": "^3.1.6", "p-limit": "^6.1.0", "p-queue": "^7.4.1", @@ -18598,15 +18598,15 @@ } }, "node_modules/nextcloud-vue-collections": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.12.0.tgz", - "integrity": "sha512-8qcvLfGcPlqafgidUi4Pxdn1C62WuLWpHRK0FxZ26uptbPJvjWBZbd/EVZbw1geYAAyW2tSOVuuYNemuolibJw==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.13.0.tgz", + "integrity": "sha512-J5n2Kf9h/HVKFM0YdcHnNcbbqSossq7ocQwC9fHFs87/5iKgkUMPmVmla6uTKZHUKYCNnKSJtG7pDOWD4AP47A==", "deprecated": "This package is now deprecated, the components have been merged into @nextcloud/vue as of version 8.14.0.", - "license": "AGPL-3.0", "dependencies": { - "@nextcloud/axios": "^2.4.0", - "@nextcloud/router": "^2.2.1", - "@nextcloud/vue": "^8.5.1", + "@nextcloud/axios": "^2.5.0", + "@nextcloud/l10n": "^3.1.0", + "@nextcloud/router": "^3.0.1", + "@nextcloud/vue": "^8.12.0", "lodash-es": "^4.17.21" }, "engines": { @@ -18617,20 +18617,6 @@ "vue": "^2.7.16" } }, - "node_modules/nextcloud-vue-collections/node_modules/@nextcloud/router": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz", - "integrity": "sha512-ZRc/WI0RaksEJMz08H/6LimIdP+1A1xTHThCYEghs7VgAKNp5917vT2OKSpG0cMRbIwk0ongFVt5FB5qjy/iFg==", - "license": "GPL-3.0-or-later", - "dependencies": { - "@nextcloud/typings": "^1.7.0", - "core-js": "^3.6.4" - }, - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" - } - }, "node_modules/nise": { "version": "1.5.3", "resolved": "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz", |