From a92554599cf2a3adff9bd86ee17ccfcfd5e8cd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 23:34:18 +0000 Subject: [PATCH] Bump installed-check from 10.0.1 to 11.0.0 Bumps [installed-check](https://github.com/voxpelli/node-installed-check) from 10.0.1 to 11.0.0. - [Release notes](https://github.com/voxpelli/node-installed-check/releases) - [Changelog](https://github.com/voxpelli/node-installed-check/blob/main/CHANGELOG.md) - [Commits](https://github.com/voxpelli/node-installed-check/compare/v10.0.1...v11.0.0) --- updated-dependencies: - dependency-name: installed-check dependency-version: 11.0.0 dependency-type: direct:development 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 932c666e..fe4bca10 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@types/pretty": "^2.0.3", "@voxpelli/tsconfig": "^16.0.0", "cheerio": "^1.0.0-rc.10", - "installed-check": "^10.0.1", + "installed-check": "^11.0.0", "jsonfeed-to-atom": "^1.2.5", "neostandard": "^0.13.0", "npm-run-all2": "^9.0.0",