diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 61a7a9fa3..421d34672 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -608,7 +608,7 @@ overrides: tmp@<0.2.7: '>=0.2.7' undici@<6.23.0: '>=6.28.0' undici@<6.24.0: '>=6.28.0' - undici@>=7.0.0 <7.28.0: 7.29.0 + undici@>=7.0.0 <7.28.0: 8.10.0 undici@>=8.0.0 <8.5.0: 8.10.0 '@actions/http-client>undici': 8.10.0 vite@>=7.0.0 <=7.3.1: '>=7.3.2' @@ -11794,10 +11794,6 @@ packages: undici-types@8.3.0: resolution: {integrity: sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==} - undici@7.29.0: - resolution: {integrity: sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==} - engines: {node: '>=20.18.1'} - undici@8.10.0: resolution: {integrity: sha512-HvltHd7avK13QIw/oLe4qoOLyoVSoafqJ2jYOrtMRBkbYT31eiBQ8O0ehRKZiEZCMEyLFQNIADpgCWC5fALvYQ==} engines: {node: '>=22.19.0'} @@ -15205,7 +15201,7 @@ snapshots: p-filter: 4.1.0 semantic-release: 25.0.9(supports-color@10.2.2)(typescript@6.0.3) tinyglobby: 0.2.17 - undici: 7.29.0 + undici: 8.10.0 url-join: 5.0.0 transitivePeerDependencies: - kerberos @@ -15229,7 +15225,7 @@ snapshots: p-filter: 4.1.0 semantic-release: 25.0.9(supports-color@7.2.0)(typescript@6.0.3) tinyglobby: 0.2.17 - undici: 7.29.0 + undici: 8.10.0 url-join: 5.0.0 transitivePeerDependencies: - kerberos @@ -25247,8 +25243,6 @@ snapshots: undici-types@8.3.0: {} - undici@7.29.0: {} - undici@8.10.0: {} unherit@3.0.1: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e1dbb08df..cc38a3ae4 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -289,7 +289,7 @@ overrides: tmp@<0.2.7: ">=0.2.7" undici@<6.23.0: ">=6.28.0" undici@<6.24.0: ">=6.28.0" - undici@>=7.0.0 <7.28.0: "7.29.0" + undici@>=7.0.0 <7.28.0: "8.10.0" undici@>=8.0.0 <8.5.0: "8.10.0" "@actions/http-client>undici": "8.10.0" vite@>=7.0.0 <=7.3.1: ">=7.3.2"