From f0e5caa5d563d06ccd266fb35bfe2d548bf0e755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:20:00 +0000 Subject: [PATCH] Bump npm-check-updates from 19.6.3 to 20.0.0 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.6.3 to 20.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/v19.6.3...v20.0.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 20.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5eb0c52..404b639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "file-loader": "^6.2.0", "jsonlint": "^1.6.3", "mini-css-extract-plugin": "^2.10.0", - "npm-check-updates": "^19.6.3", + "npm-check-updates": "^20.0.0", "postcss-loader": "^8.2.1", "precss": "^4.0.0", "prettier": "3.8.1", @@ -6293,9 +6293,9 @@ } }, "node_modules/npm-check-updates": { - "version": "19.6.3", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.6.3.tgz", - "integrity": "sha512-VAt9Bp26eLaymZ0nZyh5n/by+YZIuegXlvWR0yv1zBqd984f8VnEnBbn+1lS3nN5LyEjn62BJ+yYgzNSpb6Gzg==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-20.0.0.tgz", + "integrity": "sha512-qCs02x51irGf0okCttwv8lHEO2NxT903IJ2bKpG82kIzkm6pfT3CoWB5YIvqY/wi/DdnYRfI7eVfCYYymQgvCg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 08e88e8..69fd1ab 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "file-loader": "^6.2.0", "jsonlint": "^1.6.3", "mini-css-extract-plugin": "^2.10.0", - "npm-check-updates": "^19.6.3", + "npm-check-updates": "^20.0.0", "postcss-loader": "^8.2.1", "precss": "^4.0.0", "prettier": "3.8.1",