Skip to content

Commit 0294000

Browse files
Update dependency bullmq to v1.87.2
1 parent eeaf99e commit 0294000

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

packages/acceptance-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/eventsource": "1.1.8",
1717
"@types/supertest": "2.0.12",
1818
"concurrently": "7.1.0",
19-
"bullmq": "1.78.2",
19+
"bullmq": "1.87.2",
2020
"eventsource": "2.0.2",
2121
"get-port": "5.1.1",
2222
"git-en-boite-app": "0.0.0",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,18 +1229,18 @@ buffers@~0.1.1:
12291229
resolved "https://registry.yarnpkg.com/buffers/-/buffers-0.1.1.tgz#b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb"
12301230
integrity sha1-skV5w77U1tOWru5tmorn9Ugqt7s=
12311231

1232-
bullmq@1.78.2:
1233-
version "1.78.2"
1234-
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-1.78.2.tgz#f298c19aea71dd5d50ac1edbc040000151328d2a"
1235-
integrity sha512-VdrZWx2XELrCC0vSgLHamvXpyDulULymZz5lkDMzpEexZXU/NxI+mf/Vw7c88j7WstM2e5Zlzqx/3MKJq0LHAQ==
1232+
bullmq@1.87.2:
1233+
version "1.87.2"
1234+
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-1.87.2.tgz#7b8b13339ecba416b247ddfd89a1780e7382335e"
1235+
integrity sha512-wKZbLYUHkNyQKKA5qr4WwCbUpWYKzy59lXZJe2zVIV7RV4kSLCT9VOJGtGUzRLsO+X3PEMGhxWA4UL0CO+Hz8A==
12361236
dependencies:
12371237
cron-parser "^4.2.1"
12381238
get-port "^5.1.1"
12391239
glob "^7.2.0"
1240-
ioredis "^4.28.2"
1240+
ioredis "^4.28.5"
12411241
lodash "^4.17.21"
12421242
msgpackr "^1.4.6"
1243-
semver "^6.3.0"
1243+
semver "^7.3.7"
12441244
tslib "^1.14.1"
12451245
uuid "^8.3.2"
12461246

@@ -3032,10 +3032,10 @@ ioredis@^4.25.0, ioredis@^4.27.3:
30323032
redis-parser "^3.0.0"
30333033
standard-as-callback "^2.1.0"
30343034

3035-
ioredis@^4.28.2:
3036-
version "4.28.3"
3037-
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.28.3.tgz#b13fce8a6a7c525ba22e666d72980a3c0ba799aa"
3038-
integrity sha512-9JOWVgBnuSxpIgfpjc1OeY1OLmA4t2KOWWURTDRXky+eWO0LZhI33pQNT9gYxANUXfh5p/zYephYni6GPRsksQ==
3035+
ioredis@^4.28.5:
3036+
version "4.28.5"
3037+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.28.5.tgz#5c149e6a8d76a7f8fa8a504ffc85b7d5b6797f9f"
3038+
integrity sha512-3GYo0GJtLqgNXj4YhrisLaNNvWSNwSS2wS4OELGfGxH8I69+XfNdnmV1AyN+ZqMh0i7eX+SWjrwFKDBDgfBC1A==
30393039
dependencies:
30403040
cluster-key-slot "^1.1.0"
30413041
debug "^4.3.1"
@@ -4905,6 +4905,13 @@ semver@^7.3.5:
49054905
dependencies:
49064906
lru-cache "^6.0.0"
49074907

4908+
semver@^7.3.7:
4909+
version "7.3.7"
4910+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
4911+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
4912+
dependencies:
4913+
lru-cache "^6.0.0"
4914+
49084915
semver@~5.0.1:
49094916
version "5.0.3"
49104917
resolved "https://registry.yarnpkg.com/semver/-/semver-5.0.3.tgz#77466de589cd5d3c95f138aa78bc569a3cb5d27a"

0 commit comments

Comments
 (0)