Skip to content

Commit c07a527

Browse files
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 d0be987 commit c07a527

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
@@ -63,7 +63,7 @@
6363
"@inlet/react-pixi": "1.2.19",
6464
"@reduxjs/toolkit": "^1.2.3",
6565
"accounting": "0.4.1",
66-
"axios": "0.19.2",
66+
"axios": "0.21.2",
6767
"chalk": "3.0.0",
6868
"classnames": "2.2.6",
6969
"compression": "1.7.4",

yarn.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3234,12 +3234,12 @@ axe-core@^4.0.2:
32343234
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5"
32353235
integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==
32363236

3237-
axios@0.19.2:
3238-
version "0.19.2"
3239-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
3240-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
3237+
axios@0.21.2:
3238+
version "0.21.2"
3239+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
3240+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
32413241
dependencies:
3242-
follow-redirects "1.5.10"
3242+
follow-redirects "^1.14.0"
32433243

32443244
axobject-query@^2.2.0:
32453245
version "2.2.0"
@@ -4872,13 +4872,6 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
48724872
dependencies:
48734873
ms "2.0.0"
48744874

4875-
debug@=3.1.0:
4876-
version "3.1.0"
4877-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
4878-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
4879-
dependencies:
4880-
ms "2.0.0"
4881-
48824875
debug@^3.1.0, debug@^3.2.6, debug@^3.2.7:
48834876
version "3.2.7"
48844877
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -6514,17 +6507,10 @@ flush-write-stream@^1.0.0:
65146507
inherits "^2.0.3"
65156508
readable-stream "^2.3.6"
65166509

6517-
6518-
version "1.5.10"
6519-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
6520-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
6521-
dependencies:
6522-
debug "=3.1.0"
6523-
6524-
follow-redirects@^1.0.0:
6525-
version "1.14.5"
6526-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381"
6527-
integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==
6510+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
6511+
version "1.15.0"
6512+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4"
6513+
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
65286514

65296515
65306516
version "2.1.0"

0 commit comments

Comments
 (0)