Skip to content

Commit 935a968

Browse files
Bump @types/node from 20.12.12 to 22.13.0 (tus#756)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.12 to 22.13.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:production 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 a70e3cd commit 935a968

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"uglify-js": "^3.9.2"
114114
},
115115
"dependencies": {
116-
"@types/node": "^20.12.12",
116+
"@types/node": "^22.13.0",
117117
"buffer-from": "^1.1.2",
118118
"combine-errors": "^3.0.3",
119119
"is-stream": "^2.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,12 @@
336336
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.14.tgz#bafc053533f4cdc5fcc9635af46a963c1f3deaff"
337337
integrity sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==
338338

339-
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^20.12.12":
340-
version "20.12.12"
341-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
342-
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
339+
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^22.13.0":
340+
version "22.13.0"
341+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c"
342+
integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==
343343
dependencies:
344-
undici-types "~5.26.4"
344+
undici-types "~6.20.0"
345345

346346
"@types/proper-lockfile@^4.1.4":
347347
version "4.1.4"
@@ -3420,10 +3420,10 @@ unbzip2-stream@^1.4.3:
34203420
buffer "^5.2.1"
34213421
through "^2.3.8"
34223422

3423-
undici-types@~5.26.4:
3424-
version "5.26.5"
3425-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
3426-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
3423+
undici-types@~6.20.0:
3424+
version "6.20.0"
3425+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
3426+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
34273427

34283428
unicode-emoji-modifier-base@^1.0.0:
34293429
version "1.0.0"

0 commit comments

Comments
 (0)