From d2ce8f895488206a9355abf3727be8a872b472df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:12:22 +0000 Subject: [PATCH] Bump tsc-watch from 6.1.0 to 6.2.0 Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 6.1.0 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.1.0...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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9dd0ce27..b90bd14e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "lint-staged": "15.2.2", "prettier": "3.2.5", "prettier-plugin-organize-imports": "3.2.4", - "tsc-watch": "6.1.0", + "tsc-watch": "6.2.0", "typescript": "5.4.3" }, "engines": { @@ -5507,9 +5507,9 @@ } }, "node_modules/tsc-watch": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.1.0.tgz", - "integrity": "sha512-bNjUt25O/qZb4Yb+PyrnKnJzu4rpCtGHGb0HE737mGnfxrRDbILxsUM1321o87Bl00BETZ0Ry+wDEJbYzcxRTA==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.2.0.tgz", + "integrity": "sha512-2LBhf9kjKXnz7KQ/puLHlozMzzUNHAdYBNMkg3eksQJ9GBAgMg8czznM83T5PmsoUvDnXzfIeQn2lNcIYDr8LA==", "dev": true, "dependencies": { "cross-spawn": "^7.0.3", diff --git a/package.json b/package.json index 4cb83df4..fb90c909 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lint-staged": "15.2.2", "prettier": "3.2.5", "prettier-plugin-organize-imports": "3.2.4", - "tsc-watch": "6.1.0", + "tsc-watch": "6.2.0", "typescript": "5.4.3" }, "engines": {