@bitwarden/cli 2026.1.0 → 2026.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,6 +35,9 @@
35
35
  "invalidVerificationCode": {
36
36
  "message": "Invalid verification code."
37
37
  },
38
+ "invalidEmailOrVerificationCode": {
39
+ "message": "Invalid email or verification code"
40
+ },
38
41
  "masterPassRequired": {
39
42
  "message": "Master password is required."
40
43
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitwarden/cli",
3
3
  "description": "A secure and free password manager for all of your devices.",
4
- "version": "2026.1.0",
4
+ "version": "2026.3.0",
5
5
  "keywords": [
6
6
  "bitwarden",
7
7
  "password",
@@ -64,12 +64,12 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@koa/multer": "4.0.0",
67
- "@koa/router": "14.0.0",
67
+ "@koa/router": "15.3.0",
68
68
  "big-integer": "1.6.52",
69
69
  "browser-hrtime": "1.1.8",
70
70
  "chalk": "4.1.2",
71
71
  "commander": "14.0.0",
72
- "core-js": "3.47.0",
72
+ "core-js": "3.48.0",
73
73
  "form-data": "4.0.4",
74
74
  "https-proxy-agent": "7.0.6",
75
75
  "inquirer": "8.2.6",
@@ -81,14 +81,14 @@
81
81
  "lowdb": "1.0.0",
82
82
  "lunr": "2.3.9",
83
83
  "multer": "2.0.2",
84
- "node-fetch": "2.6.12",
84
+ "node-fetch": "2.7.0",
85
85
  "node-forge": "1.3.2",
86
- "open": "11.0.0",
86
+ "open": "8.4.2",
87
87
  "papaparse": "5.5.3",
88
88
  "proper-lockfile": "4.1.2",
89
89
  "rxjs": "7.8.1",
90
90
  "semver": "7.7.3",
91
- "tldts": "7.0.19",
91
+ "tldts": "7.0.22",
92
92
  "zxcvbn": "4.4.2"
93
93
  }
94
94
  }