From 8f3b82be4744665e1f426d544992968148ad567a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 01:07:06 +0000 Subject: [PATCH] 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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba4ce0a9e..07225bdbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21144,9 +21144,9 @@ } }, "stylelint-config-recommended": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz", - "integrity": "sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz", + "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==", "dev": true }, "stylelint-config-recommended-scss": { diff --git a/package.json b/package.json index 150732a6e..087af6cb1 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "sass-loader": "^10.1.1", "style-loader": "^2.0.0", "stylelint": "^13.13.1", - "stylelint-config-recommended": "^4.0.0", + "stylelint-config-recommended": "^5.0.0", "stylelint-config-recommended-scss": "^4.2.0", "stylelint-scss": "^3.19.0", "stylelint-webpack-plugin": "^2.1.1",