From e8b4090b3c32a7e0aa0fb3ce23a9dc312b707bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 07:40:19 +0000 Subject: [PATCH] Bump npm-check-updates from 18.0.2 to 18.0.3 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.0.2 to 18.0.3. - [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.2...v18.0.3) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 18.0.3 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 2a848c9446c..172344a0d2e 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": "^18.0.2", + "npm-check-updates": "^18.0.3", "npm-run-all": "^4.1.5", "postcss": "^8.5.6", "postcss-dir-pseudo-class": "^9.0.1", @@ -5597,11 +5597,10 @@ } }, "node_modules/npm-check-updates": { - "version": "18.0.2", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.2.tgz", - "integrity": "sha512-9uVFZUCg5oDOcbzdsrJ4BEvq2gikd23tXuF5mqpl4mxVl051lzB00Xmd7ZVjVWY3XNUF3BQKWlN/qmyD8/bwrA==", + "version": "18.0.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.3.tgz", + "integrity": "sha512-IMZWxgAa5gpDVEle2KOZOMLfCu2/9FV+xsXQjPFt2OV0dyZixn0OJrZ9NxUcWgr/ZTGogmZtE0Cb8x2wlsVULg==", "dev": true, - "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -12779,9 +12778,9 @@ "dev": true }, "npm-check-updates": { - "version": "18.0.2", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.2.tgz", - "integrity": "sha512-9uVFZUCg5oDOcbzdsrJ4BEvq2gikd23tXuF5mqpl4mxVl051lzB00Xmd7ZVjVWY3XNUF3BQKWlN/qmyD8/bwrA==", + "version": "18.0.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.0.3.tgz", + "integrity": "sha512-IMZWxgAa5gpDVEle2KOZOMLfCu2/9FV+xsXQjPFt2OV0dyZixn0OJrZ9NxUcWgr/ZTGogmZtE0Cb8x2wlsVULg==", "dev": true }, "npm-run-all": { diff --git a/package.json b/package.json index 14629df9886..14d5ae268a5 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": "^18.0.2", + "npm-check-updates": "^18.0.3", "npm-run-all": "^4.1.5", "postcss": "^8.5.6", "postcss-dir-pseudo-class": "^9.0.1",