From a44e6a1d7da3d6930ec891afab38e8bc7eef7a20 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 08:14:55 +0000 Subject: [PATCH] chore(deps-dev): bump ora from 5.0.0 to 5.1.0 Bumps [ora](https://github.com/sindresorhus/ora) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v5.0.0...v5.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf37aa10..3177cf53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14665,9 +14665,9 @@ } }, "ora": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.0.0.tgz", - "integrity": "sha512-s26qdWqke2kjN/wC4dy+IQPBIMWBJlSU/0JZhk30ZDBLelW25rv66yutUWARMigpGPzcXHb+Nac5pNhN/WsARw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.1.0.tgz", + "integrity": "sha512-9tXIMPvjZ7hPTbk8DFq1f7Kow/HU/pQYB60JbNq+QnGwcyhWVZaQ4hM9zQDEsPxw/muLpgiHSaumUZxCAmod/w==", "dev": true, "requires": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index c81b784d..cbbf77c4 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "nodemon": "^2.0.4", "npm-run-all": "^4.1.5", "optimize-css-assets-webpack-plugin": "^5.0.4", - "ora": "^5.0.0", + "ora": "^5.1.0", "portfinder": "^1.0.28", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0",