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

Commit e2de85d

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 4b818d8 commit e2de85d

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
@@ -145,7 +145,7 @@
145145
"@hapi/joi": "^17.1.0",
146146
"@radix-ui/react-dropdown-menu": "^0.1.4",
147147
"@radix-ui/react-tabs": "^0.1.4",
148-
"axios": "^0.19.2",
148+
"axios": "^0.21.2",
149149
"clean-stack": "^2.2.0",
150150
"dotenv": "^8.2.0",
151151
"electron-is-dev": "^1.1.0",

yarn.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3280,12 +3280,12 @@ axios-mock-adapter@^1.17.0:
32803280
is-blob "^2.1.0"
32813281
is-buffer "^2.0.5"
32823282

3283-
axios@^0.19.2:
3284-
version "0.19.2"
3285-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
3286-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
3283+
axios@^0.21.2:
3284+
version "0.21.2"
3285+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
3286+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
32873287
dependencies:
3288-
follow-redirects "1.5.10"
3288+
follow-redirects "^1.14.0"
32893289

32903290
axobject-query@^2.2.0:
32913291
version "2.2.0"
@@ -4589,13 +4589,6 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
45894589
dependencies:
45904590
ms "2.1.2"
45914591

4592-
debug@=3.1.0:
4593-
version "3.1.0"
4594-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
4595-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
4596-
dependencies:
4597-
ms "2.0.0"
4598-
45994592
debug@^3.1.1, debug@^3.2.7:
46004593
version "3.2.7"
46014594
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -6234,17 +6227,10 @@ focus-lock@^0.9.2:
62346227
dependencies:
62356228
tslib "^2.0.3"
62366229

6237-
follow-redirects@1.5.10:
6238-
version "1.5.10"
6239-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
6240-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
6241-
dependencies:
6242-
debug "=3.1.0"
6243-
6244-
follow-redirects@^1.0.0:
6245-
version "1.14.4"
6246-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
6247-
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
6230+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
6231+
version "1.14.9"
6232+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
6233+
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
62486234

62496235
for-in@^1.0.2:
62506236
version "1.0.2"

0 commit comments

Comments
 (0)