Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/js-angular/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "ISC",
"dependencies": {
"@genkit-ai/ai": "^0.5.2",
"@genkit-ai/core": "^0.5.2",
"@genkit-ai/core": "^0.9.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

While upgrading @genkit-ai/core to fix a security vulnerability is important, this change is likely to introduce breaking changes. The other @genkit-ai/* packages are still on version ^0.5.2, which is likely incompatible with @genkit-ai/core@^0.9.1. To avoid breaking the application, all @genkit-ai packages should be upgraded to a consistent and compatible version. Please consider upgrading the following packages as well:

  • @genkit-ai/ai
  • @genkit-ai/dotprompt
  • @genkit-ai/flow
  • @genkit-ai/vertexai

"@genkit-ai/dotprompt": "^0.5.2",
"@genkit-ai/flow": "^0.5.2",
"@genkit-ai/vertexai": "^0.5.2",
Expand Down