Skip to content

Commit 3ac7cce

Browse files
committed
Fix CVEs: postcss 8.5.18, js-yaml 4.3.0, svgo 3.3.4, fast-uri 3.1.5, brace-expansion 1.1.16/5.0.7, react-router-dom 7.18.2
1 parent 03b3d0a commit 3ac7cce

2 files changed

Lines changed: 101 additions & 91 deletions

File tree

ui/extensions/hello/package-lock.json

Lines changed: 94 additions & 86 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: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@shoelace-style/shoelace": "2.20.1",
2020
"react": "19.2.1",
2121
"react-dom": "19.2.1",
22-
"react-router-dom": "7.17.0"
22+
"react-router-dom": "7.18.2"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "7.29.7",
@@ -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.14",
39+
"postcss": "8.5.18",
4040
"rollup": "4.59.0",
4141
"rollup-plugin-postcss": "4.0.2"
4242
},
@@ -67,16 +67,18 @@
6767
"node": ">=22"
6868
},
6969
"overrides": {
70-
"js-yaml": "4.2.0",
70+
"js-yaml": "4.3.0",
7171
"lodash": "4.18.1",
72-
"svgo": "2.8.1",
72+
"svgo": "3.3.4",
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",
78-
"brace-expansion@1": "1.1.13",
78+
"brace-expansion@1": "1.1.16",
7979
"brace-expansion@2": "2.0.3",
80+
"brace-expansion@5": "5.0.7",
81+
"fast-uri": "3.1.5",
8082
"uuid": "13.0.1",
8183
"tmp": "0.2.7",
8284
"ws": "8.21.0"

0 commit comments

Comments
 (0)