From c563bae3a33f4ed6d4e48d1e9340a68f2b496c89 Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Wed, 7 Nov 2018 14:23:08 +0000 Subject: [PATCH] chore: update embarkJS to 0.4.5 --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index eccfad83a..fa85f1b6a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -5163,9 +5163,9 @@ } }, "embarkjs": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/embarkjs/-/embarkjs-0.4.4.tgz", - "integrity": "sha512-HIetHNqngbhUgdESZ8V1gQiRzoti7LMu/P5xcfemn+8b4KwasUyrybaBdvqmo+ock9rExXZFHIgaYA+85s9DkA==", + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/embarkjs/-/embarkjs-0.4.5.tgz", + "integrity": "sha512-WAW9tlvCiSa6DEC6M+ZfFS9WemE91DunOUP4rn7urtFgOpT0m08dFKB0F+Qfcmonb7cozEPfNv5C78xSt1JUsA==", "requires": { "@babel/runtime-corejs2": "7.0.0-rc.1", "async": "2.6.1", diff --git a/package.json b/package.json index af8d9f2b8..760369003 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "decompress": "4.2.0", "deep-equal": "1.0.1", "ejs": "2.6.1", - "embarkjs": "0.4.4", + "embarkjs": "0.4.5", "eth-ens-namehash": "2.0.8", "eth-lib": "0.2.8", "ethereumjs-wallet": "0.6.0",