Skip to content

Commit 2ef5f0c

Browse files
Bump @types/node from 20.14.14 to 22.7.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.14 to 22.7.7. - [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-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0768a1b commit 2ef5f0c

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"yaml": "^2.5.1"
7373
},
7474
"devDependencies": {
75-
"@types/node": "^20.4.4",
75+
"@types/node": "^22.7.7",
7676
"@jest/globals": "^29.7.0",
7777
"eslint": "^8.45.0",
7878
"js-yaml": "^4.1.0",

yarn.lock

+9-21
Original file line numberDiff line numberDiff line change
@@ -715,19 +715,12 @@
715715
expect "^29.0.0"
716716
pretty-format "^29.0.0"
717717

718-
"@types/node@*":
719-
version "22.1.0"
720-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.1.0.tgz#6d6adc648b5e03f0e83c78dc788c2b037d0ad94b"
721-
integrity sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==
718+
"@types/node@*", "@types/node@^22.7.7":
719+
version "22.7.7"
720+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.7.tgz#6cd9541c3dccb4f7e8b141b491443f4a1570e307"
721+
integrity sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==
722722
dependencies:
723-
undici-types "~6.13.0"
724-
725-
"@types/node@^20.4.4":
726-
version "20.14.14"
727-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.14.tgz#6b655d4a88623b0edb98300bb9dd2107225f885e"
728-
integrity sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==
729-
dependencies:
730-
undici-types "~5.26.4"
723+
undici-types "~6.19.2"
731724

732725
"@types/stack-utils@^2.0.0":
733726
version "2.0.3"
@@ -3043,15 +3036,10 @@ typescript@^5.2.2, typescript@^5.5.4:
30433036
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
30443037
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
30453038

3046-
undici-types@~5.26.4:
3047-
version "5.26.5"
3048-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
3049-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
3050-
3051-
undici-types@~6.13.0:
3052-
version "6.13.0"
3053-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
3054-
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
3039+
undici-types@~6.19.2:
3040+
version "6.19.8"
3041+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
3042+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
30553043

30563044
undici@^5.25.4:
30573045
version "5.28.4"

0 commit comments

Comments
 (0)