summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com>2025-04-22 06:20:50 +0000
committerGitHub <noreply@github.com>2025-04-22 06:20:50 +0000
commit3ce29360875e3969a051241cb1e8f4d5f7d9f32c (patch)
tree65067f19ed267dc7284a7532e8f4347d3f70e19a
parent7b2f5b45709873801589935c8abf86c9babe68c2 (diff)
parentdf228d410d62c7429050ee4f1f69ef48350af2d4 (diff)
Merge pull request #95 from anoduck/dependabot/npm_and_yarn/stylelint-16.18.0
build(deps-dev): bump stylelint from 16.17.0 to 16.18.0
-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 d921d62..a8bd21b 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": {
@@ -8401,9 +8401,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": [
{
@@ -8415,6 +8415,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 0c86756..f78809f 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": {