From 44f0156663c8e5a57a41b520a1145ab0273dfc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:47:02 +0000 Subject: [PATCH] Chore(deps): Bump p-queue from 7.3.0 to 7.3.4 Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.3.0 to 7.3.4. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v7.3.0...v7.3.4) --- 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 7751b275f..4ddbb1dab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "markdown-it-task-checkbox": "^1.0.6", "moment": "^2.29.4", "nextcloud-vue-collections": "^0.10.0", - "p-queue": "^7.3.0", + "p-queue": "^7.3.4", "url-search-params-polyfill": "^8.1.1", "vue": "^2.7.14", "vue-at": "^2.5.1", @@ -14503,9 +14503,9 @@ } }, "node_modules/p-queue": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.0.tgz", - "integrity": "sha512-5fP+yVQ0qp0rEfZoDTlP2c3RYBgxvRsw30qO+VtPPc95lyvSG+x6USSh1TuLB4n96IO6I8/oXQGsTgtna4q2nQ==", + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.4.tgz", + "integrity": "sha512-esox8CWt0j9EZECFvkFl2WNPat8LN4t7WWeXq73D9ha0V96qPRufApZi4ZhPwXAln1uVVal429HVVKPa2X0yQg==", "dependencies": { "eventemitter3": "^4.0.7", "p-timeout": "^5.0.2" @@ -29238,9 +29238,9 @@ } }, "p-queue": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.0.tgz", - "integrity": "sha512-5fP+yVQ0qp0rEfZoDTlP2c3RYBgxvRsw30qO+VtPPc95lyvSG+x6USSh1TuLB4n96IO6I8/oXQGsTgtna4q2nQ==", + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.3.4.tgz", + "integrity": "sha512-esox8CWt0j9EZECFvkFl2WNPat8LN4t7WWeXq73D9ha0V96qPRufApZi4ZhPwXAln1uVVal429HVVKPa2X0yQg==", "requires": { "eventemitter3": "^4.0.7", "p-timeout": "^5.0.2" diff --git a/package.json b/package.json index 2c94f246f..15d79f120 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.10.0", - "p-queue": "^7.3.0", + "p-queue": "^7.3.4", "url-search-params-polyfill": "^8.1.1", "vue": "^2.7.14", "vue-at": "^2.5.1",