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

Commit ed68e57

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

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

yarn.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,12 +2956,12 @@ axios-mock-adapter@^1.17.0:
29562956
is-blob "^2.1.0"
29572957
is-buffer "^2.0.5"
29582958

2959-
axios@^0.19.2:
2960-
version "0.19.2"
2961-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2962-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2959+
axios@^0.21.2:
2960+
version "0.21.2"
2961+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2962+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
29632963
dependencies:
2964-
follow-redirects "1.5.10"
2964+
follow-redirects "^1.14.0"
29652965

29662966
axobject-query@^2.2.0:
29672967
version "2.2.0"
@@ -4242,13 +4242,6 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
42424242
dependencies:
42434243
ms "2.1.2"
42444244

4245-
debug@=3.1.0:
4246-
version "3.1.0"
4247-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
4248-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
4249-
dependencies:
4250-
ms "2.0.0"
4251-
42524245
debug@^3.1.1, debug@^3.2.7:
42534246
version "3.2.7"
42544247
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -5895,17 +5888,10 @@ focus-trap@^3.0.0:
58955888
tabbable "^3.1.0"
58965889
xtend "^4.0.1"
58975890

5898-
follow-redirects@1.5.10:
5899-
version "1.5.10"
5900-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
5901-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
5902-
dependencies:
5903-
debug "=3.1.0"
5904-
5905-
follow-redirects@^1.0.0:
5906-
version "1.14.4"
5907-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
5908-
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
5891+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
5892+
version "1.14.5"
5893+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381"
5894+
integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==
59095895

59105896
for-in@^1.0.2:
59115897
version "1.0.2"

0 commit comments

Comments
 (0)