From 62ac26ab3d75db221d54126035de9580c2be3c38 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 19:22:24 +0000 Subject: [PATCH] Bump hosted-git-info from 2.7.1 to 3.0.0 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 3.0.0. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v3.0.0) Signed-off-by: dependabot-preview[bot] --- packages/imports/package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/imports/package.json b/packages/imports/package.json index 1ba834d..c3275e7 100644 --- a/packages/imports/package.json +++ b/packages/imports/package.json @@ -16,7 +16,7 @@ "dependencies": { "@resolver-engine/core": "^0.3.3", "debug": "^3.1.0", - "hosted-git-info": "^2.6.0", + "hosted-git-info": "^3.0.0", "path-browserify": "^1.0.0", "url": "^0.11.0" } diff --git a/yarn.lock b/yarn.lock index 1650ad4..f2a7a27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3146,6 +3146,13 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.6.0: resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w== +hosted-git-info@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.0.tgz#dd8af49cd01e73cc8e61ba13e217a772fd4ecd2d" + integrity sha512-zYSx1cP4MLsvKtTg8DF/PI6e6FHZ3wcawcTGsrLU2TM+UfD4jmSrn2wdQT16TFbH3lO4PIdjLG0E+cuYDgFD9g== + dependencies: + lru-cache "^5.1.1" + html-encoding-sniffer@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"