Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 4fc9842

Browse files
authoredOct 16, 2018
Merge pull request #65 from ethereumjs/tinybike/bump-dev-dependency-versions
Bumped devDependency versions to resolve Github reported security vulnerability
2 parents 1baaa59 + 9c1d720 commit 4fc9842

File tree

5 files changed

+1350
-1268
lines changed

5 files changed

+1350
-1268
lines changed
 

‎dist/keythereum.js

+1,015-872
Large diffs are not rendered by default.

‎dist/keythereum.min.js

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function keccak256(buffer) {
2222

2323
module.exports = {
2424

25-
version: "1.0.5",
25+
version: "1.1.0",
2626

2727
browser: isBrowser,
2828

‎package-lock.json

+312-373
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keythereum",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Create, import and export Ethereum keys",
55
"main": "index.js",
66
"directories": {
@@ -36,11 +36,11 @@
3636
"devDependencies": {
3737
"babel-plugin-transform-es3-member-expression-literals": "6.22.0",
3838
"babel-plugin-transform-es3-property-literals": "6.22.0",
39-
"babel-preset-env": "1.6.0",
40-
"babel-preset-stage-0": "6.16.0",
41-
"browserify": "13.1.1",
39+
"babel-preset-env": "1.7.0",
40+
"babel-preset-stage-0": "6.24.1",
41+
"browserify": "16.2.2",
4242
"chai": "4.1.2",
43-
"coveralls": "3.0.1",
43+
"coveralls": "3.0.2",
4444
"eslint": "4.19.1",
4545
"geth": "0.2.2",
4646
"istanbul": "0.4.5",

0 commit comments

Comments
 (0)
This repository has been archived.