From 4e73957a74dc22440f751a0f57d970c559369fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:50:58 +0000 Subject: [PATCH] Bump node-sass from 4.7.2 to 4.14.1 in /frontend Bumps [node-sass](https://github.com/sass/node-sass) from 4.7.2 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.7.2...v4.14.1) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f3e4dd9..1f9f013 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "file-loader": "1.1.6", "html-loader": "0.5.5", "html-webpack-plugin": "2.30.1", - "node-sass": "4.7.2", + "node-sass": "4.14.1", "rimraf": "2.6.2", "sass-loader": "6.0.6", "source-list-map": "2.0.0",