From c2f41d2bff47cb51bdb7543a73103f03716f9d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:18:25 +0000 Subject: [PATCH] Bump npm-check-updates from 18.2.1 to 19.0.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.2.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.2.1...v19.0.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 19.0.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 feb4cef..712c1ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.12.0", "license": "Apache-2.0", "dependencies": { - "npm-check-updates": "^18.2.1" + "npm-check-updates": "^19.0.0" }, "devDependencies": { "autoprefixer": "^10.4.21", @@ -19,7 +19,7 @@ "rtlcss": "^4.3.0" }, "optionalDependencies": { - "npm-check-updates": "^18.2.1" + "npm-check-updates": "^19.0.0" } }, "node_modules/@babel/code-frame": { @@ -1725,9 +1725,9 @@ } }, "node_modules/npm-check-updates": { - "version": "18.2.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.2.1.tgz", - "integrity": "sha512-g1VjhAtGMSFFmmN5fT77aF9Eg9dZ6WG9WAqOv7RmWL2ANfeBZGgi6MxYwcNxwSIp5t7Nky0oNFEwHcG6EHQFKw==", + "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==", "license": "Apache-2.0", "optional": true, "bin": { @@ -1735,7 +1735,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 9be2913..78bd98b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "rtlcss": "^4.3.0" }, "optionalDependencies": { - "npm-check-updates": "^18.2.1" + "npm-check-updates": "^19.0.0" }, "private": true, "prettier": {