From ba47317d06eb7162a5af1a4622db2bbc52cd3237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:35:57 +0000 Subject: [PATCH] deps(deps): bump npm-check-updates in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [npm-check-updates](https://github.com/raineorshine/npm-check-updates). Updates `npm-check-updates` from 22.2.0 to 22.2.1 - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](https://github.com/raineorshine/npm-check-updates/compare/v22.2.0...v22.2.1) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 22.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3b88e3..5768e87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "electron-squirrel-startup": "^1.0.1", "fast-transferlib": "^25.10.2-release.6", "node-disk-info": "^1.3.0", - "npm-check-updates": "^22.2.0", + "npm-check-updates": "^22.2.1", "npm-version-lib": "^25.12.26-release.17", "react": "^19.2.6", "react-dom": "^19.2.6", @@ -6073,9 +6073,9 @@ } }, "node_modules/npm-check-updates": { - "version": "22.2.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.0.tgz", - "integrity": "sha512-kaxgbkGkCOtoSrsUXShgcEiEfrRPqmOGk6Yeya+5hoNptblu9vuE8/PLABUSJz+IeNgKJBFxcC3UrBYmKsB8iA==", + "version": "22.2.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.1.tgz", + "integrity": "sha512-mGdIJfhtg+q0BzhbOpbOL73zhMZlgBQMG4wnBwPMMD5k96028UCuV0753YeSYk9odoh7HWK6/cY69bWxT7o+yg==", "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", diff --git a/package.json b/package.json index 09c4510..f599af2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "electron-squirrel-startup": "^1.0.1", "fast-transferlib": "^25.10.2-release.6", "node-disk-info": "^1.3.0", - "npm-check-updates": "^22.2.0", + "npm-check-updates": "^22.2.1", "npm-version-lib": "^25.12.26-release.17", "react": "^19.2.6", "react-dom": "^19.2.6",