File tree Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 318
318
"nyc" : " ^17.1.0" ,
319
319
"prettier" : " ^3.5.3" ,
320
320
"ts-loader" : " ^9.5.1" ,
321
- "tsc-watch" : " ^6.2 .1" ,
321
+ "tsc-watch" : " ^7.1 .1" ,
322
322
"typescript" : " ^5.4.5" ,
323
323
"utf-8-validate" : " ^6.0.5" ,
324
324
"vitest" : " ^0.34.6" ,
Original file line number Diff line number Diff line change @@ -1963,16 +1963,7 @@ cross-spawn@^6.0.5:
1963
1963
shebang-command "^1.2.0"
1964
1964
which "^1.2.9"
1965
1965
1966
- cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3 :
1967
- version "7.0.3"
1968
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1969
- integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1970
- dependencies :
1971
- path-key "^3.1.0"
1972
- shebang-command "^2.0.0"
1973
- which "^2.0.1"
1974
-
1975
- cross-spawn@^7.0.6 :
1966
+ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6 :
1976
1967
version "7.0.6"
1977
1968
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1978
1969
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -6335,7 +6326,7 @@ stream-combiner@~0.0.4:
6335
6326
dependencies :
6336
6327
duplexer "~0.1.1"
6337
6328
6338
- string-argv@^0.3.1 :
6329
+ string-argv@^0.3.2 :
6339
6330
version "0.3.2"
6340
6331
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
6341
6332
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
@@ -6715,15 +6706,15 @@ ts-loader@^9.5.1:
6715
6706
semver "^7.3.4"
6716
6707
source-map "^0.7.4"
6717
6708
6718
- tsc-watch@^6.2 .1 :
6719
- version "6.2 .1"
6720
- resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.2 .1.tgz#861801be929b2fd3d597c5f608db2b7ddba503db "
6721
- integrity sha512-GLwdz5Dy9K3sVm3RzgkLcyDpl5cvU9HEcE1A3gf5rqEwlUe7gDLxNCgcuNEw3zoKOiegMo3LnbF1t6HLqxhrSA ==
6709
+ tsc-watch@^7.1 .1 :
6710
+ version "7.1 .1"
6711
+ resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-7.1 .1.tgz#c2aaf1719b79d63ef04ab7e176113fa715fd4eb7 "
6712
+ integrity sha512-r6t37Dkk4vK44HwxOe+OzjpE/gDamZAwqXhtcAJD/hPVblcjJK45NxbK0HcDASXG0U4pEnCh640JZbeDVSC6yA ==
6722
6713
dependencies :
6723
- cross-spawn "^7.0.3 "
6714
+ cross-spawn "^7.0.6 "
6724
6715
node-cleanup "^2.1.2"
6725
6716
ps-tree "^1.2.0"
6726
- string-argv "^0.3.1 "
6717
+ string-argv "^0.3.2 "
6727
6718
6728
6719
tsconfig-paths@^3.15.0 :
6729
6720
version "3.15.0"
You can’t perform that action at this time.
0 commit comments