Skip to content

Commit 7842e32

Browse files
chore(deps): bump chokidar from 3.5.3 to 5.0.0
Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.5.3 to 5.0.0. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](paulmillr/chokidar@3.5.3...5.0.0) --- updated-dependencies: - dependency-name: chokidar dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d47c54 commit 7842e32

2 files changed

Lines changed: 20 additions & 49 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@stoplight/prism-http-server": "^5.15.5",
1515
"@stoplight/types": "^14.1.0",
1616
"chalk": "^4.1.2",
17-
"chokidar": "^3.5.2",
17+
"chokidar": "^5.0.0",
1818
"fp-ts": "^2.11.5",
1919
"json-schema-faker": "0.5.9",
2020
"lodash": "^4.17.23",

yarn.lock

Lines changed: 19 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,7 +2102,7 @@ ansi-styles@^6.1.0:
21022102
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz#c044d5dcc521a076413472597a1acb1f103c4041"
21032103
integrity sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==
21042104

2105-
anymatch@^3.1.3, anymatch@~3.1.2:
2105+
anymatch@^3.1.3:
21062106
version "3.1.3"
21072107
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
21082108
integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
@@ -2277,11 +2277,6 @@ bin-links@^5.0.0:
22772277
read-cmd-shim "^5.0.0"
22782278
write-file-atomic "^6.0.0"
22792279

2280-
binary-extensions@^2.0.0:
2281-
version "2.2.0"
2282-
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz"
2283-
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
2284-
22852280
bl@^4.0.3:
22862281
version "4.1.0"
22872282
resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
@@ -2318,7 +2313,7 @@ brace-expansion@^5.0.2:
23182313
dependencies:
23192314
balanced-match "^4.0.2"
23202315

2321-
braces@^3.0.3, braces@~3.0.2:
2316+
braces@^3.0.3:
23222317
version "3.0.3"
23232318
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
23242319
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
@@ -2493,20 +2488,12 @@ charset@^1.0.0:
24932488
resolved "https://registry.npmjs.org/charset/-/charset-1.0.1.tgz"
24942489
integrity sha512-6dVyOOYjpfFcL1Y4qChrAoQLRHvj2ziyhcm0QJlhOcAhykL/k1kTUPbeo+87MNRTRdk2OIIsIXbuF3x2wi5EXg==
24952490

2496-
chokidar@^3.5.2:
2497-
version "3.5.3"
2498-
resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz"
2499-
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
2500-
dependencies:
2501-
anymatch "~3.1.2"
2502-
braces "~3.0.2"
2503-
glob-parent "~5.1.2"
2504-
is-binary-path "~2.1.0"
2505-
is-glob "~4.0.1"
2506-
normalize-path "~3.0.0"
2507-
readdirp "~3.6.0"
2508-
optionalDependencies:
2509-
fsevents "~2.3.2"
2491+
chokidar@^5.0.0:
2492+
version "5.0.0"
2493+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-5.0.0.tgz#949c126a9238a80792be9a0265934f098af369a5"
2494+
integrity sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==
2495+
dependencies:
2496+
readdirp "^5.0.0"
25102497

25112498
chownr@^3.0.0:
25122499
version "3.0.0"
@@ -3680,7 +3667,7 @@ fs.realpath@^1.0.0:
36803667
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
36813668
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
36823669

3683-
fsevents@^2.3.3, fsevents@~2.3.2:
3670+
fsevents@^2.3.3:
36843671
version "2.3.3"
36853672
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
36863673
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
@@ -3844,13 +3831,6 @@ glob-parent@6.0.2, glob-parent@^6.0.2:
38443831
dependencies:
38453832
is-glob "^4.0.3"
38463833

3847-
glob-parent@~5.1.2:
3848-
version "5.1.2"
3849-
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
3850-
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
3851-
dependencies:
3852-
is-glob "^4.0.1"
3853-
38543834
glob@^10.5.0:
38553835
version "10.5.0"
38563836
resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c"
@@ -4296,13 +4276,6 @@ is-bigint@^1.0.1:
42964276
dependencies:
42974277
has-bigints "^1.0.1"
42984278

4299-
is-binary-path@~2.1.0:
4300-
version "2.1.0"
4301-
resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz"
4302-
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
4303-
dependencies:
4304-
binary-extensions "^2.0.0"
4305-
43064279
is-boolean-object@^1.1.0:
43074280
version "1.1.2"
43084281
resolved "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz"
@@ -4364,7 +4337,7 @@ is-generator-fn@^2.1.0:
43644337
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
43654338
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
43664339

4367-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
4340+
is-glob@^4.0.0, is-glob@^4.0.3:
43684341
version "4.0.3"
43694342
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz"
43704343
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -5801,7 +5774,7 @@ normalize-package-data@^3.0.0, normalize-package-data@^3.0.3:
58015774
semver "^7.3.4"
58025775
validate-npm-package-license "^3.0.1"
58035776

5804-
normalize-path@^3.0.0, normalize-path@~3.0.0:
5777+
normalize-path@^3.0.0:
58055778
version "3.0.0"
58065779
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
58075780
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -6384,7 +6357,7 @@ picocolors@^1.1.0, picocolors@^1.1.1:
63846357
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
63856358
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
63866359

6387-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
6360+
picomatch@^2.0.4, picomatch@^2.3.1:
63886361
version "2.3.2"
63896362
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.2.tgz#5a942915e26b372dc0f0e6753149a16e6b1c5601"
63906363
integrity "sha1-WpQpFeJrNy3A8OZ1MUmhbmscVgE= sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA=="
@@ -6489,9 +6462,9 @@ postcss-selector-parser@^7.0.0:
64896462
util-deprecate "^1.0.2"
64906463

64916464
postcss@^8.3.11:
6492-
version "8.5.9"
6493-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.9.tgz#f6ee9e0b94f0f19c97d2f172bfbd7fc71fe1cca4"
6494-
integrity sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==
6465+
version "8.5.10"
6466+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.10.tgz#8992d8c30acf3f12169e7c09514a12fed7e48356"
6467+
integrity sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==
64956468
dependencies:
64966469
nanoid "^3.3.11"
64976470
picocolors "^1.1.1"
@@ -6747,12 +6720,10 @@ readable-stream@~2.3.6:
67476720
string_decoder "~1.1.1"
67486721
util-deprecate "~1.0.1"
67496722

6750-
readdirp@~3.6.0:
6751-
version "3.6.0"
6752-
resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz"
6753-
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
6754-
dependencies:
6755-
picomatch "^2.2.1"
6723+
readdirp@^5.0.0:
6724+
version "5.0.0"
6725+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-5.0.0.tgz#fbf1f71a727891d685bb1786f9ba74084f6e2f91"
6726+
integrity sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==
67566727

67576728
redent@^3.0.0:
67586729
version "3.0.0"

0 commit comments

Comments
 (0)