From 3467e0f7b9f1c37decc80bfe1b30471cadcf2231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:17:58 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e823b9..f70b872 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "globals": "^17.6.0", "jest": "^30.3.0", "jest-environment-jsdom": "^30.3.0", - "npm-check-updates": "^22.1.0" + "npm-check-updates": "^22.1.1" } }, "node_modules/@asamuzakjp/css-color": { @@ -4122,9 +4122,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==", "dev": true, "bin": { "ncu": "build/cli.js", @@ -8287,9 +8287,9 @@ "dev": true }, "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==", "dev": true }, "npm-run-path": { diff --git a/package.json b/package.json index 1a94644..f3ad39c 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "globals": "^17.6.0", "jest": "^30.3.0", "jest-environment-jsdom": "^30.3.0", - "npm-check-updates": "^22.1.0" + "npm-check-updates": "^22.1.1" } }