From f4c58c801d539d09f8ddc757e4f6ec382f2f3e67 Mon Sep 17 00:00:00 2001 From: Eric Rozell Date: Mon, 11 May 2026 11:29:43 -0700 Subject: [PATCH] Pin Yoga fast-uri to 3.1.1 Summary: Add a Yarn resolution for fast-uri 3.1.1 and update the lockfile so the ajv transitive dependency resolves to the fixed version for GHSA-q3j6-qgpj-74h6 / CVE-2026-6321. Differential Revision: D104695401 --- package.json | 3 ++- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ae2f5d7a0b..792b7e12dd 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "typescript": "5.0.4" }, "resolutions": { - "cliui/wrap-ansi": "7.0.0" + "cliui/wrap-ansi": "7.0.0", + "fast-uri": "3.1.1" } } diff --git a/yarn.lock b/yarn.lock index 6626bb0f79..366164f0af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5357,10 +5357,10 @@ fast-levenshtein@^3.0.0: dependencies: fastest-levenshtein "^1.0.7" -fast-uri@^3.0.1: - version "3.1.0" - resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa" - integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA== +fast-uri@3.1.1, fast-uri@^3.0.1: + version "3.1.1" + resolved "https://registry.facebook.net/fast-uri/-/fast-uri-3.1.1.tgz#dd085fec2494a2a33bac6e61277374669e1dd774" + integrity sha512-h2r7rcm6Ee/J8o0LD5djLuFVcfbZxhvho4vvsbeV0aMvXjUgqv4YpxpkEx0d68l6+IleVfLAdVEfhR7QNMkGHQ== fastest-levenshtein@^1.0.7: version "1.0.16"