Skip to content

Commit 72fd1f2

Browse files
committed
fix: upgrade bull and bullmq packages
1 parent f8d2067 commit 72fd1f2

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"bull": "^4.10.4",
17-
"bullmq": "^3.11.0",
17+
"bullmq": "^3.12.0",
1818
"chalk": "^4.1.0",
1919
"commander": "^5.1.0",
2020
"ioredis": "5.3.2",

yarn.lock

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -803,14 +803,14 @@ bull@^4.10.4:
803803
semver "^7.3.2"
804804
uuid "^8.3.0"
805805

806-
bullmq@^3.11.0:
807-
version "3.11.0"
808-
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-3.11.0.tgz#937c2f73f34f7ea09d259d9197c8582aa787ca73"
809-
integrity sha512-l9/Wy1rKGQGgnlkKM50q6jknzEf2v9lhIh4xva71TqopWORUuGBtFDrHAQn/X6m+fQnXWiG5FVL0fnHdHhcQeA==
806+
bullmq@^3.12.0:
807+
version "3.12.0"
808+
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-3.12.0.tgz#5a3e9ac40e4d623c27f7cdd214a69fd4122270da"
809+
integrity sha512-h5SMgKXfHe6wKzEEdKTO4zUkOV1TkyQagw3WVOaz+6XWuaWv4EhCAOIkzPAajI7ZNF9c+YwSRY3bQjXmxI0f9Q==
810810
dependencies:
811811
cron-parser "^4.6.0"
812812
glob "^8.0.3"
813-
ioredis "^5.3.0"
813+
ioredis "^5.3.2"
814814
lodash "^4.17.21"
815815
msgpackr "^1.6.2"
816816
semver "^7.3.7"
@@ -1745,7 +1745,7 @@ into-stream@^6.0.0:
17451745
from2 "^2.3.0"
17461746
p-is-promise "^3.0.0"
17471747

1748-
ioredis@5.3.2, ioredis@^5.0.0:
1748+
ioredis@5.3.2, ioredis@^5.0.0, ioredis@^5.3.2:
17491749
version "5.3.2"
17501750
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.2.tgz#9139f596f62fc9c72d873353ac5395bcf05709f7"
17511751
integrity sha512-1DKMMzlIHM02eBBVOFQ1+AolGjs6+xEcM4PDL7NqOS6szq7H9jSaEkIUH6/a5Hl241LzW6JLSiAbNvTQjUupUA==
@@ -1760,21 +1760,6 @@ ioredis@5.3.2, ioredis@^5.0.0:
17601760
redis-parser "^3.0.0"
17611761
standard-as-callback "^2.1.0"
17621762

1763-
ioredis@^5.3.0:
1764-
version "5.3.1"
1765-
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.1.tgz#55d394a51258cee3af9e96c21c863b1a97bf951f"
1766-
integrity sha512-C+IBcMysM6v52pTLItYMeV4Hz7uriGtoJdz7SSBDX6u+zwSYGirLdQh3L7t/OItWITcw3gTFMjJReYUwS4zihg==
1767-
dependencies:
1768-
"@ioredis/commands" "^1.1.1"
1769-
cluster-key-slot "^1.1.0"
1770-
debug "^4.3.4"
1771-
denque "^2.1.0"
1772-
lodash.defaults "^4.2.0"
1773-
lodash.isarguments "^3.1.0"
1774-
redis-errors "^1.2.0"
1775-
redis-parser "^3.0.0"
1776-
standard-as-callback "^2.1.0"
1777-
17781763
ip-regex@^4.1.0:
17791764
version "4.3.0"
17801765
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.3.0.tgz#687275ab0f57fa76978ff8f4dddc8a23d5990db5"

0 commit comments

Comments
 (0)