aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-12-07 06:53:26 +0000
committerGravatar vitalyster2020-12-07 10:05:12 +0300
commit15830136735ea97cd045080f2d67479ee471d155 (patch)
tree376c5bc9df150892eb67479d6ea9e0d1522e9b2f
parentdebc00d4902be90302bb9b38cbd9188a926ef989 (diff)
Bump mini-css-extract-plugin from 1.3.1 to 1.3.2
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.1 to 1.3.2. - [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.1...v1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 79c51e96..e3b212d7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4377,9 +4377,9 @@
"dev": true
},
"mini-css-extract-plugin": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.1.tgz",
- "integrity": "sha512-jIOheqh9EU98rqj6ZaFTYNNDSFqdakNqaUZfkYwaXPjI9batmXVXX+K71NrqRAgtoGefELBMld1EQ7dqSAD5SQ==",
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.2.tgz",
+ "integrity": "sha512-ofYJgCZNm1TToSv02pGANe1lfb31g7ULwNV5Nt31d2dAnVLxFHoguDUAj6U0BLEO7Nrztq4mdtL1yFDaeW7J+A==",
"dev": true,
"requires": {
"loader-utils": "^2.0.0",
diff --git a/package.json b/package.json
index 5ab198d4..b5903eb7 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"eslint-plugin-only-ascii": "0.0.0",
"eslint-webpack-plugin": "^2.4.1",
"file-loader": "^6.2.0",
- "mini-css-extract-plugin": "^1.3.1",
+ "mini-css-extract-plugin": "^1.3.2",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"regenerator-runtime": "^0.13.7",