From a4ef40129140e32bd7ae617bf912aaf4b6e3b3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:59:11 +0000 Subject: [PATCH] Bump node-sass from 4.12.0 to 4.14.1 in /dashboard Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.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.12.0...v4.14.1) Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 dashboard/package.json diff --git a/dashboard/package.json b/dashboard/package.json old mode 100755 new mode 100644 index e2dbca0..810a187 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -29,7 +29,7 @@ "husky": "3.0.5", "lint-staged": "9.2.5", "moment": "2.24.0", - "node-sass": "4.12.0", + "node-sass": "4.14.1", "prop-types": "15.7.2", "react": "16.8.6", "react-app-polyfill": "1.0.1",