From df81e24f501f65527f5e3f2c7cbc808cd6c37f2b Mon Sep 17 00:00:00 2001 From: maximthomas Date: Wed, 15 Apr 2026 09:13:07 +0300 Subject: [PATCH] CVE-2026-27903 CVE-2026-27904 CVE-2026-26996 UI: update grunt to 1.6.2 to address --- ui/commons/package.json | 2 +- ui/mock/package.json | 2 +- ui/user/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/commons/package.json b/ui/commons/package.json index 7f23bc505..807c967a3 100644 --- a/ui/commons/package.json +++ b/ui/commons/package.json @@ -10,7 +10,7 @@ "devDependencies": { "eslint": "4.18.2", "eslint-formatter-warning-summary": "^1.0.1", - "grunt": "1.5.3", + "grunt": "1.6.2", "grunt-cli": "1.4.3", "grunt-eslint": "19.0.0", "jsdoc": "3.5.5", diff --git a/ui/mock/package.json b/ui/mock/package.json index 2a33e9760..da9919309 100644 --- a/ui/mock/package.json +++ b/ui/mock/package.json @@ -5,7 +5,7 @@ "devDependencies": { "eslint": "4.18.2", "eslint-formatter-warning-summary": "^1.0.1", - "grunt": "1.5.3", + "grunt": "1.6.2", "grunt-cli": "1.4.3", "grunt-contrib-less": "1.4.0", "grunt-contrib-qunit": "10.1.1", diff --git a/ui/user/package.json b/ui/user/package.json index c0f0f60a4..28533d5af 100644 --- a/ui/user/package.json +++ b/ui/user/package.json @@ -5,7 +5,7 @@ "devDependencies": { "eslint": "4.18.2", "eslint-formatter-warning-summary": "^1.0.1", - "grunt": "1.5.3", + "grunt": "1.6.2", "grunt-cli": "1.4.3", "grunt-eslint": "19.0.0", "es5-ext": "0.10.53"