|
4 | 4 | "license": "MIT",
|
5 | 5 | "description": "A pack with all encryption algorithms for the web-token/jwt-encryption package",
|
6 | 6 | "require": {
|
7 |
| - "web-token/jwt-encryption-algorithm-aescbc": "^2.0", |
8 |
| - "web-token/jwt-encryption-algorithm-aesgcm": "^2.0", |
9 |
| - "web-token/jwt-encryption-algorithm-aesgcmkw": "^2.0", |
10 |
| - "web-token/jwt-encryption-algorithm-aeskw": "^2.0", |
11 |
| - "web-token/jwt-encryption-algorithm-dir": "^2.0", |
12 |
| - "web-token/jwt-encryption-algorithm-ecdh-es": "^2.0", |
13 |
| - "web-token/jwt-encryption-algorithm-pbes2": "^2.0", |
14 |
| - "web-token/jwt-encryption-algorithm-rsa": "^2.0", |
15 |
| - "web-token/jwt-encryption-algorithm-experimental": "^2.0" |
| 7 | + "web-token/jwt-encryption-algorithm-aescbc": "^3.0", |
| 8 | + "web-token/jwt-encryption-algorithm-aesgcm": "^3.0", |
| 9 | + "web-token/jwt-encryption-algorithm-aesgcmkw": "^3.0", |
| 10 | + "web-token/jwt-encryption-algorithm-aeskw": "^3.0", |
| 11 | + "web-token/jwt-encryption-algorithm-dir": "^3.0", |
| 12 | + "web-token/jwt-encryption-algorithm-ecdh-es": "^3.0", |
| 13 | + "web-token/jwt-encryption-algorithm-pbes2": "^3.0", |
| 14 | + "web-token/jwt-encryption-algorithm-rsa": "^3.0", |
| 15 | + "web-token/jwt-encryption-algorithm-experimental": "^3.0" |
16 | 16 | }
|
17 | 17 | }
|
0 commit comments