build(deps-dev): bump stylelint from 15.10.1 to 15.10.2

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

---
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] 2023-07-21 04:38:49 +00:00 committed by Klara Simickova
parent c0cc236c5a
commit 6a61ef36e2
2 changed files with 13 additions and 11 deletions

22
package-lock.json generated
View file

@ -66,7 +66,7 @@
"redux-mock-store": "1.5.4",
"sass": "1.63.6",
"sass-loader": "13.3.2",
"stylelint": "15.10.1",
"stylelint": "15.10.2",
"stylelint-config-recommended-scss": "12.0.0",
"typescript": "5.1.6",
"uuid": "9.0.0",
@ -6900,9 +6900,10 @@
}
},
"node_modules/css-functions-list": {
"version": "3.1.0",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.0.tgz",
"integrity": "sha512-d/jBMPyYybkkLVypgtGv12R+pIFw4/f/IHtCTxWpZc8ofTYOPigIgmA6vu5rMHartZC+WuXhBUHfnyNUIQSYrg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.22"
}
@ -15181,7 +15182,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.24",
"version": "8.4.26",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz",
"integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==",
"funding": [
{
"type": "opencollective",
@ -15196,7 +15199,6 @@
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
@ -17134,9 +17136,9 @@
"license": "ISC"
},
"node_modules/stylelint": {
"version": "15.10.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.10.1.tgz",
"integrity": "sha512-CYkzYrCFfA/gnOR+u9kJ1PpzwG10WLVnoxHDuBA/JiwGqdM9+yx9+ou6SE/y9YHtfv1mcLo06fdadHTOx4gBZQ==",
"version": "15.10.2",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.10.2.tgz",
"integrity": "sha512-UxqSb3hB74g4DTO45QhUHkJMjKKU//lNUAOWyvPBVPZbCknJ5HjOWWZo+UDuhHa9FLeVdHBZXxu43eXkjyIPWg==",
"dev": true,
"dependencies": {
"@csstools/css-parser-algorithms": "^2.3.0",
@ -17146,7 +17148,7 @@
"balanced-match": "^2.0.0",
"colord": "^2.9.3",
"cosmiconfig": "^8.2.0",
"css-functions-list": "^3.1.0",
"css-functions-list": "^3.2.0",
"css-tree": "^2.3.1",
"debug": "^4.3.4",
"fast-glob": "^3.3.0",
@ -17166,7 +17168,7 @@
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^6.0.0",
"postcss-selector-parser": "^6.0.13",

View file

@ -90,7 +90,7 @@
"redux-mock-store": "1.5.4",
"sass": "1.63.6",
"sass-loader": "13.3.2",
"stylelint": "15.10.1",
"stylelint": "15.10.2",
"stylelint-config-recommended-scss": "12.0.0",
"typescript": "5.1.6",
"uuid": "9.0.0",