From e5f65e44c42e472d84a9a6bc93c43ee23952324c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Oct 2021 22:11:03 +0000 Subject: [PATCH] chore(deps): update dependency mini-css-extract-plugin to v2.4.1 --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce24cf62..47bf0060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "react-playground", "version": "0.0.1", "hasInstallScript": true, "license": "MIT", @@ -57,7 +58,7 @@ "i18next-parser": "4.7.0", "jest": "27.2.4", "lint-staged": "11.1.2", - "mini-css-extract-plugin": "2.3.0", + "mini-css-extract-plugin": "2.4.1", "node-sass": "6.0.1", "npm-run-all": "4.1.5", "plop": "2.7.4", @@ -16868,9 +16869,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "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==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.1.tgz", + "integrity": "sha512-97R1JD3GCG7wN5DNM6JrJMxnWNGf2oDlwRgoDc4HOQ5GprahF98mvcPvDMTb5eI1n3vmmMzCpbXH8tpcnr/Nmw==", "dev": true, "dependencies": { "schema-utils": "^3.1.0" @@ -39337,9 +39338,9 @@ "dev": true }, "mini-css-extract-plugin": { - "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==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.1.tgz", + "integrity": "sha512-97R1JD3GCG7wN5DNM6JrJMxnWNGf2oDlwRgoDc4HOQ5GprahF98mvcPvDMTb5eI1n3vmmMzCpbXH8tpcnr/Nmw==", "dev": true, "requires": { "schema-utils": "^3.1.0" diff --git a/package.json b/package.json index ccd5ed82..4d895a09 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "i18next-parser": "4.7.0", "jest": "27.2.4", "lint-staged": "11.1.2", - "mini-css-extract-plugin": "2.3.0", + "mini-css-extract-plugin": "2.4.1", "node-sass": "6.0.1", "npm-run-all": "4.1.5", "plop": "2.7.4",