From da9b47a6420a8673bc78f01d1a6fceadb9e769e3 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 22 Sep 2022 04:41:32 +0000 Subject: [PATCH] Build(deps-dev): bump stylelint from 14.12.0 to 14.12.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.12.0 to 14.12.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.12.0...14.12.1) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5f331bd..e0a03c4 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "husky": "^8.0.1", "postcss-html": "^1.5.0", "prettier": "^2.7.1", - "stylelint": "^14.12.0", + "stylelint": "^14.12.1", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard": "^28.0.0", diff --git a/yarn.lock b/yarn.lock index 080d14a..75ea1e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14028,10 +14028,10 @@ stylelint-webpack-plugin@^2.3.1: normalize-path "^3.0.0" schema-utils "^3.1.1" -stylelint@^14.12.0: - version "14.12.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.12.0.tgz#86d5b60d0f30a6bd0b59e1d4c85a267f0caef97e" - integrity sha512-9Sa+IsT31PN9zf9q5ZVZNvhT6jMVu6YhpI38g3Akn7vONipGL0GNd9QCblwtJ3ysaoM80P/+9mOcFB1xnytiQQ== +stylelint@^14.12.1: + version "14.12.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.12.1.tgz#7fac1578662ca12330c32a61c8583be7fad4a530" + integrity sha512-ZEM4TuksChMBfuPadQsHUkbOoRySAT9QMfDvvYxdAchOJl0p+csTMBXOu6ORAAxKhwBmxqJiep8V88bXfNs3EQ== dependencies: "@csstools/selector-specificity" "^2.0.2" balanced-match "^2.0.0"