From 92722fcf093e57fdb2980e2602f6df178466679d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:11:18 +0000 Subject: [PATCH] Bump node-sass in /watch-and-compile-your-sass-with-npm Bumps [node-sass](https://github.com/sass/node-sass) from 3.4.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/3.4.2...v4.14.1) Signed-off-by: dependabot[bot] --- watch-and-compile-your-sass-with-npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-and-compile-your-sass-with-npm/package.json b/watch-and-compile-your-sass-with-npm/package.json index 65834ba..f2fda89 100644 --- a/watch-and-compile-your-sass-with-npm/package.json +++ b/watch-and-compile-your-sass-with-npm/package.json @@ -21,7 +21,7 @@ "author": "Brian Han (http://brianhanio.mybluemix.net/)", "license": "MIT", "devDependencies": { - "node-sass": "3.4.2", + "node-sass": "4.14.1", "nodemon": "1.8.1" } }