Skip to content

Commit c5966a3

Browse files
build(deps-dev): bump @types/node from 25.0.3 to 25.0.4 (#1644)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.0.3 to 25.0.4. - [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.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab115e4 commit c5966a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/cors": "^2.8.19",
7171
"@types/jest": "^30.0.0",
7272
"@types/jsonwebtoken": "^9.0.10",
73-
"@types/node": "^25.0.3",
73+
"@types/node": "^25.0.4",
7474
"@types/serve-favicon": "^2.5.7",
7575
"@types/uuid": "^11.0.0",
7676
"@types/validator": "^13.15.10",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,10 +2005,10 @@
20052005
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"
20062006
integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==
20072007

2008-
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^25.0.3":
2009-
version "25.0.3"
2010-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.3.tgz#79b9ac8318f373fbfaaf6e2784893efa9701f269"
2011-
integrity sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==
2008+
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^25.0.4":
2009+
version "25.0.4"
2010+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.4.tgz#0532f0f0e460533c81b1c63c156139ed6a5c05ed"
2011+
integrity sha512-9L7EOcoPf2mpvBL6GbE4z6zY9oaaP389dZ5ZZ05n2K9p3e1rEUwcXqwhXIKRMbK/uV1U8MYactPf1XH0xmtZWg==
20122012
dependencies:
20132013
undici-types "~7.16.0"
20142014

0 commit comments

Comments
 (0)