Skip to content

Commit 7a49281

Browse files
chore(deps): bump axios from 0.19.2 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.19.2...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acdb9f9 commit 7a49281

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@babel/preset-react": "^7.10.1",
88
"@hcaptcha/react-hcaptcha": "^0.2.1",
99
"@rails/webpacker": "5.4.3",
10-
"axios": "^0.19.2",
10+
"axios": "^0.21.2",
1111
"dayjs": "^1.10.4",
1212
"eslint": "^5.16.0",
1313
"eslint-config-airbnb": "^18.2.1",

yarn.lock

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,12 +1708,12 @@ axe-core@^4.4.2:
17081708
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.2.tgz#dcf7fb6dea866166c3eab33d68208afe4d5f670c"
17091709
integrity sha512-LVAaGp/wkkgYJcjmHsoKx4juT1aQvJyPcW09MLCjVTh3V2cc6PnyempiLMNH5iMdfIX/zdbjUx2KDjMLCTdPeA==
17101710

1711-
axios@^0.19.2:
1712-
version "0.19.2"
1713-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1714-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1711+
axios@^0.21.2:
1712+
version "0.21.2"
1713+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
1714+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
17151715
dependencies:
1716-
follow-redirects "1.5.10"
1716+
follow-redirects "^1.14.0"
17171717

17181718
axobject-query@^2.2.0:
17191719
version "2.2.0"
@@ -2863,13 +2863,6 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.3:
28632863
dependencies:
28642864
ms "2.1.2"
28652865

2866-
debug@=3.1.0:
2867-
version "3.1.0"
2868-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2869-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2870-
dependencies:
2871-
ms "2.0.0"
2872-
28732866
debug@^3.1.1, debug@^3.2.7:
28742867
version "3.2.7"
28752868
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -3836,14 +3829,7 @@ flush-write-stream@^1.0.0:
38363829
inherits "^2.0.3"
38373830
readable-stream "^2.3.6"
38383831

3839-
3840-
version "1.5.10"
3841-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3842-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3843-
dependencies:
3844-
debug "=3.1.0"
3845-
3846-
follow-redirects@^1.0.0:
3832+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
38473833
version "1.15.1"
38483834
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
38493835
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==

0 commit comments

Comments
 (0)