Skip to content

Commit 81097a5

Browse files
authored
Merge pull request #880 from formtools/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.19.0 to 0.21.2
2 parents 3753eaf + 242eeda commit 81097a5

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"dependencies": {
127127
"@material-ui/core": "^4.4.0",
128128
"@material-ui/icons": "^4.2.1",
129-
"axios": "^0.19.0",
129+
"axios": "^0.21.2",
130130
"react": "^16.8.0",
131131
"react-codemirror": "^1.0.0",
132132
"react-dom": "^16.8.0",

yarn.lock

+9-18
Original file line numberDiff line numberDiff line change
@@ -1995,12 +1995,12 @@ aws4@^1.8.0:
19951995
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
19961996
integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
19971997

1998-
axios@^0.19.0:
1999-
version "0.19.2"
2000-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2001-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1998+
axios@^0.21.2:
1999+
version "0.21.2"
2000+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2001+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
20022002
dependencies:
2003-
follow-redirects "1.5.10"
2003+
follow-redirects "^1.14.0"
20042004

20052005
babel-eslint@^10.0.3:
20062006
version "10.1.0"
@@ -2982,13 +2982,6 @@ dateformat@~4.6.2:
29822982
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
29832983
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
29842984

2985-
debug@=3.1.0:
2986-
version "3.1.0"
2987-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2988-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2989-
dependencies:
2990-
ms "2.0.0"
2991-
29922985
debug@^2.1.1, debug@^2.2.0, debug@^2.3.3:
29932986
version "2.6.9"
29942987
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -3968,12 +3961,10 @@ flush-write-stream@^1.0.0:
39683961
inherits "^2.0.3"
39693962
readable-stream "^2.3.6"
39703963

3971-
3972-
version "1.5.10"
3973-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3974-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3975-
dependencies:
3976-
debug "=3.1.0"
3964+
follow-redirects@^1.14.0:
3965+
version "1.15.2"
3966+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
3967+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
39773968

39783969
for-each@^0.3.3:
39793970
version "0.3.3"

0 commit comments

Comments
 (0)