From 0c8ed554aa2c4886358a9b97e6d18d28aa4c7b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 02:41:03 +0000 Subject: [PATCH] Chore(deps): Bump p-queue from 9.0.1 to 9.1.0 Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 9.0.1 to 9.1.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v9.0.1...v9.1.0) --- updated-dependencies: - dependency-name: p-queue dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13b3d0e8e..c6f264dc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/vue": "^8.35.2", "debounce": "^3.0.0", "markdown-it": "^14.1.0", - "p-queue": "^9.0.1", + "p-queue": "^9.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16", @@ -8532,9 +8532,9 @@ } }, "node_modules/p-queue": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.0.1.tgz", - "integrity": "sha512-RhBdVhSwJb7Ocn3e8ULk4NMwBEuOxe+1zcgphUy9c2e5aR/xbEsdVXxHJ3lynw6Qiqu7OINEyHlZkiblEpaq7w==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.0.tgz", + "integrity": "sha512-O/ZPaXuQV29uSLbxWBGGZO1mCQXV2BLIwUr59JUU9SoH76mnYvtms7aafH/isNSNGwuEfP6W/4xD0/TJXxrizw==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.1", diff --git a/package.json b/package.json index 80a4c63ba..2b8ea4383 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/vue": "^8.35.2", "debounce": "^3.0.0", "markdown-it": "^14.1.0", - "p-queue": "^9.0.1", + "p-queue": "^9.1.0", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16",