Skip to content

Commit

Permalink
chore(authorization): update bullmq to resolve esm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Feb 5, 2024
1 parent 375b2d7 commit 5321a74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.0",
"bcrypt": "^5.1.1",
"bullmq": "^4.14.0",
"bullmq": "^5.1.8",
"convict": "^6.2.4",
"escape-string-regexp": "^4.0.0",
"jsonwebtoken": "^9.0.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5186,16 +5186,16 @@ builtins@^5.0.0:
dependencies:
semver "^7.0.0"

bullmq@^4.14.0:
version "4.14.0"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-4.14.0.tgz#7c37b3940dc68a4a99255a0b2f1f414924a9d6cb"
integrity sha512-2IjTzXfTkXQ+WNRy2/CVupnHJtqp6JpxacIvYbru2EvporUALnIcpiSpjJbk4V6kAbsYvrV2wRdUKllb+LfssQ==
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==
dependencies:
cron-parser "^4.6.0"
glob "^8.0.3"
ioredis "^5.3.2"
lodash "^4.17.21"
msgpackr "^1.6.2"
msgpackr "^1.10.1"
node-abort-controller "^3.1.1"
semver "^7.5.4"
tslib "^2.0.0"
Expand Down Expand Up @@ -10866,7 +10866,7 @@ msgpackr-extract@^3.0.2:
"@msgpackr-extract/msgpackr-extract-linux-x64" "3.0.2"
"@msgpackr-extract/msgpackr-extract-win32-x64" "3.0.2"

msgpackr@^1.6.2:
msgpackr@^1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.10.1.tgz#51953bb4ce4f3494f0c4af3f484f01cfbb306555"
integrity sha512-r5VRLv9qouXuLiIBrLpl2d5ZvPt8svdQTl5/vMvE4nzDMyEX4sgW5yWhuBBj5UmgwOTWj8CIdSXn5sAfsHAWIQ==
Expand Down

0 comments on commit 5321a74

Please sign in to comment.