Merge pull request #258 from warengroup/dependabot/npm_and_yarn/develop/tsc-watch-4.6.2

Bump tsc-watch from 4.6.1 to 4.6.2
This commit is contained in:
github-actions[bot] 2022-03-14 08:05:20 +00:00 committed by GitHub
commit 0f971cbe6a
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.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",

View File

@ -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": {