1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Upgrade a few majors for safe dev deps

This commit is contained in:
Addison Beck
2023-12-06 21:34:55 +00:00
parent ebe5eaedb2
commit 9e131dc9c8
3 changed files with 1188 additions and 378 deletions

View File

@@ -206,7 +206,7 @@ export class LoginCommand {
selectedProvider = twoFactorProviders[0];
} else if (this.canInteract) {
const twoFactorOptions: (string | Separator)[] = twoFactorProviders.map((p) => p.name);
twoFactorOptions.push(new inquirer.Separator());
twoFactorOptions.push(new inquirer.default.Separator());
twoFactorOptions.push("Cancel");
const answer: inquirer.Answers = await inquirer.createPromptModule({
output: process.stderr,

1546
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -73,8 +73,8 @@
"@angular/platform-browser-dynamic": "15.2.9",
"@microsoft/microsoft-graph-types": "2.40.0",
"@ngtools/webpack": "15.2.9",
"@types/inquirer": "8.2.6",
"@types/ldapjs": "2.2.5",
"@types/inquirer": "9.0.7",
"@types/ldapjs": "3.0.5",
"@types/lowdb": "1.0.15",
"@types/lunr": "2.3.7",
"@types/node": "18.17.12",
@@ -84,8 +84,8 @@
"@types/proper-lockfile": "4.1.4",
"@types/tldjs": "2.3.4",
"@types/zxcvbn": "4.4.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"clean-webpack-plugin": "4.0.0",
"commander": "7.2.0",
"concurrently": "8.2.2",
@@ -101,8 +101,8 @@
"electron-store": "8.1.0",
"electron-updater": "5.3.0",
"eslint": "8.55.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-rxjs": "5.0.3",
"eslint-plugin-rxjs-angular": "2.0.1",
@@ -110,13 +110,13 @@
"html-loader": "3.1.2",
"html-webpack-plugin": "5.5.4",
"husky": "8.0.3",
"lint-staged": "12.5.0",
"lint-staged": "15.2.0",
"mini-css-extract-plugin": "2.7.6",
"node-forge": "1.3.1",
"node-loader": "2.0.0",
"pkg": "5.8.1",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"prettier": "3.1.0",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
"sass": "1.69.5",
"sass-loader": "12.6.0",