Skip to content

Commit 95bab93

Browse files
authored
Merge pull request #70 from mucsi96/renovate/all
Update all dependencies
2 parents edb2023 + e3d1d08 commit 95bab93

7 files changed

Lines changed: 143 additions & 143 deletions

File tree

client/package-lock.json

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

client/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/animations": "21.2.15",
13-
"@angular/cdk": "21.2.13",
14-
"@angular/common": "21.2.15",
15-
"@angular/compiler": "21.2.15",
16-
"@angular/core": "21.2.15",
17-
"@angular/forms": "21.2.15",
18-
"@angular/material": "21.2.13",
19-
"@angular/platform-browser": "21.2.15",
20-
"@angular/platform-browser-dynamic": "21.2.15",
21-
"@angular/router": "21.2.15",
12+
"@angular/animations": "21.2.16",
13+
"@angular/cdk": "21.2.14",
14+
"@angular/common": "21.2.16",
15+
"@angular/compiler": "21.2.16",
16+
"@angular/core": "21.2.16",
17+
"@angular/forms": "21.2.16",
18+
"@angular/material": "21.2.14",
19+
"@angular/platform-browser": "21.2.16",
20+
"@angular/platform-browser-dynamic": "21.2.16",
21+
"@angular/router": "21.2.16",
2222
"@grafana/faro-web-sdk": "^2.7.0",
2323
"@mucsi96/angular-material-theme": "^1.4.0",
2424
"oidc-client-ts": "^3.1.0",
@@ -27,11 +27,11 @@
2727
"zone.js": "0.16.2"
2828
},
2929
"devDependencies": {
30-
"@angular-devkit/build-angular": "21.2.13",
31-
"@angular-devkit/core": "21.2.13",
32-
"@angular/build": "21.2.13",
33-
"@angular/cli": "21.2.13",
34-
"@angular/compiler-cli": "21.2.15",
30+
"@angular-devkit/build-angular": "21.2.14",
31+
"@angular-devkit/core": "21.2.14",
32+
"@angular/build": "21.2.14",
33+
"@angular/cli": "21.2.14",
34+
"@angular/compiler-cli": "21.2.16",
3535
"typescript": "5.9.3"
3636
}
3737
}

mock_anthropic_server/package-lock.json

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

mock_anthropic_server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@tsconfig/node-ts": "23.6.4",
1414
"@types/express": "5.0.6",
15-
"@types/node": "25.9.1",
15+
"@types/node": "25.9.2",
1616
"ts-node": "10.9.2",
1717
"typescript": "5.9.3"
1818
},

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>org.springframework.ai</groupId>
115115
<artifactId>spring-ai-bom</artifactId>
116-
<version>2.0.0-M8</version>
116+
<version>2.0.0-RC1</version>
117117
<type>pom</type>
118118
<scope>import</scope>
119119
</dependency>

test/package-lock.json

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

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@playwright/test": "1.60.0",
14-
"@types/node": "25.9.1",
14+
"@types/node": "25.9.2",
1515
"@types/pg": "8.20.0",
1616
"pg": "8.21.0",
1717
"typescript": "5.9.3"

0 commit comments

Comments
 (0)