File tree 2 files changed +6
-12
lines changed
2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 26
26
"homepage" : " https://github.com/graphql-compose/graphql-compose-bullmq" ,
27
27
"peerDependencies" : {
28
28
"graphql-compose" : " ^7.15.0" ,
29
- "bullmq" : " ^1.8.0 "
29
+ "bullmq" : " ^1.8.11 "
30
30
},
31
31
"devDependencies" : {
32
32
"@types/express" : " ^4.17.3" ,
37
37
"@types/node-fetch" : " ^2.5.5" ,
38
38
"@typescript-eslint/eslint-plugin" : " 2.26.0" ,
39
39
"@typescript-eslint/parser" : " 2.26.0" ,
40
- "bullmq" : " ^1.8.4 " ,
40
+ "bullmq" : " ^1.8.11 " ,
41
41
"cross-env" : " 7.0.2" ,
42
42
"eslint" : " 6.8.0" ,
43
43
"eslint-config-airbnb-base" : " 14.1.0" ,
Original file line number Diff line number Diff line change @@ -1492,17 +1492,16 @@ builtins@^1.0.3:
1492
1492
version "1.0.3"
1493
1493
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
1494
1494
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 ==
1499
1499
dependencies :
1500
1500
" @types/ioredis" " ^4.0.13"
1501
1501
cron-parser "^2.7.3"
1502
1502
get-port "^5.0.0"
1503
1503
ioredis "^4.3.0"
1504
1504
lodash "^4.17.11"
1505
- node-uuid "^1.4.8"
1506
1505
semver "^6.3.0"
1507
1506
tslib "^1.10.0"
1508
1507
uuid "^3.3.3"
@@ -5442,11 +5441,6 @@ node-notifier@^6.0.0:
5442
5441
shellwords "^0.1.1"
5443
5442
which "^1.3.1"
5444
5443
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
-
5450
5444
nopt@^4.0.1 :
5451
5445
version "4.0.3"
5452
5446
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48"
You can’t perform that action at this time.
0 commit comments