Bump axios from 0.19.2 to 0.20.0 in /frontend

Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-08-24 08:04:30 +00:00
committed by GitHub
parent b3805585a7
commit d7b9129c33
2 changed files with 13 additions and 5 deletions

2
frontend/package.json Executable file → Normal file
View File

@@ -10,7 +10,7 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.19",
"axios": "^0.20",
"cross-env": "^7.0",
"laravel-mix": "^5.0.5",
"laravel-mix-bundle-analyzer": "^1.0.5",