From 439f84f238bbd9b3944f38a2bc8417d13b5e3151 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 02:18:29 +0000 Subject: [PATCH] Update dependency npm-check-updates to v21 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d2912ca..9537d529 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "eslint-plugin-lit": "^2.0.0", "eslint-plugin-wc": "^3.0.0", "mocha": "^11.1.0", - "npm-check-updates": "^19.0.0", + "npm-check-updates": "^21.0.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "rollup": "^4.39.0", @@ -10475,17 +10475,17 @@ } }, "node_modules/npm-check-updates": { - "version": "19.6.6", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.6.6.tgz", - "integrity": "sha512-AvlRcnlUEyBEJfblUSjYMJwYKvCIWDRuCDa6x3hyUMTMkI3kslmFm0LDqwgzQfshfNh0Z3ouKiA4fLjRN7HejQ==", + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-21.0.3.tgz", + "integrity": "sha512-8y0fqtxdo5JhwzxcS9rZd969tvPbSZ3MzQoG5Fj8eqL42t1Jsg5tjZCz8CYuXLE8LNbbyV+1xxR/f/T4AdPmdg==", "dev": true, "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" }, "engines": { - "node": ">=20.0.0", - "npm": ">=8.12.1" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0", + "npm": ">=10.0.0" } }, "node_modules/npm-install-checks": { @@ -21636,9 +21636,9 @@ } }, "npm-check-updates": { - "version": "19.6.6", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.6.6.tgz", - "integrity": "sha512-AvlRcnlUEyBEJfblUSjYMJwYKvCIWDRuCDa6x3hyUMTMkI3kslmFm0LDqwgzQfshfNh0Z3ouKiA4fLjRN7HejQ==", + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-21.0.3.tgz", + "integrity": "sha512-8y0fqtxdo5JhwzxcS9rZd969tvPbSZ3MzQoG5Fj8eqL42t1Jsg5tjZCz8CYuXLE8LNbbyV+1xxR/f/T4AdPmdg==", "dev": true }, "npm-install-checks": { diff --git a/package.json b/package.json index 4344f6fd..40ef1d8b 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "eslint-plugin-lit": "^2.0.0", "eslint-plugin-wc": "^3.0.0", "mocha": "^11.1.0", - "npm-check-updates": "^19.0.0", + "npm-check-updates": "^21.0.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "rollup": "^4.39.0",