Bump stylelint from 14.8.3 to 14.8.5 (#36472)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.3 to 14.8.5.
- [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.8.3...14.8.5)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot[bot] 2022-05-31 17:51:01 +03:00 committed by GitHub
parent 753698fea0
commit dcb4d5e1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -61,7 +61,7 @@
"rtlcss": "^3.5.0",
"sass": "^1.52.1",
"shelljs": "^0.8.5",
"stylelint": "^14.8.3",
"stylelint": "^14.8.5",
"stylelint-config-twbs-bootstrap": "^3.1.0",
"terser": "^5.14.0",
"vnu-jar": "21.10.12"
@ -9931,9 +9931,9 @@
"dev": true
},
"node_modules/stylelint": {
"version": "14.8.3",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz",
"integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==",
"version": "14.8.5",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.5.tgz",
"integrity": "sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==",
"dev": true,
"dependencies": {
"balanced-match": "^2.0.0",
@ -9960,7 +9960,7 @@
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.13",
"postcss": "^8.4.14",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",
@ -18417,9 +18417,9 @@
"dev": true
},
"stylelint": {
"version": "14.8.3",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz",
"integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==",
"version": "14.8.5",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.5.tgz",
"integrity": "sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==",
"dev": true,
"requires": {
"balanced-match": "^2.0.0",
@ -18446,7 +18446,7 @@
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.13",
"postcss": "^8.4.14",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",

View File

@ -146,7 +146,7 @@
"rtlcss": "^3.5.0",
"sass": "^1.52.1",
"shelljs": "^0.8.5",
"stylelint": "^14.8.3",
"stylelint": "^14.8.5",
"stylelint-config-twbs-bootstrap": "^3.1.0",
"terser": "^5.14.0",
"vnu-jar": "21.10.12"