From 5ab707ad8df2913511695581048ba1c626df88f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 01:09:45 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/vue from 9.0.0 to 9.0.1 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.0.0 to 9.0.1. - [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...v9.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3988b3163..d93234adb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/password-confirmation": "^6.0.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0", + "@nextcloud/vue": "^9.0.1", "jstz": "^2.1.1", "vue": "^3.5.17", "vue-material-design-icons": "^5.3.1" @@ -3034,9 +3034,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0.tgz", - "integrity": "sha512-zEz1NObKuMuWBCSbDxGtfkM6ZYKpYyFGCStuBF+/N4Wh4LBp2Z6QY14A311nuMOwSM2W2i16MMpYvIYGguUTkA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.1.tgz", + "integrity": "sha512-EvNd97GUXYr4uRn/XgDfHfPB5lqn144stgj065qoQ9ERk98W1/YSQQtLJ++dhCzGpJ+kINU6FMiXy4ly2kDgfw==", "dependencies": { "@ckpack/vue-color": "^1.6.0", "@floating-ui/dom": "^1.7.4", @@ -3063,7 +3063,7 @@ "floating-vue": "^5.2.2", "focus-trap": "^7.6.5", "linkifyjs": "^4.3.2", - "p-queue": "^8.1.1", + "p-queue": "^9.0.0", "rehype-external-links": "^3.0.0", "rehype-highlight": "^7.0.2", "rehype-react": "^8.0.0", @@ -3109,6 +3109,32 @@ "@nextcloud/files": "^3.12.0" } }, + "node_modules/@nextcloud/vue/node_modules/p-queue": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.0.0.tgz", + "integrity": "sha512-KO1RyxstL9g1mK76530TExamZC/S2Glm080Nx8PE5sTd7nlduDQsAfEl4uXX+qZjLiwvDauvzXavufy3+rJ9zQ==", + "dependencies": { + "eventemitter3": "^5.0.1", + "p-timeout": "^7.0.0" + }, + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nextcloud/vue/node_modules/p-timeout": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.0.tgz", + "integrity": "sha512-DhZ7ydOE3JXtXzDf2wz/KEamkKAD7Il5So09I2tOz4i+9pLcdghDKKmODkkoHKJ0TyczmhcHNxyTeTrsENT81A==", + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@nextcloud/webpack-vue-config": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.3.0.tgz", diff --git a/package.json b/package.json index a4beb73e1..bb3531eff 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/password-confirmation": "^6.0.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0", + "@nextcloud/vue": "^9.0.1", "jstz": "^2.1.1", "vue": "^3.5.17", "vue-material-design-icons": "^5.3.1"