From bfc89a711f6c8f247a9f119c5d2c2e80cbdc2ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 20:05:21 +0000 Subject: [PATCH] build(deps): Bump npm-check-updates from 22.2.9 to 23.1.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 22.2.9 to 23.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/v22.2.9...v23.1.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 23.1.0 dependency-type: direct:production 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 ee143dc..00938e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "kleur": "4.1.5", - "prettier": "3.9.6" + "npm-check-updates": "23.1.0" }, "devDependencies": { "autoprefixer": "10.5.2", @@ -23,7 +23,7 @@ "node": ">=22" }, "optionalDependencies": { - "npm-check-updates": "22.2.9", + "npm-check-updates": "23.1.0", "prettier": "3.9.6" } }, @@ -632,9 +632,9 @@ } }, "node_modules/npm-check-updates": { - "version": "22.2.9", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.9.tgz", - "integrity": "sha512-DVeZ0KirHfliSsHuR2o7cHE+tW439sVHfJjF6cGWeDiY0Wyl3BI/jS4zV0eixtcMOquFbcF1Su/FsxOvk5MoYA==", + "version": "23.1.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.1.0.tgz", + "integrity": "sha512-u6Odx/JDpDXNqXp5pPsVN0RhuWkNrBe4Sz26J7yWJcEadopKhQgcB+bFq2PK35iJY6vc6h1PbnXmnwfiOFQl/w==", "license": "Apache-2.0", "optional": true, "bin": { @@ -642,7 +642,7 @@ "npm-check-updates": "build/cli.js" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0", + "node": "^22.22.2 || ^24.15.0 || >=26.0.0", "npm": ">=10.0.0" } }, diff --git a/package.json b/package.json index 13cd15a..b3a46ce 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "kleur": "4.1.5" }, "optionalDependencies": { - "npm-check-updates": "22.2.9", + "npm-check-updates": "23.1.0", "prettier": "3.9.6" }, "engines": {