Update dependency stylelint to v14.0.1

This commit is contained in:
Renovate Bot 2021-10-26 15:21:04 +00:00
parent bf58325a48
commit f0c8d5dcc7
2 changed files with 10 additions and 10 deletions

View File

@ -62,7 +62,7 @@
"postcss": "8.3.11", "postcss": "8.3.11",
"postcss-easy-import": "3.0.0", "postcss-easy-import": "3.0.0",
"pump": "3.0.0", "pump": "3.0.0",
"stylelint": "14.0.0", "stylelint": "14.0.1",
"stylelint-config-standard": "23.0.0", "stylelint-config-standard": "23.0.0",
"stylelint-order": "5.0.0" "stylelint-order": "5.0.0"
} }

View File

@ -2126,7 +2126,7 @@ global-prefix@^3.0.0:
kind-of "^6.0.2" kind-of "^6.0.2"
which "^1.3.1" which "^1.3.1"
globby@^11.0.3: globby@^11.0.4:
version "11.0.4" version "11.0.4"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@ -4770,7 +4770,7 @@ string-width@^1.0.1, string-width@^1.0.2:
is-fullwidth-code-point "^1.0.0" is-fullwidth-code-point "^1.0.0"
strip-ansi "^3.0.0" strip-ansi "^3.0.0"
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3" version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@ -4859,10 +4859,10 @@ stylelint-order@5.0.0:
postcss "^8.3.11" postcss "^8.3.11"
postcss-sorting "^7.0.1" postcss-sorting "^7.0.1"
stylelint@14.0.0: stylelint@14.0.1:
version "14.0.0" version "14.0.1"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.0.0.tgz#0dc9655bc81378ac9937e6ea2f32704e9c2f92f9" resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.0.1.tgz#88e6c8bd3be61e666225ddb871826321f16661f6"
integrity sha512-//4Po+WlWImVaro2BiNJZMamBo0Enekb+3fp5cYYN5r08kaPTHlxM8bCi/yvnPl7G+zqyLqjZU+O22vr/SDW0w== integrity sha512-ZcAkmFLVCultmwkQUjxKzxW/o5+CzNmDk6TPJj/d4Y7ipTGGrewIWmNm+InjdSr04PR5/yynsAJeYJY/wisdMg==
dependencies: dependencies:
balanced-match "^2.0.0" balanced-match "^2.0.0"
cosmiconfig "^7.0.1" cosmiconfig "^7.0.1"
@ -4873,7 +4873,7 @@ stylelint@14.0.0:
file-entry-cache "^6.0.1" file-entry-cache "^6.0.1"
get-stdin "^8.0.0" get-stdin "^8.0.0"
global-modules "^2.0.0" global-modules "^2.0.0"
globby "^11.0.3" globby "^11.0.4"
globjoin "^0.1.4" globjoin "^0.1.4"
html-tags "^3.1.0" html-tags "^3.1.0"
ignore "^5.1.8" ignore "^5.1.8"
@ -4895,8 +4895,8 @@ stylelint@14.0.0:
postcss-value-parser "^4.1.0" postcss-value-parser "^4.1.0"
resolve-from "^5.0.0" resolve-from "^5.0.0"
specificity "^0.4.1" specificity "^0.4.1"
string-width "^4.2.2" string-width "^4.2.3"
strip-ansi "^6.0.0" strip-ansi "^6.0.1"
style-search "^0.1.0" style-search "^0.1.0"
svg-tags "^1.0.0" svg-tags "^1.0.0"
table "^6.7.2" table "^6.7.2"