From 73fd5858759df26ef6cb54e7d248049b325f5a13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Sep 2019 23:10:14 +0000 Subject: [PATCH] chore: upgrade ethereumjs-tx from 1.3.3 to 1.3.7 Snyk has created this PR to upgrade ethereumjs-tx from 1.3.3 to 1.3.7. See this package in NPM: https://www.npmjs.com/package/ethereumjs-tx See this project in Snyk: https://app.snyk.io/org/matthelonianxl/project/7b0f27b1-5625-44fa-bbbb-802a9e66b210?utm_source=github&utm_medium=upgrade-pr --- code/web3js/raw_tx/package-lock.json | 10 +++++----- code/web3js/raw_tx/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/web3js/raw_tx/package-lock.json b/code/web3js/raw_tx/package-lock.json index acba8281d..f1e621bba 100644 --- a/code/web3js/raw_tx/package-lock.json +++ b/code/web3js/raw_tx/package-lock.json @@ -108,12 +108,12 @@ "integrity": "sha1-L9w1dvIykDNYl26znaeDIT/5Uj8=" }, "ethereumjs-tx": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/ethereumjs-tx/-/ethereumjs-tx-1.3.3.tgz", - "integrity": "sha1-7OBR0+/b53GtKlGNYWMsoqt17Ls=", + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/ethereumjs-tx/-/ethereumjs-tx-1.3.7.tgz", + "integrity": "sha512-wvLMxzt1RPhAQ9Yi3/HKZTn0FZYpnsmQdbKYfUUpi4j1SEIcbkd9tndVjcPrufY3V7j2IebOpC00Zp2P/Ay2kA==", "requires": { - "ethereum-common": "0.0.18", - "ethereumjs-util": "5.1.5" + "ethereum-common": "^0.0.18", + "ethereumjs-util": "^5.0.0" } }, "ethereumjs-util": { diff --git a/code/web3js/raw_tx/package.json b/code/web3js/raw_tx/package.json index c44da112b..d0cf9e4b5 100644 --- a/code/web3js/raw_tx/package.json +++ b/code/web3js/raw_tx/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "ethereumjs-tx": "^1.3.3", + "ethereumjs-tx": "^1.3.7", "ethereumjs-util": "^5.1.5", "rlp": "^2.0.0" }