Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit e753e9b

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 2b74408 commit e753e9b

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
@@ -142,7 +142,7 @@
142142
"dependencies": {
143143
"@emotion/react": "^11.5.0",
144144
"@hapi/joi": "^17.1.0",
145-
"axios": "^0.19.2",
145+
"axios": "^0.21.2",
146146
"clean-stack": "^2.2.0",
147147
"dotenv": "^8.2.0",
148148
"electron-is-dev": "^1.1.0",

yarn.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2968,12 +2968,12 @@ axios-mock-adapter@^1.17.0:
29682968
is-blob "^2.1.0"
29692969
is-buffer "^2.0.5"
29702970

2971-
axios@^0.19.2:
2972-
version "0.19.2"
2973-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2974-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2971+
axios@^0.21.2:
2972+
version "0.21.2"
2973+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2974+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
29752975
dependencies:
2976-
follow-redirects "1.5.10"
2976+
follow-redirects "^1.14.0"
29772977

29782978
axobject-query@^2.2.0:
29792979
version "2.2.0"
@@ -4254,13 +4254,6 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
42544254
dependencies:
42554255
ms "2.1.2"
42564256

4257-
debug@=3.1.0:
4258-
version "3.1.0"
4259-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
4260-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
4261-
dependencies:
4262-
ms "2.0.0"
4263-
42644257
debug@^3.1.1, debug@^3.2.7:
42654258
version "3.2.7"
42664259
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -5899,17 +5892,10 @@ focus-lock@^0.9.2:
58995892
dependencies:
59005893
tslib "^2.0.3"
59015894

5902-
5903-
version "1.5.10"
5904-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
5905-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
5906-
dependencies:
5907-
debug "=3.1.0"
5908-
5909-
follow-redirects@^1.0.0:
5910-
version "1.14.4"
5911-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
5912-
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
5895+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
5896+
version "1.14.7"
5897+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
5898+
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
59135899

59145900
for-in@^1.0.2:
59155901
version "1.0.2"

0 commit comments

Comments
 (0)