From 65caa25603e79bc311408899fb245a35f2a92ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 03:18:29 +0000 Subject: [PATCH] Bump stylelint from 15.6.1 to 15.6.2 Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.1 to 15.6.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/15.6.1...15.6.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 a3790fb01..5fdff7880 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "sass": "^1.62.1", "sass-loader": "^13.2.2", "style-loader": "^3.3.3", - "stylelint": "^15.6.0", + "stylelint": "^15.6.2", "stylelint-config-standard": "^33.0.0", "stylelint-scss": "^5.0.0", "stylelint-webpack-plugin": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index fcc2ddf38..0b1f52b2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5435,10 +5435,10 @@ stylelint-webpack-plugin@^4.1.1: normalize-path "^3.0.0" schema-utils "^4.0.0" -stylelint@^15.6.0: - version "15.6.1" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.6.1.tgz#e4cd33a3af88587b99a5d1328aedd8c298b6dc81" - integrity sha512-d8icFBlVl93Elf3Z5ABQNOCe4nx69is3D/NZhDLAie1eyYnpxfeKe7pCfqzT5W4F8vxHCLSDfV8nKNJzogvV2Q== +stylelint@^15.6.2: + version "15.6.2" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.6.2.tgz#06d9005b62a83b72887eed623520e9b472af8c15" + integrity sha512-fjQWwcdUye4DU+0oIxNGwawIPC5DvG5kdObY5Sg4rc87untze3gC/5g/ikePqVjrAsBUZjwMN+pZsAYbDO6ArQ== dependencies: "@csstools/css-parser-algorithms" "^2.1.1" "@csstools/css-tokenizer" "^2.1.1"