diff --git a/package.json b/package.json index c1027b63..4aebc785 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "prettier": "2.7.1", "semver": "7.5.1", "ts-jest": "27.1.5", - "tsc-watch": "4.6.2", + "tsc-watch": "6.1.0", "typescript": "4.7.4" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index b121a931..d72e71fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8128,11 +8128,6 @@ streamsearch@^1.1.0: resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764" integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg== -string-argv@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.1.2.tgz#c5b7bc03fb2b11983ba3a72333dd0559e77e4738" - integrity sha512-mBqPGEOMNJKXRo7z0keX0wlAhbBAjilUdPW13nN0PecVryZxdHIeM7TqbsSUA7VYuS00HGC6mojP7DlQzfa9ZA== - string-argv@^0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da" @@ -8530,16 +8525,15 @@ ts-node@^10.4.0, ts-node@^10.9.1, ts-node@~10.9.0: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -tsc-watch@4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-4.6.2.tgz#4267ee6acddb608356573ba96024fa250eb22cac" - integrity sha512-eHWzZGkPmzXVGQKbqQgf3BFpGiZZw1jQ29ZOJeaSe8JfyUvphbd221NfXmmsJUGGPGA/nnaSS01tXipUcyxAxg== +tsc-watch@6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.1.0.tgz#3637855211865ab32b1ea4d84f92a3df32bd83af" + integrity sha512-bNjUt25O/qZb4Yb+PyrnKnJzu4rpCtGHGb0HE737mGnfxrRDbILxsUM1321o87Bl00BETZ0Ry+wDEJbYzcxRTA== dependencies: cross-spawn "^7.0.3" node-cleanup "^2.1.2" ps-tree "^1.2.0" - string-argv "^0.1.1" - strip-ansi "^6.0.0" + string-argv "^0.3.1" tsconfig@^7.0.0: version "7.0.0"