Skip to content

Commit b376c2f

Browse files
build: bump stylelint from 13.11.0 to 13.12.0 (#22206)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.11.0 to 13.12.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](stylelint/stylelint@13.11.0...13.12.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ab4a93 commit b376c2f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5727,10 +5727,10 @@ figures@^3.0.0, figures@^3.2.0:
57275727
dependencies:
57285728
escape-string-regexp "^1.0.5"
57295729

5730-
file-entry-cache@^6.0.0:
5731-
version "6.0.0"
5732-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
5733-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
5730+
file-entry-cache@^6.0.1:
5731+
version "6.0.1"
5732+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
5733+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
57345734
dependencies:
57355735
flat-cache "^3.0.4"
57365736

@@ -12275,10 +12275,10 @@ string-width@^3.0.0, string-width@^3.1.0:
1227512275
is-fullwidth-code-point "^2.0.0"
1227612276
strip-ansi "^5.1.0"
1227712277

12278-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
12279-
version "4.2.0"
12280-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
12281-
integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
12278+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2:
12279+
version "4.2.2"
12280+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
12281+
integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
1228212282
dependencies:
1228312283
emoji-regex "^8.0.0"
1228412284
is-fullwidth-code-point "^3.0.0"
@@ -12403,9 +12403,9 @@ style-search@^0.1.0:
1240312403
integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=
1240412404

1240512405
stylelint@^13.8.0:
12406-
version "13.11.0"
12407-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.11.0.tgz#591981fbdd68c9d3d3e6147a0cd6a07539fc216d"
12408-
integrity sha512-DhrKSWDWGZkCiQMtU+VroXM6LWJVC8hSK24nrUngTSQvXGK75yZUq4yNpynqrxD3a/fzKMED09V+XxO4z4lTbw==
12406+
version "13.12.0"
12407+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.12.0.tgz#cceb922be0d0c7b7b6926271eea2b90cb924733e"
12408+
integrity sha512-P8O1xDy41B7O7iXaSlW+UuFbE5+ZWQDb61ndGDxKIt36fMH50DtlQTbwLpFLf8DikceTAb3r6nPrRv30wBlzXw==
1240912409
dependencies:
1241012410
"@stylelint/postcss-css-in-js" "^0.37.2"
1241112411
"@stylelint/postcss-markdown" "^0.36.2"
@@ -12417,7 +12417,7 @@ stylelint@^13.8.0:
1241712417
execall "^2.0.0"
1241812418
fast-glob "^3.2.5"
1241912419
fastest-levenshtein "^1.0.12"
12420-
file-entry-cache "^6.0.0"
12420+
file-entry-cache "^6.0.1"
1242112421
get-stdin "^8.0.0"
1242212422
global-modules "^2.0.0"
1242312423
globby "^11.0.2"
@@ -12427,7 +12427,7 @@ stylelint@^13.8.0:
1242712427
import-lazy "^4.0.0"
1242812428
imurmurhash "^0.1.4"
1242912429
known-css-properties "^0.21.0"
12430-
lodash "^4.17.20"
12430+
lodash "^4.17.21"
1243112431
log-symbols "^4.0.0"
1243212432
mathml-tag-names "^2.1.3"
1243312433
meow "^9.0.0"
@@ -12447,7 +12447,7 @@ stylelint@^13.8.0:
1244712447
resolve-from "^5.0.0"
1244812448
slash "^3.0.0"
1244912449
specificity "^0.4.1"
12450-
string-width "^4.2.0"
12450+
string-width "^4.2.2"
1245112451
strip-ansi "^6.0.0"
1245212452
style-search "^0.1.0"
1245312453
sugarss "^2.0.0"

0 commit comments

Comments
 (0)