From 24c964e43c2612ebb0f8162326c088e9c4e89ad4 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Tue, 7 Nov 2017 13:32:16 -0800 Subject: [PATCH] EIP-170 --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14bbc41..34c4135 100644 --- a/package-lock.json +++ b/package-lock.json @@ -206,9 +206,9 @@ "dev": true }, "async": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.5.0.tgz", - "integrity": "sha512-e+lJAJeNWuPCNyxZKOBdaJGyLGHugXVQtrAwtuAe2vhxTYxFTKE73p8JuTmdH0qdQZtDvI4dhJwjZc5zsfIsYw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", + "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", "requires": { "lodash": "4.17.4" } @@ -224,7 +224,7 @@ "integrity": "sha512-pd20BwL7Yt1zwDFy+8MX8F1+WCT8aQeKj0kQnTrH9WaeRETlRamVhD0JtRPmrV4GfOJ2F9CvdQkZeZhnh2TuHw==", "dev": true, "requires": { - "async": "2.5.0" + "async": "2.6.0" } }, "asynckit": { @@ -1913,7 +1913,7 @@ "integrity": "sha512-4s4Hh7mWa1xr+Bggh3T3jsq9lmje5aYpJRFky00bo/xNgNe+RC8V2ulWYSR4YTEKqLbnLEsLNytjDe5hpblkZQ==", "dev": true, "requires": { - "async": "2.5.0", + "async": "2.6.0", "ethereum-common": "0.2.0", "ethereumjs-tx": "1.3.3", "ethereumjs-util": "5.1.2", @@ -1929,9 +1929,9 @@ } }, "ethereumjs-testrpc-sc": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/ethereumjs-testrpc-sc/-/ethereumjs-testrpc-sc-6.0.5.tgz", - "integrity": "sha512-+4KNju6plCexePm8kj3ollOO/Dxgi3kRhLcyQsK47cKECT9NuJy3GmdoZTfqFukBJoVpxCBGsbRqCNZvETotMw==", + "version": "6.0.7", + "resolved": "https://registry.npmjs.org/ethereumjs-testrpc-sc/-/ethereumjs-testrpc-sc-6.0.7.tgz", + "integrity": "sha512-6X/FknTe702L0UGtJ3V3qlh6HNavJkuuRxB18fbITOuOyvCike7O5TVYOthqyCdxgW+ZW/FQGtFpoKeuRZnbNg==", "requires": { "webpack": "3.8.1" } @@ -1966,7 +1966,7 @@ "version": "git+https://github.com/sc-forks/ethereumjs-vm-sc.git#a5f797299d0e96214af739be3bea4d0e15499c0d", "dev": true, "requires": { - "async": "2.5.0", + "async": "2.6.0", "async-eventemitter": "0.2.4", "ethereum-common": "0.2.0", "ethereumjs-account": "2.0.4", @@ -6289,7 +6289,7 @@ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.4.0.tgz", "integrity": "sha1-ShRyvLuVK9Cpu0A2gB+VTfs5+qw=", "requires": { - "async": "2.5.0", + "async": "2.6.0", "chokidar": "1.7.0", "graceful-fs": "4.1.11" } @@ -6322,7 +6322,7 @@ "acorn-dynamic-import": "2.0.2", "ajv": "5.3.0", "ajv-keywords": "2.1.1", - "async": "2.5.0", + "async": "2.6.0", "enhanced-resolve": "3.4.1", "escope": "3.6.0", "interpret": "1.0.4", diff --git a/package.json b/package.json index 78a6e94..b70b5ca 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "license": "ISC", "dependencies": { "death": "^1.1.0", - "ethereumjs-testrpc-sc": "6.0.5", + "ethereumjs-testrpc-sc": "6.0.7", "istanbul": "^0.4.5", "keccakjs": "^0.2.1", "req-cwd": "^1.0.1",