From 832c067f77dab08b7b758a7d72a7b2ff33e3d067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:23:22 -0500 Subject: [PATCH] Bump npm-check-updates from 17.1.1 to 17.1.3 in /webui (#1346) Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 17.1.1 to 17.1.3. - [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.1...v17.1.3) --- 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 c42399037..84005c4cb 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -21,7 +21,7 @@ "bootstrap": "^5.3.3", "marked": "^12.0.2", "ngx-markdown": "^18", - "npm-check-updates": "^17.1.1", + "npm-check-updates": "^17.1.3", "rxjs": "~7.8.1", "tslib": "^2.7.0", "zone.js": "~0.14.10" @@ -10883,9 +10883,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.1.tgz", - "integrity": "sha512-2aqIzGAEWB7xPf0hKHTkNmUM5jHbn2S5r2/z/7dA5Ij2h/sVYAg9R/uVkaUC3VORPAfBm7pKkCWo6E9clEVQ9A==", + "version": "17.1.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.3.tgz", + "integrity": "sha512-4uDLBWPuDHT5KLieIJ20FoAB8yqJejmupI42wPyfObgQOBbPAikQSwT73afDwREvhuxYrRDqlRvxTMSfvO+L8A==", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -22533,9 +22533,9 @@ } }, "npm-check-updates": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.1.tgz", - "integrity": "sha512-2aqIzGAEWB7xPf0hKHTkNmUM5jHbn2S5r2/z/7dA5Ij2h/sVYAg9R/uVkaUC3VORPAfBm7pKkCWo6E9clEVQ9A==" + "version": "17.1.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.3.tgz", + "integrity": "sha512-4uDLBWPuDHT5KLieIJ20FoAB8yqJejmupI42wPyfObgQOBbPAikQSwT73afDwREvhuxYrRDqlRvxTMSfvO+L8A==" }, "npm-install-checks": { "version": "6.1.1", diff --git a/webui/package.json b/webui/package.json index 897c54785..fb4334989 100644 --- a/webui/package.json +++ b/webui/package.json @@ -23,7 +23,7 @@ "bootstrap": "^5.3.3", "marked": "^12.0.2", "ngx-markdown": "^18", - "npm-check-updates": "^17.1.1", + "npm-check-updates": "^17.1.3", "rxjs": "~7.8.1", "tslib": "^2.7.0", "zone.js": "~0.14.10"