From 29dc063d34e75a10cdf781ccf244ed3ca0b908c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:24:30 +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] --- .../resources/static/bootstrap-daterangepicker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iql-web/src/main/resources/static/bootstrap-daterangepicker/package.json b/iql-web/src/main/resources/static/bootstrap-daterangepicker/package.json index 9f915f8..5f6fa1d 100644 --- a/iql-web/src/main/resources/static/bootstrap-daterangepicker/package.json +++ b/iql-web/src/main/resources/static/bootstrap-daterangepicker/package.json @@ -27,6 +27,6 @@ "moment": "^2.9.0" }, "devDependencies": { - "node-sass": "^3.4.2" + "node-sass": "^4.14.1" } }