From 998e7287321f6b2ff92de36d6c8b316168111771 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 06:29:31 +0000 Subject: [PATCH] chore(deps): bump @etclabscore/ethereum-json-rpc from 1.0.10 to 1.3.5 Bumps @etclabscore/ethereum-json-rpc from 1.0.10 to 1.3.5. Signed-off-by: dependabot-preview[bot] --- package-lock.json | 75 +++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 67 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1db1a2..c4a99c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1029,14 +1029,72 @@ "dev": true }, "@etclabscore/ethereum-json-rpc": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@etclabscore/ethereum-json-rpc/-/ethereum-json-rpc-1.0.10.tgz", - "integrity": "sha512-kQVIZ6dd1dgO7YEH6S8AyhKTgFnVOnMOKoleT6QLI38taopNdczarNm2NuD0XVc+P6moZlu+bnE1bOuCac9A0Q==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@etclabscore/ethereum-json-rpc/-/ethereum-json-rpc-1.3.5.tgz", + "integrity": "sha512-SBD+6xnQC1qoxBFnrvu9cnC+eRvHWKkzUk2jRCjAFB/0QKMgI2h7bNPewM8rUupmhKKXHa43HnGjsuvw1nMcQw==", "requires": { - "@open-rpc/client-js": "^1.0.1", - "@open-rpc/meta-schema": "^1.3.1", - "@open-rpc/schema-utils-js": "^1.10.2", - "lodash": "4.17.11" + "@open-rpc/client-js": "^1.2.3", + "@open-rpc/meta-schema": "^1.6.0", + "@open-rpc/schema-utils-js": "^1.12.0", + "lodash": "^4.17.15" + }, + "dependencies": { + "@open-rpc/client-js": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@open-rpc/client-js/-/client-js-1.2.4.tgz", + "integrity": "sha512-jiqOsWBzV3Dn9olxbuDWNM6e9uNgIV9x+iBTPt85VUgs1+Q1emjijt0B8G33lJBHuyySpsM7bJOvuFjTBVe3fg==", + "requires": { + "isomorphic-fetch": "^2.2.1", + "isomorphic-ws": "^4.0.1", + "strict-event-emitter-types": "^2.0.0", + "ws": "^7.0.0" + } + }, + "@open-rpc/meta-schema": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@open-rpc/meta-schema/-/meta-schema-1.6.0.tgz", + "integrity": "sha512-4y9zjF6C3lRBjvKtePInkHFePEPr0VFdHkXNQZI6JG5mvSqLGv+h90+I/EppTlhwN0ECPJjC8uXJv0U1Nj+LZw==" + }, + "@open-rpc/schema-utils-js": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@open-rpc/schema-utils-js/-/schema-utils-js-1.12.0.tgz", + "integrity": "sha512-N4g9O9EgjGDkspVRbMH1XtZS1IBIHpnGLTRh9de+YSxpN8htB8XN+vbPzJTfBwfUC8ALXhXfjw0iBSlLE3kW+g==", + "requires": { + "@open-rpc/meta-schema": "^1.6.0", + "ajv": "^6.10.0", + "detect-node": "^2.0.4", + "fs-extra": "^8.1.0", + "is-url": "^1.2.4", + "isomorphic-fetch": "^2.2.1", + "json-schema-ref-parser": "^7.0.1", + "lodash": "^4.17.15" + } + }, + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==" + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + }, + "ws": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz", + "integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==" + } } }, "@etclabscore/jade-service-runner": { @@ -18440,8 +18498,7 @@ "strict-event-emitter-types": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/strict-event-emitter-types/-/strict-event-emitter-types-2.0.0.tgz", - "integrity": "sha512-Nk/brWYpD85WlOgzw5h173aci0Teyv8YdIAEtV+N88nDB0dLlazZyJMIsN6eo1/AR61l+p6CJTG1JIyFaoNEEA==", - "dev": true + "integrity": "sha512-Nk/brWYpD85WlOgzw5h173aci0Teyv8YdIAEtV+N88nDB0dLlazZyJMIsN6eo1/AR61l+p6CJTG1JIyFaoNEEA==" }, "strict-uri-encode": { "version": "1.1.0", diff --git a/package.json b/package.json index e0e8a16..770e659 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ ] }, "dependencies": { - "@etclabscore/ethereum-json-rpc": "^1.0.10", + "@etclabscore/ethereum-json-rpc": "^1.3.5", "@etclabscore/jade-service-runner-react-hooks": "^1.0.3", "@qiwi/semantic-release-gh-pages-plugin": "^1.10.0", "@semantic-release/changelog": "^3.0.4",