diff --git a/package-lock.json b/package-lock.json index d7ef9dd0f..f872025ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "nightmare": "^3.0.2", "nyc": "^17.1.0", "stylelint": "^14.0.1", - "stylelint-config-standard": "^29.0.0", + "stylelint-config-standard": "^38.0.0", "stylelint-csstree-validator": "^2.0.0", "stylelint-scss": "^5.3.2" } @@ -7422,27 +7422,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": "38.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-38.0.0.tgz", + "integrity": "sha512-uj3JIX+dpFseqd/DJx8Gy3PcRAJhlEZ2IrlFOc4LUxBX/PNMEQ198x7LCOE2Q5oT9Vw8nyc4CIL78xSqPr6iag==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], "license": "MIT", + "dependencies": { + "stylelint-config-recommended": "^16.0.0" + }, + "engines": { + "node": ">=18.12.0" + }, "peerDependencies": { - "stylelint": "^14.10.0" + "stylelint": "^16.18.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": "16.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-16.0.0.tgz", + "integrity": "sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], "license": "MIT", - "dependencies": { - "stylelint-config-recommended": "^9.0.0" + "engines": { + "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^14.14.0" + "stylelint": "^16.16.0" } }, "node_modules/stylelint-csstree-validator": { diff --git a/package.json b/package.json index e35c9126a..1cea9c9c7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "nightmare": "^3.0.2", "nyc": "^17.1.0", "stylelint": "^14.0.1", - "stylelint-config-standard": "^29.0.0", + "stylelint-config-standard": "^38.0.0", "stylelint-csstree-validator": "^2.0.0", "stylelint-scss": "^5.3.2" },