From fb679aeb5245e14ecfe4c69206c03503bb4aaa23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:04:02 +0000 Subject: [PATCH] Bump npm-check-updates from 18.1.0 to 19.0.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.1.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.1.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa2873a..07eb98a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "globals": "^16.3.0", "jest": "^30.1.3", "js-yaml": "^4.1.0", - "npm-check-updates": "^18.1.0", + "npm-check-updates": "^19.0.0", "prettier": "^3.6.2", "semver": "^7.7.2", "ts-jest": "^29.4.1", @@ -6728,9 +6728,9 @@ } }, "node_modules/npm-check-updates": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.1.0.tgz", - "integrity": "sha512-1TQ6fO4HxVW4K/TWUPOa1KRbaL0Y9+CgDJeTkrA3c4YFgaW8uoxllCKlm4OM/28C9E9NR3MlkxtcFs0Z1VaCPg==", + "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, "license": "Apache-2.0", "bin": { @@ -6738,7 +6738,7 @@ "npm-check-updates": "build/cli.js" }, "engines": { - "node": "^18.18.0 || >=20.0.0", + "node": ">=20.0.0", "npm": ">=8.12.1" } }, diff --git a/package.json b/package.json index 759ae70..3a8a846 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "globals": "^16.3.0", "jest": "^30.1.3", "js-yaml": "^4.1.0", - "npm-check-updates": "^18.1.0", + "npm-check-updates": "^19.0.0", "prettier": "^3.6.2", "semver": "^7.7.2", "ts-jest": "^29.4.1",