From 83d0226b4c17a9c8cca66535c3818223b06e4032 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:39:04 +0000 Subject: [PATCH] Bump stylelint-config-recommended from 3.0.0 to 4.0.0 Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 3.0.0 to 4.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/3.0.0...4.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index abafc6078..0a796b1f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7519,9 +7519,9 @@ } }, "stylelint-config-recommended": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-3.0.0.tgz", - "integrity": "sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz", + "integrity": "sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ==", "dev": true }, "stylelint-config-standard": { @@ -7531,6 +7531,14 @@ "dev": true, "requires": { "stylelint-config-recommended": "^3.0.0" + }, + "dependencies": { + "stylelint-config-recommended": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-3.0.0.tgz", + "integrity": "sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ==", + "dev": true + } } }, "stylelint-order": { diff --git a/package.json b/package.json index b75d3aaf9..24e004a4f 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "sass": "^1.32.8", "stylelint": "^13.12.0", "stylelint-config-rational-order": "^0.1.2", - "stylelint-config-recommended": "^3.0.0", + "stylelint-config-recommended": "^4.0.0", "stylelint-config-standard": "^20.0.0", "stylelint-scss": "^3.19.0", "svgo": "^2.2.1",