From 3f0a95027a1b09ddf274d1fb468deaa9a2cec75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 01:02:47 +0000 Subject: [PATCH] build(deps-dev): bump npm-check-updates from 18.0.1 to 19.0.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.0.1 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.0.1...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 1cd27ebd3..68eee5b95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "globals": "16.4.0", "husky": "9.1.7", "lint-staged": "16.1.2", - "npm-check-updates": "18.0.1", + "npm-check-updates": "19.0.0", "plop": "3.1.2", "postcss": "8.5.6", "postcss-advanced-variables": "5.0.0", @@ -14030,9 +14030,9 @@ } }, "node_modules/npm-check-updates": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.1.tgz", - "integrity": "sha512-MO7mLp/8nm6kZNLLyPgz4gHmr9tLoU+pWPLdXuGAx+oZydBHkHWN0ibTonsrfwC2WEQNIQxuZagYwB67JQpAuw==", + "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": { @@ -14040,7 +14040,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 8b17648c6..a901ea0f7 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "globals": "16.4.0", "husky": "9.1.7", "lint-staged": "16.1.2", - "npm-check-updates": "18.0.1", + "npm-check-updates": "19.0.0", "plop": "3.1.2", "postcss": "8.5.6", "postcss-advanced-variables": "5.0.0",