From 04764cf568300e8ff0c11e1cfe73a4f9443b1c45 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <support@dependabot.com>
Date: Wed, 30 May 2018 08:23:54 +0000
Subject: [PATCH] Update node-sass requirement to ~4.9.0 in /build

Updates the requirements on [node-sass](https://github.com/sass/node-sass) to permit the latest version.
- [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/commits/v4.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 build/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/package.json b/build/package.json
index 460c0a6ddb8..8e17b7fe36e 100644
--- a/build/package.json
+++ b/build/package.json
@@ -24,7 +24,7 @@
     "karma-phantomjs-launcher": "*",
     "karma-viewport": "^0.4.2",
     "phantomjs-prebuilt": "*",
-    "node-sass": "~4.1.1",
+    "node-sass": "~4.9.0",
     "sinon": "<= 5.0.7"
   },
   "engine": "node >= 6.9"
-- 
GitLab