From 94e1aa4456c5d833d3aae34d419779febec1afa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 11:18:15 +0000 Subject: [PATCH] chore: Bump npmlog from 4.1.2 to 6.0.0 Bumps [npmlog](https://github.com/npm/npmlog) from 4.1.2 to 6.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...v6.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..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",