From a1296c4d921d1ccc4f64020b3040c715ab32a564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 14:36:23 +0000 Subject: [PATCH] chore(deps-dev): bump tsc-watch from 6.2.0 to 6.2.1 Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 6.2.0 to 6.2.1. - [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/commits) --- updated-dependencies: - dependency-name: tsc-watch dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 143b54c0..b48197dc 100644 --- a/package.json +++ b/package.json @@ -304,7 +304,7 @@ "nyc": "^17.1.0", "prettier": "^3.3.3", "ts-loader": "^9.5.1", - "tsc-watch": "^6.2.0", + "tsc-watch": "^6.2.1", "typescript": "^5.4.5", "utf-8-validate": "^6.0.5", "vitest": "^0.34.6", diff --git a/yarn.lock b/yarn.lock index c57cfe49..4d91a553 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6311,10 +6311,10 @@ ts-loader@^9.5.1: semver "^7.3.4" source-map "^0.7.4" -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== +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"