From d58533c8ba983dff91a95e6c93380b61239aceea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 02:26:08 +0000 Subject: [PATCH] Bump stylelint-scss from 3.14.2 to 3.16.0 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.14.2 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.14.2...3.16.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcfbcc55b..b574d30a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17238,9 +17238,9 @@ } }, "stylelint-scss": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.14.2.tgz", - "integrity": "sha512-59/BkIEWyFoORiejDIQB2P2kmg0KcqMn7wtj1y5sRvS4N+Qh+Ng3hbKelOzgS+OM2Ezbai0uEev8xckXxkh9TQ==", + "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", @@ -17262,9 +17262,9 @@ } }, "postcss-value-parser": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz", - "integrity": "sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz", + "integrity": "sha512-N7h4pG+Nnu5BEIzyeaaIYWs0LI5XC40OrRh5L60z0QjFsqGWcHcbkBvpe1WYpcIS9yQ8sOi/vIPt1ejQCrMVrg==", "dev": true } } diff --git a/package.json b/package.json index 8a92bfef6..d8c63c06f 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "sass-loader": "^8.0.2", "stylelint": "^8.4.0", "stylelint-config-recommended-scss": "^3.3.0", - "stylelint-scss": "^3.14.2", + "stylelint-scss": "^3.16.0", "stylelint-webpack-plugin": "^0.10.5", "url-loader": "^3.0.0", "vue-jest": "^3.0.5",