Skip to content

Commit

Permalink
Merge pull request #65 from EOSIO/develop
Browse files Browse the repository at this point in the history
Eliminating Security Warnings
  • Loading branch information
GreenBusDriver authored Sep 23, 2019
2 parents 4baf37f + 168dae3 commit a7fbb2d
Show file tree
Hide file tree
Showing 2 changed files with 683 additions and 779 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"url": "git://github.com/EOSIO/eosjs-ecc.git"
},
"dependencies": {
"@babel/runtime": "7.4.4",
"@babel/runtime": "7.6.0",
"bigi": "1.4.2",
"browserify-aes": "1.0.6",
"bs58": "4.0.1",
Expand All @@ -49,17 +49,17 @@
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.4",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/preset-env": "7.4.4",
"browserify": "16.2.3",
"coveralls": "3.0.3",
"documentation": "8.1.1",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"nyc": "14.1.0",
"terser": "3.17.0"
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"browserify": "^16.2.3",
"coveralls": "^3.0.3",
"documentation": "^8.1.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"nyc": "^14.1.0",
"terser": "^3.17.0"
},
"nyc": {
"temp-directory": "./coverage/.nyc_output"
Expand Down
Loading

0 comments on commit a7fbb2d

Please sign in to comment.