Skip to content

Commit 431e9b4

Browse files
committed
2 parents cd25f1f + 1087525 commit 431e9b4

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"manual": "yarn ts-node test/manual/run.ts"
4242
},
4343
"dependencies": {
44-
"chokidar": "^3.4.0",
44+
"chokidar": "^3.5.1",
4545
"dateformat": "~1.0.4-1.2.3",
4646
"dynamic-dedupe": "^0.3.0",
4747
"minimist": "^1.2.5",

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -801,20 +801,20 @@ [email protected]:
801801
optionalDependencies:
802802
fsevents "~2.1.2"
803803

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==
808808
dependencies:
809809
anymatch "~3.1.1"
810810
braces "~3.0.2"
811811
glob-parent "~5.1.0"
812812
is-binary-path "~2.1.0"
813813
is-glob "~4.0.1"
814814
normalize-path "~3.0.0"
815-
readdirp "~3.4.0"
815+
readdirp "~3.5.0"
816816
optionalDependencies:
817-
fsevents "~2.1.2"
817+
fsevents "~2.3.1"
818818

819819
ci-info@^2.0.0:
820820
version "2.0.0"
@@ -1761,6 +1761,11 @@ fsevents@~2.1.2:
17611761
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
17621762
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
17631763

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+
17641769
function-bind@^1.1.1:
17651770
version "1.1.1"
17661771
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -3845,6 +3850,13 @@ readdirp@~3.4.0:
38453850
dependencies:
38463851
picomatch "^2.2.1"
38473852

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+
38483860
redent@^1.0.0:
38493861
version "1.0.0"
38503862
resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"

0 commit comments

Comments
 (0)