From 15827693211a47acaec9e3986edddd74a8dea3d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 11:13:41 +0000 Subject: [PATCH] chore: Bump npmlog from 4.1.2 to 7.0.1 Bumps [npmlog](https://github.com/npm/npmlog) from 4.1.2 to 7.0.1. - [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...v7.0.1) --- 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..399d8229675 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": "7.x", "semver": "^7.0.0", "source-map-support": "^0.x", "teen_process": "1.x",