From 5a83181452ddd94723144a3602a62148e6586cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:53:41 +0000 Subject: [PATCH] Bump node-sass in /examples/extract-text-webpack-plugin/versions/1 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] --- examples/extract-text-webpack-plugin/versions/1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/extract-text-webpack-plugin/versions/1/package.json b/examples/extract-text-webpack-plugin/versions/1/package.json index f8c1932..7240799 100644 --- a/examples/extract-text-webpack-plugin/versions/1/package.json +++ b/examples/extract-text-webpack-plugin/versions/1/package.json @@ -6,7 +6,7 @@ "extract-text-webpack-plugin": "1.0.1", "less": "^2.7.1", "less-loader": "^2.2.3", - "node-sass": "^3.8.0", + "node-sass": "^4.14.1", "sass-loader": "^4.0.0", "style-loader": "^0.13.1" }