From 4840769a74baa5ca15a22a1bf2ee1cfbc2fa79b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Jan 2021 21:22:28 +0000 Subject: [PATCH] chore(deps): update gauge requirement from ^v2.7.4 to ^v3.0.0 Updates the requirements on [gauge](https://github.com/iarna/gauge) to permit the latest version. - [Release notes](https://github.com/iarna/gauge/releases) - [Changelog](https://github.com/npm/gauge/blob/master/CHANGELOG.md) - [Commits](https://github.com/iarna/gauge/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fa78ee..054ca74 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "chalk": "^4.1.0", "changelog-parser": "^2.0.0", "deep-extend": "^0.6.0", - "gauge": "^v2.7.4", + "gauge": "^v3.0.0", "gh-release-assets": "^2.0.0", "ghauth": "^5.0.0", "github-url-to-object": "^4.0.4",