From b10b4a9864da85910f9ab83539047ec1c8ae9b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 19:12:38 +0000 Subject: [PATCH] chore(deps-dev): bump tsc-watch from 6.0.4 to 6.2.0 Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 6.0.4 to 6.2.0. - [Release notes](https://github.com/gilamran/tsc-watch/releases) - [Changelog](https://github.com/gilamran/tsc-watch/blob/master/CHANGELOG.md) - [Commits](https://github.com/gilamran/tsc-watch/compare/v6.0.4...v6.2.0) --- updated-dependencies: - dependency-name: tsc-watch dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0e54c844..2f6d1a2a 100644 --- a/package.json +++ b/package.json @@ -268,7 +268,7 @@ "nyc": "^15.1.0", "prettier": "^3.2.5", "ts-loader": "^9.5.1", - "tsc-watch": "^6.0.4", + "tsc-watch": "^6.2.0", "typescript": "^5.4.5", "utf-8-validate": "^6.0.3", "vitest": "^0.34.6", diff --git a/yarn.lock b/yarn.lock index 62b5e1d4..558c547b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5583,10 +5583,10 @@ ts-loader@^9.5.1: semver "^7.3.4" source-map "^0.7.4" -tsc-watch@^6.0.4: - version "6.0.4" - resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.0.4.tgz#af15229f03cd53086771a97b10653db063bc6c59" - integrity sha512-cHvbvhjO86w2aGlaHgSCeQRl+Aqw6X6XN4sQMPZKF88GoP30O+oTuh5lRIJr5pgFWrRpF1AgXnJJ2DoFEIPHyg== +tsc-watch@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.2.0.tgz#4b191c36c6ed24c2bf6e721013af0825cd73d217" + integrity sha512-2LBhf9kjKXnz7KQ/puLHlozMzzUNHAdYBNMkg3eksQJ9GBAgMg8czznM83T5PmsoUvDnXzfIeQn2lNcIYDr8LA== dependencies: cross-spawn "^7.0.3" node-cleanup "^2.1.2"