Merge pull request #1013 from warengroup/dependabot/npm_and_yarn/develop/tsc-watch-6.1.0

Bump tsc-watch from 6.0.4 to 6.1.0
This commit is contained in:
github-actions[bot] 2024-03-28 08:03:01 +00:00 committed by GitHub
commit e0fb3b0dd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -30,7 +30,7 @@
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsc-watch": "^6.0.4",
"tsc-watch": "^6.1.0",
"typescript": "^5.4.3"
},
"engines": {
@ -3280,9 +3280,9 @@
}
},
"node_modules/tsc-watch": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.0.4.tgz",
"integrity": "sha512-cHvbvhjO86w2aGlaHgSCeQRl+Aqw6X6XN4sQMPZKF88GoP30O+oTuh5lRIJr5pgFWrRpF1AgXnJJ2DoFEIPHyg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.1.0.tgz",
"integrity": "sha512-bNjUt25O/qZb4Yb+PyrnKnJzu4rpCtGHGb0HE737mGnfxrRDbILxsUM1321o87Bl00BETZ0Ry+wDEJbYzcxRTA==",
"dev": true,
"dependencies": {
"cross-spawn": "^7.0.3",

View File

@ -39,7 +39,7 @@
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsc-watch": "^6.0.4",
"tsc-watch": "^6.1.0",
"typescript": "^5.4.3"
},
"engines": {