From 06ea1ba923bc0de2488b332f400afb4b8b541305 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:09:04 +0000 Subject: [PATCH] chore(deps): update dependency tsc-watch to v6 --- package.json | 2 +- yarn.lock | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 072fefe1..79742624 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "prettier": "2.7.1", "semver": "7.6.3", "ts-jest": "27.1.5", - "tsc-watch": "4.6.2", + "tsc-watch": "6.2.1", "typescript": "4.7.4" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index ad93941e..3bea345c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8148,11 +8148,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" @@ -8550,16 +8545,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.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.2.1.tgz#861801be929b2fd3d597c5f608db2b7ddba503db" + integrity sha512-GLwdz5Dy9K3sVm3RzgkLcyDpl5cvU9HEcE1A3gf5rqEwlUe7gDLxNCgcuNEw3zoKOiegMo3LnbF1t6HLqxhrSA== 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"