chore(deps): update dependency stylelint to ^14.8.0

This commit is contained in:
Renovate Bot 2022-04-27 03:13:38 +00:00
parent fa52aae61e
commit 17ecda390e
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-starter-lumen",
"version": "1.1.42",
"version": "1.1.43",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.42",
"version": "1.1.43",
"license": "MIT",
"dependencies": {
"@sentry/gatsby": "^6.19.7",
@ -95,7 +95,7 @@
"sass": "^1.51.0",
"semantic-release": "^19.0.2",
"source-map-support": "^0.5.21",
"stylelint": "^14.7.1",
"stylelint": "^14.8.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",
@ -27444,9 +27444,9 @@
}
},
"node_modules/stylelint": {
"version": "14.7.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.7.1.tgz",
"integrity": "sha512-rUOWm67hrzGXXyO/cInENEejF4urh1dLgOb9cr/3XLDb/t/A+rXQp3p6+no8o8QCKTgBUdhVUq/bXMgE988PJw==",
"version": "14.8.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.0.tgz",
"integrity": "sha512-uIyIWMSBSVcj73Gn3nTvPyNsYdwTpxo1W6dWTIa1nm8JKgUi3FIobSXLgrRE6joLidoA0FdgAhCaqxwTF2ikrQ==",
"dev": true,
"dependencies": {
"balanced-match": "^2.0.0",
@ -50158,9 +50158,9 @@
}
},
"stylelint": {
"version": "14.7.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.7.1.tgz",
"integrity": "sha512-rUOWm67hrzGXXyO/cInENEejF4urh1dLgOb9cr/3XLDb/t/A+rXQp3p6+no8o8QCKTgBUdhVUq/bXMgE988PJw==",
"version": "14.8.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.0.tgz",
"integrity": "sha512-uIyIWMSBSVcj73Gn3nTvPyNsYdwTpxo1W6dWTIa1nm8JKgUi3FIobSXLgrRE6joLidoA0FdgAhCaqxwTF2ikrQ==",
"dev": true,
"requires": {
"balanced-match": "^2.0.0",

View File

@ -133,7 +133,7 @@
"sass": "^1.51.0",
"semantic-release": "^19.0.2",
"source-map-support": "^0.5.21",
"stylelint": "^14.7.1",
"stylelint": "^14.8.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",