From c4aec493d8190181cac713434ae1b2699ec0a25c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 14 Jun 2019 05:19:08 +0000 Subject: [PATCH] Bump hasha from 3.0.0 to 5.0.0 Bumps [hasha](https://github.com/sindresorhus/hasha) from 3.0.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/hasha/releases) - [Commits](https://github.com/sindresorhus/hasha/compare/v3.0.0...v5.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef95683..1b2b327 100644 --- a/package-lock.json +++ b/package-lock.json @@ -434,11 +434,12 @@ "dev": true }, "hasha": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hasha/-/hasha-3.0.0.tgz", - "integrity": "sha1-UqMvq4Vp1BymmmH/GiFPjrfIvTk=", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-5.0.0.tgz", + "integrity": "sha512-PqWdhnQhq6tqD32hZv+l1e5mJHNSudjnaAzgAHfkGiU0ABN6lmbZF8abJIulQHbZ7oiHhP8yL6O910ICMc+5pw==", "requires": { - "is-stream": "^1.0.1" + "is-stream": "^1.1.0", + "type-fest": "^0.3.0" } }, "he": { @@ -961,6 +962,11 @@ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" }, + "type-fest": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz", + "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==" + }, "universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", diff --git a/package.json b/package.json index f7e1dc3..49d58f1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "chai": "^4.2.0", "chai-fs": "^2.0.0", "fs-extra": "^7.0.1", - "hasha": "^3.0.0", + "hasha": "^5.0.0", "lodash": "^4.17.11", "pairtree": "0.0.1", "through2": "^3.0.0",