From 8b4c857f3f54ef5b81b363c00462c40dbd22c074 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Wed, 2 Sep 2026 21:43:55 -0600 Subject: [PATCH] fix(deps): patch fast-uri advisory --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6f9fc0b2..1ad73d8e 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "**/@tufjs/models/minimatch/brace-expansion": "5.0.9", "**/@sigstore/sign/make-fetch-happen/cacache/glob/minimatch/brace-expansion": "5.0.9", "**/minimatch/brace-expansion": "2.1.4", - "**/fast-uri": "3.1.5", + "**/fast-uri": "3.1.6", "**/axios/form-data": "4.0.6", "**/request/form-data": "2.5.6", "@ethersproject/signing-key": "5.8.0", diff --git a/yarn.lock b/yarn.lock index 9f0bc7a0..4d38300e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4236,10 +4236,10 @@ fast-levenshtein@~2.0.6: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-uri@3.1.5, fast-uri@^3.0.1: - version "3.1.5" - resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.5.tgz#610f37419a030270430cecd68d74e3d4d96725d0" - integrity sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw== +fast-uri@3.1.6, fast-uri@^3.0.1: + version "3.1.6" + resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.6.tgz#bfdd308ef763f835fed059f3c6c925f708e33e3a" + integrity sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q== fastfile@0.0.20: version "0.0.20"