From b724f3de1f9e3e29d1d68980a5b505c5165125cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 03:04:08 +0000 Subject: [PATCH] Bump stylelint from 13.10.0 to 13.11.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.10.0 to 13.11.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.10.0...13.11.0) 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 1eab4ec1c..aa779b67d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "sass": "^1.32.8", "sass-loader": "^11.0.1", "style-loader": "^2.0.0", - "stylelint": "^13.10.0", + "stylelint": "^13.11.0", "stylelint-config-standard": "^20.0.0", "stylelint-scss": "^3.19.0", "stylelint-webpack-plugin": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index bc587cff6..bfb67c27f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6284,10 +6284,10 @@ stylelint-webpack-plugin@^2.1.1: micromatch "^4.0.2" schema-utils "^3.0.0" -stylelint@^13.10.0: - version "13.10.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.10.0.tgz#67b0c6f378c3fa61aa569a55d38feb8570b0b587" - integrity sha512-eDuLrL0wzPKbl5/TbNGZcbw0lTIGbDEr5W6lCODvb1gAg0ncbgCRt7oU0C2VFDvbrcY0A3MFZOwltwTRmc0XCw== +stylelint@^13.11.0: + version "13.11.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.11.0.tgz#591981fbdd68c9d3d3e6147a0cd6a07539fc216d" + integrity sha512-DhrKSWDWGZkCiQMtU+VroXM6LWJVC8hSK24nrUngTSQvXGK75yZUq4yNpynqrxD3a/fzKMED09V+XxO4z4lTbw== dependencies: "@stylelint/postcss-css-in-js" "^0.37.2" "@stylelint/postcss-markdown" "^0.36.2"