From 6e6fd3de4f66925081af7c1aac3dad92fdeb61a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 06:51:19 +0000 Subject: [PATCH] Bump sass from 1.22.1 to 1.22.9 Bumps [sass](https://github.com/sass/dart-sass) from 1.22.1 to 1.22.9. - [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.22.1...1.22.9) 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 eb4c359..cd989ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5786,9 +5786,9 @@ } }, "sass": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.22.1.tgz", - "integrity": "sha512-VsWrNdfIzCLbD2TO2bq9tCaUzEE0UUSGtP3r9IhHi8ypAPCb3FOVP99kMRil+ZROEcTnKReZcQP9vk6ArV2eLw==", + "version": "1.22.9", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.22.9.tgz", + "integrity": "sha512-FzU1X2V8DlnqabrL4u7OBwD2vcOzNMongEJEx3xMEhWY/v26FFR3aG0hyeu2T965sfR0E9ufJwmG+Qjz78vFPQ==", "requires": { "chokidar": ">=2.0.0 <4.0.0" } diff --git a/package.json b/package.json index b963e5e..c02f4aa 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "prettier": "^1.18.2", "progress": "^2.0.3", "rimraf": "^2.6.3", - "sass": "^1.22.1", + "sass": "^1.22.9", "ts-node": "8.3.0", "typescript": "3.5.2", "underscore": "^1.9.1"