From cf6ddfdf8ede18eed26e89f1c5dcaabb80a97913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 20:30:40 +0000 Subject: [PATCH] deps: bump npm-install-checks from 5.0.0 to 6.0.0 Bumps [npm-install-checks](https://github.com/npm/npm-install-checks) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/npm/npm-install-checks/releases) - [Changelog](https://github.com/npm/npm-install-checks/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/npm-install-checks/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: npm-install-checks 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 220ca6c..055d910 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "author": "GitHub Inc.", "license": "ISC", "dependencies": { - "npm-install-checks": "^5.0.0", + "npm-install-checks": "^6.0.0", "npm-normalize-package-bin": "^3.0.0", "npm-package-arg": "^9.0.0", "semver": "^7.3.5"