From e0572816d2cfcf3debf13e2def55570b34bbe7fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:59:09 +0000 Subject: [PATCH] Bump npm-check-updates from 22.1.1 to 22.2.0 in /webui Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 22.1.1 to 22.2.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/v22.1.1...v22.2.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 22.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webui/package-lock.json | 14 +++++++------- webui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webui/package-lock.json b/webui/package-lock.json index 69d95ab09..95a061c1c 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -22,7 +22,7 @@ "js-yaml": "^4.1.1", "marked": "^17.0.6", "ngx-markdown": "^21.3.0", - "npm-check-updates": "^22.1.1", + "npm-check-updates": "^22.2.0", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.2" @@ -8855,9 +8855,9 @@ } }, "node_modules/npm-check-updates": { - "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==", + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.0.tgz", + "integrity": "sha512-kaxgbkGkCOtoSrsUXShgcEiEfrRPqmOGk6Yeya+5hoNptblu9vuE8/PLABUSJz+IeNgKJBFxcC3UrBYmKsB8iA==", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -17079,9 +17079,9 @@ } }, "npm-check-updates": { - "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==" + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.0.tgz", + "integrity": "sha512-kaxgbkGkCOtoSrsUXShgcEiEfrRPqmOGk6Yeya+5hoNptblu9vuE8/PLABUSJz+IeNgKJBFxcC3UrBYmKsB8iA==" }, "npm-install-checks": { "version": "8.0.0", diff --git a/webui/package.json b/webui/package.json index 900f6fd31..c25c9e114 100644 --- a/webui/package.json +++ b/webui/package.json @@ -25,7 +25,7 @@ "js-yaml": "^4.1.1", "marked": "^17.0.6", "ngx-markdown": "^21.3.0", - "npm-check-updates": "^22.1.1", + "npm-check-updates": "^22.2.0", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.2"