From 323e4cf425aa76d98298116ab8bca39860137252 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 06:48:47 +0000 Subject: [PATCH] build(deps): bump sass from 1.24.0 to 1.24.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.24.0 to 1.24.1. - [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.24.0...1.24.1) 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 1d0b1ae722d82..1cd18a169db27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6868,9 +6868,9 @@ "dev": true }, "sass": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.24.0.tgz", - "integrity": "sha512-1TsPyMhLTx+9DLlmwg02iBW2p4poGA7LlkWJLpUY/XticFKNhPcx+l4FsIJLKl6oSUfXmAKpVljHEez1hwjqiw==", + "version": "1.24.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.24.1.tgz", + "integrity": "sha512-lMhl1V4Bj/lm+5c4sIt3fVzfmkyqqztpypr9dI8N0XsaeLs+gWow0der0e+I9WsRQK86SLXfEUgleERqPbR5Jw==", "requires": { "chokidar": ">=2.0.0 <4.0.0" } diff --git a/package.json b/package.json index 0a13f231c0430..689fb12e02dd4 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "node-version-data": "^1.1.0", "npm-run-all": "^4.1.5", "postcss": "^7.0.26", - "sass": "^1.24.0", + "sass": "^1.24.1", "semver": "^7.1.1", "strftime": "^0.10.0" },