aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-27 16:56:15 +0300
committerGitHub <[email protected]>2023-06-27 16:56:15 +0300
commit88c488515f6e1a81b5ac3ce5941a78b4e73384b6 (patch)
treef30a9b1c3c884e2c7b92d25f13176868dfd80522
parent5370ddc4d336fc7f1810e8b0e35e1562da49e897 (diff)
downloadbootstrap-88c488515f6e1a81b5ac3ce5941a78b4e73384b6.tar.xz
bootstrap-88c488515f6e1a81b5ac3ce5941a78b4e73384b6.zip
Build(deps-dev): Bump stylelint from 15.8.0 to 15.9.0 (#38836)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.8.0 to 15.9.0. - [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.8.0...15.9.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 3ab662727..47d8af565 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -64,7 +64,7 @@
"sass": "^1.63.6",
"sass-true": "^7.0.0",
"shelljs": "^0.8.5",
- "stylelint": "^15.8.0",
+ "stylelint": "^15.9.0",
"stylelint-config-twbs-bootstrap": "^10.0.0",
"terser": "^5.18.1",
"vnu-jar": "23.4.11"
@@ -9831,9 +9831,9 @@
"dev": true
},
"node_modules/stylelint": {
- "version": "15.8.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.8.0.tgz",
- "integrity": "sha512-x9qBk84F3MEjMEUNCE7MtWmfj9G9y5XzJ0cpQeJdy2l/IoqjC8Ih0N0ytmOTnXE4Yv0J7I1cmVRQUVNSPCxTsA==",
+ "version": "15.9.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.9.0.tgz",
+ "integrity": "sha512-sXtAZi64CllWr6A+8ymDWnlIaYwuAa7XRmGnJxLQXFNnLjd3Izm4HAD+loKVaZ7cpK6SLxhAUX1lwPJKGCn0mg==",
"dev": true,
"dependencies": {
"@csstools/css-parser-algorithms": "^2.2.0",
@@ -17905,9 +17905,9 @@
"dev": true
},
"stylelint": {
- "version": "15.8.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.8.0.tgz",
- "integrity": "sha512-x9qBk84F3MEjMEUNCE7MtWmfj9G9y5XzJ0cpQeJdy2l/IoqjC8Ih0N0ytmOTnXE4Yv0J7I1cmVRQUVNSPCxTsA==",
+ "version": "15.9.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.9.0.tgz",
+ "integrity": "sha512-sXtAZi64CllWr6A+8ymDWnlIaYwuAa7XRmGnJxLQXFNnLjd3Izm4HAD+loKVaZ7cpK6SLxhAUX1lwPJKGCn0mg==",
"dev": true,
"requires": {
"@csstools/css-parser-algorithms": "^2.2.0",
diff --git a/package.json b/package.json
index a1cc7a185..0c3b36a5f 100644
--- a/package.json
+++ b/package.json
@@ -148,7 +148,7 @@
"sass": "^1.63.6",
"sass-true": "^7.0.0",
"shelljs": "^0.8.5",
- "stylelint": "^15.8.0",
+ "stylelint": "^15.9.0",
"stylelint-config-twbs-bootstrap": "^10.0.0",
"terser": "^5.18.1",
"vnu-jar": "23.4.11"