From 6913b74200984eaea3ac76598b28d32f62321e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 19:58:39 +0000 Subject: [PATCH] Bump axios from 0.14.0 to 0.19.2 in /src/client Bumps [axios](https://github.com/axios/axios) from 0.14.0 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.14.0...v0.19.2) Signed-off-by: dependabot[bot] --- src/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/package.json b/src/client/package.json index b26e151..b719d46 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -22,7 +22,7 @@ "license": "MIT", "homepage": "https://github.com/TrueFit/chromecast#readme", "dependencies": { - "axios": "0.14.0", + "axios": "0.19.2", "class-autobind": "0.1.4", "humanize-plus": "1.8.2", "lodash": "4.15.0",