diff --git a/web/package-lock.json b/web/package-lock.json index 815fbd80a..780804112 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12979,9 +12979,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz", - "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.6.tgz", + "integrity": "sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q==", "funding": [ { "type": "github", diff --git a/web/package.json b/web/package.json index a41278541..e1913e205 100644 --- a/web/package.json +++ b/web/package.json @@ -175,7 +175,7 @@ "echarts": "^5.6.0", "qs": "^6.14.1", "dompurify": "3.4.13", - "fast-uri": "3.1.4" + "fast-uri": "3.1.6" }, "consolePlugin": { "name": "monitoring-plugin",