diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a9824819a..69b976d87 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -169,7 +169,7 @@ overrides: minimatch@>=10.0.0 <10.2.3: 10.2.6 undici@>=5.0.0 <5.28.5: 5.29.0 undici@>=6.0.0 <6.27.0: 6.29.0 - undici@>=7.0.0 <7.28.0: 7.29.1 + undici@>=7.0.0 <7.28.0: 7.30.0 effect@>=3.0.0 <3.20.0: 3.22.2 defu@<6.1.5: 6.1.7 devalue@<5.8.1: 5.9.4 @@ -4245,8 +4245,8 @@ packages: resolution: {integrity: sha512-R+RODBqp6i2pPflGdq+xIOUkl+RNfGgHwoinecKu/JCuf2uO06cOKoDbI2P7Dn6KcswdKwrczbU6IYJ6K8X+wg==} engines: {node: '>=18.17'} - undici@7.29.1: - resolution: {integrity: sha512-RYONW2MeafgYlkVOKYKkA/Ag7BmXqgIWCa8t1m0JcxrQg9pI9lEqRhAOruOBCbAohOa/gkCF+iPi9hrgvTzu6Q==} + undici@7.30.0: + resolution: {integrity: sha512-dkrQXeHSaoamnItlYbmzG0wFYrM0ZwDxCIg0A7aKjTyyhh9svRzCNFEzV+Vm05/yehjCzjDZ31KXfGEjYSztDQ==} engines: {node: '>=20.18.1'} undici@8.10.2: @@ -6202,7 +6202,7 @@ snapshots: ms: 2.1.3 picocolors: 1.1.1 tar-stream: 3.1.7 - undici: 7.29.1 + undici: 7.30.0 xdg-app-paths: 5.1.0 zod: 4.6.5 transitivePeerDependencies: @@ -8174,7 +8174,7 @@ snapshots: undici@6.29.0: {} - undici@7.29.1: {} + undici@7.30.0: {} undici@8.10.2: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 950456e56..3aaa73b37 100755 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -47,7 +47,7 @@ overrides: 'minimatch@>=10.0.0 <10.2.3': '10.2.6' 'undici@>=5.0.0 <5.28.5': '5.29.0' 'undici@>=6.0.0 <6.27.0': '6.29.0' - 'undici@>=7.0.0 <7.28.0': '7.29.1' + 'undici@>=7.0.0 <7.28.0': '7.30.0' 'effect@>=3.0.0 <3.20.0': '3.22.2' 'defu@<6.1.5': '6.1.7' 'devalue@<5.8.1': '5.9.4'