Skip to content

plat-16016-SCA-error fix for error sdk#2728

Closed
SB-priyankap wants to merge 4 commits intonextfrom
pri/plat-16016-SCA-Error
Closed

plat-16016-SCA-error fix for error sdk#2728
SB-priyankap wants to merge 4 commits intonextfrom
pri/plat-16016-SCA-Error

Conversation

@SB-priyankap
Copy link
Copy Markdown
Contributor

@SB-priyankap SB-priyankap commented Apr 15, 2026

Goal

upgrade axios to v1.15

Changeset

inside package.json file to override axis version

Testing

run unit test cases

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s dependency resolution to address an SCA finding by forcing a newer axios version via npm overrides, and refreshes the lockfile accordingly.

Changes:

  • Add an npm overrides entry to force axios to ^1.15.0.
  • Regenerate package-lock.json to reflect axios@1.15.0 and its updated transitive dependencies (follow-redirects, form-data, proxy-from-env).

Reviewed changes

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

File Description
package.json Adds axios override to force the resolved version across the workspace.
package-lock.json Updates the resolved dependency tree to axios@1.15.0 and related transitive updates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"form-data": "^3.0.3"
},
"@types/babel__traverse": "7.17.1",
"axios": "^1.15.0",
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

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

PR description mentions upgrading/overriding "axis", but this change overrides "axios". Please align the PR description/title with the actual dependency being overridden so reviewers/auditors can track the security fix accurately.

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 15, 2026

@bugsnag/browser bundle size diff

Minified Minfied + Gzipped
Before 51.76 kB 15.30 kB
After 51.76 kB 15.30 kB
± No change No change

code coverage diff

Coverage values did not change👌.

Total:

Lines Branches Functions Statements
0%(+0%) 0%(+0%) 0%(+0%) 0%(+0%)

Generated by 🚫 dangerJS against 43adfc6

@SB-priyankap
Copy link
Copy Markdown
Contributor Author

Close PR

@SB-priyankap SB-priyankap deleted the pri/plat-16016-SCA-Error branch April 16, 2026 11:09
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.

2 participants