mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump stylelint from 14.12.1 to 14.13.0 in /dependencies (#3437)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.12.1 to 14.13.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.12.1...14.13.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
parent
aa3b7bdf84
commit
d92382ead7
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -42,7 +42,7 @@
|
|||
"pug": "^3.0.2",
|
||||
"sql-lint": "1.0.0",
|
||||
"standard": "^17.0.0",
|
||||
"stylelint": "^14.12.1",
|
||||
"stylelint": "^14.13.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-recommended-scss": "^7.0.0",
|
||||
"stylelint-config-sass-guidelines": "^9.0.1",
|
||||
|
@ -10060,9 +10060,9 @@
|
|||
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
|
||||
},
|
||||
"node_modules/stylelint": {
|
||||
"version": "14.12.1",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.12.1.tgz",
|
||||
"integrity": "sha512-ZEM4TuksChMBfuPadQsHUkbOoRySAT9QMfDvvYxdAchOJl0p+csTMBXOu6ORAAxKhwBmxqJiep8V88bXfNs3EQ==",
|
||||
"version": "14.13.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.13.0.tgz",
|
||||
"integrity": "sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==",
|
||||
"dependencies": {
|
||||
"@csstools/selector-specificity": "^2.0.2",
|
||||
"balanced-match": "^2.0.0",
|
||||
|
@ -19659,9 +19659,9 @@
|
|||
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
|
||||
},
|
||||
"stylelint": {
|
||||
"version": "14.12.1",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.12.1.tgz",
|
||||
"integrity": "sha512-ZEM4TuksChMBfuPadQsHUkbOoRySAT9QMfDvvYxdAchOJl0p+csTMBXOu6ORAAxKhwBmxqJiep8V88bXfNs3EQ==",
|
||||
"version": "14.13.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.13.0.tgz",
|
||||
"integrity": "sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==",
|
||||
"requires": {
|
||||
"@csstools/selector-specificity": "^2.0.2",
|
||||
"balanced-match": "^2.0.0",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -36,7 +36,7 @@
|
|||
"pug": "^3.0.2",
|
||||
"sql-lint": "1.0.0",
|
||||
"standard": "^17.0.0",
|
||||
"stylelint": "^14.12.1",
|
||||
"stylelint": "^14.13.0",
|
||||
"stylelint-config-recommended-scss": "^7.0.0",
|
||||
"stylelint-config-sass-guidelines": "^9.0.1",
|
||||
"stylelint-config-standard": "^28.0.0",
|
||||
|
|
Loading…
Reference in a new issue