Skip to content

Commit 02cd301

Browse files
chore(deps): update dependency @types/node to v24
1 parent d36bd63 commit 02cd301

3 files changed

Lines changed: 39 additions & 14 deletions

File tree

package-lock.json

Lines changed: 27 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@types/marked": "^4.0.8",
23-
"@types/node": "^18.11.18",
23+
"@types/node": "^24.0.0",
2424
"eslint": "^8.24.0",
2525
"eslint-plugin-lit": "^1.6.1",
2626
"eslint-plugin-wc": "^1.3.2",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,12 @@
202202
resolved "https://registry.npmjs.org/@types/marked/-/marked-4.0.8.tgz"
203203
integrity sha512-HVNzMT5QlWCOdeuBsgXP8EZzKUf0+AXzN+sLmjvaB3ZlLqO+e4u0uXrdw9ub69wBKFs+c6/pA4r9sy6cCDvImw==
204204

205-
"@types/node@^18.11.18":
206-
version "18.11.18"
207-
resolved "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz"
208-
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
205+
"@types/node@^24.0.0":
206+
version "24.10.8"
207+
resolved "https://registry.npmjs.org/@types/node/-/node-24.10.8.tgz"
208+
integrity sha512-r0bBaXu5Swb05doFYO2kTWHMovJnNVbCsII0fhesM8bNRlLhXIuckley4a2DaD+vOdmm5G+zGkQZAPZsF80+YQ==
209+
dependencies:
210+
undici-types "~7.16.0"
209211

210212
"@types/trusted-types@^2.0.2":
211213
version "2.0.2"
@@ -1889,6 +1891,11 @@ typescript@^5.0.0:
18891891
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz"
18901892
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
18911893

1894+
undici-types@~7.16.0:
1895+
version "7.16.0"
1896+
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz"
1897+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
1898+
18921899
union-value@^1.0.0:
18931900
version "1.0.1"
18941901
resolved "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz"

0 commit comments

Comments
 (0)