diff --git a/package.json b/package.json index 9c8c37593af9e867863cf0b3f9e52a350fe7badd..08a5f7e48e6511a1034b23642d0e86dc958277f7 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 72497f140ea1abe04c6c878d1f75bbc09efa4f59..cb8e1c5d6a8471f47cb3e287baf7fe939dc115ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2128,12 +2128,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" @@ -2964,6 +2964,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"