diff --git a/package-lock.json b/package-lock.json index e9aa9f0..c7d81b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "prettier-eslint": "^16.4.2", "require-from-string": "^2.0.2", "standard": "^17.1.2", - "stylelint-config-standard": "^34.0.0", + "stylelint-config-standard": "^40.0.0", "through2": "^4.0.2", "tslib": "^2.8.1", "typeface-open-sans": "^1.1.13", @@ -11206,33 +11206,53 @@ "url": "https://opencollective.com/stylelint" } }, - "node_modules/stylelint-config-recommended": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz", - "integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==", + "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": "^14.13.1 || >=16.0.0" + "node": ">=20.19.0" }, "peerDependencies": { - "stylelint": "^15.10.0" + "stylelint": "^17.0.0" } }, - "node_modules/stylelint-config-standard": { - "version": "34.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-34.0.0.tgz", - "integrity": "sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==", + "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, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], "license": "MIT", - "dependencies": { - "stylelint-config-recommended": "^13.0.0" - }, "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": ">=20.19.0" }, "peerDependencies": { - "stylelint": "^15.10.0" + "stylelint": "^17.0.0" } }, "node_modules/stylelint/node_modules/@csstools/css-parser-algorithms": { diff --git a/package.json b/package.json index bbfd8bc..c148776 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "prettier-eslint": "^16.4.2", "require-from-string": "^2.0.2", "standard": "^17.1.2", - "stylelint-config-standard": "^34.0.0", + "stylelint-config-standard": "^40.0.0", "through2": "^4.0.2", "tslib": "^2.8.1", "typeface-open-sans": "^1.1.13",