Skip to content

Commit

Permalink
build(deps): bump bullmq from 5.4.1 to 5.4.3 (#991)
Browse files Browse the repository at this point in the history
Bumps [bullmq](https://github.com/taskforcesh/bullmq) from 5.4.1 to 5.4.3.
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](taskforcesh/bullmq@v5.4.1...v5.4.3)

---
updated-dependencies:
- dependency-name: bullmq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent b636e52 commit 903ef0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@grpc/proto-loader": "^0.7.6",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"bullmq": "^5.4.1",
"bullmq": "^5.4.3",
"convict": "^6.2.4",
"escape-string-regexp": "^4.0.0",
"jsonwebtoken": "^9.0.2",
Expand Down
15 changes: 6 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5337,16 +5337,13 @@ builtins@^5.0.0:
dependencies:
semver "^7.0.0"

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==
bullmq@^5.4.3:
version "5.4.3"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-5.4.3.tgz#173b4bc7ad6e87cffd07065aca88d5bc6f38cf97"
integrity sha512-JWzwAjX2LLn969W2R4ExoftOV646YX5rpB4q117vDaKYKT8cgAx+n94virnlLKVPK+X4WO8qSDJHzsiIepF2OA==
dependencies:
cron-parser "^4.6.0"
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 @@ -7134,7 +7131,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==

fast-glob@^3.2.9, fast-glob@^3.3.2:
fast-glob@^3.2.9:
version "3.3.2"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
Expand Down Expand Up @@ -10669,7 +10666,7 @@ [email protected]:
dependencies:
brace-expansion "^1.1.7"

[email protected], minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3:
[email protected], minimatch@^9.0.0, minimatch@^9.0.1:
version "9.0.3"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
Expand Down

0 comments on commit 903ef0c

Please sign in to comment.