Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities (#117)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
ramgrandhi and snyk-bot authored Jan 4, 2024
1 parent 7d1d7ed commit f227ad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"serverless"
],
"devDependencies": {
"axios": "^1.6.0",
"axios": "^1.6.3",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.0",
"codecov": "^3.8.1",
Expand All @@ -61,7 +61,7 @@
"split-ca": "^1.0.1"
},
"dependencies": {
"axios": "^1.6.0",
"axios": "^1.6.3",
"form-data": "^4.0.0",
"fs": "^0.0.2",
"https": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1631,10 +1631,10 @@ axios@^0.19.2:
dependencies:
follow-redirects "1.5.10"

axios@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
axios@^1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4"
integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit f227ad7

Please sign in to comment.