Skip to content

Commit 5cf5271

Browse files
Update dependency @types/node to v22
1 parent 6d0ebec commit 5cf5271

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@mdi/js": "7.0.96",
22-
"@types/node": "16.11.17",
22+
"@types/node": "22.9.3",
2323
"typescript": "4.5.4",
2424
"vite": "2.7.10"
2525
},

yarn.lock

+12-5
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
estree-walker "^2.0.1"
1616
picomatch "^2.2.2"
1717

18-
19-
version "16.11.17"
20-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.17.tgz#ae146499772e33fc6382e1880bc567e41a528586"
21-
integrity sha512-C1vTZME8cFo8uxY2ui41xcynEotVkczIVI5AjLmy5pkpBv/FtG+jhtOlfcPysI8VRVwoOMv6NJm44LGnoMSWkw==
18+
19+
version "22.9.3"
20+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.3.tgz#08f3d64b3bc6d74b162d36f60213e8a6704ef2b4"
21+
integrity sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==
22+
dependencies:
23+
undici-types "~6.19.8"
2224

2325
2426
version "0.13.15"
@@ -157,7 +159,7 @@ is-core-module@^2.9.0:
157159
dependencies:
158160
has "^1.0.3"
159161

160-
magic-string@^0.26.5:
162+
161163
version "0.26.5"
162164
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.5.tgz#3ceb5c60f546ba4e21e3865ab8de4d32bd8ed07f"
163165
integrity sha512-yXUIYOOQnEHKHOftp5shMWpB9ImfgfDJpapa38j/qMtTj5QHWucvxP4lUtuRmHT9vAzvtpHkWKXW9xBwimXeNg==
@@ -229,6 +231,11 @@ [email protected]:
229231
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
230232
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
231233

234+
undici-types@~6.19.8:
235+
version "6.19.8"
236+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
237+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
238+
232239
233240
version "2.7.10"
234241
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.10.tgz#d12c4c10e56a0ecf7890cb529c15996c6111218f"

0 commit comments

Comments
 (0)