From 306ef066fa1b690676350d0ab11101e0b94838c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2020 13:21:49 +0000 Subject: [PATCH] Bump stylelint-scss from 3.14.0 to 3.14.2 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.14.0 to 3.14.2. - [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.14.0...3.14.2) 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 5dcd561ca..13db13262 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17149,9 +17149,9 @@ } }, "stylelint-scss": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.14.0.tgz", - "integrity": "sha512-59tZ/vfSEJxZX1N+B96xBcmhDwCUimeuZ9kp08R7WRqUUKRJ+INilfOmIqCzHZpEY/tZDKt+grOYCxffSs49fA==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.14.2.tgz", + "integrity": "sha512-59/BkIEWyFoORiejDIQB2P2kmg0KcqMn7wtj1y5sRvS4N+Qh+Ng3hbKelOzgS+OM2Ezbai0uEev8xckXxkh9TQ==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 576fa7a71..252add709 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "sass-loader": "^8.0.2", "stylelint": "^8.4.0", "stylelint-config-recommended-scss": "^3.3.0", - "stylelint-scss": "^3.14.0", + "stylelint-scss": "^3.14.2", "stylelint-webpack-plugin": "^0.10.5", "url-loader": "^3.0.0", "vue-jest": "^3.0.5",