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

Commit 0749c11

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 80d44be commit 0749c11

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
@@ -126,7 +126,7 @@
126126
},
127127
"dependencies": {
128128
"@hapi/joi": "^17.1.0",
129-
"axios": "^0.19.2",
129+
"axios": "^0.21.2",
130130
"clean-stack": "^2.2.0",
131131
"dotenv": "^8.2.0",
132132
"electron-is-dev": "^1.1.0",

yarn.lock

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,12 +1643,12 @@ axios-mock-adapter@^1.17.0:
16431643
is-blob "^2.1.0"
16441644
is-buffer "^2.0.5"
16451645

1646-
axios@^0.19.2:
1647-
version "0.19.2"
1648-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1649-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1646+
axios@^0.21.2:
1647+
version "0.21.2"
1648+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
1649+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
16501650
dependencies:
1651-
follow-redirects "1.5.10"
1651+
follow-redirects "^1.14.0"
16521652

16531653
axobject-query@^2.2.0:
16541654
version "2.2.0"
@@ -2918,13 +2918,6 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
29182918
dependencies:
29192919
ms "2.0.0"
29202920

2921-
debug@=3.1.0:
2922-
version "3.1.0"
2923-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2924-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2925-
dependencies:
2926-
ms "2.0.0"
2927-
29282921
debug@^3.1.1, debug@^3.2.6, debug@^3.2.7:
29292922
version "3.2.7"
29302923
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -4255,14 +4248,7 @@ focus-trap@^3.0.0:
42554248
tabbable "^3.1.0"
42564249
xtend "^4.0.1"
42574250

4258-
4259-
version "1.5.10"
4260-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
4261-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
4262-
dependencies:
4263-
debug "=3.1.0"
4264-
4265-
follow-redirects@^1.0.0:
4251+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
42664252
version "1.14.4"
42674253
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
42684254
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==

0 commit comments

Comments
 (0)