From 646582fa1fbe802a40f4dd2f1ea8340810d8e2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 03:47:51 +0000 Subject: [PATCH] chore(deps-dev): bump node-sass from 4.11.0 to 4.14.1 in /ui Bumps [node-sass](https://github.com/sass/node-sass) from 4.11.0 to 4.14.1. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.11.0...v4.14.1) Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index bc15da9e40..9265e83501 100644 --- a/ui/package.json +++ b/ui/package.json @@ -112,7 +112,7 @@ "karma-jasmine-html-reporter": "1.4.0", "karma-junit-reporter": "1.2.0", "lint-staged": "git+https://github.com/bnjjj/lint-staged.git#master", - "node-sass": "4.11.0", + "node-sass": "4.14.1", "ts-node": "8.0.2", "tslint": "5.12.1", "typescript": "3.2.4",