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"