From 62dd336ef82705e4c984587c3f6099762cbf0091 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 05:57:17 +0000 Subject: [PATCH] Bump stylelint-scss from 3.15.0 to 3.16.0 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.15.0 to 3.16.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.15.0...3.16.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 20f830298..feb5062ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14144,9 +14144,9 @@ } }, "stylelint-scss": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.15.0.tgz", - "integrity": "sha512-c6poL7nsU5XVXxl94jl+RY2Rf3CFfMuL8kWp9PfvDi4A7Op30KGAiIfB5Co1RFKnpIOkzz44EO8ur1T9DEl5mA==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.16.0.tgz", + "integrity": "sha512-dAWs/gagdPYO3VDdvgRv5drRBMcWI4E//z3AXPAY1qYkSdXCEVJtEW+R9JtinG0U2rcJIu5XWaVddPQeaaufzw==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 75a401a87..ef37dd0e5 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "stylelint": "^13.2.1", "stylelint-config-standard": "^20.0.0", "stylelint-order": "^4.0.0", - "stylelint-scss": "^3.15.0", + "stylelint-scss": "^3.16.0", "uglifyjs-3-webpack-plugin": "^1.2.4", "unfetch": "^3.0.0", "webpack": "^4.42.0",