From 01986e09477da0837c1d253c54a84bcfce351ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 03:07:07 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 1.3.5 to 1.6.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.5 to 1.6.0. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.5...v1.6.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index beaad07..876b848 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10740,9 +10740,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.5.tgz", - "integrity": "sha512-tvmzcwqJJXau4OQE5vT72pRT18o2zF+tQJp8CWchqvfQnTlflkzS+dANYcRdyPRWUWRkfmeNTKltx0NZI/b5dQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz", + "integrity": "sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index e625a12..fbfecf1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "file-loader": "^6.2.0", "hugo-bin": "^0.68.0", "imports-loader": "^1.2.0", - "mini-css-extract-plugin": "^1.3.5", + "mini-css-extract-plugin": "^1.6.0", "node-sass": "^5.0.0", "npm-run-all": "^4.1.5", "optimize-css-assets-webpack-plugin": "^5.0.4",