From 2067d477c813222863dd0707d7589d88c178deba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:03:50 +0000 Subject: [PATCH] Bump npm-check-updates from 19.6.6 to 22.1.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.6.6 to 22.1.0. - [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/v19.6.6...v22.1.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 22.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5057ae..5deb5c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-import-x": "^4.16.2", "eslint-plugin-prettier": "^5.5.5", "husky": "^9.1.7", - "npm-check-updates": "^19.6.6", + "npm-check-updates": "^22.1.0", "pkg": "^5.8.1", "prettier": "^3.8.3", "ts-node": "^10.9.2", @@ -4923,9 +4923,9 @@ } }, "node_modules/npm-check-updates": { - "version": "19.6.6", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.6.6.tgz", - "integrity": "sha512-AvlRcnlUEyBEJfblUSjYMJwYKvCIWDRuCDa6x3hyUMTMkI3kslmFm0LDqwgzQfshfNh0Z3ouKiA4fLjRN7HejQ==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.1.0.tgz", + "integrity": "sha512-zKjYAa205S6UyHkNJGmiLFmm6M31175cvUA3OdHvVlCdtyTfkyQbPWoov/GJEc6PWVbCV5e+60c7S2eVp0ybOA==", "dev": true, "license": "Apache-2.0", "bin": { @@ -4933,8 +4933,8 @@ "npm-check-updates": "build/cli.js" }, "engines": { - "node": ">=20.0.0", - "npm": ">=8.12.1" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0", + "npm": ">=10.0.0" } }, "node_modules/obug": { diff --git a/package.json b/package.json index 656b7d9..6ae9e87 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-import-x": "^4.16.2", "eslint-plugin-prettier": "^5.5.5", "husky": "^9.1.7", - "npm-check-updates": "^19.6.6", + "npm-check-updates": "^22.1.0", "pkg": "^5.8.1", "prettier": "^3.8.3", "ts-node": "^10.9.2",