From b0e152823b70ee216687bc0578a292562d3282e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 09:17:04 +0000 Subject: [PATCH] chore(deps-dev): bump mini-css-extract-plugin from 1.5.0 to 1.5.1 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.5.0 to 1.5.1. - [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.5.0...v1.5.1) 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 d416d3de..1a0b4726 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22592,9 +22592,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.0.tgz", - "integrity": "sha512-SIbuLMv6jsk1FnLIU5OUG/+VMGUprEjM1+o2trOAx8i5KOKMrhyezb1dJ4Ugsykb8Jgq8/w5NEopy6escV9G7g==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.1.tgz", + "integrity": "sha512-wEpr0XooH6rw/Mlf+9KTJoMBLT3HujzdTrmohPjAzF47N4Q6yAeczQLpRD/WxvAtXvskcXbily7TAdCfi2M4Dg==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index ee9ebc4d..1638a29b 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "license-checker": "^25.0.0", "lint-staged": "=10.5.4", "local-web-server": "^4.2.1", - "mini-css-extract-plugin": "^1.5.0", + "mini-css-extract-plugin": "^1.5.1", "mocha": "=8.3.2", "nightwatch": "^1.6.3", "node-sass": "^4.14.1",