Bump ethereumjs-util from 7.0.0 to 7.0.1 (#2238)

Bumps [ethereumjs-util](https://github.com/ethereumjs/ethereumjs-util) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/ethereumjs/ethereumjs-util/releases)
- [Changelog](https://github.com/ethereumjs/ethereumjs-util/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ethereumjs/ethereumjs-util/compare/v7.0.0...v7.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
pull/2241/head
dependabot-preview[bot] 5 years ago committed by GitHub
parent 56de324afe
commit 217a616fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 30
      package-lock.json
  2. 2
      package.json

30
package-lock.json generated

@ -7375,13 +7375,13 @@
}
},
"ethereumjs-util": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-7.0.0.tgz",
"integrity": "sha512-y4FqiypxmUVdmCqNPRdB2rvyP1pr8ZBO+RVlxGLF12OoTXVPvgJ3omT2AoYLGCXjgbYDwskbbbROklerm2FNcA==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-7.0.1.tgz",
"integrity": "sha512-qp5ZwQEUC+ZV9ESeQT3gBHivGjygYVrNc2xR170HabUFQiOSb9t+Kby0FinOAPq+/pxKkiib8HfoIAy+BEi91Q==",
"dev": true,
"requires": {
"@types/bn.js": "^4.11.3",
"bn.js": "^5.1.1",
"bn.js": "^4.11.8",
"create-hash": "^1.1.2",
"ethjs-util": "0.1.6",
"keccak": "^3.0.0",
@ -7389,12 +7389,6 @@
"secp256k1": "^4.0.1"
},
"dependencies": {
"bn.js": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.1.tgz",
"integrity": "sha512-IUTD/REb78Z2eodka1QZyyEk66pciRcP6Sroka0aI3tG/iwIdYLrBD62RsubR7vqdt3WyX8p4jxeatzmRSphtA==",
"dev": true
},
"elliptic": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz",
@ -7408,14 +7402,6 @@
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0",
"minimalistic-crypto-utils": "^1.0.0"
},
"dependencies": {
"bn.js": {
"version": "4.11.8",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
"integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==",
"dev": true
}
}
},
"keccak": {
@ -7435,14 +7421,6 @@
"dev": true,
"requires": {
"bn.js": "^4.11.1"
},
"dependencies": {
"bn.js": {
"version": "4.11.8",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
"integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==",
"dev": true
}
}
},
"secp256k1": {

@ -59,7 +59,7 @@
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ethereumjs-util": "^7.0.0",
"ethereumjs-util": "^7.0.1",
"ganache-core-coverage": "https://github.com/OpenZeppelin/ganache-core-coverage/releases/download/2.5.3-coverage/ganache-core-coverage-2.5.3.tgz",
"lodash.startcase": "^4.4.0",
"lodash.zip": "^4.2.0",

Loading…
Cancel
Save