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 construction/accountadmin/source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@aps_sdk/autodesk-sdkmanager": "^1.0.0",
"@types/node": "^20.9.0",
"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.

There is a discrepancy between the PR description and the actual code changes. The PR description states this is upgrading axios from 1.12.2 to 1.13.5, but the diff shows the package.json is being changed from ^1.7.8 to ^1.13.5. Based on the package-lock.json (line 90), the currently installed version is 1.12.2, which suggests package.json and package-lock.json were out of sync. This needs to be clarified and corrected to ensure the security vulnerability is properly addressed with a valid axios version.

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"prettier": "^2.8.8",
Expand Down