From 8471b6f536e22cc892b381916eca29267988e6ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 03:43:24 +0000 Subject: [PATCH] [TASK] Update stylelint-header to v2 | datasource | package | from | to | | ---------- | ---------------- | ----- | ----- | | npm | stylelint-header | 1.0.0 | 2.0.0 | --- Resources/Private/Frontend/package.json | 2 +- Resources/Private/Frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 44ab9d39..c506ee87 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"