From b5bef7d960ddba51f81a55a202a6ff7d124c2e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 22:02:59 +0000 Subject: [PATCH] chore(deps): bump npm-check-updates from 22.1.0 to 22.1.1 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 22.1.0 to 22.1.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/v22.1.0...v22.1.1) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 22.1.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 d79e0c7..a6ba196 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": "22.1.0" + "npm-check-updates": "22.1.1" }, "devDependencies": { "@asciidoctor/core": "^3.0.4", @@ -7713,9 +7713,9 @@ } }, "node_modules/npm-check-updates": { - "version": "22.1.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.1.0.tgz", - "integrity": "sha512-zKjYAa205S6UyHkNJGmiLFmm6M31175cvUA3OdHvVlCdtyTfkyQbPWoov/GJEc6PWVbCV5e+60c7S2eVp0ybOA==", + "version": "22.1.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.1.1.tgz", + "integrity": "sha512-uWSxJW25dy5ZM4SdLsi0VBgPSJlo7u+jARQ6Xql+85YYCoqXU2ZaympAZ6237/oybCq/I4nXddE9S9BTwBfBXA==", "license": "Apache-2.0", "bin": { "ncu": "build/cli.js", diff --git a/package.json b/package.json index 9ecb6c6..80a3b29 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": "22.1.0" + "npm-check-updates": "22.1.1" }, "devDependencies": { "@asciidoctor/core": "^3.0.4",