Skip to content

Commit

Permalink
Update dependency p-queue to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent b787fe4 commit 34d8324
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"find-cache-dir": "^5.0.0",
"hard-rejection": "^2.1.0",
"micromatch": "^4.0.2",
"p-queue": "^7.1.0",
"p-queue": "^8.0.0",
"table": "^6.0.0",
"yargs": "^17.0.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -894,18 +894,18 @@ p-locate@^6.0.0:
dependencies:
p-limit "^4.0.0"

p-queue@^7.1.0:
version "7.4.1"
resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-7.4.1.tgz#7f86f853048beca8272abdbb7cec1ed2afc0f265"
integrity sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==
p-queue@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-8.0.0.tgz#f92b4855b81cc478765d44f2361f0e517f5e1bc7"
integrity sha512-7LAaj8F47D5963LiTIAb/4UWR6w6SnDrDlxXg9ev/U0Lg9h35Kg8C8KiBry0c6MUofSicdLsEvS0j25gHAyCuA==
dependencies:
eventemitter3 "^5.0.1"
p-timeout "^5.0.2"
p-timeout "^6.1.2"

p-timeout@^5.0.2:
version "5.1.0"
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-5.1.0.tgz#b3c691cf4415138ce2d9cfe071dba11f0fee085b"
integrity sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==
p-timeout@^6.1.2:
version "6.1.2"
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-6.1.2.tgz#22b8d8a78abf5e103030211c5fc6dee1166a6aa5"
integrity sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==

parent-module@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit 34d8324

Please sign in to comment.