From e093f4c9634b2eb94752d93223176d6890e54a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 08:05:07 +0000 Subject: [PATCH] Bump tsc-watch from 4.6.1 to 4.6.2 Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 4.6.1 to 4.6.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-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a67d335..49cd7b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "prettier": "^2.5.1", "rimraf": "^3.0.2", "ts-node": "^10.7.0", - "tsc-watch": "^4.6.1", + "tsc-watch": "^4.6.2", "typescript": "^4.6.2" }, "engines": { @@ -3297,9 +3297,9 @@ } }, "node_modules/tsc-watch": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.6.1.tgz", - "integrity": "sha512-IiLs9LAopILQ6eKZEtiOWlbXOuI7P81IiF/8WVx2Plo9AF2P5+s61Ew79Ymbsk++nEoqHlniOFAm7ycZfXixpg==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.6.2.tgz", + "integrity": "sha512-eHWzZGkPmzXVGQKbqQgf3BFpGiZZw1jQ29ZOJeaSe8JfyUvphbd221NfXmmsJUGGPGA/nnaSS01tXipUcyxAxg==", "dev": true, "dependencies": { "cross-spawn": "^7.0.3", @@ -5993,9 +5993,9 @@ } }, "tsc-watch": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.6.1.tgz", - "integrity": "sha512-IiLs9LAopILQ6eKZEtiOWlbXOuI7P81IiF/8WVx2Plo9AF2P5+s61Ew79Ymbsk++nEoqHlniOFAm7ycZfXixpg==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.6.2.tgz", + "integrity": "sha512-eHWzZGkPmzXVGQKbqQgf3BFpGiZZw1jQ29ZOJeaSe8JfyUvphbd221NfXmmsJUGGPGA/nnaSS01tXipUcyxAxg==", "dev": true, "requires": { "cross-spawn": "^7.0.3", diff --git a/package.json b/package.json index 50fc2fb..29b3e4d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "prettier": "^2.5.1", "rimraf": "^3.0.2", "ts-node": "^10.7.0", - "tsc-watch": "^4.6.1", + "tsc-watch": "^4.6.2", "typescript": "^4.6.2" }, "engines": {