diff --git a/package.json b/package.json index 16ca1fc1fc84f246e5bf62e31d9ad8861f4096ce..c305393861568b681ca06deeab4ecd8ca7e2c88f 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ }, "resolutions": { "**/browserslist": "^4.16.5", - "**/hosted-git-info": "^4.0.0" + "**/hosted-git-info": "^5.0.0" } } diff --git a/yarn.lock b/yarn.lock index b3f2327ce6bcf106b73c3e0c41ccf788d45d5737..d724ad3a9531fb6edcb21f67f30591e5fa1bb3d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2139,12 +2139,12 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" -hosted-git-info@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961" - integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg== +hosted-git-info@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-5.0.0.tgz#df7a06678b4ebd722139786303db80fdf302ea56" + integrity sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q== dependencies: - lru-cache "^6.0.0" + lru-cache "^7.5.1" html-encoding-sniffer@^2.0.1: version "2.0.1" @@ -2980,6 +2980,11 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" +lru-cache@^7.5.1: + version "7.8.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.8.1.tgz#68ee3f4807a57d2ba185b7fd90827d5c21ce82bb" + integrity sha512-E1v547OCgJvbvevfjgK9sNKIVXO96NnsTsFPBlg4ZxjhsJSODoH9lk8Bm0OxvHNm6Vm5Yqkl/1fErDxhYL8Skg== + make-dir@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"