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

Commit 2d7ad48

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 a064672 commit 2d7ad48

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
@@ -139,7 +139,7 @@
139139
},
140140
"dependencies": {
141141
"@hapi/joi": "^17.1.0",
142-
"axios": "^0.19.2",
142+
"axios": "^0.21.2",
143143
"clean-stack": "^2.2.0",
144144
"dotenv": "^8.2.0",
145145
"electron-is-dev": "^1.1.0",

yarn.lock

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2884,12 +2884,12 @@ axios-mock-adapter@^1.17.0:
28842884
is-blob "^2.1.0"
28852885
is-buffer "^2.0.5"
28862886

2887-
axios@^0.19.2:
2888-
version "0.19.2"
2889-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2890-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2887+
axios@^0.21.2:
2888+
version "0.21.2"
2889+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2890+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
28912891
dependencies:
2892-
follow-redirects "1.5.10"
2892+
follow-redirects "^1.14.0"
28932893

28942894
axobject-query@^2.2.0:
28952895
version "2.2.0"
@@ -4170,13 +4170,6 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
41704170
dependencies:
41714171
ms "2.1.2"
41724172

4173-
debug@=3.1.0:
4174-
version "3.1.0"
4175-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
4176-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
4177-
dependencies:
4178-
ms "2.0.0"
4179-
41804173
debug@^3.1.1, debug@^3.2.7:
41814174
version "3.2.7"
41824175
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -5818,14 +5811,7 @@ focus-trap@^3.0.0:
58185811
tabbable "^3.1.0"
58195812
xtend "^4.0.1"
58205813

5821-
5822-
version "1.5.10"
5823-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
5824-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
5825-
dependencies:
5826-
debug "=3.1.0"
5827-
5828-
follow-redirects@^1.0.0:
5814+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
58295815
version "1.14.4"
58305816
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
58315817
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==

0 commit comments

Comments
 (0)