Skip to content

Commit 3274a2f

Browse files
chore(deps-dev): bump @types/node from 25.7.0 to 25.9.1 (#887)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.7.0 to 25.9.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: 25.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fa11e6 commit 3274a2f

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
@@ -78,7 +78,7 @@
7878
"@swc/cli": "^0.8.1",
7979
"@swc/core": "^1.15.33",
8080
"@swc/plugin-transform-imports": "^12.9.0",
81-
"@types/node": "^25.7.0",
81+
"@types/node": "^25.9.1",
8282
"@types/react": "^19.2.14",
8383
"concurrently": "^9.0.0",
8484
"cross-env": "^10.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -598,12 +598,12 @@
598598
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
599599
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
600600

601-
"@types/node@*", "@types/node@^25.7.0":
602-
version "25.7.0"
603-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.7.0.tgz#7498f82e90dbdce7c34b75aaaa256c498a0ebe6c"
604-
integrity sha512-z+pdZyxE+RTQE9AcboAZCb4otwcrvgHD+GlBpPgn0emDVt0ohrTMhAwlr2Wd9nZ+nihhYFxO2pThz3C5qSu2Eg==
601+
"@types/node@*", "@types/node@^25.9.1":
602+
version "25.9.1"
603+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.9.1.tgz#3bda556db500ae4319c08e7fc9ab94f19013ba0b"
604+
integrity sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==
605605
dependencies:
606-
undici-types "~7.21.0"
606+
undici-types ">=7.24.0 <7.24.7"
607607

608608
"@types/react@^19.2.14":
609609
version "19.2.14"
@@ -2522,10 +2522,10 @@ unbzip2-stream@^1.4.3:
25222522
buffer "^5.2.1"
25232523
through "^2.3.8"
25242524

2525-
undici-types@~7.21.0:
2526-
version "7.21.0"
2527-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.21.0.tgz#433f7dd1b5daa9ab4dacb721a5e11a8de51eadda"
2528-
integrity sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==
2525+
"undici-types@>=7.24.0 <7.24.7":
2526+
version "7.24.6"
2527+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.24.6.tgz#61275b485d7fd4e9d269c7cf04ec2873c9cc0f91"
2528+
integrity sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==
25292529

25302530
undici@^7.25.0:
25312531
version "7.25.0"

0 commit comments

Comments
 (0)