From 09f242afa2af117ed657815fbfbf5dcbb3b87d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:14:09 +0000 Subject: [PATCH] deps: bump @npmcli/run-script in /workspaces/libnpmversion Bumps [@npmcli/run-script](https://github.com/npm/run-script) from 4.2.1 to 7.0.3. - [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/v4.2.1...v7.0.3) --- updated-dependencies: - dependency-name: "@npmcli/run-script" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- workspaces/libnpmversion/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json index c01e7f6956405..a798ac6f1d29b 100644 --- a/workspaces/libnpmversion/package.json +++ b/workspaces/libnpmversion/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@npmcli/git": "^3.0.0", - "@npmcli/run-script": "^4.1.3", + "@npmcli/run-script": "^7.0.3", "json-parse-even-better-errors": "^2.3.1", "proc-log": "^2.0.0", "semver": "^7.3.7"