From 2b7b83958c2844de0598039f23aae454ab52fc29 Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Mon, 29 Jun 2020 00:39:35 +0200 Subject: [PATCH] Updated node-sass version. --- style/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/package.json b/style/package.json index d2e369a..5d308a8 100644 --- a/style/package.json +++ b/style/package.json @@ -10,6 +10,6 @@ "author": "Marvin Blum, Daniel Schramm", "license": "ISC", "devDependencies": { - "node-sass": "^4.13.0" + "node-sass": "^4.14.1" } }