From 594cc2a836cf64a0d7c8690f9d6b7343f71fd8de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 19:19:18 +0000 Subject: [PATCH] Bump hosted-git-info from 2.7.1 to 3.0.2 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 3.0.2. - [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.2) 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..353661a 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.2", "path-browserify": "^1.0.0", "url": "^0.11.0" } diff --git a/yarn.lock b/yarn.lock index 5813f2c..d543b86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3139,6 +3139,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.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.2.tgz#8b7e3bd114b59b51786f8bade0f39ddc80275a97" + integrity sha512-ezZMWtHXm7Eb7Rq4Mwnx2vs79WUx2QmRg3+ZqeGroKzfDO+EprOcgRPYghsOP9JuYBfK18VojmRTGCg8Ma+ktw== + 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"