From c2b399f7dc201b29e466f014b7f09b89ccf2a2fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 03:29:36 +0000 Subject: [PATCH] Bump axios from 0.16.2 to 0.19.2 in /ch10/contactsapp Bumps [axios](https://github.com/axios/axios) from 0.16.2 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.16.2...v0.19.2) Signed-off-by: dependabot[bot] --- ch10/contactsapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch10/contactsapp/package.json b/ch10/contactsapp/package.json index f5e297f..fa8b6e2 100644 --- a/ch10/contactsapp/package.json +++ b/ch10/contactsapp/package.json @@ -10,7 +10,7 @@ "build": "node build/build.js" }, "dependencies": { - "axios": "^0.16.2", + "axios": "^0.19.2", "es6-promise": "^4.1.0", "vue": "^2.3.3", "vuejs-paginate": "^0.9.1"