From 41cbd23aa571c22b0f4ffeb9942e0a47bbe4b93e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 21:20:11 +0000 Subject: [PATCH 1/2] chore(package): update eslint-config-standard to version 13.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edbfbe5..3222e97 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "coveralls": "^3.0.2", "eslint-config-prettier": "^6.0.0", "eslint": "5.16.0", - "eslint-config-standard": "^12.0.0", + "eslint-config-standard": "^13.0.1", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-standard": "^4.0.0", "fs-extra": "^8.0.1", From 94fb2d85e3aeececae8994828ea4872e106766d6 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 21:20:15 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1cf5e7b..070a9b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1978,6 +1978,16 @@ "typeforce": "^1.11.3", "varuint-bitcoin": "^1.0.4", "wif": "^2.0.1" + }, + "dependencies": { + "pushdata-bitcoin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/pushdata-bitcoin/-/pushdata-bitcoin-1.0.1.tgz", + "integrity": "sha1-FZMdPNlnreUiBvUjqnMxrvfUOvc=", + "requires": { + "bitcoin-ops": "^1.3.0" + } + } } }, "bitcoinjs-message": { @@ -4338,9 +4348,9 @@ } }, "eslint-config-standard": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz", - "integrity": "sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-13.0.1.tgz", + "integrity": "sha512-zLKp4QOgq6JFgRm1dDCVv1Iu0P5uZ4v5Wa4DTOkg2RFMxdCX/9Qf7lz9ezRj2dBRa955cWQF/O/LWEiYWAHbTw==", "dev": true }, "eslint-config-standard-jsx": {