Skip to content

Commit e772423

Browse files
authored
Merge pull request #37 from IQSS/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.19.2 to 0.21.1
2 parents e3b8f05 + 991a8f8 commit e772423

3 files changed

Lines changed: 19 additions & 40 deletions

File tree

package-lock.json

Lines changed: 9 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"typescript-formatter": "^7.2.2"
5151
},
5252
"dependencies": {
53-
"axios": "^0.19.0",
53+
"axios": "^0.21.1",
5454
"request-promise": "^4.2.4"
5555
}
5656
}

yarn.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -749,12 +749,12 @@ aws4@^1.8.0:
749749
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
750750
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
751751

752-
axios@^0.19.0:
753-
version "0.19.2"
754-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
755-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
752+
axios@^0.21.1:
753+
version "0.21.1"
754+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
755+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
756756
dependencies:
757-
follow-redirects "1.5.10"
757+
follow-redirects "^1.10.0"
758758

759759
babel-jest@^24.9.0:
760760
version "24.9.0"
@@ -1123,13 +1123,6 @@ data-urls@^1.0.0:
11231123
whatwg-mimetype "^2.2.0"
11241124
whatwg-url "^7.0.0"
11251125

1126-
debug@=3.1.0:
1127-
version "3.1.0"
1128-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
1129-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
1130-
dependencies:
1131-
ms "2.0.0"
1132-
11331126
debug@^2.2.0, debug@^2.3.3:
11341127
version "2.6.9"
11351128
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -1612,12 +1605,10 @@ flatted@^2.0.0:
16121605
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
16131606
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
16141607

1615-
follow-redirects@1.5.10:
1616-
version "1.5.10"
1617-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
1618-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
1619-
dependencies:
1620-
debug "=3.1.0"
1608+
follow-redirects@^1.10.0:
1609+
version "1.13.1"
1610+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
1611+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
16211612

16221613
for-in@^1.0.2:
16231614
version "1.0.2"

0 commit comments

Comments
 (0)