Skip to content

Commit 16312ec

Browse files
Bump @types/node from 20.10.8 to 22.5.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.8 to 22.5.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-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e9ccc9 commit 16312ec

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"flexsearch": "0.7.31"
2525
},
2626
"devDependencies": {
27-
"@types/node": "20.10.8",
27+
"@types/node": "22.5.0",
2828
"eslint": "^8.56.0",
2929
"eslint-plugin-mdx": "^2.3.2",
3030
"prettier": "^3.1.1",

Diff for: yarn.lock

+28-8
Original file line numberDiff line numberDiff line change
@@ -485,12 +485,12 @@
485485
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433"
486486
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
487487

488-
"@types/node@*", "@types/node@20.10.8":
489-
version "20.10.8"
490-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.8.tgz#f1e223cbde9e25696661d167a5b93a9b2a5d57c7"
491-
integrity sha512-f8nQs3cLxbAFc00vEU59yf9UyGUftkPaLGfvbVOIDdx2i1b8epBqj2aNGyP19fiyXWvlmZ7qC1XLjAzw/OKIeA==
488+
"@types/node@*", "@types/node@22.5.0":
489+
version "22.5.0"
490+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.0.tgz#10f01fe9465166b4cab72e75f60d8b99d019f958"
491+
integrity sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==
492492
dependencies:
493-
undici-types "~5.26.4"
493+
undici-types "~6.19.2"
494494

495495
"@types/node@^18.0.0":
496496
version "18.19.6"
@@ -4570,8 +4570,16 @@ streamsearch@^1.1.0:
45704570
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
45714571
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
45724572

4573-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
4574-
name string-width-cjs
4573+
"string-width-cjs@npm:string-width@^4.2.0":
4574+
version "4.2.3"
4575+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4576+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4577+
dependencies:
4578+
emoji-regex "^8.0.0"
4579+
is-fullwidth-code-point "^3.0.0"
4580+
strip-ansi "^6.0.1"
4581+
4582+
string-width@^4.1.0:
45754583
version "4.2.3"
45764584
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
45774585
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4646,7 +4654,14 @@ stringify-entities@^4.0.0:
46464654
character-entities-html4 "^2.0.0"
46474655
character-entities-legacy "^3.0.0"
46484656

4649-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4657+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4658+
version "6.0.1"
4659+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4660+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4661+
dependencies:
4662+
ansi-regex "^5.0.1"
4663+
4664+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
46504665
version "6.0.1"
46514666
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
46524667
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4894,6 +4909,11 @@ undici-types@~5.26.4:
48944909
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
48954910
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
48964911

4912+
undici-types@~6.19.2:
4913+
version "6.19.8"
4914+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
4915+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
4916+
48974917
unified-engine@^10.1.0:
48984918
version "10.1.0"
48994919
resolved "https://registry.yarnpkg.com/unified-engine/-/unified-engine-10.1.0.tgz#6899f00d1f53ee9af94f7abd0ec21242aae3f56c"

0 commit comments

Comments
 (0)