Skip to content

Commit

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

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

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 5, 2024
1 parent f272588 commit 1cc15c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 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.1.8",
"bullmq": "^5.4.1",
"convict": "^6.2.4",
"escape-string-regexp": "^4.0.0",
"jsonwebtoken": "^9.0.2",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5332,15 +5332,16 @@ builtins@^5.0.0:
dependencies:
semver "^7.0.0"

bullmq@^5.1.8:
version "5.1.8"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-5.1.8.tgz#6269a03cf85ec2422aaef5004cd1f09191fc42b9"
integrity sha512-jZQOzjr35qGIYRjRoO56zf0Lm9aMQVlkzgBLeaoXuK86K+KvXyXoO+ErlAlaAKNQW5IGr9P1/oZzR1NvIy9tuA==
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 @@ -7128,10 +7129,10 @@ 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:
version "3.2.12"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
fast-glob@^3.2.9, 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"
Expand Down Expand Up @@ -10663,7 +10664,7 @@ [email protected]:
dependencies:
brace-expansion "^1.1.7"

[email protected], minimatch@^9.0.0, minimatch@^9.0.1:
[email protected], minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3:
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 1cc15c0

Please sign in to comment.