File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 41
41
"manual" : " yarn ts-node test/manual/run.ts"
42
42
},
43
43
"dependencies" : {
44
- "chokidar" : " ^3.4.0 " ,
44
+ "chokidar" : " ^3.5.1 " ,
45
45
"dateformat" : " ~1.0.4-1.2.3" ,
46
46
"dynamic-dedupe" : " ^0.3.0" ,
47
47
"minimist" : " ^1.2.5" ,
Original file line number Diff line number Diff line change 801
801
optionalDependencies :
802
802
fsevents "~2.1.2"
803
803
804
- chokidar@^3.4.0 :
805
- version "3.4.0 "
806
- resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0 .tgz#b30611423ce376357c765b9b8f904b9fba3c0be8 "
807
- integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ ==
804
+ chokidar@^3.5.1 :
805
+ version "3.5.1 "
806
+ resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1 .tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a "
807
+ integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw ==
808
808
dependencies :
809
809
anymatch "~3.1.1"
810
810
braces "~3.0.2"
811
811
glob-parent "~5.1.0"
812
812
is-binary-path "~2.1.0"
813
813
is-glob "~4.0.1"
814
814
normalize-path "~3.0.0"
815
- readdirp "~3.4 .0"
815
+ readdirp "~3.5 .0"
816
816
optionalDependencies :
817
- fsevents "~2.1.2 "
817
+ fsevents "~2.3.1 "
818
818
819
819
ci-info@^2.0.0 :
820
820
version "2.0.0"
@@ -1761,6 +1761,11 @@ fsevents@~2.1.2:
1761
1761
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
1762
1762
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
1763
1763
1764
+ fsevents@~2.3.1 :
1765
+ version "2.3.2"
1766
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
1767
+ integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
1768
+
1764
1769
function-bind@^1.1.1 :
1765
1770
version "1.1.1"
1766
1771
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -3845,6 +3850,13 @@ readdirp@~3.4.0:
3845
3850
dependencies :
3846
3851
picomatch "^2.2.1"
3847
3852
3853
+ readdirp@~3.5.0 :
3854
+ version "3.5.0"
3855
+ resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
3856
+ integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
3857
+ dependencies :
3858
+ picomatch "^2.2.1"
3859
+
3848
3860
redent@^1.0.0 :
3849
3861
version "1.0.0"
3850
3862
resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"
You can’t perform that action at this time.
0 commit comments