Skip to content

Commit

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

See this package in NPM:
https://www.npmjs.com/package/axios

See this project in Snyk:
https://app.snyk.io/org/nartc/project/017f51ad-45ff-42bf-bb59-bd36732f0cb1?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 14, 2020
1 parent f887b96 commit f798790
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"typescript": "3.7.2"
},
"dependencies": {
"axios": "0.19.1",
"axios": "0.19.2",
"chalk": "3.0.0",
"date-fns": "2.9.0",
"mocha": "7.1.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1859,10 +1859,10 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.0.tgz#24390e6ad61386b0a747265754d2a17219de862c"
integrity sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==

[email protected].1:
version "0.19.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.1.tgz#8a6a04eed23dfe72747e1dd43c604b8f1677b5aa"
integrity sha512-Yl+7nfreYKaLRvAvjNPkvfjnQHJM1yLBY3zhqAwcJSwR/6ETkanUgylgtIvkvz0xJ+p/vZuNw8X7Hnb7Whsbpw==
[email protected].2:
version "0.19.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
dependencies:
follow-redirects "1.5.10"

Expand Down

0 comments on commit f798790

Please sign in to comment.