Skip to content

Commit 6c4208f

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 ecf3eab commit 6c4208f

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.10",
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
"jsonrepair": "^3.12.0",

yarn.lock

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

2110-
anymatch@^3.1.3, anymatch@~3.1.2:
2110+
anymatch@^3.1.3:
21112111
version "3.1.3"
21122112
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
21132113
integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
@@ -2282,11 +2282,6 @@ bin-links@^5.0.0:
22822282
read-cmd-shim "^5.0.0"
22832283
write-file-atomic "^6.0.0"
22842284

2285-
binary-extensions@^2.0.0:
2286-
version "2.2.0"
2287-
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz"
2288-
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
2289-
22902285
bl@^4.0.3:
22912286
version "4.1.0"
22922287
resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
@@ -2323,7 +2318,7 @@ brace-expansion@^5.0.2:
23232318
dependencies:
23242319
balanced-match "^4.0.2"
23252320

2326-
braces@^3.0.3, braces@~3.0.2:
2321+
braces@^3.0.3:
23272322
version "3.0.3"
23282323
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
23292324
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
@@ -2498,20 +2493,12 @@ charset@^1.0.0:
24982493
resolved "https://registry.npmjs.org/charset/-/charset-1.0.1.tgz"
24992494
integrity sha512-6dVyOOYjpfFcL1Y4qChrAoQLRHvj2ziyhcm0QJlhOcAhykL/k1kTUPbeo+87MNRTRdk2OIIsIXbuF3x2wi5EXg==
25002495

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

25162503
chownr@^3.0.0:
25172504
version "3.0.0"
@@ -3686,7 +3673,7 @@ fs.realpath@^1.0.0:
36863673
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
36873674
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
36883675

3689-
fsevents@^2.3.3, fsevents@~2.3.2:
3676+
fsevents@^2.3.3:
36903677
version "2.3.3"
36913678
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
36923679
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
@@ -3850,13 +3837,6 @@ glob-parent@6.0.2, glob-parent@^6.0.2:
38503837
dependencies:
38513838
is-glob "^4.0.3"
38523839

3853-
glob-parent@~5.1.2:
3854-
version "5.1.2"
3855-
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
3856-
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
3857-
dependencies:
3858-
is-glob "^4.0.1"
3859-
38603840
glob@^10.5.0:
38613841
version "10.5.0"
38623842
resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c"
@@ -4302,13 +4282,6 @@ is-bigint@^1.0.1:
43024282
dependencies:
43034283
has-bigints "^1.0.1"
43044284

4305-
is-binary-path@~2.1.0:
4306-
version "2.1.0"
4307-
resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz"
4308-
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
4309-
dependencies:
4310-
binary-extensions "^2.0.0"
4311-
43124285
is-boolean-object@^1.1.0:
43134286
version "1.1.2"
43144287
resolved "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz"
@@ -4370,7 +4343,7 @@ is-generator-fn@^2.1.0:
43704343
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
43714344
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
43724345

4373-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
4346+
is-glob@^4.0.0, is-glob@^4.0.3:
43744347
version "4.0.3"
43754348
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz"
43764349
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -5702,9 +5675,9 @@ mute-stream@^2.0.0:
57025675
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
57035676

57045677
nanoid@^3.3.11:
5705-
version "3.3.11"
5706-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
5707-
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
5678+
version "3.3.12"
5679+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.12.tgz#ab3d912e217a6d0a514f00a72a16543a28982c05"
5680+
integrity sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==
57085681

57095682
napi-postinstall@^0.3.0:
57105683
version "0.3.4"
@@ -5807,7 +5780,7 @@ normalize-package-data@^3.0.0, normalize-package-data@^3.0.3:
58075780
semver "^7.3.4"
58085781
validate-npm-package-license "^3.0.1"
58095782

5810-
normalize-path@^3.0.0, normalize-path@~3.0.0:
5783+
normalize-path@^3.0.0:
58115784
version "3.0.0"
58125785
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
58135786
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -6390,7 +6363,7 @@ picocolors@^1.1.0, picocolors@^1.1.1:
63906363
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
63916364
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
63926365

6393-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
6366+
picomatch@^2.0.4, picomatch@^2.3.1:
63946367
version "2.3.2"
63956368
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.2.tgz#5a942915e26b372dc0f0e6753149a16e6b1c5601"
63966369
integrity "sha1-WpQpFeJrNy3A8OZ1MUmhbmscVgE= sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA=="
@@ -6753,12 +6726,10 @@ readable-stream@~2.3.6:
67536726
string_decoder "~1.1.1"
67546727
util-deprecate "~1.0.1"
67556728

6756-
readdirp@~3.6.0:
6757-
version "3.6.0"
6758-
resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz"
6759-
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
6760-
dependencies:
6761-
picomatch "^2.2.1"
6729+
readdirp@^5.0.0:
6730+
version "5.0.0"
6731+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-5.0.0.tgz#fbf1f71a727891d685bb1786f9ba74084f6e2f91"
6732+
integrity sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==
67626733

67636734
redent@^3.0.0:
67646735
version "3.0.0"

0 commit comments

Comments
 (0)