From 9b92bab78bc812f054c4aa6c46ec803524ccaa1c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 20:24:03 +0000 Subject: [PATCH] Bump ora from 4.1.1 to 5.1.0 Bumps [ora](https://github.com/sindresorhus/ora) from 4.1.1 to 5.1.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/commits/v5.1.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..e8b184d 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.1.0", "querystring": "^0.2.0", "uuid": "^3.3.3", "yargs": "^15.0.1"