From 482c799ce71f829424d5014c5385f904c633992f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 06:11:51 +0000 Subject: [PATCH] Bump sass from 1.17.2 to 1.26.10 Bumps [sass](https://github.com/sass/dart-sass) from 1.17.2 to 1.26.10. - [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.10) 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..8a241f8 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.10", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.26.10.tgz", + "integrity": "sha512-bzN0uvmzfsTvjz0qwccN1sPm2HxxpNI/Xa+7PlUEMS+nQvbyuEK7Y0qFqxlPHhiNHb1Ze8WQJtU31olMObkAMw==", "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..97e9d07 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.10", "sass-loader": "^7.1.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.1",