diff --git a/package.json b/package.json index 3cfdf8c0..ca480522 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,6 @@ "test:debug": "node --inspect node_modules/.bin/jest", "test:debug:break": "node --inspect-brk node_modules/.bin/jest", "test:watch": "jest --watch", - "postinstall": "husky install", "postpack": "rm -f oclif.manifest.json && prettier --write README.md", "postrelease": "yarn release:tags && yarn release:github", "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme", @@ -94,7 +93,7 @@ "prettier-eslint": "^15.0.1", "standard-version": "^9.5.0", "ts-node": "^10.9.1", - "typescript": "^4.7.4", + "typescript": "^4.8.2", "yarn-upgrade-all": "^0.7.1" }, "oclif": { diff --git a/yarn.lock b/yarn.lock index de007acf..29d45ee7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7803,10 +7803,10 @@ typescript@^4.5.4, typescript@^4.6.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9" integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg== -typescript@^4.7.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +typescript@^4.8.2: + version "4.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790" + integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw== uglify-js@^3.1.4: version "3.15.5"