From 07099de09902d61d7d477513a43160b269a44c1d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2020 19:42:01 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20inquirer=20to=20the=20l?= =?UTF-8?q?atest=20version=20=F0=9F=9A=80=20(#245)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): upgrade `json-fixer` and `@babel/runtime` * chore(package): duplication removed Co-authored-by: Maximilian Berkmann --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0062fad..a80fce5 100644 --- a/package.json +++ b/package.json @@ -42,13 +42,12 @@ }, "homepage": "https://github.com/all-contributors/all-contributors-cli#readme", "dependencies": { - "@babel/runtime": "^7.2.0", + "@babel/runtime": "^7.7.6", "async": "^3.0.1", "chalk": "^3.0.0", "didyoumean": "^1.2.1", - "inquirer": "^7.0.0", - "inquirer": "^6.2.1", - "json-fixer": "^1.3.1-0", + "inquirer": "^7.0.4", + "json-fixer": "^1.4.0", "lodash": "^4.11.2", "pify": "^4.0.1", "request": "^2.72.0",