Skip to content

Commit ab38bd8

Browse files
chore(deps): update dependency @types/node to v24.9.0
1 parent 18fe80c commit ab38bd8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.8.1",
106+
"@types/node": "24.9.0",
107107
"@types/sinon": "17.0.4",
108108
"esbuild": "^0.25.9",
109109
"husky": "9.1.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,12 +1098,12 @@
10981098
dependencies:
10991099
undici-types "~7.12.0"
11001100

1101-
"@types/node@24.8.1":
1102-
version "24.8.1"
1103-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.8.1.tgz#74c8ae00b045a0a351f2837ec00f25dfed0053be"
1104-
integrity sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q==
1101+
"@types/node@24.9.0":
1102+
version "24.9.0"
1103+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.0.tgz#4fb62beb8b322fe2955ac94f80ff5a58c941ebf4"
1104+
integrity sha512-MKNwXh3seSK8WurXF7erHPJ2AONmMwkI7zAMrXZDPIru8jRqkk6rGDBVbw4mLwfqA+ZZliiDPg05JQ3uW66tKQ==
11051105
dependencies:
1106-
undici-types "~7.14.0"
1106+
undici-types "~7.16.0"
11071107

11081108
"@types/resolve@1.20.2":
11091109
version "1.20.2"
@@ -3259,10 +3259,10 @@ undici-types@~7.12.0:
32593259
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
32603260
integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
32613261

3262-
undici-types@~7.14.0:
3263-
version "7.14.0"
3264-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.14.0.tgz#4c037b32ca4d7d62fae042174604341588bc0840"
3265-
integrity sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==
3262+
undici-types@~7.16.0:
3263+
version "7.16.0"
3264+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
3265+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
32663266

32673267
unplugin-utils@^0.2.4:
32683268
version "0.2.5"

0 commit comments

Comments
 (0)