From c93292b4cc6f6bcfbe9b5e848ebd76c5b0ed31a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:10:29 +0000 Subject: [PATCH] Build(deps): Bump p-queue from 7.4.1 to 8.0.0 Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.4.1 to 8.0.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v7.4.1...v8.0.0) --- updated-dependencies: - dependency-name: p-queue dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbe4e1227..4d38cd2ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "debounce": "^2.0.0", "markdown-it": "^14.0.0", "p-debounce": "^4.0.0", - "p-queue": "^7.4.1", + "p-queue": "^8.0.0", "v-click-outside": "^3.2.0", "vue": "^2.7.15", "vue-material-design-icons": "^5.2.0", @@ -13553,15 +13553,15 @@ } }, "node_modules/p-queue": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz", - "integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.0.tgz", + "integrity": "sha512-7LAaj8F47D5963LiTIAb/4UWR6w6SnDrDlxXg9ev/U0Lg9h35Kg8C8KiBry0c6MUofSicdLsEvS0j25gHAyCuA==", "dependencies": { "eventemitter3": "^5.0.1", - "p-timeout": "^5.0.2" + "p-timeout": "^6.1.2" }, "engines": { - "node": ">=12" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -13587,11 +13587,11 @@ } }, "node_modules/p-timeout": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", - "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz", + "integrity": "sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==", "engines": { - "node": ">=12" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 6f3807e0c..d80276376 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "debounce": "^2.0.0", "markdown-it": "^14.0.0", "p-debounce": "^4.0.0", - "p-queue": "^7.4.1", + "p-queue": "^8.0.0", "v-click-outside": "^3.2.0", "vue": "^2.7.15", "vue-material-design-icons": "^5.2.0",