Bump stylelint from 14.6.0 to 14.6.1

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.6.0 to 14.6.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.6.0...14.6.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] 2022-03-25 19:07:00 +00:00 committed by Daniel Micay
parent c0e7fb374d
commit d181e53f3a
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -8,7 +8,7 @@
"csso-cli": "^3.0.0",
"eslint": "^8.11.0",
"html-minifier": "^4.0.0",
"stylelint": "^14.6.0",
"stylelint": "^14.6.1",
"stylelint-config-standard": "^25.0.0",
"terser": "^5.12.1"
}
@ -524,9 +524,9 @@
}
},
"node_modules/debug": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dependencies": {
"ms": "2.1.2"
},
@ -2290,15 +2290,15 @@
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
},
"node_modules/stylelint": {
"version": "14.6.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.0.tgz",
"integrity": "sha512-Xk2sqXYPi9nXgq70nBiZkbQm/QOOKd83NBTaBE1fXEWAEeRlgHnKC/E7kJFlT6K0SaNDOK5yIvR7GFPGsNLuOg==",
"version": "14.6.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.1.tgz",
"integrity": "sha512-FfNdvZUZdzh9KDQxDnO7Opp+prKh8OQVuSW8S13cBtxrooCbm6J6royhUeb++53WPMt04VB+ZbOz/QmzAijs6Q==",
"dependencies": {
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
"cosmiconfig": "^7.0.1",
"css-functions-list": "^3.0.1",
"debug": "^4.3.3",
"debug": "^4.3.4",
"execall": "^2.0.0",
"fast-glob": "^3.2.11",
"fastest-levenshtein": "^1.0.12",
@ -3065,9 +3065,9 @@
}
},
"debug": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"requires": {
"ms": "2.1.2"
}
@ -4329,15 +4329,15 @@
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
},
"stylelint": {
"version": "14.6.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.0.tgz",
"integrity": "sha512-Xk2sqXYPi9nXgq70nBiZkbQm/QOOKd83NBTaBE1fXEWAEeRlgHnKC/E7kJFlT6K0SaNDOK5yIvR7GFPGsNLuOg==",
"version": "14.6.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.6.1.tgz",
"integrity": "sha512-FfNdvZUZdzh9KDQxDnO7Opp+prKh8OQVuSW8S13cBtxrooCbm6J6royhUeb++53WPMt04VB+ZbOz/QmzAijs6Q==",
"requires": {
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
"cosmiconfig": "^7.0.1",
"css-functions-list": "^3.0.1",
"debug": "^4.3.3",
"debug": "^4.3.4",
"execall": "^2.0.0",
"fast-glob": "^3.2.11",
"fastest-levenshtein": "^1.0.12",

View File

@ -3,7 +3,7 @@
"csso-cli": "^3.0.0",
"eslint": "^8.11.0",
"html-minifier": "^4.0.0",
"stylelint": "^14.6.0",
"stylelint": "^14.6.1",
"stylelint-config-standard": "^25.0.0",
"terser": "^5.12.1"
}