Skip to content

Commit

Permalink
Bump axios from 0.16.2 to 0.21.1 in /kotoed-js
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.16.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](axios/axios@v0.16.2...v0.21.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2021
1 parent 13339cd commit 1ac11ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
2 changes: 1 addition & 1 deletion kotoed-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/react-click-outside": "^3.0.2",
"@types/tinycolor2": "^1.4.0",
"ansi-to-html": "~0.7.1",
"axios": "~0.16.2",
"axios": "~0.21.1",
"babel-polyfill": "~6.23.0",
"babel-preset-es2015": "~6.24.1",
"babel-preset-es2016": "~6.24.1",
Expand Down
27 changes: 7 additions & 20 deletions kotoed-js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,12 +450,11 @@ aws4@^1.8.0:
version "1.8.0"
resolved "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz"

axios@~0.16.2:
version "0.16.2"
resolved "https://registry.npmjs.org/axios/-/axios-0.16.2.tgz"
axios@~0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
dependencies:
follow-redirects "^1.2.3"
is-buffer "^1.1.5"
follow-redirects "^1.10.0"

babel-code-frame@^6.11.0, babel-code-frame@^6.22.0:
version "6.22.0"
Expand Down Expand Up @@ -1824,12 +1823,6 @@ debug@^2.3.3, debug@^2.6.9:
dependencies:
ms "2.0.0"

debug@^3.0.0:
version "3.2.6"
resolved "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz"
dependencies:
ms "^2.1.1"

decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
version "1.2.0"
resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"
Expand Down Expand Up @@ -2279,11 +2272,9 @@ flatten@^1.0.2:
version "1.0.3"
resolved "https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz"

follow-redirects@^1.2.3:
version "1.9.0"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.0.tgz"
dependencies:
debug "^3.0.0"
follow-redirects@^1.10.0:
version "1.14.3"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e"

font-awesome@~4.7, font-awesome@~4.7.0:
version "4.7.0"
Expand Down Expand Up @@ -3138,10 +3129,6 @@ [email protected]:
version "2.0.0"
resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"

ms@^2.1.1:
version "2.1.2"
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"

nan@^2.12.1:
version "2.15.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
Expand Down

0 comments on commit 1ac11ea

Please sign in to comment.