Skip to content

Commit 794ac8e

Browse files
Bump @types/node from 17.0.24 to 24.7.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.24 to 24.7.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.7.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b047df commit 794ac8e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/lodash": "^4.14.181",
4343
"@types/morgan": "^1.9.3",
4444
"@types/multer": "^1.4.7",
45-
"@types/node": "^17.0.24",
45+
"@types/node": "^24.7.2",
4646
"@types/nodemailer": "^6.4.4",
4747
"@types/redis": "^4.0.11",
4848
"@types/supertest": "^2.0.12",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -804,10 +804,12 @@
804804
dependencies:
805805
"@types/express" "*"
806806

807-
"@types/node@*", "@types/node@^17.0.24":
808-
version "17.0.24"
809-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.24.tgz#20ba1bf69c1b4ab405c7a01e950c4f446b05029f"
810-
integrity sha512-aveCYRQbgTH9Pssp1voEP7HiuWlD2jW2BO56w+bVrJn04i61yh6mRfoKO6hEYQD9vF+W8Chkwc6j1M36uPkx4g==
807+
"@types/node@*", "@types/node@^24.7.2":
808+
version "24.7.2"
809+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.7.2.tgz#5adf66b6e2ac5cab1d10a2ad3682e359cb652f4a"
810+
integrity sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==
811+
dependencies:
812+
undici-types "~7.14.0"
811813

812814
"@types/nodemailer@^6.4.4":
813815
version "6.4.4"
@@ -7150,6 +7152,11 @@ undefsafe@^2.0.5:
71507152
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
71517153
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
71527154

7155+
undici-types@~7.14.0:
7156+
version "7.14.0"
7157+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.14.0.tgz#4c037b32ca4d7d62fae042174604341588bc0840"
7158+
integrity sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==
7159+
71537160
union-value@^1.0.0:
71547161
version "1.0.1"
71557162
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)