Browse Source

Update packages npm audit

psbt-support
junderw 6 years ago
parent
commit
4d9c1b81bd
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 2364
      package-lock.json
  2. 6
      package.json

2364
package-lock.json

File diff suppressed because it is too large

6
package.json

@ -45,7 +45,7 @@
"dependencies": { "dependencies": {
"@types/node": "10.12.18", "@types/node": "10.12.18",
"bech32": "^1.1.2", "bech32": "^1.1.2",
"bip32": "^2.0.0", "bip32": "^2.0.3",
"bip66": "^1.1.0", "bip66": "^1.1.0",
"bitcoin-ops": "^1.4.0", "bitcoin-ops": "^1.4.0",
"bs58check": "^2.0.0", "bs58check": "^2.0.0",
@ -69,11 +69,11 @@
"hoodwink": "^2.0.0", "hoodwink": "^2.0.0",
"minimaldata": "^1.0.2", "minimaldata": "^1.0.2",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"nyc": "^13.3.0", "nyc": "^14.1.1",
"prettier": "1.16.4", "prettier": "1.16.4",
"proxyquire": "^2.0.1", "proxyquire": "^2.0.1",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"tslint": "5.13.1", "tslint": "^5.16.0",
"typescript": "3.2.2" "typescript": "3.2.2"
}, },
"license": "MIT" "license": "MIT"

Loading…
Cancel
Save