Skip to content

Commit 3a287d5

Browse files
chore(deps-dev): bump @types/node from 24.12.4 to 24.13.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.12.4 to 24.13.1. - [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.13.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d863cc commit 3a287d5

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-dom": "19.2.6"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^24.0.0",
23+
"@types/node": "^24.13.1",
2424
"@types/react": "^19.2.17",
2525
"@types/react-dom": "^19.2.3",
2626
"eslint": "9",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,12 +1205,12 @@
12051205
dependencies:
12061206
"@types/unist" "*"
12071207

1208-
"@types/node@^24.0.0":
1209-
version "24.12.4"
1210-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.4.tgz#2709745569811dcbdc57c097fafdd387c6330382"
1211-
integrity sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==
1208+
"@types/node@^24.13.1":
1209+
version "24.13.1"
1210+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.13.1.tgz#890e6a3832959d8181a11c4c91c3a0de8410e697"
1211+
integrity sha512-RSpUJGmvsJ1ZeBehQZFhIdpsz+bIpES0nIQXko4Ybq+N+kX6XvOq3Jo+iJ82FWLdblFq85AsMikd3m35jgezYg==
12121212
dependencies:
1213-
undici-types "~7.16.0"
1213+
undici-types "~7.18.0"
12141214

12151215
"@types/react-dom@^19.2.3":
12161216
version "19.2.3"
@@ -7131,10 +7131,10 @@ unbox-primitive@^1.1.0:
71317131
has-symbols "^1.1.0"
71327132
which-boxed-primitive "^1.1.1"
71337133

7134-
undici-types@~7.16.0:
7135-
version "7.16.0"
7136-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7137-
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
7134+
undici-types@~7.18.0:
7135+
version "7.18.2"
7136+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
7137+
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
71387138

71397139
unified@^11.0.0, unified@^11.0.4, unified@^11.0.5:
71407140
version "11.0.5"

0 commit comments

Comments
 (0)