From d9e127f2ecc6210f0710047eae7ec7cf1e0acff5 Mon Sep 17 00:00:00 2001 From: maximthomas Date: Wed, 15 Apr 2026 09:34:57 +0300 Subject: [PATCH 1/2] CVE-2026-27903 CVE-2026-27904 CVE-2026-26996 UI: update grunt to 1.6.2 to address vulnerabilities --- openig-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openig-ui/package.json b/openig-ui/package.json index d2ee35f7..d3cfa80a 100644 --- a/openig-ui/package.json +++ b/openig-ui/package.json @@ -8,7 +8,7 @@ "eslint": "4.18.2", "eslint-formatter-warning-summary": "1.0.1", "eslint-plugin-requirejs": "2.0.1", - "grunt": "1.6.1", + "grunt": "1.6.2", "grunt-babel": "6.0.0", "grunt-cli": "1.2.0", "grunt-contrib-copy": "1.0.0", From 52a4b6d561df577fb1e9541e298309b910d04b7a Mon Sep 17 00:00:00 2001 From: maximthomas Date: Wed, 15 Apr 2026 09:42:14 +0300 Subject: [PATCH 2/2] CVE-2026-27903 CVE-2026-27904 CVE-2026-26996 UI: update grunt to 1.6.2 to address vulnerabilities --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33b7db7e..1c92dcd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: push: - branches: [ 'sustaining/5.4.x','master' ] + branches: [ 'sustaining/5.4.x','master', 'issues/**', 'features/**' ] pull_request: jobs: build-maven: