Skip to content
Merged
Show file tree
Hide file tree
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
64 changes: 32 additions & 32 deletions pr-review/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pr-review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@octokit/action": "7.0.2",
"@octokit/plugin-retry": "6.1.0",
"@octokit/plugin-throttling": "8.2.0",
"@octokit/webhooks": "13.9.0",
"@sap-ai-sdk/ai-api": "1.15.0",
"@sap-ai-sdk/orchestration": "1.15.0",
"@octokit/webhooks": "13.9.1",
"@sap-ai-sdk/ai-api": "1.16.0",
"@sap-ai-sdk/orchestration": "1.16.0",
"axios": "1.10.0",
"minimatch": "10.0.3",
"mollitia": "0.2.0",
Comment on lines 19 to 27

Choose a reason for hiding this comment

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

The package.json file reflects new versions of dependencies. It is important to check the change logs or release notes of these dependencies to understand the impact of the updates and to verify that they align with your project's requirements.

Expand All @@ -31,9 +31,9 @@
"zod-to-json-schema": "3.24.6"
},
"devDependencies": {
"@eslint/js": "9.30.1",
"@eslint/js": "9.31.0",
"@types/micromatch": "4.0.9",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.3",
Expand Down
64 changes: 32 additions & 32 deletions pr-summary/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pr-summary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@actions/github": "6.0.1",
"@octokit/plugin-retry": "6.1.0",
"@octokit/plugin-throttling": "8.2.0",
"@octokit/webhooks": "13.9.0",
"@sap-ai-sdk/ai-api": "1.15.0",
"@sap-ai-sdk/orchestration": "1.15.0",
"@octokit/webhooks": "13.9.1",
"@sap-ai-sdk/ai-api": "1.16.0",
"@sap-ai-sdk/orchestration": "1.16.0",
"axios": "1.10.0",
"minimatch": "10.0.3",
"mollitia": "0.2.0",
Comment on lines 18 to 26

Choose a reason for hiding this comment

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

Updates in the package.json file point to newer versions of dependencies. Reviewing these changes for possible breaking alterations or improvements suggests whether further adjustments in your codebase are necessary.

Expand All @@ -29,8 +29,8 @@
"zod": "3.25.76"
},
"devDependencies": {
"@eslint/js": "9.30.1",
"@types/node": "22.16.0",
"@eslint/js": "9.31.0",
"@types/node": "22.16.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.3",
Expand Down