Bump tsc-watch from 5.0.3 to 6.0.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-09 08:01:27 +00:00 committed by GitHub
parent bb66ca53d0
commit 177dae29fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 20 deletions

36
package-lock.json generated
View File

@ -31,7 +31,7 @@
"prettier": "^2.8.0", "prettier": "^2.8.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsc-watch": "^5.0.3", "tsc-watch": "^6.0.0",
"typescript": "^4.9.4" "typescript": "^4.9.4"
}, },
"engines": { "engines": {
@ -2395,9 +2395,9 @@
} }
}, },
"node_modules/string-argv": { "node_modules/string-argv": {
"version": "0.1.2", "version": "0.3.1",
"resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.1.2.tgz", "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz",
"integrity": "sha512-mBqPGEOMNJKXRo7z0keX0wlAhbBAjilUdPW13nN0PecVryZxdHIeM7TqbsSUA7VYuS00HGC6mojP7DlQzfa9ZA==", "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=0.6.19" "node": ">=0.6.19"
@ -2577,22 +2577,21 @@
} }
}, },
"node_modules/tsc-watch": { "node_modules/tsc-watch": {
"version": "5.0.3", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-5.0.3.tgz", "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.0.0.tgz",
"integrity": "sha512-Hz2UawwELMSLOf0xHvAFc7anLeMw62cMVXr1flYmhRuOhOyOljwmb1l/O60ZwRyy1k7N1iC1mrn1QYM2zITfuw==", "integrity": "sha512-zgpju+/z5z29/kK5V28Nz16CMkX2voFOUxkTlCim/R25hxzbyUqu2NfTnmJBQfESBSPbEQUGqDdB9A8opAcB4A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"node-cleanup": "^2.1.2", "node-cleanup": "^2.1.2",
"ps-tree": "^1.2.0", "ps-tree": "^1.2.0",
"string-argv": "^0.1.1", "string-argv": "^0.3.1"
"strip-ansi": "^6.0.0"
}, },
"bin": { "bin": {
"tsc-watch": "index.js" "tsc-watch": "dist/lib/tsc-watch.js"
}, },
"engines": { "engines": {
"node": ">=8.17.0" "node": ">=12.12.0"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "*" "typescript": "*"
@ -4470,9 +4469,9 @@
} }
}, },
"string-argv": { "string-argv": {
"version": "0.1.2", "version": "0.3.1",
"resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.1.2.tgz", "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz",
"integrity": "sha512-mBqPGEOMNJKXRo7z0keX0wlAhbBAjilUdPW13nN0PecVryZxdHIeM7TqbsSUA7VYuS00HGC6mojP7DlQzfa9ZA==", "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==",
"dev": true "dev": true
}, },
"string-width": { "string-width": {
@ -4592,16 +4591,15 @@
} }
}, },
"tsc-watch": { "tsc-watch": {
"version": "5.0.3", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-5.0.3.tgz", "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.0.0.tgz",
"integrity": "sha512-Hz2UawwELMSLOf0xHvAFc7anLeMw62cMVXr1flYmhRuOhOyOljwmb1l/O60ZwRyy1k7N1iC1mrn1QYM2zITfuw==", "integrity": "sha512-zgpju+/z5z29/kK5V28Nz16CMkX2voFOUxkTlCim/R25hxzbyUqu2NfTnmJBQfESBSPbEQUGqDdB9A8opAcB4A==",
"dev": true, "dev": true,
"requires": { "requires": {
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"node-cleanup": "^2.1.2", "node-cleanup": "^2.1.2",
"ps-tree": "^1.2.0", "ps-tree": "^1.2.0",
"string-argv": "^0.1.1", "string-argv": "^0.3.1"
"strip-ansi": "^6.0.0"
} }
}, },
"tslib": { "tslib": {

View File

@ -40,7 +40,7 @@
"prettier": "^2.8.0", "prettier": "^2.8.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsc-watch": "^5.0.3", "tsc-watch": "^6.0.0",
"typescript": "^4.9.4" "typescript": "^4.9.4"
}, },
"engines": { "engines": {