From 2836bebcba6b0d4f3c847426d61551d4221ea68d Mon Sep 17 00:00:00 2001 From: Pranav Garud Date: Mon, 8 Jun 2026 10:30:40 +0530 Subject: [PATCH] Bumped the package fast-uri to fix the CVE-2026-6322 --- web/package-lock.json | 6 +++--- web/package.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 982449e4a..5efd0cdef 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -14200,9 +14200,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/web/package.json b/web/package.json index 735b5e79b..64b87fe6b 100644 --- a/web/package.json +++ b/web/package.json @@ -175,6 +175,7 @@ "echarts": "^5.6.0", "qs": "^6.14.1", "axios": "1.15.0", + "fast-uri": "^3.1.2", "sass": { "immutable": "^5.1.5" }