Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit e53a7d8

Browse files
Bump axios from 0.18.1 to 0.19.0 in /frontend
Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.19.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.18.1...v0.19.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1076a13 commit e53a7d8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

frontend/package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"not ie <= 8"
77
],
88
"dependencies": {
9-
"axios": "^0.18.1",
9+
"axios": "^0.19.0",
1010
"bootswatch": "^4.3.1",
1111
"es6-promise": "^4.2.8",
1212
"flatpickr": "^4.6.3",

frontend/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,9 @@ autoprefixer@^9.6.1:
617617
postcss "^7.0.17"
618618
postcss-value-parser "^4.0.0"
619619

620-
axios@^0.18.1:
621-
version "0.18.1"
622-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
620+
axios@^0.19.0:
621+
version "0.19.0"
622+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
623623
dependencies:
624624
follow-redirects "1.5.10"
625625
is-buffer "^2.0.2"

0 commit comments

Comments
 (0)