Skip to content

Commit e542449

Browse files
fix(deps): update patch updates
1 parent e09143b commit e542449

File tree

5 files changed

+218
-909
lines changed

5 files changed

+218
-909
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.52.3"
79+
"rollup": "4.52.5"
8080
},
8181
"proxy": "http://127.0.0.1:8080/",
8282
"eslintConfig": {

calm-hub/pom.xml

Lines changed: 3 additions & 3 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>
@@ -211,7 +211,7 @@
211211
<plugin>
212212
<groupId>org.jacoco</groupId>
213213
<artifactId>jacoco-maven-plugin</artifactId>
214-
<version>0.8.13</version>
214+
<version>0.8.14</version>
215215
<configuration>
216216
<excludes>
217217
<exclude>**/*Builder.*</exclude>
@@ -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.8</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)