From b38fac7ea90c3fae91e837974d4cf29f2fbaf000 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 13:32:41 +0000 Subject: [PATCH] Bump ora from 4.1.1 to 5.0.0 Bumps [ora](https://github.com/sindresorhus/ora) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/commits/v5.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3288fcd..f3e3645 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "is-port-reachable": "^3.0.0", "localtunnel": "^2.0.0", "open": "^7.0.0", - "ora": "^4.0.3", + "ora": "^5.0.0", "querystring": "^0.2.0", "uuid": "^3.3.3", "yargs": "^15.0.1"