diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 661fd42d5eb..0679eb793dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -338,8 +338,8 @@ importers: specifier: 1.13.8 version: 1.13.8 undici: - specifier: ^7.16.0 - version: 7.25.0 + specifier: ^8.2.0 + version: 8.2.0 unorm: specifier: 1.6.0 version: 1.6.0 @@ -5598,6 +5598,10 @@ packages: resolution: {integrity: sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==} engines: {node: '>=20.18.1'} + undici@8.2.0: + resolution: {integrity: sha512-Z+4Hx9GE26Lh9Upwfnc8C7SsrpBPGaM/Gm6kMFtiG7c+5IvQKlXi/t+9x9DrrCh29cww5TSP9YdVaBcnLDs5fQ==} + engines: {node: '>=22.19.0'} + unicode-properties@1.4.1: resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==} @@ -11438,6 +11442,8 @@ snapshots: undici@7.25.0: {} + undici@8.2.0: {} + unicode-properties@1.4.1: dependencies: base64-js: 1.5.1 diff --git a/src/package.json b/src/package.json index aa345d391a3..edf72e6caa6 100644 --- a/src/package.json +++ b/src/package.json @@ -88,7 +88,7 @@ "tsx": "4.21.0", "ueberdb2": "^5.0.48", "underscore": "1.13.8", - "undici": "^7.16.0", + "undici": "^8.2.0", "unorm": "1.6.0", "wtfnode": "^0.10.1" },