Skip to content

Commit b2f0f1b

Browse files
Bump @types/node from 18.11.9 to 22.13.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3cb56a0 commit b2f0f1b

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/jest": "^29.0.3",
3737
"@types/js-yaml": "^4.0.5",
3838
"@types/lodash": "^4.14.185",
39-
"@types/node": "^18.7.21",
39+
"@types/node": "^22.13.0",
4040
"@types/nodemailer": "^6.4.6",
4141
"@types/pluralize": "^0.0.33",
4242
"@types/prettier": "^2.7.1",

yarn.lock

+16-4
Original file line numberDiff line numberDiff line change
@@ -2240,16 +2240,23 @@
22402240
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
22412241
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
22422242

2243-
"@types/node@*", "@types/node@^18.7.20", "@types/node@^18.7.21":
2244-
version "18.11.9"
2245-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
2246-
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
2243+
"@types/node@*", "@types/node@^22.13.0":
2244+
version "22.13.0"
2245+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c"
2246+
integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==
2247+
dependencies:
2248+
undici-types "~6.20.0"
22472249

22482250
"@types/node@^14.0.0":
22492251
version "14.18.30"
22502252
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.30.tgz#34c8d934fe86b6ee5c21c08fc1b7858599c84a5a"
22512253
integrity sha512-8OEyg4oc/CqN5+LbInKNLA8MfbGzbC+k8lVPePXazuwEVrVeQ9gwMDX00HJwWbC7syc1FWRU6Mow0Lm+mibHAQ==
22522254

2255+
"@types/node@^18.7.20":
2256+
version "18.11.9"
2257+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
2258+
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
2259+
22532260
"@types/nodemailer@^6.4.6":
22542261
version "6.4.6"
22552262
resolved "https://registry.yarnpkg.com/@types/nodemailer/-/nodemailer-6.4.6.tgz#ce21b4b474a08f672f182e15982b7945dde1f288"
@@ -8027,6 +8034,11 @@ unbox-primitive@^1.0.2:
80278034
has-symbols "^1.0.3"
80288035
which-boxed-primitive "^1.0.2"
80298036

8037+
undici-types@~6.20.0:
8038+
version "6.20.0"
8039+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
8040+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
8041+
80308042
unique-filename@^2.0.0:
80318043
version "2.0.1"
80328044
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2"

0 commit comments

Comments
 (0)