From ea167cc6f08774a08211ad2c8abc80d66bbb2cf0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 11:01:33 +0000 Subject: [PATCH] Update optimize-css-assets-webpack-plugin requirement Updates the requirements on [optimize-css-assets-webpack-plugin](https://github.com/NMFR/optimize-css-assets-webpack-plugin) to permit the latest version. - [Release notes](https://github.com/NMFR/optimize-css-assets-webpack-plugin/releases) - [Commits](https://github.com/NMFR/optimize-css-assets-webpack-plugin/compare/v5.0.1...v5.0.3) 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 56c3128..62fe539 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "jest-cli": "26.0.1", "mini-css-extract-plugin": "0.5.0", "node-sass": "4.14.0", - "optimize-css-assets-webpack-plugin": "5.0.1", + "optimize-css-assets-webpack-plugin": "5.0.3", "sass-loader": "7.3.1", "style-loader": "1.2.1", "webpack": "4.29.6",