From 8b055c181970ecf5b8ef507534b71bd119a4bd10 Mon Sep 17 00:00:00 2001 From: Phillip Bailey Date: Wed, 8 Jul 2026 11:34:10 -0400 Subject: [PATCH] Upgrade fast-uri to 3.1.3 (cherry picked from commit f3255bf84507db04a5ad7a8b5930230ce4bf5bd9) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9c248e5..3e326fee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9859,9 +9859,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz", + "integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 2280a37a..f45abf15 100644 --- a/package.json +++ b/package.json @@ -104,6 +104,6 @@ "5.x": "5.1.5" }, "qs": "6.14.2", - "fast-uri": "3.1.2" + "fast-uri": "3.1.3" } }