From 074c4ad0be3d13491b82713cbe71f1718a8b6938 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Jul 2021 20:32:22 +0000 Subject: [PATCH] Update dependency mini-css-extract-plugin to v1.6.2 --- 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 b6d49d1..47cb461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7209,9 +7209,9 @@ "dev": true }, "mini-css-extract-plugin": { - "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==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", + "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index ee1ca6a..9687295 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "favicons-webpack-plugin": "5.0.2", "html-webpack-plugin": "5.3.1", "jasmine": "3.7.0", - "mini-css-extract-plugin": "1.6.0", + "mini-css-extract-plugin": "1.6.2", "node-static": "0.7.11", "npm-run-all": "4.1.5", "nyc": "15.1.0",