From e8d6913a422da65e421d1dbdda624aecbdfcaa86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 16:43:04 +0000 Subject: [PATCH] Bump node-sass from 3.13.1 to 4.14.1 in /templates/materialize Bumps [node-sass](https://github.com/sass/node-sass) from 3.13.1 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/v3.13.1...v4.14.1) Signed-off-by: dependabot[bot] --- templates/materialize/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/materialize/package.json b/templates/materialize/package.json index 3b08325..ae8e3ce 100644 --- a/templates/materialize/package.json +++ b/templates/materialize/package.json @@ -33,7 +33,7 @@ "grunt-sass": "^1.1.0", "grunt-text-replace": "^0.4.0", "jquery": "^2.1.4", - "node-sass": "^3.4.2" + "node-sass": "^4.14.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"