Skip to content

Commit 439d23e

Browse files
Update dependency chokidar to v3.4.1 (dotansimha#4377)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3e9d4da commit 439d23e

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

packages/graphql-codegen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ansi-escapes": "4.3.1",
5656
"camel-case": "4.1.1",
5757
"chalk": "4.1.0",
58-
"chokidar": "3.4.0",
58+
"chokidar": "3.4.1",
5959
"common-tags": "1.8.0",
6060
"constant-case": "3.0.3",
6161
"cosmiconfig": "6.0.0",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4963,10 +4963,10 @@ cheerio@^0.22.0:
49634963
lodash.reject "^4.4.0"
49644964
lodash.some "^4.4.0"
49654965

4966-
[email protected].0, chokidar@^3.3.0, chokidar@^3.4.0:
4967-
version "3.4.0"
4968-
resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8"
4969-
integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==
4966+
4967+
version "3.4.1"
4968+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1"
4969+
integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==
49704970
dependencies:
49714971
anymatch "~3.1.1"
49724972
braces "~3.0.2"
@@ -4997,6 +4997,21 @@ chokidar@^2.1.8:
49974997
optionalDependencies:
49984998
fsevents "^1.2.7"
49994999

5000+
chokidar@^3.3.0, chokidar@^3.4.0:
5001+
version "3.4.0"
5002+
resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8"
5003+
integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==
5004+
dependencies:
5005+
anymatch "~3.1.1"
5006+
braces "~3.0.2"
5007+
glob-parent "~5.1.0"
5008+
is-binary-path "~2.1.0"
5009+
is-glob "~4.0.1"
5010+
normalize-path "~3.0.0"
5011+
readdirp "~3.4.0"
5012+
optionalDependencies:
5013+
fsevents "~2.1.2"
5014+
50005015
chownr@^1.1.1, chownr@^1.1.2:
50015016
version "1.1.4"
50025017
resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"

0 commit comments

Comments
 (0)