From 40ef9314078ad64aa8fda362077f40f03ad67889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:16:29 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v24 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e9532af..7e43a2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@tailwindcss/typography": "0.5.19", "@types/audioworklet": "0.0.100", "@types/mdx": "2.0.13", - "@types/node": "20.19.41", + "@types/node": "24.12.4", "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@types/three": "0.184.1", @@ -3906,12 +3906,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.19.41", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.41.tgz", - "integrity": "sha512-ECymXOukMnOoVkC2bb1Vc/w/836DXncOg5m8Xj1RH7xSHZJWNYY6Zh7EH477vcnD5egKNNfy2RpNOmuChhFPgQ==", + "version": "24.12.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz", + "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/offscreencanvas": { @@ -9306,9 +9306,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/unified": { diff --git a/package.json b/package.json index 8c2daa6..16dfb13 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@tailwindcss/typography": "0.5.19", "@types/audioworklet": "0.0.100", "@types/mdx": "2.0.13", - "@types/node": "20.19.41", + "@types/node": "24.12.4", "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@types/three": "0.184.1",