From 4eddc773ca2ee01f8e5dae34e0850dc8759445a1 Mon Sep 17 00:00:00 2001 From: David Knaack Date: Wed, 13 May 2026 16:36:25 +0200 Subject: [PATCH] chore: Resolve audit warnings (2026-05-13) --- pnpm-lock.yaml | 8 ++++---- pnpm-workspace.yaml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 36ffe92679..0536dde8c7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3680,8 +3680,8 @@ packages: fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - fast-uri@3.1.0: - resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==} + fast-uri@3.1.2: + resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==} fast-xml-builder@1.1.9: resolution: {integrity: sha512-jcyKVSEX13iseJqg7n/KWw+xnu/7fdrZ333Fac54KjHDIELVCfDDJXYIm6DTJ0Su4gSzrhqiK0DzY/wZbF40mw==} @@ -7940,7 +7940,7 @@ snapshots: ajv@8.18.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.1.0 + fast-uri: 3.1.2 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -9212,7 +9212,7 @@ snapshots: fast-safe-stringify@2.1.1: {} - fast-uri@3.1.0: {} + fast-uri@3.1.2: {} fast-xml-builder@1.1.9: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index d3e0902b14..e2388cae8d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -32,17 +32,17 @@ packages: - 'build-packages/changelog' - 'build-packages/merge-and-write-changelogs' - 'build-packages/test-utils' +allowBuilds: + better-sqlite3: false + puppeteer: false + unrs-resolver: false blockExoticSubdeps: true minimumReleaseAge: 5760 minimumReleaseAgeExclude: [] # Add minimum age exceptions for audit issues here # - sample-package@0.1.0 +shellEmulator: true +trustPolicy: no-downgrade trustPolicyIgnoreAfter: 131400 # 3 months -trustPolicy: no-downgrade -allowBuilds: - better-sqlite3: false - puppeteer: false - unrs-resolver: false -shellEmulator: true