Skip to content

Commit e1130c1

Browse files
Merge pull request #1480 from finos/renovate/minor-dependencies
Update minor-dependencies
2 parents 5b6c0a7 + de3f101 commit e1130c1

File tree

5 files changed

+628
-579
lines changed

5 files changed

+628
-579
lines changed

calm-hub-ui/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"axios": "^1.9.0",
2626
"axios-mock-adapter": "^2.1.0",
2727
"copyfiles": "^2.4.1",
28+
"css-what": "6.2.2",
2829
"cytoscape": "^3.30.3",
2930
"cytoscape-cola": "^2.5.1",
3031
"cytoscape-dagre": "^2.5.0",
@@ -36,7 +37,7 @@
3637
"react-json-view-lite": "^2.4.1",
3738
"react-markdown": "^10.1.0",
3839
"react-router-dom": "^7.6.0",
39-
"typescript": "^4.9.5",
40+
"typescript": "^5.9.2",
4041
"vite-plugin-svgr": "^4.3.0",
4142
"vite-tsconfig-paths": "^5.1.4",
4243
"web-vitals": "^5.0.1"
@@ -70,11 +71,11 @@
7071
"vitest": "^3.0.6"
7172
},
7273
"resolutions": {
73-
"css-what": "6.1.0",
74+
"css-what": "6.2.2",
7475
"express": "4.21.2",
7576
"nth-check": "2.1.1",
7677
"postcss": "8.5.3",
77-
"rollup": "4.40.2"
78+
"rollup": "4.46.2"
7879
},
7980
"proxy": "http://127.0.0.1:8080/",
8081
"eslintConfig": {

calm-hub/keycloak-dev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
keycloak:
3-
image: quay.io/keycloak/keycloak:26.2
3+
image: quay.io/keycloak/keycloak:26.3
44
container_name: keycloak
55
ports:
66
- "9443:8443"

calm-hub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
<dependency>
284284
<groupId>com.github.dasniko</groupId>
285285
<artifactId>testcontainers-keycloak</artifactId>
286-
<version>3.7.0</version>
286+
<version>3.8.0</version>
287287
<scope>test</scope>
288288
</dependency>
289289
</dependencies>

0 commit comments

Comments
 (0)