Skip to content

Commit 6009607

Browse files
committed
chore: merge upstream
1 parent dc0833d commit 6009607

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"bull": "^4.11.1",
17-
"bullmq": "^4.7.0",
17+
"bullmq": "^4.16.0",
1818
"chalk": "^4.1.0",
1919
"commander": "^5.1.0",
2020
"ioredis": "5.3.2",
@@ -33,10 +33,10 @@
3333
"@types/bull": "^3.15.8",
3434
"@types/chalk": "^2.2.0",
3535
"@types/lodash": "^4.14.149",
36-
"@types/node": "^20.8.10",
36+
"@types/node": "^20.10.5",
3737
"@types/ws": "^6.0.1",
3838
"jest": "^29.7.0",
39-
"typescript": "^5.2.2"
39+
"typescript": "^5.3.3"
4040
},
4141
"scripts": {
4242
"build": "tsc",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,10 +1102,10 @@
11021102
resolved "https://registry.npmjs.org/@types/node/-/node-10.12.18.tgz"
11031103
integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==
11041104

1105-
"@types/node@^20.8.10":
1106-
version "20.8.10"
1107-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e"
1108-
integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==
1105+
"@types/node@^20.10.5":
1106+
version "20.10.5"
1107+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2"
1108+
integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==
11091109
dependencies:
11101110
undici-types "~5.26.4"
11111111

@@ -1506,10 +1506,10 @@ bull@^4.11.1:
15061506
semver "^7.5.2"
15071507
uuid "^8.3.0"
15081508

1509-
bullmq@^4.7.0:
1510-
version "4.13.0"
1511-
resolved "https://registry.npmjs.org/bullmq/-/bullmq-4.13.0.tgz"
1512-
integrity sha512-aB6j9X/4Z+H2wxHWaHMeMP8jqsgSYMFQxoupRrkrwfrcfIRuSUm3yc1A8zl5RqS2ck5meRgEet/Uf4wc/8YvRQ==
1509+
bullmq@^4.16.0:
1510+
version "4.16.0"
1511+
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-4.16.0.tgz#6e43f232624805b4bf90ac80b10c49e081805a3e"
1512+
integrity sha512-PLP5MM+Gyu3unRPr54xVN3WpagLa/noJihiNzsia5GJW+MkcaYnNohj8vsoz8KdEtfE/zw0JRYU64HvdrcZP5Q==
15131513
dependencies:
15141514
cron-parser "^4.6.0"
15151515
glob "^8.0.3"
@@ -5099,10 +5099,10 @@ typedarray-to-buffer@^3.1.5:
50995099
dependencies:
51005100
is-typedarray "^1.0.0"
51015101

5102-
typescript@^5.2.2:
5103-
version "5.2.2"
5104-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
5105-
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
5102+
typescript@^5.3.3:
5103+
version "5.3.3"
5104+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
5105+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
51065106

51075107
uglify-js@^3.1.4:
51085108
version "3.13.8"

0 commit comments

Comments
 (0)