From 8bf4222bdb7c72d995e3e5e083974110099c91dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 02:57:20 +0000 Subject: [PATCH] Bump stylelint from 15.8.0 to 15.9.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.8.0 to 15.9.0. - [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/15.8.0...15.9.0) --- 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 1229ec283..f769ff874 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "sass": "^1.63.4", "sass-loader": "^13.3.2", "style-loader": "^3.3.3", - "stylelint": "^15.8.0", + "stylelint": "^15.9.0", "stylelint-config-standard": "^33.0.0", "stylelint-config-standard-scss": "^9.0.0", "stylelint-scss": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index e16aba9bf..45d357f1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5505,10 +5505,10 @@ stylelint-webpack-plugin@^4.1.1: normalize-path "^3.0.0" schema-utils "^4.0.0" -stylelint@^15.8.0: - version "15.8.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.8.0.tgz#c1e8a85d6f9e24670c4385ce0b79103e9b1b3e81" - integrity sha512-x9qBk84F3MEjMEUNCE7MtWmfj9G9y5XzJ0cpQeJdy2l/IoqjC8Ih0N0ytmOTnXE4Yv0J7I1cmVRQUVNSPCxTsA== +stylelint@^15.9.0: + version "15.9.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.9.0.tgz#f5522fac58f806b59ebddbca360ed470dc5b419c" + integrity sha512-sXtAZi64CllWr6A+8ymDWnlIaYwuAa7XRmGnJxLQXFNnLjd3Izm4HAD+loKVaZ7cpK6SLxhAUX1lwPJKGCn0mg== dependencies: "@csstools/css-parser-algorithms" "^2.2.0" "@csstools/css-tokenizer" "^2.1.1"