Skip to content

Commit 7159293

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

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@astrojs/check": "^0.9.0",
3838
"@ava/typescript": "5.0.0",
3939
"@types/dotenv": "8.2.3",
40-
"@types/node": "24.10.0",
40+
"@types/node": "24.10.1",
4141
"@types/ramda": "0.31.1",
4242
"@types/uuid": "^11.0.0",
4343
"@typescript-eslint/eslint-plugin": "8.46.3",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@
10141014
dependencies:
10151015
"@types/unist" "*"
10161016

1017-
"@types/node@*", "@types/[email protected]":
1017+
"@types/node@*":
10181018
version "24.10.0"
10191019
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
10201020
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
@@ -1033,6 +1033,13 @@
10331033
dependencies:
10341034
undici-types "~6.19.2"
10351035

1036+
1037+
version "24.10.1"
1038+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
1039+
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
1040+
dependencies:
1041+
undici-types "~7.16.0"
1042+
10361043
10371044
version "0.31.1"
10381045
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.31.1.tgz#da637f3110b0677521dbc13d8a86ec7cbbf8e3fe"

0 commit comments

Comments
 (0)