From 642da5e8552b42b46a989212f06a4263fa707dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 15:01:37 +0000 Subject: [PATCH] chore(deps-dev): bump mini-css-extract-plugin in /assets Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.2.0 to 2.3.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/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 14 +++++++------- assets/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index ab685c2..21d1ce8 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -18,7 +18,7 @@ "copy-webpack-plugin": "^9.0.1", "css-loader": "^6.2.0", "css-minimizer-webpack-plugin": "^3.0.2", - "mini-css-extract-plugin": "^2.2.0", + "mini-css-extract-plugin": "^2.3.0", "node-sass": "^6.0.1", "sass-loader": "^12.1.0", "webpack": "^5.51.1", @@ -4173,9 +4173,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.0.tgz", - "integrity": "sha512-91HeVHbq7PUJ4TwOuMTlFWfVWrLqf3SF0PlEDPV+wtgsfxrMebN9LLzflyQqdKLp4/H3PexRB1WLKsCqpWKkxQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.3.0.tgz", + "integrity": "sha512-uzWaOwC+gJrnKbr23J1ZRWx/Wd9W9Ce1mKPlsBGBV/r8zG7/G7oKMxGmxbI65pVGbae2cR7CUx9Ulk0HQt8BfQ==", "dev": true, "dependencies": { "schema-utils": "^3.1.0" @@ -9839,9 +9839,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.0.tgz", - "integrity": "sha512-91HeVHbq7PUJ4TwOuMTlFWfVWrLqf3SF0PlEDPV+wtgsfxrMebN9LLzflyQqdKLp4/H3PexRB1WLKsCqpWKkxQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.3.0.tgz", + "integrity": "sha512-uzWaOwC+gJrnKbr23J1ZRWx/Wd9W9Ce1mKPlsBGBV/r8zG7/G7oKMxGmxbI65pVGbae2cR7CUx9Ulk0HQt8BfQ==", "dev": true, "requires": { "schema-utils": "^3.1.0" diff --git a/assets/package.json b/assets/package.json index e697670..5ed3d2b 100644 --- a/assets/package.json +++ b/assets/package.json @@ -19,7 +19,7 @@ "copy-webpack-plugin": "^9.0.1", "css-loader": "^6.2.0", "css-minimizer-webpack-plugin": "^3.0.2", - "mini-css-extract-plugin": "^2.2.0", + "mini-css-extract-plugin": "^2.3.0", "node-sass": "^6.0.1", "sass-loader": "^12.1.0", "webpack": "^5.51.1",