diff --git a/package-lock.json b/package-lock.json index cd040f324..9572e35a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12179,9 +12179,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.2.tgz", - "integrity": "sha512-a3Y4of27Wz+mqK3qrcd3VhYz6cU0iW5x3Sgvqzbj+XmlrSizmvu8QQMl5oMYJjgHOC4iyt+w7l4umP+dQeW3bw==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz", + "integrity": "sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==", "dev": true, "requires": { "loader-utils": "^1.1.0", diff --git a/package.json b/package.json index 50471d8e1..3eaaa5f00 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "file-loader": "^5.0.2", "jest": "^24.9.0", "jest-serializer-vue": "^2.0.2", - "mini-css-extract-plugin": "^0.8.2", + "mini-css-extract-plugin": "^0.9.0", "node-sass": "^4.13.0", "prettier-eslint": "^9.0.1", "raw-loader": "^4.0.0",