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

Commit f264a30

Browse files
chore(deps): update dependency @types/node to v24.6.0 (#548)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff0062e commit f264a30

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@rollup/plugin-typescript": "^12.1.4",
104104
"@types/aws-lambda": "^8.10.152",
105105
"@types/jest": "^30.0.0",
106-
"@types/node": "24.5.2",
106+
"@types/node": "24.6.0",
107107
"@types/sinon": "17.0.4",
108108
"esbuild": "^0.25.9",
109109
"husky": "9.1.7",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,13 +1082,20 @@
10821082
expect "^30.0.0"
10831083
pretty-format "^30.0.0"
10841084

1085-
"@types/node@*", "@types/node@24.5.2":
1085+
"@types/node@*":
10861086
version "24.5.2"
10871087
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.2.tgz#52ceb83f50fe0fcfdfbd2a9fab6db2e9e7ef6446"
10881088
integrity sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==
10891089
dependencies:
10901090
undici-types "~7.12.0"
10911091

1092+
"@types/node@24.6.0":
1093+
version "24.6.0"
1094+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.6.0.tgz#5dd8d4eca0bba7dd81d853e7fadc96b322ff84f6"
1095+
integrity sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==
1096+
dependencies:
1097+
undici-types "~7.13.0"
1098+
10921099
"@types/resolve@1.20.2":
10931100
version "1.20.2"
10941101
resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz"
@@ -3238,6 +3245,11 @@ undici-types@~7.12.0:
32383245
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
32393246
integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
32403247

3248+
undici-types@~7.13.0:
3249+
version "7.13.0"
3250+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.13.0.tgz#a20ba7c0a2be0c97bd55c308069d29d167466bff"
3251+
integrity sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==
3252+
32413253
unplugin-utils@^0.2.4:
32423254
version "0.2.5"
32433255
resolved "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.2.5.tgz"

0 commit comments

Comments
 (0)