diff options
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index a4ece6e2..5b67ab50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4400,9 +4400,9 @@ "dev": true }, "mini-css-extract-plugin": { - "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==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.3.tgz", + "integrity": "sha512-7lvliDSMiuZc81kI+5/qxvn47SCM7BehXex3f2c6l/pR3Goj58IQxZh9nuPQ3AkGQgoETyXuIqLDaO5Oa0TyBw==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index f5dc312e..488611ca 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.2", + "mini-css-extract-plugin": "^1.3.3", "postcss-loader": "^4.1.0", "postcss-preset-env": "^6.7.0", "regenerator-runtime": "^0.13.7", |