From 39f974af48c8ae19435766e7ead115a77b4ee5cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 04:54:46 +0000 Subject: [PATCH] Bump sass from 1.17.2 to 1.26.11 Bumps [sass](https://github.com/sass/dart-sass) from 1.17.2 to 1.26.11. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.17.2...1.26.11) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6dd3c40..3607d13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9625,12 +9625,12 @@ "dev": true }, "sass": { - "version": "1.17.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.17.2.tgz", - "integrity": "sha512-TBNcwSIEXpXAIaFxQnWbHzhciwPKpHRprQ+1ww+g9eHCiY3PINJs6vQTu+LcBt1vIhrtQGRFIoxJO39TfLrptA==", + "version": "1.26.11", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.26.11.tgz", + "integrity": "sha512-W1l/+vjGjIamsJ6OnTe0K37U2DBO/dgsv2Z4c89XQ8ZOO6l/VwkqwLSqoYzJeJs6CLuGSTRWc91GbQFL3lvrvw==", "dev": true, "requires": { - "chokidar": "^2.0.0" + "chokidar": ">=2.0.0 <4.0.0" } }, "sass-loader": { diff --git a/package.json b/package.json index 33c5a8b..fab917b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-plugin-vue": "^5.0.0", "fibers": "^3.1.1", "json-server": "^0.14.2", - "sass": "^1.16.0", + "sass": "^1.26.11", "sass-loader": "^7.1.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.1",