diff --git a/package.json b/package.json index ff466eb..75bd260 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "@oclif/test": "^1", "@types/chai": "^4", "@types/cli-progress": "^3.9.2", - "@types/hasha": "^3.0.1", "@types/jsdom": "^21.1.2", "@types/mocha": "^5", "@types/node": "^16.11.6", diff --git a/yarn.lock b/yarn.lock index 830332a..f02a152 100644 --- a/yarn.lock +++ b/yarn.lock @@ -376,13 +376,6 @@ "@types/minimatch" "*" "@types/node" "*" -"@types/hasha@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/hasha/-/hasha-3.0.1.tgz#376531c4da8076b0769a5d684eb5cd27506bb901" - integrity sha512-BcVM5IwNV9HqEWCYa/ldX3xipzyfSsrC4+JVeA4nuLjRATdMhgAg1oH6eUDTl0lhvjSJYuLiVVTJxHZh4GAqig== - dependencies: - hasha "*" - "@types/jsdom@^21.1.2": version "21.1.2" resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-21.1.2.tgz#d04db019ad62174d28c63c927761f2f196825f04" @@ -1717,14 +1710,6 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" -hasha@*, hasha@^5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.2.2.tgz#a48477989b3b327aea3c04f53096d816d97522a1" - integrity sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ== - dependencies: - is-stream "^2.0.0" - type-fest "^0.8.0" - hasha@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/hasha/-/hasha-3.0.0.tgz#52a32fab8569d41ca69a61ff1a214f8eb7c8bd39" @@ -1732,6 +1717,14 @@ hasha@^3.0.0: dependencies: is-stream "^1.0.1" +hasha@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.2.2.tgz#a48477989b3b327aea3c04f53096d816d97522a1" + integrity sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ== + dependencies: + is-stream "^2.0.0" + type-fest "^0.8.0" + hosted-git-info@^2.1.4: version "2.8.9" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"