diff --git a/Resources/Private/Frontend/package.json b/Resources/Private/Frontend/package.json index 6f26942b..e503fa5c 100644 --- a/Resources/Private/Frontend/package.json +++ b/Resources/Private/Frontend/package.json @@ -42,7 +42,7 @@ "stylelint": "^16.0.0", "stylelint-config-sass-guidelines": "^11.0.0", "stylelint-copyright": "^3.2.1", - "stylelint-header": "^1.0.0", + "stylelint-header": "^2.0.0", "tslib": "^2.6.0", "typescript": "^5.0.4", "typescript-eslint": "^7.6.0" diff --git a/Resources/Private/Frontend/yarn.lock b/Resources/Private/Frontend/yarn.lock index fbb652f0..d31b8c8f 100644 --- a/Resources/Private/Frontend/yarn.lock +++ b/Resources/Private/Frontend/yarn.lock @@ -3253,10 +3253,10 @@ stylelint-copyright@^3.2.1: stylelint "^14.16.1" tslib "^2.6.0" -stylelint-header@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/stylelint-header/-/stylelint-header-1.0.0.tgz#a58f8e1995a822d8b3b1d1ceaddaf0884ece6895" - integrity sha512-1LB2SNSjaTj4doUDKbH65ic6OkfKCWML1eL6ANYeREDvq12mA7M8SIx7dAlpufEFYyzJEqBkN7A8+r/oOHAyvA== +stylelint-header@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/stylelint-header/-/stylelint-header-2.0.0.tgz#c3616f15cc5879465432ed0aa8053599af1c6715" + integrity sha512-SovbxIH3V3dU0fycQI3Kshg8GUiRGWu9USfA1v7gFf9pCWZu2f1eHzcniO0s4Pv+GpArW6+FxmaMKSDdZm776Q== dependencies: string-similarity "^4.0.4"