Skip to content

Commit b0ec29c

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 5d00dac commit b0ec29c

File tree

5 files changed

+187
-74
lines changed

5 files changed

+187
-74
lines changed

examples/environments/angular/project/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.

examples/environments/angular/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular/cli": "^20.2.0",
3232
"@angular/compiler-cli": "^20.2.0",
3333
"@types/jasmine": "~5.1.0",
34-
"jasmine-core": "~5.10.0",
34+
"jasmine-core": "~5.11.0",
3535
"karma": "~6.4.0",
3636
"karma-chrome-launcher": "~3.2.0",
3737
"karma-coverage": "~2.2.0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"wcs": "./runner/bin/cli.js"
5252
},
5353
"dependencies": {
54-
"@anthropic-ai/sdk": "^0.63.0",
54+
"@anthropic-ai/sdk": "^0.65.0",
5555
"@axe-core/puppeteer": "^4.10.2",
5656
"@genkit-ai/compat-oai": "^1.19.1",
57-
"@genkit-ai/googleai": "1.19.3",
58-
"@genkit-ai/mcp": "1.19.3",
59-
"@google/genai": "1.20.0",
57+
"@genkit-ai/googleai": "1.20.0",
58+
"@genkit-ai/mcp": "1.20.0",
59+
"@google/genai": "1.21.0",
6060
"@inquirer/prompts": "^7.8.4",
6161
"@safety-web/runner": "0.4.0-alpha.14",
6262
"@safety-web/types": "0.4.0-alpha.14",
@@ -91,12 +91,12 @@
9191
},
9292
"optionalDependencies": {
9393
"@anthropic-ai/claude-code": "^2.0.0",
94-
"@google/gemini-cli": "^0.5.0",
94+
"@google/gemini-cli": "^0.6.0",
9595
"@openai/codex": "^0.42.0"
9696
},
9797
"devDependencies": {
9898
"@anthropic-ai/claude-code": "^2.0.0",
99-
"@google/gemini-cli": "^0.5.0",
99+
"@google/gemini-cli": "^0.6.0",
100100
"@openai/codex": "^0.42.0",
101101
"prettier": "^3.5.3",
102102
"tsx": "^4.20.3"

0 commit comments

Comments
 (0)