From 09e1bb96bc5a1858b2d5603424df291f08d85d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:42:39 +0000 Subject: [PATCH] Bump npm-check-updates from 22.2.9 to 23.0.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 22.2.9 to 23.0.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.0.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 23.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9372ae8..d41b323 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "get-port": "^7.2.0", "jest": "^30.4.2", "nodemon": "^3.1.14", - "npm-check-updates": "^22.2.9", + "npm-check-updates": "^23.0.0", "supertest": "^7.2.2", "ts-mockito": "^2.6.1", "ts-node": "^10.9.2", @@ -7476,9 +7476,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.0.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-23.0.0.tgz", + "integrity": "sha512-B7dvnnS4Tm/4YQghXjBgGBDuHsk88hqCmr4ZuCr0nscsPzf/QVMls5mT8ZUcHrcrFRBP1afB2KNuJo8Px55DrA==", "dev": true, "license": "Apache-2.0", "bin": { @@ -7486,7 +7486,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 f5e9d13..e0d3691 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "get-port": "^7.2.0", "jest": "^30.4.2", "nodemon": "^3.1.14", - "npm-check-updates": "^22.2.9", + "npm-check-updates": "^23.0.0", "supertest": "^7.2.2", "ts-mockito": "^2.6.1", "ts-node": "^10.9.2",