Skip to content

Commit

Permalink
chore(deps): update dependency bullmq to v5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent ca14417 commit 4999131
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/bullmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/jest": "29.5.12",
"@types/node": "20.11.24",
"@types/reflect-metadata": "0.1.0",
"bullmq": "5.1.11",
"bullmq": "5.4.1",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1"
},
Expand Down
24 changes: 18 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2363,15 +2363,16 @@ bull@4.12.2:
semver "^7.5.2"
uuid "^8.3.0"

bullmq@5.1.11:
version "5.1.11"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-5.1.11.tgz#8a13dcd93f018f701adbaa0400b4da33be85a9d4"
integrity sha512-+IOAOi9X2ne691UcHEKL6mVq8ee6VNwAx0eAEEtxcjJM0EKYEsCGbBmLwsSHGh9NvCtmTdPZn7yHQS1GrbzF1A==
bullmq@5.4.1:
version "5.4.1"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-5.4.1.tgz#98ce1da004c269df6e705b524c4d8c9ccecf8a25"
integrity sha512-0BD1F1CFPTEJAYyfv3KK344pDEeGkI1IefiblzZm9W59yEwB+kLnfAI3zVBEHlUwE+yJxyyPUmoVeUklts8hqg==
dependencies:
cron-parser "^4.6.0"
glob "^8.0.3"
fast-glob "^3.3.2"
ioredis "^5.3.2"
lodash "^4.17.21"
minimatch "^9.0.3"
msgpackr "^1.10.1"
node-abort-controller "^3.1.1"
semver "^7.5.4"
Expand Down Expand Up @@ -3683,6 +3684,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9:
merge2 "^1.3.0"
micromatch "^4.0.4"

fast-glob@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
dependencies:
"@nodelib/fs.stat" "^2.0.2"
"@nodelib/fs.walk" "^1.2.3"
glob-parent "^5.1.2"
merge2 "^1.3.0"
micromatch "^4.0.4"

fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz"
Expand Down Expand Up @@ -4138,7 +4150,7 @@ glob@^7.1.3, glob@^7.1.4:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^8.0.1, glob@^8.0.3:
glob@^8.0.1:
version "8.0.3"
resolved "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz"
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
Expand Down

0 comments on commit 4999131

Please sign in to comment.