From 36a652f50c09c88447893305a8ed9ec2c2f27b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 10:56:20 -0700 Subject: [PATCH] deps: bump read-cmd-shim from 2.0.0 to 3.0.0 (#40) Bumps [read-cmd-shim](https://github.com/npm/read-cmd-shim) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/npm/read-cmd-shim/releases) - [Changelog](https://github.com/npm/read-cmd-shim/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/read-cmd-shim/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: read-cmd-shim dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0325ab4..5df1a60 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "cmd-shim": "^4.0.1", "mkdirp-infer-owner": "^2.0.0", "npm-normalize-package-bin": "^1.0.0", - "read-cmd-shim": "^2.0.0", + "read-cmd-shim": "^3.0.0", "rimraf": "^3.0.0", "write-file-atomic": "^4.0.0" },