From 28ebc2f204b5fa69b91dd0a596b000f1f334d421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 02:49:05 +0000 Subject: [PATCH] Chore(deps): Bump p-queue from 9.1.0 to 9.1.1 Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v9.1.0...v9.1.1) --- updated-dependencies: - dependency-name: p-queue dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3aa15663c..0261b18b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/vue": "^8.34.0", "debounce": "^3.0.0", "markdown-it": "^14.1.1", - "p-queue": "^9.1.0", + "p-queue": "^9.1.1", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16", @@ -11359,10 +11359,9 @@ } }, "node_modules/p-queue": { - "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", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.1.tgz", + "integrity": "sha512-yQS1vV2V7Q14MQrgD8jMNY5owPuGgVHVdSK8NqmKpOVajnjbaeMa6uLOzTALPtvJ7Vo4bw0BGsw7qfUT8z24Ig==", "dependencies": { "eventemitter3": "^5.0.1", "p-timeout": "^7.0.0" diff --git a/package.json b/package.json index 004c482ad..35555c404 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/vue": "^8.34.0", "debounce": "^3.0.0", "markdown-it": "^14.1.1", - "p-queue": "^9.1.0", + "p-queue": "^9.1.1", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16",