From f90d9f2d9ef75271d2e588094dab294b8e45d780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:02:42 +0000 Subject: [PATCH] chore(deps): bump npm-check-updates from 20.0.0 to 20.0.1 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 20.0.0 to 20.0.1. - [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/v20.0.0...v20.0.1) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 20.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 96e7c00..36e5465 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "highlight.js": "^11.11.1", "jquery": "^4.0.0", "medium-zoom": "^1.1.0", - "npm-check-updates": "20.0.0" + "npm-check-updates": "20.0.1" }, "devDependencies": { "@asciidoctor/core": "^3.0.4", @@ -7713,9 +7713,9 @@ } }, "node_modules/npm-check-updates": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-20.0.0.tgz", - "integrity": "sha512-qCs02x51irGf0okCttwv8lHEO2NxT903IJ2bKpG82kIzkm6pfT3CoWB5YIvqY/wi/DdnYRfI7eVfCYYymQgvCg==", + "version": "20.0.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-20.0.1.tgz", + "integrity": "sha512-YuzpyL1Od5dJzpeETVh2H5o1I8tpi0zkf6v7k7rXwUDfiDliBX9dgVIb7FlEfp8Lu2RtECAv63ZHm/rqpIhYsw==", "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", diff --git a/package.json b/package.json index f59c77d..ccb6c5d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "highlight.js": "^11.11.1", "jquery": "^4.0.0", "medium-zoom": "^1.1.0", - "npm-check-updates": "20.0.0" + "npm-check-updates": "20.0.1" }, "devDependencies": { "@asciidoctor/core": "^3.0.4",