From f9dfb57d486db72963dfd51059e1f686ce7f54ee Mon Sep 17 00:00:00 2001 From: German Parente Date: Thu, 9 Jul 2026 13:47:42 +0200 Subject: [PATCH] Fix for OCPBUGS-98163: CVE-2026-13676 Co-Authored-By: Claude Opus 4.6 --- web/package-lock.json | 6 +++--- web/package.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 76976a1b6..f77c08397 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -5776,9 +5776,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.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/web/package.json b/web/package.json index 22b7f0b89..c11930ad9 100644 --- a/web/package.json +++ b/web/package.json @@ -102,7 +102,8 @@ "ws": "^8.17.1", "braces": "^3.0.3", "cross-spawn": "^7.0.5", - "qs": "^6.14.1" + "qs": "^6.14.1", + "fast-uri": "3.1.3" }, "consolePlugin": { "name": "monitoring-plugin",