Merge pull request #30 from Walidoux/dependabot/npm_and_yarn/stylelint-14.7.1
build(deps-dev): bump stylelint from 14.6.1 to 14.7.1
This commit is contained in:
commit
27ec093929
23
package-lock.json
generated
23
package-lock.json
generated
@ -32,7 +32,7 @@
|
||||
"postcss": "^8.4.12",
|
||||
"postcss-scss": "^4.0.3",
|
||||
"prettier": "^2.6.2",
|
||||
"stylelint": "^14.6.1",
|
||||
"stylelint": "^14.7.1",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-prettier-scss": "^0.0.1",
|
||||
"stylelint-config-standard": "^25.0.0",
|
||||
@ -5798,9 +5798,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint": {
|
||||
"version": "14.6.1",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"balanced-match": "^2.0.0",
|
||||
"colord": "^2.9.2",
|
||||
@ -5815,7 +5816,7 @@
|
||||
"global-modules": "^2.0.0",
|
||||
"globby": "^11.1.0",
|
||||
"globjoin": "^0.1.4",
|
||||
"html-tags": "^3.1.0",
|
||||
"html-tags": "^3.2.0",
|
||||
"ignore": "^5.2.0",
|
||||
"import-lazy": "^4.0.0",
|
||||
"imurmurhash": "^0.1.4",
|
||||
@ -5823,7 +5824,7 @@
|
||||
"known-css-properties": "^0.24.0",
|
||||
"mathml-tag-names": "^2.1.3",
|
||||
"meow": "^9.0.0",
|
||||
"micromatch": "^4.0.4",
|
||||
"micromatch": "^4.0.5",
|
||||
"normalize-path": "^3.0.0",
|
||||
"normalize-selector": "^0.2.0",
|
||||
"picocolors": "^1.0.0",
|
||||
@ -5831,7 +5832,7 @@
|
||||
"postcss-media-query-parser": "^0.2.3",
|
||||
"postcss-resolve-nested-selector": "^0.1.1",
|
||||
"postcss-safe-parser": "^6.0.0",
|
||||
"postcss-selector-parser": "^6.0.9",
|
||||
"postcss-selector-parser": "^6.0.10",
|
||||
"postcss-value-parser": "^4.2.0",
|
||||
"resolve-from": "^5.0.0",
|
||||
"specificity": "^0.4.1",
|
||||
@ -9966,7 +9967,9 @@
|
||||
"requires": {}
|
||||
},
|
||||
"stylelint": {
|
||||
"version": "14.6.1",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"balanced-match": "^2.0.0",
|
||||
@ -9982,7 +9985,7 @@
|
||||
"global-modules": "^2.0.0",
|
||||
"globby": "^11.1.0",
|
||||
"globjoin": "^0.1.4",
|
||||
"html-tags": "^3.1.0",
|
||||
"html-tags": "^3.2.0",
|
||||
"ignore": "^5.2.0",
|
||||
"import-lazy": "^4.0.0",
|
||||
"imurmurhash": "^0.1.4",
|
||||
@ -9990,7 +9993,7 @@
|
||||
"known-css-properties": "^0.24.0",
|
||||
"mathml-tag-names": "^2.1.3",
|
||||
"meow": "^9.0.0",
|
||||
"micromatch": "^4.0.4",
|
||||
"micromatch": "^4.0.5",
|
||||
"normalize-path": "^3.0.0",
|
||||
"normalize-selector": "^0.2.0",
|
||||
"picocolors": "^1.0.0",
|
||||
@ -9998,7 +10001,7 @@
|
||||
"postcss-media-query-parser": "^0.2.3",
|
||||
"postcss-resolve-nested-selector": "^0.1.1",
|
||||
"postcss-safe-parser": "^6.0.0",
|
||||
"postcss-selector-parser": "^6.0.9",
|
||||
"postcss-selector-parser": "^6.0.10",
|
||||
"postcss-value-parser": "^4.2.0",
|
||||
"resolve-from": "^5.0.0",
|
||||
"specificity": "^0.4.1",
|
||||
|
@ -37,7 +37,7 @@
|
||||
"postcss": "^8.4.12",
|
||||
"postcss-scss": "^4.0.3",
|
||||
"prettier": "^2.6.2",
|
||||
"stylelint": "^14.6.1",
|
||||
"stylelint": "^14.7.1",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-prettier-scss": "^0.0.1",
|
||||
"stylelint-config-standard": "^25.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user