From 826fef87ef8449afef5dacb035547e8740cb648d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:07:37 -0600 Subject: [PATCH] Bump npm-check-updates from 17.1.12 to 17.1.13 in /webui (#1450) Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 17.1.12 to 17.1.13. - [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.12...v17.1.13) --- 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 7c19b3a3..5dd68fb0 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.12", + "npm-check-updates": "^17.1.13", "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.12", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.12.tgz", - "integrity": "sha512-j1+ln9wXDNLgTSMrEF9ja4KyYq4yBF8FuuU3irFtMSnss4pYjvYfQESz8CV82Rk1daXjbtaAWF9pZZKzujhoBA==", + "version": "17.1.13", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.13.tgz", + "integrity": "sha512-m9Woo2J5XVab0VcQpYvrQ0hx3ySI1mGbiHR595mc6Lr1/FIaTWvv+oU+T1WKSfXRiluKC/V5P6Bdk5agaYpqqg==", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -23249,9 +23249,9 @@ } }, "npm-check-updates": { - "version": "17.1.12", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.12.tgz", - "integrity": "sha512-j1+ln9wXDNLgTSMrEF9ja4KyYq4yBF8FuuU3irFtMSnss4pYjvYfQESz8CV82Rk1daXjbtaAWF9pZZKzujhoBA==" + "version": "17.1.13", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.13.tgz", + "integrity": "sha512-m9Woo2J5XVab0VcQpYvrQ0hx3ySI1mGbiHR595mc6Lr1/FIaTWvv+oU+T1WKSfXRiluKC/V5P6Bdk5agaYpqqg==" }, "npm-install-checks": { "version": "7.1.1", diff --git a/webui/package.json b/webui/package.json index dda62613..654a5ba7 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.12", + "npm-check-updates": "^17.1.13", "rxjs": "~7.8.1", "tslib": "^2.8.1", "zone.js": "~0.15.0"