From b30914b847e81a062948cbce58e875c217d12e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:14:00 +0000 Subject: [PATCH] Bump stylelint from 14.12.1 to 14.13.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.12.1 to 14.13.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/14.12.1...14.13.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 9c8373fdf..50fd2b8f7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "sass": "^1.55.0", "sass-loader": "^13.0.2", "style-loader": "^3.3.1", - "stylelint": "^14.12.1", + "stylelint": "^14.13.0", "stylelint-config-standard": "^28.0.0", "stylelint-scss": "^4.3.0", "stylelint-webpack-plugin": "^3.3.0", diff --git a/yarn.lock b/yarn.lock index 405e97894..1de77ffab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5439,10 +5439,10 @@ stylelint-webpack-plugin@^3.3.0: normalize-path "^3.0.0" schema-utils "^4.0.0" -stylelint@^14.12.1: - version "14.12.1" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.12.1.tgz#7fac1578662ca12330c32a61c8583be7fad4a530" - integrity sha512-ZEM4TuksChMBfuPadQsHUkbOoRySAT9QMfDvvYxdAchOJl0p+csTMBXOu6ORAAxKhwBmxqJiep8V88bXfNs3EQ== +stylelint@^14.13.0: + version "14.13.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.13.0.tgz#0c0b8ba8c5cf39522a50c9928f5e44897c678538" + integrity sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg== dependencies: "@csstools/selector-specificity" "^2.0.2" balanced-match "^2.0.0"