From 013d100e29dec9bdff6c0b02fd12d21c777b33fc Mon Sep 17 00:00:00 2001 From: onmax Date: Tue, 12 May 2026 09:50:08 +0200 Subject: [PATCH] fix: allow semver trust policy exception --- pnpm-workspace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index fe2b195..0238d22 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,6 +3,7 @@ shellEmulator: true trustPolicy: no-downgrade trustPolicyExclude: - chokidar@4.0.3 + - semver@6.3.1 allowBuilds: '@parcel/watcher': true