Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 6bc8003

Browse files
authoredJan 6, 2021
Merge pull request #259 from segmentio/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.19.2 to 0.21.1
2 parents e8c41c6 + 4fdedfc commit 6bc8003

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"dependencies": {
4343
"@segment/loosely-validate-event": "^2.0.0",
44-
"axios": "^0.19.2",
44+
"axios": "^0.21.1",
4545
"axios-retry": "^3.0.2",
4646
"lodash.isstring": "^4.0.1",
4747
"md5": "^2.2.1",

‎yarn.lock

+10-12
Original file line numberDiff line numberDiff line change
@@ -829,12 +829,12 @@ axios-retry@^3.0.2:
829829
dependencies:
830830
is-retry-allowed "^1.1.0"
831831

832-
axios@^0.19.2:
833-
version "0.19.2"
834-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
835-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
832+
axios@^0.21.1:
833+
version "0.21.1"
834+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
835+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
836836
dependencies:
837-
follow-redirects "1.5.10"
837+
follow-redirects "^1.10.0"
838838

839839
babel-code-frame@^6.26.0:
840840
version "6.26.0"
@@ -2393,7 +2393,7 @@ debug@2, debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
23932393
dependencies:
23942394
ms "2.0.0"
23952395

2396-
debug@3.1.0, debug@=3.1.0:
2396+
debug@3.1.0:
23972397
version "3.1.0"
23982398
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
23992399
dependencies:
@@ -3422,12 +3422,10 @@ fn-name@^2.0.0:
34223422
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
34233423
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
34243424

3425-
follow-redirects@1.5.10:
3426-
version "1.5.10"
3427-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3428-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3429-
dependencies:
3430-
debug "=3.1.0"
3425+
follow-redirects@^1.10.0:
3426+
version "1.13.1"
3427+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3428+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
34313429

34323430
for-in@^0.1.3:
34333431
version "0.1.8"

0 commit comments

Comments
 (0)
This repository has been archived.