From a375b8cdcd0e6ffaee5467312fb89ca72e9e0fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 03:07:43 +0000 Subject: [PATCH] Bump axios from 0.16.2 to 0.19.1 Bumps [axios](https://github.com/axios/axios) from 0.16.2 to 0.19.1. - [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.16.2...0.19.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ea473a..4c35caa 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" }, "devDependencies": { - "axios": "^0.16.2", + "axios": "^0.19.1", "bootstrap-sass": "^3.3.7", "browser-sync": "^2.18.13", "browser-sync-webpack-plugin": "^1.2.0",