From cfa1bf02708c89bf57bb5e1cc7d55f0e5824c2c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 13:26:33 +0000 Subject: [PATCH] chore(deps): bump hasha from 5.1.0 to 5.2.0 Bumps [hasha](https://github.com/sindresorhus/hasha) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/sindresorhus/hasha/releases) - [Commits](https://github.com/sindresorhus/hasha/compare/v5.1.0...v5.2.0) Signed-off-by: dependabot-preview[bot] --- web3.js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index abaf8db47d..d7abdeb23c 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -10867,9 +10867,9 @@ } }, "hasha": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.1.0.tgz", - "integrity": "sha512-OFPDWmzPN1l7atOV1TgBVmNtBxaIysToK6Ve9DK+vT6pYuklw/nPNT+HJbZi0KDcI6vWB+9tgvZ5YD7fA3CXcA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.2.0.tgz", + "integrity": "sha512-2W+jKdQbAdSIrggA8Q35Br8qKadTrqCTC8+XZvBWepKDK6m9XkX6Iz1a2yh2KP01kzAR/dpuMeUnocoLYDcskw==", "requires": { "is-stream": "^2.0.0", "type-fest": "^0.8.0"