diff --git a/package-lock.json b/package-lock.json index 10fb1de..25cca85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -235,12 +235,12 @@ "integrity": "sha512-ZK8S30ITBolyJaJp0DQNcf8Ish+hPHdJ9otlaIyJUbRXSfzPyPNBeP3NbYG9pxDDrYvfxy/07HH1tUcsRecrIA==" }, "@ethereum-navigator/navigator": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@ethereum-navigator/navigator/-/navigator-0.4.1.tgz", - "integrity": "sha512-wOLlwiJprq6fAJETCM1dG1kft2UxXOSr2qU5ZxCkX0uRqL6mikUTZVAJif9e5HgL+EzVFI4/u03rpoGzljriWw==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@ethereum-navigator/navigator/-/navigator-0.5.0.tgz", + "integrity": "sha512-fBy9j7lhb9xP1LhBQO2FkBom+7TWv/3CUjChZwTWVvmtKE0rczLatgcJuabKy8Bh+zMwImmptpOqBtLt6wOlug==", "requires": { "@ethereum-navigator/atlas": "~0.5.1", - "web3": "^1.2.4" + "web3": "^1.2.6" } }, "@iarna/toml": {