diff --git a/package-lock.json b/package-lock.json index 269aee4ac..9afa5c3ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "nyc": "^17.1.0", "puppeteer": "^24.35.0", "stylelint": "^14.0.1", - "stylelint-config-standard": "^29.0.0", + "stylelint-config-standard": "^40.0.0", "stylelint-csstree-validator": "^2.0.0", "stylelint-scss": "^5.3.2" } @@ -6731,25 +6731,53 @@ "url": "https://opencollective.com/stylelint" } }, - "node_modules/stylelint-config-recommended": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-9.0.0.tgz", - "integrity": "sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==", + "node_modules/stylelint-config-standard": { + "version": "40.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-40.0.0.tgz", + "integrity": "sha512-EznGJxOUhtWck2r6dJpbgAdPATIzvpLdK9+i5qPd4Lx70es66TkBPljSg4wN3Qnc6c4h2n+WbUrUynQ3fanjHw==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], + "license": "MIT", + "dependencies": { + "stylelint-config-recommended": "^18.0.0" + }, + "engines": { + "node": ">=20.19.0" + }, "peerDependencies": { - "stylelint": "^14.10.0" + "stylelint": "^17.0.0" } }, - "node_modules/stylelint-config-standard": { - "version": "29.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-29.0.0.tgz", - "integrity": "sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==", + "node_modules/stylelint-config-standard/node_modules/stylelint-config-recommended": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-18.0.0.tgz", + "integrity": "sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==", "dev": true, - "dependencies": { - "stylelint-config-recommended": "^9.0.0" + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], + "license": "MIT", + "engines": { + "node": ">=20.19.0" }, "peerDependencies": { - "stylelint": "^14.14.0" + "stylelint": "^17.0.0" } }, "node_modules/stylelint-csstree-validator": { diff --git a/package.json b/package.json index 478b9db12..24858adbc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "puppeteer": "^24.35.0", "nyc": "^17.1.0", "stylelint": "^14.0.1", - "stylelint-config-standard": "^29.0.0", + "stylelint-config-standard": "^40.0.0", "stylelint-csstree-validator": "^2.0.0", "stylelint-scss": "^5.3.2" },