From dcc4f11e91bb9c6ce7f3280aff1574e458e7dcd2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:07:45 +0000 Subject: [PATCH] Bump ora from 4.1.1 to 5.2.0 Bumps [ora](https://github.com/sindresorhus/ora) from 4.1.1 to 5.2.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/commits/v5.2.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..b5e2c28 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.2.0", "querystring": "^0.2.0", "uuid": "^3.3.3", "yargs": "^15.0.1"