From 513f36b55bb31e02966767917399a27665ad493a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:41:06 +0000 Subject: [PATCH] yarn(deps-dev): bump stylelint from 16.13.1 to 16.13.2 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.13.1 to 16.13.2. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.13.1...16.13.2) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9234003b1d..674da1386d 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "redux-mock-store": "^1.5.4", "resize-observer-polyfill": "^1.5.1", "sass": "^1.83.4", - "stylelint": "^16.13.1", + "stylelint": "^16.13.2", "stylelint-config-standard": "^37.0.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3" diff --git a/yarn.lock b/yarn.lock index ccbcaff83e..ab0efaf1e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11456,10 +11456,10 @@ stylelint-config-standard@^37.0.0: dependencies: stylelint-config-recommended "^15.0.0" -stylelint@^16.13.1: - version "16.13.1" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.13.1.tgz#bc1bb8a01052c60a1b7c1038aa54773b14fea5b7" - integrity sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q== +stylelint@^16.13.2: + version "16.13.2" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.13.2.tgz#a0e8aab7cedde55f185ac8af6f526e53df783294" + integrity sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA== dependencies: "@csstools/css-parser-algorithms" "^3.0.4" "@csstools/css-tokenizer" "^3.0.3"