diff --git a/webui/package-lock.json b/webui/package-lock.json index e02d4037..b6298490 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.10", + "npm-check-updates": "^17.1.11", "rxjs": "~7.8.1", "tslib": "^2.8.1", "zone.js": "~0.14.10" @@ -10533,9 +10533,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.10", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.10.tgz", - "integrity": "sha512-GnN6KbUzC8BpwsRYJntuumgCiagZ0+xxorvUJM9m06d7AlyK9lm3iFsAsnXF3VAZZzpD5QjZvWBwNze61Vywkw==", + "version": "17.1.11", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz", + "integrity": "sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==", "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" @@ -22098,9 +22098,9 @@ } }, "npm-check-updates": { - "version": "17.1.10", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.10.tgz", - "integrity": "sha512-GnN6KbUzC8BpwsRYJntuumgCiagZ0+xxorvUJM9m06d7AlyK9lm3iFsAsnXF3VAZZzpD5QjZvWBwNze61Vywkw==" + "version": "17.1.11", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.11.tgz", + "integrity": "sha512-TR2RuGIH7P3Qrb0jfdC/nT7JWqXPKjDlxuNQt3kx4oNVf1Pn5SBRB7KLypgYZhruivJthgTtfkkyK4mz342VjA==" }, "npm-install-checks": { "version": "6.1.1", diff --git a/webui/package.json b/webui/package.json index eb5e5f42..3393c565 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.10", + "npm-check-updates": "^17.1.11", "rxjs": "~7.8.1", "tslib": "^2.8.1", "zone.js": "~0.14.10"