Bump stylelint from 14.0.0 to 14.0.1

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.0.0 to 14.0.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.0.0...14.0.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-26 19:02:21 +00:00 committed by Daniel Micay
parent 22059753d6
commit 80d9c72f35
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -8,7 +8,7 @@
"csso-cli": "^3.0.0",
"eslint": "^8.1.0",
"html-minifier": "^4.0.0",
"stylelint": "^14.0.0",
"stylelint": "^14.0.1",
"stylelint-config-standard": "^23.0.0",
"terser": "^5.9.0"
}
@ -2346,9 +2346,9 @@
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
},
"node_modules/stylelint": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.0.0.tgz",
"integrity": "sha512-//4Po+WlWImVaro2BiNJZMamBo0Enekb+3fp5cYYN5r08kaPTHlxM8bCi/yvnPl7G+zqyLqjZU+O22vr/SDW0w==",
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.0.1.tgz",
"integrity": "sha512-ZcAkmFLVCultmwkQUjxKzxW/o5+CzNmDk6TPJj/d4Y7ipTGGrewIWmNm+InjdSr04PR5/yynsAJeYJY/wisdMg==",
"dependencies": {
"balanced-match": "^2.0.0",
"cosmiconfig": "^7.0.1",
@ -2359,7 +2359,7 @@
"file-entry-cache": "^6.0.1",
"get-stdin": "^8.0.0",
"global-modules": "^2.0.0",
"globby": "^11.0.3",
"globby": "^11.0.4",
"globjoin": "^0.1.4",
"html-tags": "^3.1.0",
"ignore": "^5.1.8",
@ -2381,8 +2381,8 @@
"postcss-value-parser": "^4.1.0",
"resolve-from": "^5.0.0",
"specificity": "^0.4.1",
"string-width": "^4.2.2",
"strip-ansi": "^6.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"style-search": "^0.1.0",
"svg-tags": "^1.0.0",
"table": "^6.7.2",
@ -4411,9 +4411,9 @@
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
},
"stylelint": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.0.0.tgz",
"integrity": "sha512-//4Po+WlWImVaro2BiNJZMamBo0Enekb+3fp5cYYN5r08kaPTHlxM8bCi/yvnPl7G+zqyLqjZU+O22vr/SDW0w==",
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.0.1.tgz",
"integrity": "sha512-ZcAkmFLVCultmwkQUjxKzxW/o5+CzNmDk6TPJj/d4Y7ipTGGrewIWmNm+InjdSr04PR5/yynsAJeYJY/wisdMg==",
"requires": {
"balanced-match": "^2.0.0",
"cosmiconfig": "^7.0.1",
@ -4424,7 +4424,7 @@
"file-entry-cache": "^6.0.1",
"get-stdin": "^8.0.0",
"global-modules": "^2.0.0",
"globby": "^11.0.3",
"globby": "^11.0.4",
"globjoin": "^0.1.4",
"html-tags": "^3.1.0",
"ignore": "^5.1.8",
@ -4446,8 +4446,8 @@
"postcss-value-parser": "^4.1.0",
"resolve-from": "^5.0.0",
"specificity": "^0.4.1",
"string-width": "^4.2.2",
"strip-ansi": "^6.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"style-search": "^0.1.0",
"svg-tags": "^1.0.0",
"table": "^6.7.2",

View File

@ -3,7 +3,7 @@
"csso-cli": "^3.0.0",
"eslint": "^8.1.0",
"html-minifier": "^4.0.0",
"stylelint": "^14.0.0",
"stylelint": "^14.0.1",
"stylelint-config-standard": "^23.0.0",
"terser": "^5.9.0"
}