Bump stylelint from 14.11.0 to 14.12.0 (#997)

This commit is contained in:
dependabot[bot] 2022-09-19 08:39:09 +01:00 committed by GitHub
parent dec1a91354
commit c502d206eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -64,7 +64,7 @@
"prepend": "^1.0.2",
"prettier": "^2.7.1",
"slugify": "^1.6.5",
"stylelint": "^14.11.0",
"stylelint": "^14.12.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0"
}
@ -20940,9 +20940,9 @@
}
},
"node_modules/stylelint": {
"version": "14.11.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.11.0.tgz",
"integrity": "sha512-OTLjLPxpvGtojEfpESWM8Ir64Z01E89xsisaBMUP/ngOx1+4VG2DPRcUyCCiin9Rd3kPXPsh/uwHd9eqnvhsYA==",
"version": "14.12.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.12.0.tgz",
"integrity": "sha512-9Sa+IsT31PN9zf9q5ZVZNvhT6jMVu6YhpI38g3Akn7vONipGL0GNd9QCblwtJ3ysaoM80P/+9mOcFB1xnytiQQ==",
"dev": true,
"dependencies": {
"@csstools/selector-specificity": "^2.0.2",
@ -20951,7 +20951,7 @@
"cosmiconfig": "^7.0.1",
"css-functions-list": "^3.1.0",
"debug": "^4.3.4",
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"fastest-levenshtein": "^1.0.16",
"file-entry-cache": "^6.0.1",
"global-modules": "^2.0.0",
@ -20978,7 +20978,7 @@
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"style-search": "^0.1.0",
"supports-hyperlinks": "^2.2.0",
"supports-hyperlinks": "^2.3.0",
"svg-tags": "^1.0.0",
"table": "^6.8.0",
"v8-compile-cache": "^2.3.0",
@ -38682,9 +38682,9 @@
}
},
"stylelint": {
"version": "14.11.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.11.0.tgz",
"integrity": "sha512-OTLjLPxpvGtojEfpESWM8Ir64Z01E89xsisaBMUP/ngOx1+4VG2DPRcUyCCiin9Rd3kPXPsh/uwHd9eqnvhsYA==",
"version": "14.12.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.12.0.tgz",
"integrity": "sha512-9Sa+IsT31PN9zf9q5ZVZNvhT6jMVu6YhpI38g3Akn7vONipGL0GNd9QCblwtJ3ysaoM80P/+9mOcFB1xnytiQQ==",
"dev": true,
"requires": {
"@csstools/selector-specificity": "^2.0.2",
@ -38693,7 +38693,7 @@
"cosmiconfig": "^7.0.1",
"css-functions-list": "^3.1.0",
"debug": "^4.3.4",
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"fastest-levenshtein": "^1.0.16",
"file-entry-cache": "^6.0.1",
"global-modules": "^2.0.0",
@ -38720,7 +38720,7 @@
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"style-search": "^0.1.0",
"supports-hyperlinks": "^2.2.0",
"supports-hyperlinks": "^2.3.0",
"svg-tags": "^1.0.0",
"table": "^6.8.0",
"v8-compile-cache": "^2.3.0",

View File

@ -75,7 +75,7 @@
"prepend": "^1.0.2",
"prettier": "^2.7.1",
"slugify": "^1.6.5",
"stylelint": "^14.11.0",
"stylelint": "^14.12.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0"
},