diff --git a/package-lock.json b/package-lock.json index 27d3a69c43..80ff982839 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "storybook": "^9.1.5", "stylelint": "^16.21.1", "stylelint-config-recommended": "^16.0.0", - "stylelint-config-standard": "^38.0.0", + "stylelint-config-standard": "^39.0.1", "svelte": "^5.38.10", "svelte-check": "^4.3.1", "svelte-preprocess": "^6.0.3", @@ -2843,10 +2843,6 @@ "node": ">=4" } }, - "node_modules/@stackoverflow/stacks-svelte": { - "resolved": "packages/stacks-svelte", - "link": true - }, "node_modules/@stackoverflow/prettier-config": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@stackoverflow/prettier-config/-/prettier-config-1.0.0.tgz", @@ -2902,6 +2898,10 @@ "integrity": "sha512-ktovt9XAt46Unt5xw/loPTJtbmEhsxiSRqUHgIBajU/S5xxxGY9RnWDLZU9iTyk6sZuedceAhlS7HmxzacSy0g==", "license": "MIT" }, + "node_modules/@stackoverflow/stacks-svelte": { + "resolved": "packages/stacks-svelte", + "link": true + }, "node_modules/@storybook/addon-docs": { "version": "9.1.8", "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-9.1.8.tgz", @@ -15532,9 +15532,9 @@ } }, "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==", + "version": "39.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.1.tgz", + "integrity": "sha512-b7Fja59EYHRNOTa3aXiuWnhUWXFU2Nfg6h61bLfAb5GS5fX3LMUD0U5t4S8N/4tpHQg3Acs2UVPR9jy2l1g/3A==", "dev": true, "funding": [ { @@ -15548,13 +15548,36 @@ ], "license": "MIT", "dependencies": { - "stylelint-config-recommended": "^16.0.0" + "stylelint-config-recommended": "^17.0.0" + }, + "engines": { + "node": ">=18.12.0" }, + "peerDependencies": { + "stylelint": "^16.23.0" + } + }, + "node_modules/stylelint-config-standard/node_modules/stylelint-config-recommended": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-17.0.0.tgz", + "integrity": "sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], + "license": "MIT", "engines": { "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^16.18.0" + "stylelint": "^16.23.0" } }, "node_modules/stylelint/node_modules/balanced-match": { diff --git a/package.json b/package.json index cbf67bc2bf..cef48911d5 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "storybook": "^9.1.5", "stylelint": "^16.21.1", "stylelint-config-recommended": "^16.0.0", - "stylelint-config-standard": "^38.0.0", + "stylelint-config-standard": "^39.0.1", "svelte": "^5.38.10", "svelte-check": "^4.3.1", "svelte-preprocess": "^6.0.3",