From 5efab48c32707e2901e926beed296d3abc5ade2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:44:23 +0000 Subject: [PATCH] chore(deps): bump npm-check-updates from 20.0.1 to 20.0.2 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 20.0.1 to 20.0.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/v20.0.1...v20.0.2) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 20.0.2 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 4603a00..40b45c9 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.1" + "npm-check-updates": "20.0.2" }, "devDependencies": { "@asciidoctor/core": "^3.0.4", @@ -7713,9 +7713,9 @@ } }, "node_modules/npm-check-updates": { - "version": "20.0.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-20.0.1.tgz", - "integrity": "sha512-YuzpyL1Od5dJzpeETVh2H5o1I8tpi0zkf6v7k7rXwUDfiDliBX9dgVIb7FlEfp8Lu2RtECAv63ZHm/rqpIhYsw==", + "version": "20.0.2", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-20.0.2.tgz", + "integrity": "sha512-nvbcXiprjMOoSX0FCHC41kjpZhNFURV53KMU0MMa0U10RPHeoHpiilMg2P8g9NLSQoo0umSH77tUqHWTOH3w7A==", "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", diff --git a/package.json b/package.json index 3d0c518..2dbdfde 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.1" + "npm-check-updates": "20.0.2" }, "devDependencies": { "@asciidoctor/core": "^3.0.4",