@bitwarden/cli 2025.9.0 → 2025.10.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.
@@ -41,6 +41,15 @@
41
41
  "invalidMasterPassword": {
42
42
  "message": "Invalid master password."
43
43
  },
44
+ "invalidMasterPasswordConfirmEmailAndHost": {
45
+ "message": "Invalid master password. Confirm your email is correct and your account was created on $HOST$.",
46
+ "placeholders": {
47
+ "host": {
48
+ "content": "$1",
49
+ "example": "vault.bitwarden.com"
50
+ }
51
+ }
52
+ },
44
53
  "sessionTimeout": {
45
54
  "message": "Your session has timed out. Please go back and try logging in again."
46
55
  },
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": "2025.9.0",
4
+ "version": "2025.10.0",
5
5
  "keywords": [
6
6
  "bitwarden",
7
7
  "password",
@@ -13,7 +13,7 @@
13
13
  "homepage": "https://bitwarden.com",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/bitwarden/clients"
16
+ "url": "git+https://github.com/bitwarden/clients.git"
17
17
  },
18
18
  "license": "SEE LICENSE IN LICENSE.txt",
19
19
  "scripts": {
@@ -64,11 +64,11 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@koa/multer": "4.0.0",
67
- "@koa/router": "13.1.0",
67
+ "@koa/router": "14.0.0",
68
68
  "big-integer": "1.6.52",
69
69
  "browser-hrtime": "1.1.8",
70
70
  "chalk": "4.1.2",
71
- "commander": "11.1.0",
71
+ "commander": "14.0.0",
72
72
  "core-js": "3.45.0",
73
73
  "form-data": "4.0.4",
74
74
  "https-proxy-agent": "7.0.6",
@@ -80,7 +80,7 @@
80
80
  "koa-json": "2.0.2",
81
81
  "lowdb": "1.0.0",
82
82
  "lunr": "2.3.9",
83
- "multer": "1.4.5-lts.2",
83
+ "multer": "2.0.2",
84
84
  "node-fetch": "2.6.12",
85
85
  "node-forge": "1.3.1",
86
86
  "open": "10.1.2",