From 16cc6d8b12dfdee03160a46fbbdeddd094a12edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 11:08:32 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-recommended from 4.0.0 to 5.0.0 Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases) - [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-recommended/compare/4.0.0...5.0.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 43465a410d30..ee5a2dbacccb 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "prettier": "^2.2.1", "prettier-plugin-sh": "^0.6.0", "stylelint": "^13.0.0", - "stylelint-config-recommended": "^4.0.0", + "stylelint-config-recommended": "^5.0.0", "ts-node": "^9.0.0", "typescript": "^4.1.3", "wtfnode": "^0.8.4" diff --git a/yarn.lock b/yarn.lock index b496efef6462..61a9c64f377d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7392,10 +7392,10 @@ stylehacks@^4.0.0: postcss "^7.0.0" postcss-selector-parser "^3.0.0" -stylelint-config-recommended@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz#665a0034065e6704d5032ba51bf4efa37d328ef9" - integrity sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ== +stylelint-config-recommended@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz#fb5653f495a60b4938f2ad3e77712d9e1039ae78" + integrity sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA== stylelint@^13.0.0: version "13.13.1"