From 6eef2496c9022ecf127dd6b07103f397e34a6fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 05:08:23 +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 74e33f755e..a06bfedd2a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "sass-loader": "^11.0.1", "source-map-loader": "^2.0.1", "style-loader": "^2.0.0", - "stylelint": "^13.10.0", + "stylelint": "^13.11.0", "stylelint-config-rational-order": "^0.1.2", "stylelint-no-browser-hacks": "^1.2.1", "stylelint-order": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index d8f0f83330..b7a85746f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7895,10 +7895,10 @@ stylelint-scss@^3.19.0: postcss-selector-parser "^6.0.2" postcss-value-parser "^4.1.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"