Skip to content

Commit 7e409cd

Browse files
Bump @types/node from 24.9.2 to 24.10.0 in /eform-client
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.9.2 to 24.10.0. - [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.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7a128f commit 7e409cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eform-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"@types/jasmine": "^5.1.12",
142142
"@types/jest": "^30.0.0",
143143
"@types/mocha": "^10.0.10",
144-
"@types/node": "^24.5.2",
144+
"@types/node": "^24.10.0",
145145
"@types/uuid": "^11.0.0",
146146
"@typescript-eslint/eslint-plugin": "^7.18.0",
147147
"@typescript-eslint/parser": "^7.18.0",

eform-client/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4233,10 +4233,10 @@
42334233
dependencies:
42344234
"@types/node" "*"
42354235

4236-
"@types/node@*", "@types/node@^24.5.2":
4237-
version "24.9.2"
4238-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
4239-
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
4236+
"@types/node@*", "@types/node@^24.10.0":
4237+
version "24.10.0"
4238+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
4239+
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
42404240
dependencies:
42414241
undici-types "~7.16.0"
42424242

0 commit comments

Comments
 (0)