Skip to content

Commit dd7729a

Browse files
priyanshu92Priyanshu Agrawalclaude
authored
Pin axios to 1.13.5 to avoid compromised version (#1528)
* Pin axios to 1.13.5 to avoid compromised version - Remove caret from axios override to pin exactly to 1.13.5 - Prevents npm from resolving to axios@1.14.1 which was found to contain a Remote Access Trojan via hijacked npm credentials - axios is a transitive dep via @fluidframework/server-services-client Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update package-lock.json with pinned axios 1.13.5 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Priyanshu Agrawal <priyanshuag@Priyanshus-MacBook-Pro.local> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3c5d101 commit dd7729a

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

package-lock.json

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@
18521852
"utf-8-validate": "^5.0.9"
18531853
},
18541854
"overrides": {
1855-
"axios": "^1.13.5",
1855+
"axios": "1.13.5",
18561856
"tmp": "^0.2.4",
18571857
"@octokit/request": "^8.4.1",
18581858
"@octokit/plugin-paginate-rest": "^9.2.2",

0 commit comments

Comments
 (0)