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 323
323
"nyc" : " ^17.1.0" ,
324
324
"prettier" : " ^3.5.3" ,
325
325
"ts-loader" : " ^9.5.1" ,
326
- "tsc-watch" : " ^6.2 .1" ,
326
+ "tsc-watch" : " ^7.1 .1" ,
327
327
"typescript" : " ^5.4.5" ,
328
328
"utf-8-validate" : " ^6.0.5" ,
329
329
"vitest" : " ^0.34.6" ,
Original file line number Diff line number Diff line change @@ -1964,16 +1964,7 @@ cross-spawn@^6.0.5:
1964
1964
shebang-command "^1.2.0"
1965
1965
which "^1.2.9"
1966
1966
1967
- cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3 :
1968
- version "7.0.3"
1969
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1970
- integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1971
- dependencies :
1972
- path-key "^3.1.0"
1973
- shebang-command "^2.0.0"
1974
- which "^2.0.1"
1975
-
1976
- cross-spawn@^7.0.6 :
1967
+ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6 :
1977
1968
version "7.0.6"
1978
1969
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1979
1970
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -6401,7 +6392,7 @@ stream-combiner@~0.0.4:
6401
6392
dependencies :
6402
6393
duplexer "~0.1.1"
6403
6394
6404
- string-argv@^0.3.1 :
6395
+ string-argv@^0.3.2 :
6405
6396
version "0.3.2"
6406
6397
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
6407
6398
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
@@ -6781,15 +6772,15 @@ ts-loader@^9.5.1:
6781
6772
semver "^7.3.4"
6782
6773
source-map "^0.7.4"
6783
6774
6784
- tsc-watch@^6.2 .1 :
6785
- version "6.2 .1"
6786
- resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-6.2 .1.tgz#861801be929b2fd3d597c5f608db2b7ddba503db "
6787
- integrity sha512-GLwdz5Dy9K3sVm3RzgkLcyDpl5cvU9HEcE1A3gf5rqEwlUe7gDLxNCgcuNEw3zoKOiegMo3LnbF1t6HLqxhrSA ==
6775
+ tsc-watch@^7.1 .1 :
6776
+ version "7.1 .1"
6777
+ resolved "https://registry.yarnpkg.com/tsc-watch/-/tsc-watch-7.1 .1.tgz#c2aaf1719b79d63ef04ab7e176113fa715fd4eb7 "
6778
+ integrity sha512-r6t37Dkk4vK44HwxOe+OzjpE/gDamZAwqXhtcAJD/hPVblcjJK45NxbK0HcDASXG0U4pEnCh640JZbeDVSC6yA ==
6788
6779
dependencies :
6789
- cross-spawn "^7.0.3 "
6780
+ cross-spawn "^7.0.6 "
6790
6781
node-cleanup "^2.1.2"
6791
6782
ps-tree "^1.2.0"
6792
- string-argv "^0.3.1 "
6783
+ string-argv "^0.3.2 "
6793
6784
6794
6785
tsconfig-paths@^3.15.0 :
6795
6786
version "3.15.0"
You can’t perform that action at this time.
0 commit comments