Skip to content

Commit ff1bee5

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] <support@github.com>
1 parent db1229f commit ff1bee5

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
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": "4.2.2",
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: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2320,12 +2320,12 @@ axe-core@^4.0.2:
23202320
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.1.1.tgz#70a7855888e287f7add66002211a423937063eaf"
23212321
integrity sha512-5Kgy8Cz6LPC9DJcNb3yjAXTu3XihQgEdnIg50c//zOC/MyLP0Clg+Y8Sh9ZjjnvBrDZU4DgXS9C3T9r4/scGZQ==
23222322

2323-
axios@^0.19.2:
2324-
version "0.19.2"
2325-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2326-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2323+
axios@^0.21.2:
2324+
version "0.21.2"
2325+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2326+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
23272327
dependencies:
2328-
follow-redirects "1.5.10"
2328+
follow-redirects "^1.14.0"
23292329

23302330
axobject-query@^2.2.0:
23312331
version "2.2.0"
@@ -3495,13 +3495,6 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
34953495
dependencies:
34963496
ms "2.0.0"
34973497

3498-
debug@=3.1.0:
3499-
version "3.1.0"
3500-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3501-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3502-
dependencies:
3503-
ms "2.0.0"
3504-
35053498
debug@^3.1.1, debug@^3.2.5:
35063499
version "3.2.6"
35073500
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -4468,17 +4461,10 @@ flush-write-stream@^1.0.0:
44684461
inherits "^2.0.3"
44694462
readable-stream "^2.3.6"
44704463

4471-
follow-redirects@1.5.10:
4472-
version "1.5.10"
4473-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
4474-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
4475-
dependencies:
4476-
debug "=3.1.0"
4477-
4478-
follow-redirects@^1.0.0:
4479-
version "1.12.1"
4480-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.12.1.tgz#de54a6205311b93d60398ebc01cf7015682312b6"
4481-
integrity sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==
4464+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
4465+
version "1.15.1"
4466+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
4467+
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
44824468

44834469
for-in@^1.0.2:
44844470
version "1.0.2"

0 commit comments

Comments
 (0)