Skip to content

Commit 5760486

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/axios-0.21.1' into DOC-113_dependency-update
2 parents c76c6a5 + 6eaacbb commit 5760486

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
2121
"@babel/plugin-transform-runtime": "^7.6.0",
2222
"@babel/preset-env": "^7.6.0",
23-
"axios": "0.19.0",
23+
"axios": "0.21.1",
2424
"babel-loader": "8.0.6",
2525
"concurrently": "4.1.2",
2626
"front-matter": "3.0.2",

yarn.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,13 +1462,12 @@ axios-retry@^3.0.2:
14621462
dependencies:
14631463
is-retry-allowed "^1.1.0"
14641464

1465-
axios@0.19.0:
1466-
version "0.19.0"
1467-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
1468-
integrity sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==
1465+
axios@0.21.1:
1466+
version "0.21.1"
1467+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1468+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
14691469
dependencies:
1470-
follow-redirects "1.5.10"
1471-
is-buffer "^2.0.2"
1470+
follow-redirects "^1.10.0"
14721471

14731472
axios@^0.18.1:
14741473
version "0.18.1"
@@ -3236,6 +3235,11 @@ [email protected]:
32363235
dependencies:
32373236
debug "=3.1.0"
32383237

3238+
follow-redirects@^1.10.0:
3239+
version "1.13.1"
3240+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3241+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
3242+
32393243
for-in@^1.0.2:
32403244
version "1.0.2"
32413245
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"

0 commit comments

Comments
 (0)