From 8ab983637b19f29cc89e68a14e4504acdf51964e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 5 May 2019 01:14:44 +0000 Subject: [PATCH] Bump stylelint-config-recommended-scss from 3.2.0 to 3.3.0 Bumps [stylelint-config-recommended-scss](https://github.com/kristerkari/stylelint-config-recommended-scss) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/kristerkari/stylelint-config-recommended-scss/releases) - [Changelog](https://github.com/kristerkari/stylelint-config-recommended-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/kristerkari/stylelint-config-recommended-scss/compare/3.2.0...3.3.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74da808f..503e54ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12438,18 +12438,18 @@ } }, "stylelint-config-recommended": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-2.1.0.tgz", - "integrity": "sha512-ajMbivOD7JxdsnlS5945KYhvt7L/HwN6YeYF2BH6kE4UCLJR0YvXMf+2j7nQpJyYLZx9uZzU5G1ZOSBiWAc6yA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-2.2.0.tgz", + "integrity": "sha512-bZ+d4RiNEfmoR74KZtCKmsABdBJr4iXRiCso+6LtMJPw5rd/KnxUWTxht7TbafrTJK1YRjNgnN0iVZaJfc3xJA==", "dev": true }, "stylelint-config-recommended-scss": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.2.0.tgz", - "integrity": "sha512-M8BFHMRf8KNz5EQPKJd8nMCGmBd2o5coDEObfHVbEkyLDgjIf1V+U5dHjaGgvhm0zToUxshxN+Gc5wpbOOew4g==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-3.3.0.tgz", + "integrity": "sha512-BvuuLYwoet8JutOP7K1a8YaiENN+0HQn390eDi0SWe1h7Uhx6O3GUQ6Ubgie9b/AmHX4Btmp+ZzVGbzriFTBcA==", "dev": true, "requires": { - "stylelint-config-recommended": "^2.0.0" + "stylelint-config-recommended": "^2.2.0" } }, "stylelint-webpack-plugin": { diff --git a/package.json b/package.json index f30cfabd..5f1d8d2c 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "raw-loader": "^2.0.0", "sass-loader": "^7.1.0", "stylelint": "^8.4.0", - "stylelint-config-recommended-scss": "^3.2.0", + "stylelint-config-recommended-scss": "^3.3.0", "stylelint-webpack-plugin": "^0.10.5", "vue-jest": "^3.0.4", "vue-loader": "^15.7.0",