From e61a9c6d394a6738221c7898210188fab0dc2ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:46:11 -0600 Subject: [PATCH] Bump npm-check-updates from 17.1.11 to 17.1.12 in /webui (#1446) Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 17.1.11 to 17.1.12. - [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/v17.1.11...v17.1.12) --- updated-dependencies: - dependency-name: npm-check-updates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b2640b89..7c19b3a3 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -21,7 +21,7 @@ "bootstrap": "^5.3.3", "marked": "^15.0.4", "ngx-markdown": "^19", - "npm-check-updates": "^17.1.11", + "npm-check-updates": "^17.1.12", "rxjs": "~7.8.1", "tslib": "^2.8.1", "zone.js": "~0.15.0" @@ -11504,9 +11504,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.11", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz", - "integrity": "sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==", + "version": "17.1.12", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.12.tgz", + "integrity": "sha512-j1+ln9wXDNLgTSMrEF9ja4KyYq4yBF8FuuU3irFtMSnss4pYjvYfQESz8CV82Rk1daXjbtaAWF9pZZKzujhoBA==", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -23249,9 +23249,9 @@ } }, "npm-check-updates": { - "version": "17.1.11", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz", - "integrity": "sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==" + "version": "17.1.12", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.12.tgz", + "integrity": "sha512-j1+ln9wXDNLgTSMrEF9ja4KyYq4yBF8FuuU3irFtMSnss4pYjvYfQESz8CV82Rk1daXjbtaAWF9pZZKzujhoBA==" }, "npm-install-checks": { "version": "7.1.1", diff --git a/webui/package.json b/webui/package.json index 12f02f6f..dda62613 100644 --- a/webui/package.json +++ b/webui/package.json @@ -23,7 +23,7 @@ "bootstrap": "^5.3.3", "marked": "^15.0.4", "ngx-markdown": "^19", - "npm-check-updates": "^17.1.11", + "npm-check-updates": "^17.1.12", "rxjs": "~7.8.1", "tslib": "^2.8.1", "zone.js": "~0.15.0"