From 4af1b0ef5ec187d2a5adecd53558cb08d3ad0ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 05:11:30 +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 5d30857..4a8eb68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11728,9 +11728,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 }, "sugarss": { diff --git a/package.json b/package.json index 3ba88a9..43c8aec 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "husky": "^6.0.0", "mkdirp": "^1.0.4", "nodemon": "^2.0.3", - "stylelint-config-recommended": "^4.0.0", + "stylelint-config-recommended": "^5.0.0", "supertest": "^6.0.1", "tap": "^14.10.7" },