From 2fba8815f458d8ee1ceb00b99887a8820ff4bfc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 02:02:23 +0000 Subject: [PATCH] Bump stylelint from 14.7.1 to 14.8.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.7.1 to 14.8.1. - [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.7.1...14.8.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... 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 f004851ff..b112657e9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "sass": "^1.50.1", "sass-loader": "^12.6.0", "style-loader": "^3.3.1", - "stylelint": "^14.7.1", + "stylelint": "^14.8.1", "stylelint-config-standard": "^25.0.0", "stylelint-scss": "^4.2.0", "stylelint-webpack-plugin": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index bd77c371f..7f5890bb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5343,10 +5343,10 @@ stylelint-webpack-plugin@^3.2.0: normalize-path "^3.0.0" schema-utils "^4.0.0" -stylelint@^14.7.1: - version "14.7.1" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.7.1.tgz#f1b3236cbf9e1b25a04d03f76250943a58d3f37f" - integrity sha512-rUOWm67hrzGXXyO/cInENEejF4urh1dLgOb9cr/3XLDb/t/A+rXQp3p6+no8o8QCKTgBUdhVUq/bXMgE988PJw== +stylelint@^14.8.1: + version "14.8.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.8.1.tgz#86810ebbd7a3570519c6b11d63dc6e5ee3ff3057" + integrity sha512-0YxTop3wTeEVmQWhS7jjLFaBkvfPmffRiJ6eFIDlK++f3OklaobTYFJu32E5u/cIrFLbcW52pLqrYpihA/y0/w== dependencies: balanced-match "^2.0.0" colord "^2.9.2"