From 7f4cff59715b99d720ef6477d8dab95ac59a971c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 07:58:25 +0000 Subject: [PATCH] Bump stylelint-scss from 3.11.1 to 3.12.0 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.11.1 to 3.12.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.11.1...3.12.0) Signed-off-by: dependabot-preview[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 2071f0f1e..952f26e3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12562,9 +12562,9 @@ } }, "stylelint-scss": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.11.1.tgz", - "integrity": "sha512-0FZNSfy5X2Or4VRA3Abwfrw1NHrI6jHT8ji9xSwP8Re2Kno0i90qbHwm8ohPO0kRB1RP9x1vCYBh4Tij+SZjIg==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.12.0.tgz", + "integrity": "sha512-RvZqmCnILJ0etFBjSGTXQKOspYjF+jjtFdUGoqjuis2YILy/3LCtgSdBP2I+LUOfRT+eJFCrb8g+j3ZND4FaNA==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index f342cd63b..9d0b8fa40 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "stylelint": "^11.1.1", "stylelint-config-standard": "^19.0.0", "stylelint-order": "^3.1.1", - "stylelint-scss": "^3.11.1", + "stylelint-scss": "^3.12.0", "uglifyjs-3-webpack-plugin": "^1.2.4", "unfetch": "^3.0.0", "webpack": "^4.41.2",