Skip to content

Commit bc9b665

Browse files
Merge pull request #1841 from finos/renovate/patch-updates
fix(deps): update patch updates
2 parents f30a8b9 + 22ee344 commit bc9b665

File tree

7 files changed

+1192
-2334
lines changed

7 files changed

+1192
-2334
lines changed

calm-hub-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"express": "5.1.0",
7777
"nth-check": "2.1.1",
7878
"postcss": "8.5.6",
79-
"rollup": "4.53.2"
79+
"rollup": "4.53.3"
8080
},
8181
"proxy": "http://127.0.0.1:8080/",
8282
"eslintConfig": {

calm-hub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<groupId>io.netty</groupId>
2828
<artifactId>netty-bom</artifactId>
2929
<!-- Force patched Netty version to mitigate CVE-2025-58057 (affecting 4.1.124.Final) -->
30-
<version>4.2.6.Final</version>
30+
<version>4.2.7.Final</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -354,7 +354,7 @@
354354
<plugin>
355355
<groupId>org.owasp</groupId>
356356
<artifactId>dependency-check-maven</artifactId>
357-
<version>12.1.6</version>
357+
<version>12.1.9</version>
358358
<executions>
359359
<execution>
360360
<goals>

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"on-headers": "^1.1.0"
3535
},
3636
"devDependencies": {
37-
"@docusaurus/module-type-aliases": "3.9.1",
38-
"@docusaurus/types": "3.9.1",
37+
"@docusaurus/module-type-aliases": "3.9.2",
38+
"@docusaurus/types": "3.9.2",
3939
"express": "^5.1.0",
4040
"webpack-dev-server": "^5.2.2"
4141
},

0 commit comments

Comments
 (0)