diff --git a/packages/fether-react/package.json b/packages/fether-react/package.json index 97bff535224c10a909a660fab185e0c56e46cdea..b0ab0ffe292f1457f28f139cce0d91ad52edf343 100644 --- a/packages/fether-react/package.json +++ b/packages/fether-react/package.json @@ -36,7 +36,7 @@ "dependencies": { "@parity/api": "^2.1.22", "@parity/contracts": "^1.0.0", - "@parity/light.js": "^1.0.8", + "@parity/light.js": "^1.0.9", "@parity/light.js-react": "^1.0.0", "bignumber.js": "^4.1.0", "debounce-promise": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 2817afe87c953de0e86aac314dbaf85b3ad94c6d..8fefce00654cefaefe52befd64c67617446be112 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1149,10 +1149,10 @@ recompose "^0.28.2" symbol-observable "^1.2.0" -"@parity/light.js@^1.0.8": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@parity/light.js/-/light.js-1.0.8.tgz#c452d061a1bbede57494b791b1128f37749bb39e" - integrity sha512-hmWIBQ3afly1zRtrIxpa2xspIAbndMQ2QzqeOf6XGEKBa4gcHUFBThHkwnshrhC1XpLaI7rZSB45o6YLpjGUoA== +"@parity/light.js@^1.0.9": + version "1.0.9" + resolved "https://registry.yarnpkg.com/@parity/light.js/-/light.js-1.0.9.tgz#e7685712d6d5265923ad2852f50462344af92b5c" + integrity sha512-gCZsnv8Yilk6kTEZwRJBPF4FpLkpH7dJ/1ngrYy+6cGcgWLWvPJMaP2tQUUziMsbpBSDWKhYpZMD0jFTVzuy5g== dependencies: "@parity/abi" "^2.1.4" "@parity/api" "^2.1.23"