Skip to content

Commit 737019b

Browse files
Merge pull request #18 from avinash-bharti/fix/APS-18720-axios-ssrf
fix: patch axios SSRF vulnerability (APS-18720)
2 parents 3584970 + c4ae860 commit 737019b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"dotenv": "^16.0.0"
3030
},
3131
"overrides": {
32-
"serialize-javascript": ">=7.0.3"
32+
"serialize-javascript": ">=7.0.3",
33+
"axios": ">=1.15.0"
3334
}
3435
}

0 commit comments

Comments
 (0)