summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-21 01:17:55 +0000
committerGitHub <noreply@github.com>2020-06-21 01:17:55 +0000
commitb2dd8bae81a94c4dfc89ee69e6b0184aa6e0c8ed (patch)
tree4fe55363ad18aa90bb67fff9acb651a4923bb99f
parent3770124f259aa3599050e63df610699d406c2f31 (diff)
Bump stylelint-scss from 3.17.2 to 3.18.0
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.17.2 to 3.18.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.17.2...3.18.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index f675f38a..ac36c08a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11900,9 +11900,9 @@
}
},
"stylelint-scss": {
- "version": "3.17.2",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.17.2.tgz",
- "integrity": "sha512-e0dmxqsofy/HZj4urcGSJw4S6yHDJxiQdT20/1ciCsd5lomisa7YM4+Qtt1EG4hsqEG1dbEeF855tec1UyqcSA==",
+ "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==",
"dev": true,
"requires": {
"lodash": "^4.17.15",
diff --git a/package.json b/package.json
index 528ff5b9..a80e0f1d 100644
--- a/package.json
+++ b/package.json
@@ -88,7 +88,7 @@
"sass-loader": "^8.0.2",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
- "stylelint-scss": "^3.17.2",
+ "stylelint-scss": "^3.18.0",
"stylelint-webpack-plugin": "^0.10.5",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.2",