aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-13 15:39:13 +0300
committerGitHub <[email protected]>2024-08-13 15:39:13 +0300
commita3ee5353fe54e250f092eddc918ebc2a95a1840e (patch)
treee644594344e776efab5ecd2fba0da7de33074936
parentab9f0ba68adc1cd182d905c43a14d22ba5f7a2e7 (diff)
downloadbootstrap-a3ee5353fe54e250f092eddc918ebc2a95a1840e.tar.xz
bootstrap-a3ee5353fe54e250f092eddc918ebc2a95a1840e.zip
Build(deps-dev): Bump stylelint from 16.7.0 to 16.8.1 (#40698)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.7.0 to 16.8.1. - [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/16.7.0...16.8.1) --- 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.json17
-rw-r--r--package.json2
2 files changed, 9 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 2ca5a392b..b322efa88 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -67,7 +67,7 @@
"sass": "^1.77.8",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
- "stylelint": "^16.7.0",
+ "stylelint": "^16.8.1",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"terser": "^5.31.3",
"vnu-jar": "23.4.11"
@@ -11607,9 +11607,9 @@
"license": "ISC"
},
"node_modules/stylelint": {
- "version": "16.7.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.7.0.tgz",
- "integrity": "sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==",
+ "version": "16.8.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.1.tgz",
+ "integrity": "sha512-O8aDyfdODSDNz/B3gW2HQ+8kv8pfhSu7ZR7xskQ93+vI6FhKKGUJMQ03Ydu+w3OvXXE0/u4hWU4hCPNOyld+OA==",
"dev": true,
"funding": [
{
@@ -11621,7 +11621,6 @@
"url": "https://github.com/sponsors/stylelint"
}
],
- "license": "MIT",
"dependencies": {
"@csstools/css-parser-algorithms": "^2.7.1",
"@csstools/css-tokenizer": "^2.4.1",
@@ -11633,7 +11632,7 @@
"cosmiconfig": "^9.0.0",
"css-functions-list": "^3.2.2",
"css-tree": "^2.3.1",
- "debug": "^4.3.5",
+ "debug": "^4.3.6",
"fast-glob": "^3.3.2",
"fastest-levenshtein": "^1.0.16",
"file-entry-cache": "^9.0.0",
@@ -11650,10 +11649,10 @@
"micromatch": "^4.0.7",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.1",
- "postcss": "^8.4.39",
- "postcss-resolve-nested-selector": "^0.1.1",
+ "postcss": "^8.4.40",
+ "postcss-resolve-nested-selector": "^0.1.4",
"postcss-safe-parser": "^7.0.0",
- "postcss-selector-parser": "^6.1.0",
+ "postcss-selector-parser": "^6.1.1",
"postcss-value-parser": "^4.2.0",
"resolve-from": "^5.0.0",
"string-width": "^4.2.3",
diff --git a/package.json b/package.json
index 2089345cc..12e19e619 100644
--- a/package.json
+++ b/package.json
@@ -151,7 +151,7 @@
"sass": "^1.77.8",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
- "stylelint": "^16.7.0",
+ "stylelint": "^16.8.1",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"terser": "^5.31.3",
"vnu-jar": "23.4.11"