Skip to content

Commit 6a2368d

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 059984d commit 6a2368d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

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

1616
on:
1717
push:
18-
branches: [ 'sustaining/6.3.x','master' ]
18+
branches: [ 'sustaining/6.3.x','master', 'issues/**', 'features/**' ]
1919
pull_request:
2020
jobs:
2121
build-maven:

openidm-ui/openidm-ui-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"babel-preset-es2015": "^6.18.0",
1717
"eslint": "1.10.3",
1818
"eslint-formatter-warning-summary": "1.0.1",
19-
"grunt": ">=1.5.3",
19+
"grunt": "1.6.2",
2020
"grunt-babel": "6.0.0",
2121
"grunt-cli": "1.2.0",
2222
"grunt-contrib-copy": "1.0.0",

openidm-ui/openidm-ui-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.2",
44
"private": true,
55
"devDependencies": {
6-
"grunt": ">=1.5.3",
6+
"grunt": "1.6.2",
77
"grunt-cli": "1.2.0",
88
"grunt-contrib-copy": "1.0.0",
99
"swagger-ui-dist": "^5.17.14"

openidm-ui/openidm-ui-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
1414
"eslint": "1.10.3",
1515
"eslint-formatter-warning-summary": "1.0.1",
16-
"grunt": ">=1.5.3",
16+
"grunt": "1.6.2",
1717
"grunt-cli": "1.2.0",
1818
"grunt-eslint": "17.3.2"
1919
}

openidm-ui/openidm-ui-enduser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"babel-preset-es2015": "^6.18.0",
1717
"eslint": "1.10.3",
1818
"eslint-formatter-warning-summary": "1.0.1",
19-
"grunt": ">=1.5.3",
19+
"grunt": "1.6.2",
2020
"grunt-babel": "6.0.0",
2121
"grunt-cli": "1.2.0",
2222
"grunt-contrib-copy": "1.0.0",

0 commit comments

Comments
 (0)