Skip to content

Commit 498d85a

Browse files
chore(deps): update dependency @types/node to v22
1 parent 1a48694 commit 498d85a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/express": "^4.17.21",
5353
"@types/lodash": "^4.17.6",
5454
"@types/luxon": "^3.4.2",
55-
"@types/node": "^20.14.10",
55+
"@types/node": "^22.13.13",
5656
"@typescript-eslint/eslint-plugin": "^7.15.0",
5757
"@typescript-eslint/parser": "^7.15.0",
5858
"eslint": "^8.57.0",

Diff for: yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -606,12 +606,12 @@
606606
dependencies:
607607
undici-types "~5.26.4"
608608

609-
"@types/node@^20.14.10":
610-
version "20.14.10"
611-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
612-
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
609+
"@types/node@^22.13.13":
610+
version "22.13.13"
611+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.13.tgz#5e7d110fb509b0d4a43fbf48fa9d6e0f83e1b1e7"
612+
integrity sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ==
613613
dependencies:
614-
undici-types "~5.26.4"
614+
undici-types "~6.20.0"
615615

616616
"@types/qs@*":
617617
version "6.9.10"
@@ -3965,6 +3965,11 @@ undici-types@~5.26.4:
39653965
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
39663966
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
39673967

3968+
undici-types@~6.20.0:
3969+
version "6.20.0"
3970+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
3971+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
3972+
39683973
undici@^6.18.2:
39693974
version "6.19.5"
39703975
resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.5.tgz#5829101361b583b53206e81579f4df71c56d6be8"

0 commit comments

Comments
 (0)