From 2100baae55b60d8f2d6d13150869bae68f4a69d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2020 09:12:06 +0000 Subject: [PATCH] Bump axios from 0.17.1 to 0.19.2 Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.19.2. - [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.17.1...v0.19.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecf0bcc..6faf489 100644 --- a/package.json +++ b/package.json @@ -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.17", + "axios": "^0.19", "bootstrap": "^4.0.0", "popper.js": "^1.12", "cross-env": "^5.1",