Skip to content

Commit c5259ea

Browse files
chore(deps): update dependency @types/node to v22
1 parent dc961a4 commit c5259ea

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"devDependencies": {
1919
"@eslint/eslintrc": "^1.0.4",
20-
"@types/node": "^16.7.8",
20+
"@types/node": "^22.0.0",
2121
"@types/phoenix": "^1.5.2",
2222
"@types/phoenix_live_view": "^0.15.1",
2323
"@typescript-eslint/eslint-plugin": "^5.5.0",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,12 @@
160160
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
161161
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
162162

163-
"@types/node@^16.7.8":
164-
version "16.7.8"
165-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.8.tgz#2448be5f24fe6b77114632b6350fcd219334651e"
166-
integrity sha512-8upnoQU0OPzbIkm+ZMM0zCeFCkw2s3mS0IWdx0+AAaWqm4fkBb0UJp8Edl7FVKRamYbpJC/aVsHpKWBIbiC7Zg==
163+
"@types/node@^22.0.0":
164+
version "22.8.2"
165+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
166+
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
167+
dependencies:
168+
undici-types "~6.19.8"
167169

168170
"@types/parse-json@^4.0.0":
169171
version "4.0.0"
@@ -2654,6 +2656,11 @@ unbox-primitive@^1.0.1:
26542656
has-symbols "^1.0.2"
26552657
which-boxed-primitive "^1.0.2"
26562658

2659+
undici-types@~6.19.8:
2660+
version "6.19.8"
2661+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
2662+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
2663+
26572664
universalify@^0.1.0:
26582665
version "0.1.2"
26592666
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)