From 62b085c16d8449ef9fe7a30aa33e27cc0100f5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 03:01:54 +0000 Subject: [PATCH] Bump stylelint from 14.5.1 to 14.5.3 Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.5.1 to 14.5.3. - [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/14.5.1...14.5.3) --- 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 d2bc8c5f9..92bdbc880 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "sass": "^1.49.8", "sass-loader": "^12.6.0", "style-loader": "^3.3.1", - "stylelint": "^14.5.1", + "stylelint": "^14.5.3", "stylelint-config-standard": "^25.0.0", "stylelint-scss": "^4.1.0", "stylelint-webpack-plugin": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 3c5b8d44b..326734ed3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5394,10 +5394,10 @@ stylelint-webpack-plugin@^3.1.1: normalize-path "^3.0.0" schema-utils "^4.0.0" -stylelint@^14.5.1: - version "14.5.1" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.5.1.tgz#2b2575ccaf14bb057209d48fc87c17d5b684f8db" - integrity sha512-8Hf4HtnhxlWlf7iXF9zFfhSc3X0teRnVzl6PqPs2JEFx+dy/mhMhghZfiTDW4QG0ihDw9+WP7GZw5Nzx7cQF5A== +stylelint@^14.5.3: + version "14.5.3" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.5.3.tgz#103b6670128ba3dea69fe3a1a07c4a5d3e0e3450" + integrity sha512-omHETL+kGHR+fCXFK1SkZD/A+emCP9esggAdWEl8GPjTNeyRYj+H6uetRDcU+7E451zwWiUYGVAX+lApsAZgsQ== dependencies: balanced-match "^2.0.0" colord "^2.9.2"