Skip to content

Commit

Permalink
fix: upgrade axios from 0.21.4 to 0.24.0 (#75)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade axios from 0.21.4 to 0.24.0.

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 authored Jul 5, 2022
1 parent c06f0c4 commit aebac9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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": "^0.21.4",
"axios": "^0.24.0",
"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": "^0.21.4",
"axios": "^0.24.0",
"form-data": "^4.0.0",
"fs": "^0.0.2",
"https": "^1.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1534,12 +1534,12 @@ axios@^0.19.2:
dependencies:
follow-redirects "1.5.10"

axios@^0.21.4:
version "0.21.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
axios@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
dependencies:
follow-redirects "^1.14.0"
follow-redirects "^1.14.4"

babel-eslint@^10.1.0:
version "10.1.0"
Expand Down Expand Up @@ -3495,10 +3495,10 @@ [email protected]:
dependencies:
debug "=3.1.0"

follow-redirects@^1.14.0:
version "1.14.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
follow-redirects@^1.14.4:
version "1.14.6"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.6.tgz#8cfb281bbc035b3c067d6cd975b0f6ade6e855cd"
integrity sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==

for-in@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit aebac9e

Please sign in to comment.