Bump tsc-watch from 4.5.0 to 4.6.0

Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 4.5.0 to 4.6.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/commits)

---
updated-dependencies:
- dependency-name: tsc-watch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-21 15:09:43 +00:00 committed by GitHub
parent 135b87e140
commit dd02531cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -32,7 +32,7 @@
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"tsc-watch": "^4.5.0",
"tsc-watch": "^4.6.0",
"typescript": "^4.5.4"
},
"engines": {
@ -3388,9 +3388,9 @@
}
},
"node_modules/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": "4.6.0",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.6.0.tgz",
"integrity": "sha512-DRMADjFe44EDWb+YMIOj4b83UrU6le27L3/o0/9FlmA01ikFd5Dl9RD5h1hpeh0mQdIqXvwfHZszCcjhH3bAmQ==",
"dev": true,
"dependencies": {
"cross-spawn": "^7.0.3",
@ -6176,9 +6176,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": "4.6.0",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.6.0.tgz",
"integrity": "sha512-DRMADjFe44EDWb+YMIOj4b83UrU6le27L3/o0/9FlmA01ikFd5Dl9RD5h1hpeh0mQdIqXvwfHZszCcjhH3bAmQ==",
"dev": true,
"requires": {
"cross-spawn": "^7.0.3",

View File

@ -41,7 +41,7 @@
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"tsc-watch": "^4.5.0",
"tsc-watch": "^4.6.0",
"typescript": "^4.5.4"
},
"engines": {