Skip to content

Commit

Permalink
Merge pull request #493 from snyk/fix/override-axios-version
Browse files Browse the repository at this point in the history
fix: override vulnerable axios version
  • Loading branch information
novalex authored Aug 30, 2024
2 parents b6f5aaa + ec62ec2 commit b31ad0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
"typescript": "4.5",
"uuid": "9.0.0"
},
"overrides": {
"snyk-request-manager": {
"axios": "1.7.4"
}
},
"pkg": {
"scripts": [
"dist/**/*.js"
Expand Down

0 comments on commit b31ad0a

Please sign in to comment.