Skip to content

Commit

Permalink
chore: Upgrade axios to address CVE-2025-27152 (#13799)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Mar 11, 2025
1 parent de23ae5 commit 6c1b99d
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 72 deletions.
2 changes: 1 addition & 1 deletion cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"flatted": "catalog:",
"lodash": "catalog:",
"nanoid": "catalog:",
"start-server-and-test": "^2.0.8"
"start-server-and-test": "^2.0.10"
}
}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.10",
"ws": ">=8.17.1"
"ws": ">=8.17.1",
"@rudderstack/rudder-sdk-node>axios": "1.8.2",
"ibm-cloud-sdk-core>axios": "1.8.2",
"langchain>axios": "1.8.2",
"snowflake-sdk>axios": "1.8.2"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe('GraphQL Node', () => {
nock(baseUrl)
.matchHeader('accept', 'application/json')
.matchHeader('content-type', 'application/json')
.matchHeader('user-agent', 'axios/1.7.4')
.matchHeader('content-length', '263')
.matchHeader('accept-encoding', 'gzip, compress, deflate, br')
.post(
Expand Down
Loading

0 comments on commit 6c1b99d

Please sign in to comment.