Skip to content

Commit 7da44db

Browse files
Boris Dorofeevnodkz
Boris Dorofeev
authored andcommitted
feat: upgrade to bullmq 1.8.11
1 parent 08e3ee3 commit 7da44db

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/graphql-compose/graphql-compose-bullmq",
2727
"peerDependencies": {
2828
"graphql-compose": "^7.15.0",
29-
"bullmq": "^1.8.0"
29+
"bullmq": "^1.8.11"
3030
},
3131
"devDependencies": {
3232
"@types/express": "^4.17.3",
@@ -37,7 +37,7 @@
3737
"@types/node-fetch": "^2.5.5",
3838
"@typescript-eslint/eslint-plugin": "2.26.0",
3939
"@typescript-eslint/parser": "2.26.0",
40-
"bullmq": "^1.8.4",
40+
"bullmq": "^1.8.11",
4141
"cross-env": "7.0.2",
4242
"eslint": "6.8.0",
4343
"eslint-config-airbnb-base": "14.1.0",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,17 +1492,16 @@ builtins@^1.0.3:
14921492
version "1.0.3"
14931493
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
14941494

1495-
bullmq@^1.8.4:
1496-
version "1.8.4"
1497-
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-1.8.4.tgz#a78ccd74f9b23bd936c85fe8b92de3550a8e619b"
1498-
integrity sha512-ra3cfH8OdaXLWroSvUxx7ajn2yyhlkdcH24G2AsHlc81y7rxGWgCc1gwoFEVAY1NahTdclsAli3jqK+Z8XbAAQ==
1495+
bullmq@^1.8.11:
1496+
version "1.8.11"
1497+
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-1.8.11.tgz#db0e98b96abb882904136d38a28eedcdc5307e39"
1498+
integrity sha512-9olcsiXArzXBxdtCA0vtNqOOw4WTRQ3ljXFq8bbPzDYlZuiNj5fe2/CCkSDVvEBV+WZ0S/ds7SIl10S58gqEeA==
14991499
dependencies:
15001500
"@types/ioredis" "^4.0.13"
15011501
cron-parser "^2.7.3"
15021502
get-port "^5.0.0"
15031503
ioredis "^4.3.0"
15041504
lodash "^4.17.11"
1505-
node-uuid "^1.4.8"
15061505
semver "^6.3.0"
15071506
tslib "^1.10.0"
15081507
uuid "^3.3.3"
@@ -5442,11 +5441,6 @@ node-notifier@^6.0.0:
54425441
shellwords "^0.1.1"
54435442
which "^1.3.1"
54445443

5445-
node-uuid@^1.4.8:
5446-
version "1.4.8"
5447-
resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.8.tgz#b040eb0923968afabf8d32fb1f17f1167fdab907"
5448-
integrity sha1-sEDrCSOWivq/jTL7HxfxFn/auQc=
5449-
54505444
nopt@^4.0.1:
54515445
version "4.0.3"
54525446
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48"

0 commit comments

Comments
 (0)