diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cc9be61b..b6e5f622 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -34,7 +34,7 @@ "postcss-html": "^1.8.1", "stylelint": "^16.26.1", "stylelint-config-recommended-vue": "^1.6.1", - "stylelint-config-standard": "^39.0.1", + "stylelint-config-standard": "^40.0.0", "vite": "^7.3.1", "vite-plugin-vuetify": "^2.1.3", "vitest": "^4.0.15", @@ -9457,9 +9457,9 @@ } }, "node_modules/stylelint-config-standard": { - "version": "39.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.1.tgz", - "integrity": "sha512-b7Fja59EYHRNOTa3aXiuWnhUWXFU2Nfg6h61bLfAb5GS5fX3LMUD0U5t4S8N/4tpHQg3Acs2UVPR9jy2l1g/3A==", + "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": [ { @@ -9473,13 +9473,36 @@ ], "license": "MIT", "dependencies": { - "stylelint-config-recommended": "^17.0.0" + "stylelint-config-recommended": "^18.0.0" }, "engines": { - "node": ">=18.12.0" + "node": ">=20.19.0" }, "peerDependencies": { - "stylelint": "^16.23.0" + "stylelint": "^17.0.0" + } + }, + "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", + "engines": { + "node": ">=20.19.0" + }, + "peerDependencies": { + "stylelint": "^17.0.0" } }, "node_modules/stylelint/node_modules/@csstools/selector-specificity": { diff --git a/frontend/package.json b/frontend/package.json index ca5f415a..7046a516 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "postcss-html": "^1.8.1", "stylelint": "^16.26.1", "stylelint-config-recommended-vue": "^1.6.1", - "stylelint-config-standard": "^39.0.1", + "stylelint-config-standard": "^40.0.0", "vite": "^7.3.1", "vite-plugin-vuetify": "^2.1.3", "vitest": "^4.0.15",