From 2b043c4c7ebe2e8fbde66e662c4446699cba4ef0 Mon Sep 17 00:00:00 2001 From: James Demery Date: Thu, 11 Jun 2026 08:43:20 -0400 Subject: [PATCH] BB2-4853: Update fast-uri --- package-lock.json | 6 +++--- package.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f124b0..2c2d379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3278,9 +3278,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", - "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", + "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 01cd320..fb267fd 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,8 @@ "@isaacs/brace-expansion": "^5.0.1", "minimatch": "^10.2.3", "lodash": "^4.18.1", - "picomatch": "^4.0.4" + "picomatch": "^4.0.4", + "fast-uri": "^3.1.2" }, "resolutions": { "test-exclude/minimatch": "^9.0.4",