From f4489fd8f4a20e1d8d9b3241c2e5536b0980a7d1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 11 Jul 2018 16:45:17 +0300 Subject: [PATCH] package.json: Bump node-sass dependency to match Bootstrap's See: https://github.com/twbs/bootstrap/blob/v4-dev/package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7f3036..57cf70f 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "clean-css-cli": "^4.1.11", "cookieconsent": "^3.0.4", "font-awesome": "^4.7.0", - "node-sass": "^4.8.3" + "node-sass": "^4.9.1" } }