Skip to content

Commit a4a0f67

Browse files
chore(deps-dev): bump @types/node from 22.18.12 to 24.9.1 (#3496)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.18.12 to 24.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: 24.9.1 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 ce09c87 commit a4a0f67

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"@types/diff": "^7.0.0",
119119
"@types/glob": "^8.1.0",
120120
"@types/jest": "^29.5.12",
121-
"@types/node": "^22.5.0",
121+
"@types/node": "^24.9.1",
122122
"@typescript-eslint/eslint-plugin": "^8.21.0",
123123
"@typescript-eslint/parser": "^8.21.0",
124124
"allure-commandline": "^2.34.0",

yarn.lock

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,20 +1683,13 @@
16831683
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
16841684
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
16851685

1686-
"@types/node@*", "@types/node@>=13.7.0":
1686+
"@types/node@*", "@types/node@>=13.7.0", "@types/node@^24.9.1":
16871687
version "24.9.1"
16881688
resolved "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
16891689
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
16901690
dependencies:
16911691
undici-types "~7.16.0"
16921692

1693-
"@types/node@^22.5.0":
1694-
version "22.18.12"
1695-
resolved "https://registry.npmjs.org/@types/node/-/node-22.18.12.tgz#e165d87bc25d7bf6d3657035c914db7485de84fb"
1696-
integrity sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==
1697-
dependencies:
1698-
undici-types "~6.21.0"
1699-
17001693
"@types/stack-utils@^2.0.0", "@types/stack-utils@^2.0.3":
17011694
version "2.0.3"
17021695
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
@@ -5973,11 +5966,6 @@ unbox-primitive@^1.1.0:
59735966
has-symbols "^1.1.0"
59745967
which-boxed-primitive "^1.1.1"
59755968

5976-
undici-types@~6.21.0:
5977-
version "6.21.0"
5978-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5979-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5980-
59815969
undici-types@~7.16.0:
59825970
version "7.16.0"
59835971
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"

0 commit comments

Comments
 (0)