Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d495a48

Browse files
authoredNov 30, 2023
build(deps-dev): bump @types/node from 16.18.12 to 20.10.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.12 to 20.10.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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eae75ae commit d495a48

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@commitlint/cli": "^17.4.3",
88
"@commitlint/config-conventional": "^17.4.3",
99
"@types/jest": "^27.0.1",
10-
"@types/node": "^16.18.12",
10+
"@types/node": "^20.10.1",
1111
"@typescript-eslint/eslint-plugin": "~5.52.0",
1212
"@typescript-eslint/parser": "~5.52.0",
1313
"conventional-github-releaser": "^3.1.5",

‎yarn.lock

+11-9
Original file line numberDiff line numberDiff line change
@@ -1823,15 +1823,12 @@
18231823
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
18241824
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
18251825

1826-
"@types/node@*":
1827-
version "15.6.1"
1828-
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.1.tgz#32d43390d5c62c5b6ec486a9bc9c59544de39a08"
1829-
integrity sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA==
1830-
1831-
"@types/node@^16.18.12":
1832-
version "16.18.12"
1833-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.12.tgz#e3bfea80e31523fde4292a6118f19ffa24fd6f65"
1834-
integrity sha512-vzLe5NaNMjIE3mcddFVGlAXN1LEWueUsMsOJWaT6wWMJGyljHAWHznqfnKUQWGzu7TLPrGvWdNAsvQYW+C0xtw==
1826+
"@types/node@*", "@types/node@^20.10.1":
1827+
version "20.10.1"
1828+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.1.tgz#d2c96f356c3125fedc983d74c424910c3767141c"
1829+
integrity sha512-T2qwhjWwGH81vUEx4EXmBKsTJRXFXNZTL4v0gi01+zyBmCwzE6TyHszqX01m+QHTEq+EZNo13NeJIdEqf+Myrg==
1830+
dependencies:
1831+
undici-types "~5.26.4"
18351832

18361833
"@types/normalize-package-data@^2.4.0":
18371834
version "2.4.0"
@@ -7757,6 +7754,11 @@ unbox-primitive@^1.0.1:
77577754
has-symbols "^1.0.2"
77587755
which-boxed-primitive "^1.0.2"
77597756

7757+
undici-types@~5.26.4:
7758+
version "5.26.5"
7759+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7760+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7761+
77607762
unicode-canonical-property-names-ecmascript@^1.0.4:
77617763
version "1.0.4"
77627764
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)
Please sign in to comment.