From b9e23719a1bc0a10fbe809898f8c57770583d2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 02:10:09 +0000 Subject: [PATCH] build(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-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 ++++++++---------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index f82e733b19c..637e17cb95d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "marked": "^13.0.3", "moment": "^2.30.1", "moment-timezone": "^0.6.0", - "nextcloud-vue-collections": "^0.12.0", + "nextcloud-vue-collections": "^0.13.0", "node-vibrant": "^3.1.6", "p-limit": "^6.2.0", "p-queue": "^7.4.1", @@ -22936,15 +22936,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": { @@ -22955,20 +22955,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", diff --git a/package.json b/package.json index 3f4f166d696..c4e97f1f437 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "marked": "^13.0.3", "moment": "^2.30.1", "moment-timezone": "^0.6.0", - "nextcloud-vue-collections": "^0.12.0", + "nextcloud-vue-collections": "^0.13.0", "node-vibrant": "^3.1.6", "p-limit": "^6.2.0", "p-queue": "^7.4.1",