1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 09:33:22 +00:00

Merge branch 'main' into rename-tsconfig

This commit is contained in:
Addison Beck
2025-05-27 13:14:39 -04:00
committed by GitHub
26 changed files with 2026 additions and 873 deletions

View File

@@ -86,7 +86,7 @@
"node-fetch": "2.6.12",
"node-forge": "1.3.1",
"open": "8.4.2",
"papaparse": "5.5.2",
"papaparse": "5.5.3",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.1",
"tldts": "7.0.1",

View File

@@ -161,7 +161,6 @@ export class CliUtils {
process.stdin.setEncoding("utf8");
process.stdin.on("readable", () => {
// eslint-disable-next-line
while (true) {
const chunk = process.stdin.read();
if (chunk == null) {