Browse Source

Merge pull request #1546 from bitcoinjs/fixVulns202003

Fix dependencies for vuln
psbt-tx-getters
Jonathan Underwood 5 years ago
committed by GitHub
parent
commit
2790eea56e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1073
      package-lock.json
  2. 4
      package.json

1073
package-lock.json

File diff suppressed because it is too large

4
package.json

@ -78,14 +78,14 @@
"dhttp": "^3.0.0",
"hoodwink": "^2.0.0",
"minimaldata": "^1.0.2",
"mocha": "^6.2.0",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"prettier": "1.16.4",
"proxyquire": "^2.0.1",
"regtest-client": "0.2.0",
"rimraf": "^2.6.3",
"ts-node": "^8.3.0",
"tslint": "^5.16.0",
"tslint": "^5.20.1",
"typescript": "3.2.2"
},
"license": "MIT"

Loading…
Cancel
Save