From 50321ab88f50dd6b1130d938ca91d3eb0891ee3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 07:35:07 +0000 Subject: [PATCH] Bump stylelint-scss from 3.18.0 to 3.19.0 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.18.0 to 3.19.0. - [Release notes](https://github.com/kristerkari/stylelint-scss/releases) - [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.18.0...3.19.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 7253516770..ca2da0ecff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20503,9 +20503,9 @@ } }, "stylelint-scss": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.18.0.tgz", - "integrity": "sha512-LD7+hv/6/ApNGt7+nR/50ft7cezKP2HM5rI8avIdGaUWre3xlHfV4jKO/DRZhscfuN+Ewy9FMhcTq0CcS0C/SA==", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.19.0.tgz", + "integrity": "sha512-Ic5bsmpS4wVucOw44doC1Yi9f5qbeVL4wPFiEOaUElgsOuLEN6Ofn/krKI8BeNL2gAn53Zu+IcVV4E345r6rBw==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index d6eda556f9..c5b73d0383 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "style-loader": "^2.0.0", "stylelint": "^13.10.0", "stylelint-config-recommended-scss": "^4.2.0", - "stylelint-scss": "^3.18.0", + "stylelint-scss": "^3.19.0", "stylelint-webpack-plugin": "^2.1.1", "ts-loader": "^8.0.14", "typescript": "^4.1.3",