Skip to content
Merged
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 webhooks/source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^1.7.8",
"axios": "^1.13.5",
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

This change creates an inconsistency across the codebase. All other packages in the repository (authentication, construction/accountadmin, construction/issues, datamanagement, modelderivative, oss, sdkmanager, and samples) use "axios": "^1.7.8" in their package.json files. For consistency and to ensure all packages are protected against the same vulnerabilities, all packages should be updated to the same axios version. Consider updating all package.json files in the repository to use the same secure version of axios.

Suggested change
"axios": "^1.13.5",
"axios": "^1.7.8",

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

There is a discrepancy between the PR description and the actual code changes. The PR title and description state this is an upgrade "from 1.11.0 to 1.13.5", but the diff shows the package.json currently has "^1.7.8" (not 1.11.0). The package-lock.json does show 1.11.0 was installed, which suggests the package.json previously specified ^1.7.8 but npm installed 1.11.0. This inconsistency should be investigated to ensure the correct version is being targeted for the security fix.

Copilot uses AI. Check for mistakes.
"@aps_sdk/autodesk-sdkmanager": "^1.0.0",
"@types/node": "^20.9.0"
},
Expand Down