Skip to content

Commit

Permalink
chore(job-queue-plugin): Update bullmq version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Feb 2, 2024
1 parent e7f0fe2 commit 6860b43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/job-queue-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@google-cloud/pubsub": "^2.8.0",
"@vendure/common": "2.2.0-next.1",
"@vendure/core": "2.2.0-next.1",
"bullmq": "^3.15.5",
"ioredis": "^5.3.0",
"bullmq": "^5.1.7",
"ioredis": "^5.3.2",
"rimraf": "^3.0.2",
"typescript": "4.9.5"
}
Expand Down
23 changes: 12 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7059,17 +7059,18 @@ builtins@^5.0.0:
dependencies:
semver "^7.0.0"

bullmq@^3.15.5:
version "3.15.8"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-3.15.8.tgz#e8ec5b46b0b7d7ce57e509280d03745109411e05"
integrity sha512-k3uimHGhl5svqD7SEak+iI6c5DxeLOaOXzCufI9Ic0ST3nJr69v71TGR4cXCTXdgCff3tLec5HgoBnfyWjgn5A==
bullmq@^5.1.7:
version "5.1.7"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-5.1.7.tgz#7b8343d35badd0c4bd32081ca5c1e86fc2cefc28"
integrity sha512-ewVTt1EbDYy/BBsJwyQ8PHBJoXmJcgwWrE2BiAElIiOFkgphXr1Sk3azN4J34HAqPAQTV6lh1y0d2yz7zkoObg==
dependencies:
cron-parser "^4.6.0"
glob "^8.0.3"
ioredis "^5.3.2"
lodash "^4.17.21"
msgpackr "^1.6.2"
semver "^7.3.7"
msgpackr "^1.10.1"
node-abort-controller "^3.1.1"
semver "^7.5.4"
tslib "^2.0.0"
uuid "^9.0.0"

Expand Down Expand Up @@ -11358,7 +11359,7 @@ invert-kv@^1.0.0:
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
integrity sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==

ioredis@^5.3.0, ioredis@^5.3.2:
ioredis@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.2.tgz#9139f596f62fc9c72d873353ac5395bcf05709f7"
integrity sha512-1DKMMzlIHM02eBBVOFQ1+AolGjs6+xEcM4PDL7NqOS6szq7H9jSaEkIUH6/a5Hl241LzW6JLSiAbNvTQjUupUA==
Expand Down Expand Up @@ -13845,10 +13846,10 @@ 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:
version "1.9.7"
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.9.7.tgz#8f13c06d7a22946a6d8351804ce39a6a9e74ca83"
integrity sha512-baUNaLvKQvVhzfWTNO07njwbZK1Lxjtb0P1JL6/EhXdLTHzR57/mZqqJC39TtQKvOmkJA4pcejS4dbk7BDgLLA==
msgpackr@^1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.10.1.tgz#51953bb4ce4f3494f0c4af3f484f01cfbb306555"
integrity sha512-r5VRLv9qouXuLiIBrLpl2d5ZvPt8svdQTl5/vMvE4nzDMyEX4sgW5yWhuBBj5UmgwOTWj8CIdSXn5sAfsHAWIQ==
optionalDependencies:
msgpackr-extract "^3.0.2"

Expand Down

0 comments on commit 6860b43

Please sign in to comment.