From 20d8e092e15708fc737e68d0a0e8a0abe665ad47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 11:10:59 +0000 Subject: [PATCH] chore: Bump npmlog from 4.1.2 to 6.0.2 Bumps [npmlog](https://github.com/npm/npmlog) from 4.1.2 to 6.0.2. - [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...v6.0.2) --- 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..3ba7655e7ae 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": "6.x", "semver": "^7.0.0", "source-map-support": "^0.x", "teen_process": "1.x",