Bump tsc-watch from 5.0.2 to 5.0.3

Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 5.0.2 to 5.0.3.
- [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/v5.0.2...v5.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-07 08:05:20 +00:00 committed by GitHub
parent 5aa1b9e6d9
commit 2e7a586272
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.6.2",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"tsc-watch": "^5.0.2",
"tsc-watch": "^5.0.3",
"typescript": "^4.6.3"
},
"engines": {
@ -3291,9 +3291,9 @@
}
},
"node_modules/tsc-watch": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-5.0.2.tgz",
"integrity": "sha512-TaOOLY2xJCorxCt6seXhNH/35p991rp2GkddSA3S8wxc6utBeVFVMFnlK8UEsf7I07So8NZ/IpDDb3nBNhN4DA==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-5.0.3.tgz",
"integrity": "sha512-Hz2UawwELMSLOf0xHvAFc7anLeMw62cMVXr1flYmhRuOhOyOljwmb1l/O60ZwRyy1k7N1iC1mrn1QYM2zITfuw==",
"dev": true,
"dependencies": {
"cross-spawn": "^7.0.3",
@ -5979,9 +5979,9 @@
}
},
"tsc-watch": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-5.0.2.tgz",
"integrity": "sha512-TaOOLY2xJCorxCt6seXhNH/35p991rp2GkddSA3S8wxc6utBeVFVMFnlK8UEsf7I07So8NZ/IpDDb3nBNhN4DA==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-5.0.3.tgz",
"integrity": "sha512-Hz2UawwELMSLOf0xHvAFc7anLeMw62cMVXr1flYmhRuOhOyOljwmb1l/O60ZwRyy1k7N1iC1mrn1QYM2zITfuw==",
"dev": true,
"requires": {
"cross-spawn": "^7.0.3",

View File

@ -41,7 +41,7 @@
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"tsc-watch": "^5.0.2",
"tsc-watch": "^5.0.3",
"typescript": "^4.6.3"
},
"engines": {