From dc95fcf58e2e6e10d1ce33c358ce4c2a8fa8af41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 02:16:12 +0000 Subject: [PATCH] Chore(deps): Bump p-queue from 8.0.0 to 8.0.1 Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: p-queue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21e2f6086..82b37fa2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "markdown-it-task-checkbox": "^1.0.6", "moment": "^2.29.4", "nextcloud-vue-collections": "^0.11.1", - "p-queue": "^8.0.0", + "p-queue": "^8.0.1", "url-search-params-polyfill": "^8.2.5", "vue": "^2.7.15", "vue-at": "^2.5.1", @@ -16035,9 +16035,9 @@ } }, "node_modules/p-queue": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.0.tgz", - "integrity": "sha512-7LAaj8F47D5963LiTIAb/4UWR6w6SnDrDlxXg9ev/U0Lg9h35Kg8C8KiBry0c6MUofSicdLsEvS0j25gHAyCuA==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", + "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", "dependencies": { "eventemitter3": "^5.0.1", "p-timeout": "^6.1.2" @@ -32450,9 +32450,9 @@ } }, "p-queue": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.0.tgz", - "integrity": "sha512-7LAaj8F47D5963LiTIAb/4UWR6w6SnDrDlxXg9ev/U0Lg9h35Kg8C8KiBry0c6MUofSicdLsEvS0j25gHAyCuA==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", + "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", "requires": { "eventemitter3": "^5.0.1", "p-timeout": "^6.1.2" diff --git a/package.json b/package.json index fa80743bf..57b53903b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "markdown-it-task-checkbox": "^1.0.6", "moment": "^2.29.4", "nextcloud-vue-collections": "^0.11.1", - "p-queue": "^8.0.0", + "p-queue": "^8.0.1", "url-search-params-polyfill": "^8.2.5", "vue": "^2.7.15", "vue-at": "^2.5.1",