From 88a6d396e35cc748cbd61af33840dc3b8a7d8b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 01:58:07 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/vue from 9.0.0-rc.4 to 9.0.0-rc.5 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.0.0-rc.4 to 9.0.0-rc.5. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.0-rc.4...v9.0.0-rc.5) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-version: 9.0.0-rc.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95e553c22..0bbd821ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/password-confirmation": "^6.0.0-rc.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-rc.4", + "@nextcloud/vue": "^9.0.0-rc.5", "jstz": "^2.1.1", "vue": "^3.5.17", "vue-material-design-icons": "^5.3.1" @@ -2639,9 +2639,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.0.0-rc.4", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-rc.4.tgz", - "integrity": "sha512-r9DGvFEKBXe6PBOEN/68btirU96iYz3yrjdw3Mi76pUhaow/LY8VV3OCFbhJU8BtU+bG5rTs+anonl4Y2t3Zfg==", + "version": "9.0.0-rc.5", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-rc.5.tgz", + "integrity": "sha512-1wg4siIYhahWs9yvvyd+rvuJGNbYbpPKT2fRQaaXYEmQW+Y04Opv3DXA6OzwssR5W9+Xgs/VSLjdBSOGJEZHBw==", "dependencies": { "@ckpack/vue-color": "^1.6.0", "@floating-ui/dom": "^1.6.13", @@ -2688,8 +2688,7 @@ "vue-select": "^4.0.0-beta.6" }, "engines": { - "node": "^20.11.0 || ^22", - "npm": "^10 || ^11" + "node": "^20.11.0 || ^22 || ^24" } }, "node_modules/@nextcloud/vue/node_modules/@ckpack/vue-color": { diff --git a/package.json b/package.json index f884bbbe3..71f0ab783 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/password-confirmation": "^6.0.0-rc.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-rc.4", + "@nextcloud/vue": "^9.0.0-rc.5", "jstz": "^2.1.1", "vue": "^3.5.17", "vue-material-design-icons": "^5.3.1"