From be1f4a010ba598e1fca6496188376cd1dbc8243f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 11:28:07 +0000 Subject: [PATCH] chore: Bump npmlog from 4.1.2 to 5.0.0 Bumps [npmlog](https://github.com/npm/npmlog) from 4.1.2 to 5.0.0. - [Release notes](https://github.com/npm/npmlog/releases) - [Changelog](https://github.com/npm/npmlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/npmlog/compare/v4.1.2...v5.0.0) --- updated-dependencies: - dependency-name: npmlog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54c551f3579..794e31e60bd 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "find-root": "^1.1.0", "lodash": "^4.17.11", "longjohn": "^0.2.12", - "npmlog": "4.x", + "npmlog": "5.x", "semver": "^7.0.0", "source-map-support": "^0.x", "teen_process": "1.x",