From fcdddb02a60c605f8e6453ac65b47324e23e2544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 02:01:29 +0000 Subject: [PATCH] deps: update @npmcli/run-script requirement from ^3.0.0 to ^3.0.1 Updates the requirements on [@npmcli/run-script](https://github.com/npm/run-script) to permit the latest version. - [Release notes](https://github.com/npm/run-script/releases) - [Changelog](https://github.com/npm/run-script/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/run-script/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: "@npmcli/run-script" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2029993e..28b52544 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@npmcli/git": "^3.0.0", "@npmcli/installed-package-contents": "^1.0.7", "@npmcli/promise-spawn": "^1.2.0", - "@npmcli/run-script": "^3.0.0", + "@npmcli/run-script": "^3.0.1", "cacache": "^15.3.0", "chownr": "^2.0.0", "fs-minipass": "^2.1.0",