Bump stylelint from 14.4.0 to 14.5.0

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.4.0 to 14.5.0.
- [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.4.0...14.5.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-11 12:09:53 +00:00 committed by GitHub
parent c14c8e0b0b
commit 1ae24534c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -19,7 +19,7 @@
"devDependencies": {
"copy-webpack-plugin": "10.2.4",
"eslint": "8.8.0",
"stylelint": "14.4.0",
"stylelint": "14.5.0",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.68.0",
"webpack-cli": "4.9.2"
@ -3320,9 +3320,9 @@
"dev": true
},
"node_modules/stylelint": {
"version": "14.4.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.4.0.tgz",
"integrity": "sha512-F6H2frcmdpB5ZXPjvHKSZRmszuYz7bsbl2NXyE+Pn+1P6PMD3dYMKjXci6yEzj9+Yf2ZinxBMaXYvSzYjaHtog==",
"version": "14.5.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.0.tgz",
"integrity": "sha512-4dvQjrhAz2njLoE1OvUEZpryNWcmx2w5Lq5jlibxFv6b5W6O8/vob12M2ZzhX3Ndzs5f67F+BEYmhnQXOwfVYQ==",
"dev": true,
"dependencies": {
"balanced-match": "^2.0.0",
@ -6596,9 +6596,9 @@
"dev": true
},
"stylelint": {
"version": "14.4.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.4.0.tgz",
"integrity": "sha512-F6H2frcmdpB5ZXPjvHKSZRmszuYz7bsbl2NXyE+Pn+1P6PMD3dYMKjXci6yEzj9+Yf2ZinxBMaXYvSzYjaHtog==",
"version": "14.5.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.5.0.tgz",
"integrity": "sha512-4dvQjrhAz2njLoE1OvUEZpryNWcmx2w5Lq5jlibxFv6b5W6O8/vob12M2ZzhX3Ndzs5f67F+BEYmhnQXOwfVYQ==",
"dev": true,
"requires": {
"balanced-match": "^2.0.0",

View file

@ -23,7 +23,7 @@
"devDependencies": {
"copy-webpack-plugin": "10.2.4",
"eslint": "8.8.0",
"stylelint": "14.4.0",
"stylelint": "14.5.0",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.68.0",
"webpack-cli": "4.9.2"