From 58d2b473b418f74da1cb61ff43d70438b8486491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:11:50 +0000 Subject: [PATCH] Bump node-sass from 3.13.1 to 4.14.1 in /test/test_files/angular/webpack 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] --- test/test_files/angular/webpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_files/angular/webpack/package.json b/test/test_files/angular/webpack/package.json index 033294b..662304d 100644 --- a/test/test_files/angular/webpack/package.json +++ b/test/test_files/angular/webpack/package.json @@ -40,7 +40,7 @@ "mocha": "^2.3.0", "ng-annotate-loader": "0.0.10", "node-libs-browser": "^0.5.0", - "node-sass": "^3.13.0", + "node-sass": "^4.14.1", "raw-loader": "^0.5.1", "run-sequence": "^1.1.0", "sass-loader": "^4.0.2",