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

Commit 52d505c

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 1db74a1 commit 52d505c

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"aezeed": "^0.0.4",
15-
"axios": "^0.19.2",
15+
"axios": "^0.21.2",
1616
"bcrypt": "^5.0.0",
1717
"big.js": "^5.2.2",
1818
"body-parser": "^1.18.2",

yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -571,12 +571,12 @@ aws4@^1.8.0:
571571
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
572572
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
573573

574-
axios@^0.19.2:
575-
version "0.19.2"
576-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
577-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
574+
axios@^0.21.2:
575+
version "0.21.2"
576+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
577+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
578578
dependencies:
579-
follow-redirects "1.5.10"
579+
follow-redirects "^1.14.0"
580580

581581
babel-eslint@^10.1.0:
582582
version "10.1.0"
@@ -1361,7 +1361,7 @@ [email protected], debug@^2.2.0:
13611361
dependencies:
13621362
ms "2.0.0"
13631363

1364-
[email protected], debug@=3.1.0:
1364+
13651365
version "3.1.0"
13661366
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
13671367
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
@@ -2060,12 +2060,10 @@ flush-write-stream@^1.0.0:
20602060
inherits "^2.0.3"
20612061
readable-stream "^2.3.6"
20622062

2063-
2064-
version "1.5.10"
2065-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
2066-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
2067-
dependencies:
2068-
debug "=3.1.0"
2063+
follow-redirects@^1.14.0:
2064+
version "1.14.4"
2065+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
2066+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
20692067

20702068
foreground-child@^2.0.0:
20712069
version "2.0.0"

0 commit comments

Comments
 (0)