Skip to content

Commit f7fb128

Browse files
authored
CVE-2026-27903 CVE-2026-27904 CVE-2026-26996 UI: update grunt to 1.6.2 to address vulnerabilities (#159)
1 parent 8dbcb13 commit f7fb128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: [ 'sustaining/5.4.x','master' ]
5+
branches: [ 'sustaining/5.4.x','master', 'issues/**', 'features/**' ]
66
pull_request:
77
jobs:
88
build-maven:

openig-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"eslint": "4.18.2",
99
"eslint-formatter-warning-summary": "1.0.1",
1010
"eslint-plugin-requirejs": "2.0.1",
11-
"grunt": "1.6.1",
11+
"grunt": "1.6.2",
1212
"grunt-babel": "6.0.0",
1313
"grunt-cli": "1.2.0",
1414
"grunt-contrib-copy": "1.0.0",

0 commit comments

Comments
 (0)