Skip to content

Commit 0e3417c

Browse files
Bump @types/node from 18.15.11 to 22.13.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 22.13.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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 692eacd commit 0e3417c

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@docusaurus/core": "3.5.2",
2020
"@docusaurus/preset-classic": "3.5.2",
2121
"@mdx-js/react": "^3.1.0",
22-
"@types/node": "18.15.11",
22+
"@types/node": "22.13.1",
2323
"@types/react": "18.3.5",
2424
"clsx": "^2.1.1",
2525
"docusaurus": "^1.14.7",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,10 +2910,12 @@
29102910
resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz"
29112911
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
29122912

2913-
"@types/node@*", "@types/[email protected]":
2914-
version "18.15.11"
2915-
resolved "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz"
2916-
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
2913+
"@types/node@*", "@types/[email protected]":
2914+
version "22.13.1"
2915+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33"
2916+
integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==
2917+
dependencies:
2918+
undici-types "~6.20.0"
29172919

29182920
"@types/node@^17.0.5":
29192921
version "17.0.45"
@@ -13253,6 +13255,11 @@ unbzip2-stream@^1.0.9:
1325313255
buffer "^5.2.1"
1325413256
through "^2.3.8"
1325513257

13258+
undici-types@~6.20.0:
13259+
version "6.20.0"
13260+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
13261+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
13262+
1325613263
unicode-canonical-property-names-ecmascript@^2.0.0:
1325713264
version "2.0.0"
1325813265
resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz"

0 commit comments

Comments
 (0)