From 4dc03379353d4a1efeb240534d84595562723bda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:18:15 +0000 Subject: [PATCH] Bump npm-check-updates from 18.3.0 to 19.0.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.3.0 to 19.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/v18.3.0...v19.0.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 19.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c19e218..8af99a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-react": "^7.37.5", "globals": "^16.4.0", "markdownlint": "^0.38.0", - "npm-check-updates": "^18.3.0", + "npm-check-updates": "^19.0.0", "npm-run-all2": "^8.0.4", "textlint": "^15.2.2", "typescript-eslint": "^8.44.1" @@ -4534,16 +4534,16 @@ } }, "node_modules/npm-check-updates": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.3.0.tgz", - "integrity": "sha512-Wcm90Af5JuzxwPTtdLl0OH2O1TCeqPTYBch1M3bePmfqylRMiFXXh+uglE4sfMjwdTjw7aIReMwudXeqoYvh2Q==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.0.0.tgz", + "integrity": "sha512-qcfjZEv6xB+WvW24S8wU1MKISPPiTREraBg62XDo/7zmOLXH3Zj7ti2v/LRfks0qITU8SDZLTWwgIitflvursw==", "dev": true, "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" }, "engines": { - "node": "^18.18.0 || >=20.0.0", + "node": ">=20.0.0", "npm": ">=8.12.1" } }, @@ -9834,9 +9834,9 @@ } }, "npm-check-updates": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.3.0.tgz", - "integrity": "sha512-Wcm90Af5JuzxwPTtdLl0OH2O1TCeqPTYBch1M3bePmfqylRMiFXXh+uglE4sfMjwdTjw7aIReMwudXeqoYvh2Q==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.0.0.tgz", + "integrity": "sha512-qcfjZEv6xB+WvW24S8wU1MKISPPiTREraBg62XDo/7zmOLXH3Zj7ti2v/LRfks0qITU8SDZLTWwgIitflvursw==", "dev": true }, "npm-normalize-package-bin": { diff --git a/package.json b/package.json index 835b6a5..1b8718c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react": "^7.37.5", "globals": "^16.4.0", "markdownlint": "^0.38.0", - "npm-check-updates": "^18.3.0", + "npm-check-updates": "^19.0.0", "npm-run-all2": "^8.0.4", "textlint": "^15.2.2", "typescript-eslint": "^8.44.1"