Skip to content

Commit 5e10403

Browse files
Bump @types/node from 18.11.11 to 22.7.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.11 to 22.7.9. - [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 453c453 commit 5e10403

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@technote-space/github-action-log-helper": "^0.2.9",
4848
"@technote-space/github-action-test-helper": "^0.11.1",
4949
"@technote-space/release-github-actions-cli": "^1.9.3",
50-
"@types/node": "^18.11.11",
50+
"@types/node": "^22.7.9",
5151
"@typescript-eslint/eslint-plugin": "^5.45.1",
5252
"@typescript-eslint/parser": "^5.45.1",
5353
"@vitest/coverage-c8": "^0.25.4",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,12 @@
595595
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
596596
integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==
597597

598-
"@types/node@*", "@types/node@^18.11.11":
599-
version "18.11.11"
600-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz#1d455ac0211549a8409d3cdb371cd55cc971e8dc"
601-
integrity sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==
598+
"@types/node@*", "@types/node@^22.7.9":
599+
version "22.7.9"
600+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.9.tgz#2bf2797b5e84702d8262ea2cf843c3c3c880d0e9"
601+
integrity sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==
602+
dependencies:
603+
undici-types "~6.19.2"
602604

603605
604606
version "20.5.1"
@@ -3511,6 +3513,11 @@ unbox-primitive@^1.0.2:
35113513
has-symbols "^1.0.3"
35123514
which-boxed-primitive "^1.0.2"
35133515

3516+
undici-types@~6.19.2:
3517+
version "6.19.8"
3518+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
3519+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
3520+
35143521
universal-user-agent@^6.0.0:
35153522
version "6.0.0"
35163523
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"

0 commit comments

Comments
 (0)