]>
Commit | Line | Data |
---|---|---|
24fd1fe6 IB |
1 | --- a/yarn.lock 2019-05-09 11:59:32.199273420 +0200 |
2 | +++ b/yarn.lock 2019-05-09 12:02:46.270581238 +0200 | |
3 | @@ -45,11 +45,16 @@ | |
4 | dependencies: | |
5 | "@types/node" "*" | |
6 | ||
7 | -"@types/bluebird@*", "@types/bluebird@3.5.18", "@types/bluebird@3.5.21": | |
8 | +"@types/bluebird@*", "@types/bluebird@^3.5.18", "@types/bluebird@3.5.21": | |
9 | version "3.5.21" | |
10 | resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.21.tgz#567615589cc913e84a28ecf9edb031732bdf2634" | |
11 | integrity sha512-6UNEwyw+6SGMC/WMI0ld0PS4st7Qq51qgguFrFizOSpGvZiqe9iswztFSdZvwJBEhLOy2JaxNE6VC7yMAlbfyQ== | |
12 | ||
13 | +"@types/bluebird@3.5.18": | |
14 | + version "3.5.18" | |
15 | + resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.18.tgz#6a60435d4663e290f3709898a4f75014f279c4d6" | |
16 | + integrity sha512-OTPWHmsyW18BhrnG5x8F7PzeZ2nFxmHGb42bZn79P9hl+GI5cMzyPgQTwNjbem0lJhoru/8vtjAFCUOu3+gE2w== | |
17 | + | |
18 | "@types/body-parser@*", "@types/body-parser@^1.16.3": | |
19 | version "1.17.0" | |
20 | resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.17.0.tgz#9f5c9d9bd04bb54be32d5eb9fc0d8c974e6cf58c" | |
21 | @@ -4384,9 +4389,9 @@ | |
22 | resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" | |
23 | integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= | |
24 | ||
25 | -"jsonld-signatures@https://github.com/Chocobozzz/jsonld-signatures#rsa2017": | |
26 | - version "1.2.2-2" | |
27 | - resolved "https://github.com/Chocobozzz/jsonld-signatures#77660963e722eb4541d2d255f9d9d4216329665f" | |
28 | +jsonld-signatures@^1.2.2: | |
29 | + version "1.2.2" | |
30 | + resolved "https://github.com/Chocobozzz/jsonld-signatures/archive/77660963e722eb4541d2d255f9d9d4216329665f.tar.gz" | |
31 | dependencies: | |
32 | bitcore-message "github:CoMakery/bitcore-message#dist" | |
33 | jsonld "^0.5.12" | |
34 | @@ -7441,7 +7441,7 @@ | |
35 | resolved "https://registry.yarnpkg.com/sequelize-typescript/-/sequelize-typescript-0.6.6.tgz#926037b542dae9f4eff20609d095cc5e3a3640f3" | |
36 | integrity sha512-WGJTaNuHyYwUM8itxZvMVLeNEb7xSjisbVN1Q5rxLaIf2w67Xaf1GX6Jb+9840bjcNPvMsKgC2aR88zmw7UlcQ== | |
37 | dependencies: | |
38 | - "@types/bluebird" "3.5.18" | |
39 | + "@types/bluebird" "^3.5.18" | |
40 | "@types/node" "6.0.41" | |
41 | "@types/sequelize" "4.27.24" | |
42 | es6-shim "0.35.3" | |
43 | --- a/package.json 2019-05-09 13:26:34.784870603 +0200 | |
44 | +++ b/package.json 2019-05-09 13:26:52.941348635 +0200 | |
45 | @@ -124,7 +124,7 @@ | |
46 | "iso-639-3": "^1.0.1", | |
47 | "js-yaml": "^3.5.4", | |
48 | "jsonld": "^1.0.1", | |
49 | - "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", | |
50 | + "jsonld-signatures": "^1.2.2", | |
51 | "ldapjs": "^1.0.2", | |
52 | "lodash": "^4.17.10", | |
53 | "magnet-uri": "^5.1.4", |