diff options
| -rw-r--r-- | package-lock.json | 9 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 0fc03f2..fe11f03 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 d0bd2ad..755f2a8 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": { |
