blob: 8ac987dcb71beb5225e222cba9a5363ce2f5885c (
plain) (
tree)
|
|
--- a/yarn.lock 2019-05-09 11:59:32.199273420 +0200
+++ b/yarn.lock 2019-05-09 12:02:46.270581238 +0200
@@ -45,11 +45,16 @@
dependencies:
"@types/node" "*"
-"@types/bluebird@*", "@types/bluebird@3.5.18", "@types/bluebird@3.5.21":
+"@types/bluebird@*", "@types/bluebird@^3.5.18", "@types/bluebird@3.5.21":
version "3.5.21"
resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.21.tgz#567615589cc913e84a28ecf9edb031732bdf2634"
integrity sha512-6UNEwyw+6SGMC/WMI0ld0PS4st7Qq51qgguFrFizOSpGvZiqe9iswztFSdZvwJBEhLOy2JaxNE6VC7yMAlbfyQ==
+"@types/bluebird@3.5.18":
+ version "3.5.18"
+ resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.18.tgz#6a60435d4663e290f3709898a4f75014f279c4d6"
+ integrity sha512-OTPWHmsyW18BhrnG5x8F7PzeZ2nFxmHGb42bZn79P9hl+GI5cMzyPgQTwNjbem0lJhoru/8vtjAFCUOu3+gE2w==
+
"@types/body-parser@*", "@types/body-parser@^1.16.3":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.17.0.tgz#9f5c9d9bd04bb54be32d5eb9fc0d8c974e6cf58c"
@@ -4334,9 +4339,9 @@
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
-"jsonld-signatures@https://github.com/Chocobozzz/jsonld-signatures#rsa2017":
- version "1.2.2-2"
- resolved "https://github.com/Chocobozzz/jsonld-signatures#77660963e722eb4541d2d255f9d9d4216329665f"
+jsonld-signatures@^1.2.2:
+ version "1.2.2"
+ resolved "https://github.com/Chocobozzz/jsonld-signatures/archive/77660963e722eb4541d2d255f9d9d4216329665f.tar.gz"
dependencies:
bitcore-message "github:CoMakery/bitcore-message#dist"
jsonld "^0.5.12"
@@ -7331,7 +7331,7 @@
resolved "https://registry.yarnpkg.com/sequelize-typescript/-/sequelize-typescript-0.6.6.tgz#926037b542dae9f4eff20609d095cc5e3a3640f3"
integrity sha512-WGJTaNuHyYwUM8itxZvMVLeNEb7xSjisbVN1Q5rxLaIf2w67Xaf1GX6Jb+9840bjcNPvMsKgC2aR88zmw7UlcQ==
dependencies:
- "@types/bluebird" "3.5.18"
+ "@types/bluebird" "^3.5.18"
"@types/node" "6.0.41"
"@types/sequelize" "4.27.24"
es6-shim "0.35.3"
--- a/package.json 2019-05-09 13:26:34.784870603 +0200
+++ b/package.json 2019-05-09 13:26:52.941348635 +0200
@@ -124,7 +124,7 @@
"iso-639-3": "^1.0.1",
"js-yaml": "^3.5.4",
"jsonld": "^1.0.1",
- "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
+ "jsonld-signatures": "^1.2.2",
"lodash": "^4.17.10",
"magnet-uri": "^5.1.4",
"memoizee": "^0.4.14",
|