@bitwarden/cli 2025.5.0 → 2025.6.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.
@@ -185,6 +185,9 @@
185
185
  }
186
186
  }
187
187
  },
188
+ "legacyEncryptionUnsupported": {
189
+ "message": "Legacy encryption is no longer supported. Please contact support to recover your account."
190
+ },
188
191
  "organizationUsingKeyConnectorOptInLoggedOut": {
189
192
  "message": "An organization you are a member of is using Key Connector. In order to access the vault, you must opt-in to Key Connector now via the web vault. You have been logged out."
190
193
  },
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.5.0",
4
+ "version": "2025.6.0",
5
5
  "keywords": [
6
6
  "bitwarden",
7
7
  "password",
@@ -71,8 +71,8 @@
71
71
  "browser-hrtime": "1.1.8",
72
72
  "chalk": "4.1.2",
73
73
  "commander": "11.1.0",
74
- "core-js": "3.40.0",
75
- "form-data": "4.0.1",
74
+ "core-js": "3.42.0",
75
+ "form-data": "4.0.2",
76
76
  "https-proxy-agent": "7.0.6",
77
77
  "inquirer": "8.2.6",
78
78
  "jsdom": "26.1.0",
@@ -85,10 +85,11 @@
85
85
  "multer": "1.4.5-lts.2",
86
86
  "node-fetch": "2.6.12",
87
87
  "node-forge": "1.3.1",
88
- "open": "8.4.2",
89
- "papaparse": "5.5.2",
88
+ "open": "10.1.2",
89
+ "papaparse": "5.5.3",
90
90
  "proper-lockfile": "4.1.2",
91
91
  "rxjs": "7.8.1",
92
+ "semver": "7.7.2",
92
93
  "tldts": "7.0.1",
93
94
  "zxcvbn": "4.4.2"
94
95
  }