Skip to content

Commit 3d7c393

Browse files
committed
chore: update node types
1 parent 532ed17 commit 3d7c393

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +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",
3637
"@types/ws": "^6.0.1",
3738
"jest": "^29.7.0",
38-
"typescript": "^4.2.3"
39+
"typescript": "^5.2.2"
3940
},
4041
"scripts": {
4142
"build": "tsc",

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,13 @@
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==
1109+
dependencies:
1110+
undici-types "~5.26.4"
1111+
11051112
"@types/normalize-package-data@^2.4.0":
11061113
version "2.4.0"
11071114
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz"
@@ -5092,16 +5099,21 @@ typedarray-to-buffer@^3.1.5:
50925099
dependencies:
50935100
is-typedarray "^1.0.0"
50945101

5095-
typescript@^4.2.3:
5096-
version "4.3.2"
5097-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz"
5098-
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
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==
50995106

51005107
uglify-js@^3.1.4:
51015108
version "3.13.8"
51025109
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.8.tgz"
51035110
integrity sha512-PvFLMFIQHfIjFFlvAch69U2IvIxK9TNzNWt1SxZGp9JZ/v70yvqIQuiJeVPPtUMOzoNt+aNRDk4wgxb34wvEqA==
51045111

5112+
undici-types@~5.26.4:
5113+
version "5.26.5"
5114+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5115+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5116+
51055117
unique-filename@^1.1.1:
51065118
version "1.1.1"
51075119
resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz"

0 commit comments

Comments
 (0)