Skip to content

Handle Dependabot Alerts - #73

Merged
JesuTerraz merged 6 commits into
mainfrom
users/jterrazas/depbot-alerts-0
Nov 19, 2025
Merged

Handle Dependabot Alerts#73
JesuTerraz merged 6 commits into
mainfrom
users/jterrazas/depbot-alerts-0

Conversation

Copilot AI review requested due to automatic review settings November 18, 2025 19:37
@JesuTerraz
JesuTerraz requested a review from a team as a code owner November 18, 2025 19:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR addresses Dependabot alerts by updating several dependencies to more secure versions. The primary changes involve upgrading js-yaml to address known vulnerabilities, and adjusting version specifications for Azure Identity and other packages to ensure consistency across the workspace.

  • Upgraded js-yaml from versions 3.14.1 and 4.1.0 to 4.1.1 across the project
  • Updated workspace overrides and package dependencies for @azure/identity, express, and langchain
  • Removed outdated transitive dependencies (argparse@1.0.10, esprima@4.0.1, sprintf-js@1.0.3)

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tests/package.json Added js-yaml@^4.1.1 to devDependencies to ensure consistent usage of the secure version
pnpm-workspace.yaml Updated workspace overrides for @azure/identity to ^4.2.1 and added js-yaml@^4.1.1 override
pnpm-lock.yaml Reflected dependency updates including js-yaml upgrade to 4.1.1 and removal of obsolete transitive dependencies
packages/agents-a365-tooling/package.json Changed express dependency from wildcard to explicit version ^5.1.0
packages/agents-a365-tooling-extensions-langchain/package.json Changed langchain dependency from wildcard to explicit version ^1.0.1
packages/agents-a365-runtime/package.json Updated @azure/identity from wildcard to explicit version ^4.2.1 to match workspace override
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Comment thread pnpm-workspace.yaml Outdated
Copilot AI review requested due to automatic review settings November 18, 2025 19:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Comment thread packages/agents-a365-runtime/package.json Outdated
joratz
joratz previously approved these changes Nov 18, 2025
Copilot AI review requested due to automatic review settings November 18, 2025 22:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@JesuTerraz
JesuTerraz merged commit 94101b2 into main Nov 19, 2025
13 checks passed
@JesuTerraz
JesuTerraz deleted the users/jterrazas/depbot-alerts-0 branch November 19, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants