From 0f9bec26326096248a96c85cb0975f2e4b96e91e Mon Sep 17 00:00:00 2001 From: siem Date: Tue, 16 Oct 2018 09:50:32 +0300 Subject: [PATCH] updated waves-crypto dependancy --- build/package.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/package.json b/build/package.json index 9ed6e2e..edcd9d7 100644 --- a/build/package.json +++ b/build/package.json @@ -23,6 +23,6 @@ "url": "https://github.com/ebceu4/waves-transactions.git" }, "dependencies": { - "waves-crypto": "^1.0.24" + "waves-crypto": "^1.0.30" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index df61c1c..fa779b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5069,9 +5069,9 @@ } }, "waves-crypto": { - "version": "1.0.28", - "resolved": "https://registry.npmjs.org/waves-crypto/-/waves-crypto-1.0.28.tgz", - "integrity": "sha512-xXTDhdcXJBqlg6oxPjE4Sd+Qg4SUFZ8SrLP+ng3CCcvHxQeyO+owl1miSDGmesJNyb+bY8qldpkHkQrzZYmYDg==" + "version": "1.0.30", + "resolved": "https://registry.npmjs.org/waves-crypto/-/waves-crypto-1.0.30.tgz", + "integrity": "sha512-85lyw/7LUajxAVw9fHQUZDQIIczKyAnhJtB+dEWy/TAw9v/sF+R94VtcprDpGXO+KceqhdtWjRDcApHcaJAolw==" }, "webpack": { "version": "4.17.2", diff --git a/package.json b/package.json index 80fefe2..3198cf6 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "url": "https://github.com/ebceu4/waves-transactions.git" }, "dependencies": { - "waves-crypto": "1.0.28" + "waves-crypto": "^1.0.30" } }