diff --git a/webui/package-lock.json b/webui/package-lock.json index d785d96c5..2160fe8d2 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.0", + "npm-check-updates": "^17.1.1", "rxjs": "~7.8.1", "tslib": "^2.7.0", "zone.js": "~0.14.10" @@ -10871,9 +10871,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.0.tgz", - "integrity": "sha512-RcohCA/tdpxyPllBlYDkqGXFJQgTuEt0f2oPSL9s05pZ3hxYdleaUtvEcSxKl0XAg3ncBhVgLAxhXSjoryUU5Q==", + "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==", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -22471,9 +22471,9 @@ } }, "npm-check-updates": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.0.tgz", - "integrity": "sha512-RcohCA/tdpxyPllBlYDkqGXFJQgTuEt0f2oPSL9s05pZ3hxYdleaUtvEcSxKl0XAg3ncBhVgLAxhXSjoryUU5Q==" + "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==" }, "npm-install-checks": { "version": "6.1.1", diff --git a/webui/package.json b/webui/package.json index 6d84fb807..c67a97293 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.0", + "npm-check-updates": "^17.1.1", "rxjs": "~7.8.1", "tslib": "^2.7.0", "zone.js": "~0.14.10"