From c7a9fbd3e0d9ca04a80a64643c55b66a6bf1d3d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 03:30:13 +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 569ce4e..423010f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "extract-text-webpack-plugin": "^3.0.2", "html-webpack-plugin": "^3.2.0", "imagemin-webpack-plugin": "^2.4.2", - "node-sass": "^4.14.1", + "node-sass": "^5.0.0", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", "sass-loader": "^7.3.1",