Skip to content

Commit

Permalink
Merge pull request #1078 from museofficial/dependabot/npm_and_yarn/p-…
Browse files Browse the repository at this point in the history
…queue-8.0.1

Bump p-queue from 7.2.0 to 8.0.1
  • Loading branch information
Codixer authored Oct 29, 2024
2 parents 7bc58c1 + 0b5de51 commit 795fc77
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"ora": "^8.1.0",
"p-event": "^5.0.1",
"p-limit": "^6.1.0",
"p-queue": "^7.2.0",
"p-queue": "^8.0.1",
"p-retry": "6.2.0",
"pagination.djs": "^4.0.10",
"parse-duration": "1.0.2",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2044,10 +2044,10 @@ esutils@^2.0.2:
resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==

eventemitter3@^4.0.7:
version "4.0.7"
resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz"
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
eventemitter3@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"
integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==

execa@5.1.1:
version "5.1.1"
Expand Down Expand Up @@ -3861,13 +3861,13 @@ p-locate@^5.0.0:
dependencies:
p-limit "^3.0.2"

p-queue@^7.2.0:
version "7.2.0"
resolved "https://registry.npmjs.org/p-queue/-/p-queue-7.2.0.tgz"
integrity sha512-Kvv7p13M46lTYLQ/PsZdaj/1Vj6u/8oiIJgyQyx4oVkOfHdd7M2EZvXigDvcsSzRwanCzQirV5bJPQFoSQt5MA==
p-queue@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-8.0.1.tgz#718b7f83836922ef213ddec263ff4223ce70bef8"
integrity sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==
dependencies:
eventemitter3 "^4.0.7"
p-timeout "^5.0.2"
eventemitter3 "^5.0.1"
p-timeout "^6.1.2"

p-retry@6.2.0:
version "6.2.0"
Expand All @@ -3883,6 +3883,11 @@ p-timeout@^5.0.2:
resolved "https://registry.npmjs.org/p-timeout/-/p-timeout-5.0.2.tgz"
integrity sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ==

p-timeout@^6.1.2:
version "6.1.3"
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-6.1.3.tgz#9635160c4e10c7b4c3db45b7d5d26f911d9fd853"
integrity sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw==

pac-proxy-agent@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz"
Expand Down

0 comments on commit 795fc77

Please sign in to comment.