Skip to content

Commit 32ebff2

Browse files
build(deps-dev): Bump @types/node from 22.15.30 to 24.0.2 (#839)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.30 to 24.0.2. - [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.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22ba84f commit 32ebff2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/edit-json-file": "^1.7.0",
6363
"@types/jest": "^29.5.1",
6464
"@types/mock-fs": "^4.13.1",
65-
"@types/node": "^22.10.1",
65+
"@types/node": "^24.0.2",
6666
"@types/semver": "^7.5.0",
6767
"eslint": "^9.0.0",
6868
"eslint-config-prettier": "^10.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,12 +1050,12 @@
10501050
resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz"
10511051
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
10521052

1053-
"@types/node@*", "@types/node@^22.10.1":
1054-
version "22.15.30"
1055-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d"
1056-
integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==
1053+
"@types/node@*", "@types/node@^24.0.2":
1054+
version "24.0.2"
1055+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.2.tgz#35ae563eec65e0210ec667ebd1a43c1730ab4f3d"
1056+
integrity sha512-Kv1shWMfCUnzbQTosAHrF2p8AzccoLODqJ0XqGPRA/mGVZR86KCk8I+fyh6B5+kcLtAKS9BquXUxVO79jU9UGg==
10571057
dependencies:
1058-
undici-types "~6.21.0"
1058+
undici-types "~7.8.0"
10591059

10601060
"@types/normalize-package-data@^2.4.0":
10611061
version "2.4.4"
@@ -7120,10 +7120,10 @@ unbox-primitive@^1.0.2:
71207120
has-symbols "^1.0.3"
71217121
which-boxed-primitive "^1.0.2"
71227122

7123-
undici-types@~6.21.0:
7124-
version "6.21.0"
7125-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7126-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7123+
undici-types@~7.8.0:
7124+
version "7.8.0"
7125+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
7126+
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
71277127

71287128
unicorn-magic@^0.3.0:
71297129
version "0.3.0"

0 commit comments

Comments
 (0)