Skip to content

Commit d9d43cf

Browse files
fix(deps): update minor updates
1 parent dc8c191 commit d9d43cf

7 files changed

Lines changed: 19 additions & 28 deletions

File tree

calm-hub-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"d3-selection": "^3.0.0",
2727
"d3-transition": "^3.0.1",
2828
"d3-zoom": "^3.0.0",
29-
"lucide-react": "^0.468.0",
29+
"lucide-react": "^0.577.0",
3030
"oidc-client": "^1.11.5",
3131
"react": "^19.1.0",
3232
"react-dom": "^19.1.0",
@@ -75,7 +75,7 @@
7575
"express": "5.2.1",
7676
"nth-check": "2.1.1",
7777
"postcss": "8.5.8",
78-
"rollup": "4.59.0"
78+
"rollup": "4.60.0"
7979
},
8080
"overrides": {
8181
"d3-selection": "3.0.0",

calm-plugins/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"@finos/calm-models": "file:../../calm-models",
197197
"@finos/calm-shared": "file:../../shared",
198198
"@mermaid-js/layout-elk": "^0.2.0",
199-
"elkjs": "^0.9.3",
199+
"elkjs": "^0.11.0",
200200
"jsdom": "^22.1.0",
201201
"lodash": "^4.17.23",
202202
"markdown-it": "^14.1.1",

calm-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@types/express": "^4.17.21",
40-
"@types/node": "^22.15.0",
40+
"@types/node": "^22.19.15",
4141
"@types/supertest": "^6.0.3",
4242
"@typescript-eslint/eslint-plugin": "^8.0.0",
4343
"@typescript-eslint/parser": "^8.0.0",

package-lock.json

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<properties>
1313
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
1414
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
15-
<quarkus.platform.version>3.31.4</quarkus.platform.version>
15+
<quarkus.platform.version>3.34.0</quarkus.platform.version>
1616
<jacoco.version>0.8.14</jacoco.version>
1717
</properties>
1818

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"overrides": {
6161
"path-to-regexp": "8.4.0",
62-
"rollup": "4.59.0",
62+
"rollup": "4.60.0",
6363
"jsonpath-plus": "^10.3.0"
6464
}
6565
}

shared/src/docify/template-bundles/ants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"three": "^0.170.0"
11+
"three": "^0.183.0"
1212
},
1313
"devDependencies": {
1414
"vite": "^6.0.0"

0 commit comments

Comments
 (0)