Skip to content

Commit 1e7a04b

Browse files
authored
Upgrade @babel/core→7.29.0, @babel/preset-env→7.29.5, postcss→8.5.14, lodash→4.18.1, add uuid override (#126)
Fixes CVE-2026-44728 (@babel/plugin-transform-modules-systemjs), CVE-2026-41305 (postcss), CVE-2026-4800 and CVE-2026-2950 (lodash), and CVE-2026-41907 (uuid).
1 parent 7e24b58 commit 1e7a04b

2 files changed

Lines changed: 111 additions & 98 deletions

File tree

ui/extensions/hello/package-lock.json

Lines changed: 105 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/extensions/hello/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"react-router-dom": "7.13.0"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "7.28.4",
26-
"@babel/preset-env": "7.28.3",
25+
"@babel/core": "7.29.0",
26+
"@babel/preset-env": "7.29.5",
2727
"@babel/preset-react": "7.27.1",
2828
"@rollup/plugin-babel": "6.0.4",
2929
"@rollup/plugin-commonjs": "28.0.6",
@@ -36,7 +36,7 @@
3636
"@web/rollup-plugin-html": "2.3.0",
3737
"jest": "30.1.3",
3838
"jest-environment-jsdom": "30.1.2",
39-
"postcss": "8.5.6",
39+
"postcss": "8.5.14",
4040
"rollup": "4.59.0",
4141
"rollup-plugin-postcss": "4.0.2"
4242
},
@@ -68,14 +68,15 @@
6868
},
6969
"overrides": {
7070
"js-yaml": "^3.14.2",
71-
"lodash": "4.17.23",
71+
"lodash": "4.18.1",
7272
"svgo": "2.8.1",
7373
"minimatch@3": "3.1.4",
7474
"minimatch@9": "9.0.9",
7575
"picomatch@2": "2.3.2",
7676
"picomatch@4": "4.0.4",
7777
"yaml@1": "1.10.3",
7878
"brace-expansion@1": "1.1.13",
79-
"brace-expansion@2": "2.0.3"
79+
"brace-expansion@2": "2.0.3",
80+
"uuid": "13.0.1"
8081
}
8182
}

0 commit comments

Comments
 (0)