From bd20649e97d48ef9392f382753bda607bec505b5 Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Fri, 31 Jul 2026 12:13:49 +0200 Subject: [PATCH] COO-1932: fix CVE-2026-13676 in fast-uri Signed-off-by: Andreas Gerstmayr --- web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 8f0cb3f..74a4228 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12349,9 +12349,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.5", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz", + "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==", "funding": [ { "type": "github",