@bitwarden/cli 2024.6.1 → 2024.7.2

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.
@@ -5,8 +5,8 @@
5
5
  "authenticatorAppTitle": {
6
6
  "message": "Authenticator App"
7
7
  },
8
- "yubiKeyTitle": {
9
- "message": "YubiKey OTP Security Key"
8
+ "yubiKeyTitleV2": {
9
+ "message": "Yubico OTP Security Key"
10
10
  },
11
11
  "emailTitle": {
12
12
  "message": "Email"
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": "2024.6.1",
4
+ "version": "2024.7.2",
5
5
  "keywords": [
6
6
  "bitwarden",
7
7
  "password",
@@ -15,7 +15,7 @@
15
15
  "type": "git",
16
16
  "url": "https://github.com/bitwarden/clients"
17
17
  },
18
- "license": "GPL-3.0-only",
18
+ "license": "SEE LICENSE IN LICENSE.txt",
19
19
  "scripts": {
20
20
  "clean": "rimraf dist",
21
21
  "build:oss": "webpack",
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@koa/multer": "3.0.2",
60
60
  "@koa/router": "12.0.1",
61
- "argon2": "0.31.0",
61
+ "argon2": "0.40.1",
62
62
  "big-integer": "1.6.51",
63
63
  "browser-hrtime": "1.1.8",
64
64
  "chalk": "4.1.2",
@@ -80,7 +80,7 @@
80
80
  "papaparse": "5.4.1",
81
81
  "proper-lockfile": "4.1.2",
82
82
  "rxjs": "7.8.1",
83
- "tldts": "6.1.25",
83
+ "tldts": "6.1.29",
84
84
  "zxcvbn": "4.4.2"
85
85
  }
86
86
  }