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

Commit 757928b

Browse files
Merge pull request #20 from bitesinbyte/dependabot/npm_and_yarn/types/node-24.5.2
Bump @types/node from 20.16.10 to 24.5.2
2 parents e467e5e + 4290fa6 commit 757928b

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
@@ -2706,10 +2706,12 @@
27062706
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.9.tgz"
27072707
integrity sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==
27082708

2709-
"@types/node@18.11.18":
2710-
version "18.11.18"
2711-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
2712-
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
2709+
"@types/node@24.5.2":
2710+
version "24.5.2"
2711+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.2.tgz#52ceb83f50fe0fcfdfbd2a9fab6db2e9e7ef6446"
2712+
integrity sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==
2713+
dependencies:
2714+
undici-types "~7.12.0"
27132715

27142716
"@types/prop-types@*":
27152717
version "15.7.5"
@@ -5802,6 +5804,11 @@ unbox-primitive@^1.1.0:
58025804
has-symbols "^1.1.0"
58035805
which-boxed-primitive "^1.1.1"
58045806

5807+
undici-types@~7.12.0:
5808+
version "7.12.0"
5809+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
5810+
integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
5811+
58055812
untildify@^4.0.0:
58065813
version "4.0.0"
58075814
resolved "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz"

0 commit comments

Comments
 (0)