Bump stylelint from 14.8.2 to 14.8.3

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-23 10:27:43 +00:00 committed by GitHub
parent 6bfb9c0f4d
commit 8c734b0133
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 22 deletions

28
package-lock.json generated
View file

@ -21,7 +21,7 @@
"devDependencies": {
"copy-webpack-plugin": "10.2.4",
"eslint": "8.15.0",
"stylelint": "14.8.2",
"stylelint": "14.8.3",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.72.0",
"webpack-cli": "4.9.2"
@ -2475,12 +2475,6 @@
"node": ">=0.10.0"
}
},
"node_modules/normalize-selector": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=",
"dev": true
},
"node_modules/npm-run-path": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
@ -3311,9 +3305,9 @@
"dev": true
},
"node_modules/stylelint": {
"version": "14.8.2",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.2.tgz",
"integrity": "sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==",
"version": "14.8.3",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz",
"integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==",
"dev": true,
"dependencies": {
"balanced-match": "^2.0.0",
@ -3339,7 +3333,6 @@
"meow": "^9.0.0",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"normalize-selector": "^0.2.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.13",
"postcss-media-query-parser": "^0.2.3",
@ -5905,12 +5898,6 @@
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true
},
"normalize-selector": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=",
"dev": true
},
"npm-run-path": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
@ -6501,9 +6488,9 @@
"dev": true
},
"stylelint": {
"version": "14.8.2",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.2.tgz",
"integrity": "sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==",
"version": "14.8.3",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz",
"integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==",
"dev": true,
"requires": {
"balanced-match": "^2.0.0",
@ -6529,7 +6516,6 @@
"meow": "^9.0.0",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"normalize-selector": "^0.2.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.13",
"postcss-media-query-parser": "^0.2.3",

View file

@ -25,7 +25,7 @@
"devDependencies": {
"copy-webpack-plugin": "10.2.4",
"eslint": "8.15.0",
"stylelint": "14.8.2",
"stylelint": "14.8.3",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.72.0",
"webpack-cli": "4.9.2"