From 39758f7091f63ed7b2ce50f1131e7d06a24bdc00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:09:16 +0000 Subject: [PATCH] Bump node-sass 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] --- .../static/plugins/bootstrap-daterangepicker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supporting-layer/uiux-authoring-tool/static/plugins/bootstrap-daterangepicker/package.json b/supporting-layer/uiux-authoring-tool/static/plugins/bootstrap-daterangepicker/package.json index 9c06322..7213034 100644 --- a/supporting-layer/uiux-authoring-tool/static/plugins/bootstrap-daterangepicker/package.json +++ b/supporting-layer/uiux-authoring-tool/static/plugins/bootstrap-daterangepicker/package.json @@ -27,6 +27,6 @@ "moment": "^2.9.0" }, "devDependencies": { - "node-sass": "^3.4.2" + "node-sass": "^4.14.1" } }