Skip to content

Commit

Permalink
fix: upgrade axios from 1.6.0 to 1.6.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade axios from 1.6.0 to 1.6.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/ramgrandhi/project/2d29e7ed-6731-4fcd-9b67-a24851328560?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 1, 2023
1 parent da3415c commit aec2134
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.1",
"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.1",
"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.1:
version "1.6.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2"
integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit aec2134

Please sign in to comment.