summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json9
-rw-r--r--package.json2
2 files changed, 6 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 2051833..d649613 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -27,7 +27,7 @@
"postcss-cli": "^11.0.1",
"rexreplace": "^7.1.12",
"rimraf": "^6.0.1",
- "stylelint": "^16.17.0",
+ "stylelint": "^16.18.0",
"stylelint-config-standard-scss": "^14.0.0"
},
"optionalDependencies": {
@@ -8395,9 +8395,9 @@
}
},
"node_modules/stylelint": {
- "version": "16.17.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.17.0.tgz",
- "integrity": "sha512-I9OwVIWRMqVm2Br5iTbrfSqGRPWQUlvm6oXO1xZuYYu0Gpduy67N8wXOZv15p6E/JdlZiAtQaIoLKZEWk5hrjw==",
+ "version": "16.18.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.18.0.tgz",
+ "integrity": "sha512-OXb68qzesv7J70BSbFwfK3yTVLEVXiQ/ro6wUE4UrSbKCMjLLA02S8Qq3LC01DxKyVjk7z8xh35aB4JzO3/sNA==",
"dev": true,
"funding": [
{
@@ -8409,6 +8409,7 @@
"url": "https://github.com/sponsors/stylelint"
}
],
+ "license": "MIT",
"dependencies": {
"@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3",
diff --git a/package.json b/package.json
index 1a85bde..3864fe9 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"postcss-cli": "^11.0.1",
"rexreplace": "^7.1.12",
"rimraf": "^6.0.1",
- "stylelint": "^16.17.0",
+ "stylelint": "^16.18.0",
"stylelint-config-standard-scss": "^14.0.0"
},
"optionalDependencies": {