Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 4290fa6

Browse files
Bump @types/node from 20.16.10 to 24.5.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.16.10 to 24.5.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.5.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93d4033 commit 4290fa6

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

package-lock.json

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@nextui-org/react": "^2.6.11",
1616
"@nextui-org/switch": "^2.0.34",
1717
"@nextui-org/system": "^2.4.6",
18-
"@types/node": "18.11.18",
18+
"@types/node": "24.5.2",
1919
"@types/react": "18.0.27",
2020
"@types/react-dom": "18.0.10",
2121
"autoprefixer": "^10.4.21",
@@ -32,7 +32,7 @@
3232
"react-to-print": "^3.1.1"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^20",
35+
"@types/node": "^24",
3636
"@types/react": "^18",
3737
"@types/react-beautiful-dnd": "^13.1.8",
3838
"@types/react-dom": "^18",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2653,10 +2653,12 @@
26532653
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.9.tgz"
26542654
integrity sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==
26552655

2656-
"@types/node@18.11.18":
2657-
version "18.11.18"
2658-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
2659-
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
2656+
"@types/node@24.5.2":
2657+
version "24.5.2"
2658+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.2.tgz#52ceb83f50fe0fcfdfbd2a9fab6db2e9e7ef6446"
2659+
integrity sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==
2660+
dependencies:
2661+
undici-types "~7.12.0"
26602662

26612663
"@types/prop-types@*":
26622664
version "15.7.5"
@@ -5853,6 +5855,11 @@ unbox-primitive@^1.1.0:
58535855
has-symbols "^1.1.0"
58545856
which-boxed-primitive "^1.1.1"
58555857

5858+
undici-types@~7.12.0:
5859+
version "7.12.0"
5860+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
5861+
integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
5862+
58565863
untildify@^4.0.0:
58575864
version "4.0.0"
58585865
resolved "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz"

0 commit comments

Comments
 (0)