From d6c6e44842fa1f023ea17a7aa112a85919da9f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 05:37:25 +0000 Subject: [PATCH] Bump tsc-watch from 4.5.0 to 5.0.2 Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 4.5.0 to 5.0.2. - [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-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 391b713..a4aaa81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5387,9 +5387,9 @@ } }, "tsc-watch": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.5.0.tgz", - "integrity": "sha512-aXhN4jY+1YEcn/NwCQ/+fHqU43EqOpW+pS+933EPsVEsrKhvyrodPDIjQsk1a1niFrabAK3RIBrRbAslVefEbQ==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-5.0.2.tgz", + "integrity": "sha512-TaOOLY2xJCorxCt6seXhNH/35p991rp2GkddSA3S8wxc6utBeVFVMFnlK8UEsf7I07So8NZ/IpDDb3nBNhN4DA==", "dev": true, "requires": { "cross-spawn": "^7.0.3", diff --git a/package.json b/package.json index 2617106..b1f1e67 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "supertest": "6.1.6", "ts-jest": "27.0.7", "ts-node": "10.4.0", - "tsc-watch": "4.5.0", + "tsc-watch": "5.0.2", "tsconfig-paths": "3.11.0", "typescript": "4.4.4" },