From f20833466d47a433c1feefb56f87c59ee2c9eb60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:02:11 +0000 Subject: [PATCH] Bump npm-check-updates from 19.1.0 to 19.1.2 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.1.0 to 19.1.2. - [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/v19.1.0...v19.1.2) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 19.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6a1dd7bed3..1eb8d95b1a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "html-minifier-terser": "^7.2.0", "material-design-color": "^2.3.2", "material-shadows": "^3.0.1", - "npm-check-updates": "^19.1.0", + "npm-check-updates": "^19.1.2", "npm-run-all": "^4.1.5", "postcss": "^8.5.6", "postcss-dir-pseudo-class": "^9.0.1", @@ -5629,11 +5629,10 @@ } }, "node_modules/npm-check-updates": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.1.0.tgz", - "integrity": "sha512-qLtpdzOnuVN9qXrrVazjCRRQ3qh0aILIGwmlkF7w4hP9cRTOHynZYSFKRaVO+3EvzNgnXj0lm/XlWhc2TEOyfA==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.1.2.tgz", + "integrity": "sha512-FNeFCVgPOj0fz89hOpGtxP2rnnRHR7hD2E8qNU8SMWfkyDZXA/xpgjsL3UMLSo3F/K13QvJDnbxPngulNDDo/g==", "dev": true, - "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -12832,9 +12831,9 @@ "dev": true }, "npm-check-updates": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.1.0.tgz", - "integrity": "sha512-qLtpdzOnuVN9qXrrVazjCRRQ3qh0aILIGwmlkF7w4hP9cRTOHynZYSFKRaVO+3EvzNgnXj0lm/XlWhc2TEOyfA==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.1.2.tgz", + "integrity": "sha512-FNeFCVgPOj0fz89hOpGtxP2rnnRHR7hD2E8qNU8SMWfkyDZXA/xpgjsL3UMLSo3F/K13QvJDnbxPngulNDDo/g==", "dev": true }, "npm-run-all": { diff --git a/package.json b/package.json index 5b883381cc6..722a4188c7c 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "html-minifier-terser": "^7.2.0", "material-design-color": "^2.3.2", "material-shadows": "^3.0.1", - "npm-check-updates": "^19.1.0", + "npm-check-updates": "^19.1.2", "npm-run-all": "^4.1.5", "postcss": "^8.5.6", "postcss-dir-pseudo-class": "^9.0.1",