From 5d2dc65e087337c68fa34b7d7abbaa2b60363f67 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 07:02:34 +0000 Subject: [PATCH] Bump node-sass from 4.14.1 to 5.0.0 Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 5.0.0. - [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/v4.14.1...v5.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e20fbb8..1d4c888e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "react-scripts": "4.0.0", - "node-sass": "^4.14.1" + "node-sass": "^5.0.0" }, "scripts": { "start": "react-scripts start",