diff --git a/package-lock.json b/package-lock.json index e7271b8b..2008da17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13849,12 +13849,12 @@ } }, "node_modules/undici": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz", - "integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.0.tgz", + "integrity": "sha512-RGabV5g1ggSX5mU4k+B8BLWgb418gDbg0wAVFeiU00iOxtw4ufGsE6GFsuSd2uqOKooWSLf71JGapOFYpE8f+A==", "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index b8004c7d..ed0c5065 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ }, "overrides": { "file-type": "22.0.0", - "undici": "7.24.7", + "undici": "8.0.0", "dompurify": "3.3.3", "smol-toml": "1.6.1", "yaml": "2.8.3",