Skip to content

Commit 9d89142

Browse files
Bump @types/node from 20.14.2 to 22.13.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.2 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7179c66 commit 9d89142

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/escape-html": "^1.0.0",
6868
"@types/is-hotkey": "^0.1.1",
6969
"@types/lodash": "^4.14.137",
70-
"@types/node": "^20.1.0",
70+
"@types/node": "^22.13.1",
7171
"@types/react": "^18.0.15",
7272
"@types/react-modal": "^3.10.6",
7373
"@typescript-eslint/eslint-plugin": "^5.30.5",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1863,12 +1863,12 @@
18631863
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.5.tgz#e6c29b58e66995d57cd170ce3e2a61926d55ee04"
18641864
integrity sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==
18651865

1866-
"@types/node@*", "@types/node@^20.1.0":
1867-
version "20.14.2"
1868-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
1869-
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
1866+
"@types/node@*", "@types/node@^22.13.1":
1867+
version "22.13.1"
1868+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33"
1869+
integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==
18701870
dependencies:
1871-
undici-types "~5.26.4"
1871+
undici-types "~6.20.0"
18721872

18731873
"@types/prop-types@*":
18741874
version "15.7.5"
@@ -5050,10 +5050,10 @@ unbox-primitive@^1.0.2:
50505050
has-symbols "^1.0.3"
50515051
which-boxed-primitive "^1.0.2"
50525052

5053-
undici-types@~5.26.4:
5054-
version "5.26.5"
5055-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5056-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5053+
undici-types@~6.20.0:
5054+
version "6.20.0"
5055+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
5056+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
50575057

50585058
universalify@^0.2.0:
50595059
version "0.2.0"

0 commit comments

Comments
 (0)