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 b2f2b928..eebf8e80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4305,9 +4305,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.4.tgz", - "integrity": "sha512-dNjqyeogUd8ucUgw5sxm1ahvSfSUgef7smbmATRSbDm4EmNx5kQA6VdUEhEeCKSjX6CTYjb5vxgMUvRjqP3uHg==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.5.tgz", + "integrity": "sha512-tvmzcwqJJXau4OQE5vT72pRT18o2zF+tQJp8CWchqvfQnTlflkzS+dANYcRdyPRWUWRkfmeNTKltx0NZI/b5dQ==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index 67876014..fbd467d2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-only-ascii": "0.0.0", "eslint-webpack-plugin": "^2.4.3", "file-loader": "^6.2.0", - "mini-css-extract-plugin": "^1.3.4", + "mini-css-extract-plugin": "^1.3.5", "postcss-loader": "^4.2.0", "postcss-preset-env": "^6.7.0", "regenerator-runtime": "^0.13.7", |