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

Commit f5dd932

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 9d80f10 commit f5dd932

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
@@ -2963,12 +2963,12 @@ axios-mock-adapter@^1.17.0:
29632963
is-blob "^2.1.0"
29642964
is-buffer "^2.0.5"
29652965

2966-
axios@^0.19.2:
2967-
version "0.19.2"
2968-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2969-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2966+
axios@^0.21.2:
2967+
version "0.21.2"
2968+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2969+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
29702970
dependencies:
2971-
follow-redirects "1.5.10"
2971+
follow-redirects "^1.14.0"
29722972

29732973
axobject-query@^2.2.0:
29742974
version "2.2.0"
@@ -4249,13 +4249,6 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
42494249
dependencies:
42504250
ms "2.1.2"
42514251

4252-
debug@=3.1.0:
4253-
version "3.1.0"
4254-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
4255-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
4256-
dependencies:
4257-
ms "2.0.0"
4258-
42594252
debug@^3.1.1, debug@^3.2.7:
42604253
version "3.2.7"
42614254
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -5914,17 +5907,10 @@ focus-trap@^3.0.0:
59145907
tabbable "^3.1.0"
59155908
xtend "^4.0.1"
59165909

5917-
5918-
version "1.5.10"
5919-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
5920-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
5921-
dependencies:
5922-
debug "=3.1.0"
5923-
5924-
follow-redirects@^1.0.0:
5925-
version "1.14.4"
5926-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
5927-
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
5910+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
5911+
version "1.14.5"
5912+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381"
5913+
integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==
59285914

59295915
for-in@^1.0.2:
59305916
version "1.0.2"

0 commit comments

Comments
 (0)