diff --git a/package-lock.json b/package-lock.json index 7a4e77c8..0e5d4bf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7123,9 +7123,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz", - "integrity": "sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.5.0.tgz", + "integrity": "sha512-IuaLjruM0vMKhUUT51fQdQzBYTX49dLj8w68ALEAe2A4iYNpIC4eMac67mt3NzycvjOlf07/kYxJDc0RTl1Wqw==", "dev": true, "requires": { "loader-utils": "^1.1.0", diff --git a/package.json b/package.json index 9376936a..adc13ded 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "file-loader": "^1.1.11", "jest": "^23.6.0", "jest-serializer-vue": "^2.0.2", - "mini-css-extract-plugin": "^0.4.5", + "mini-css-extract-plugin": "^0.5.0", "prettier-eslint": "^8.8.2", "raw-loader": "^0.5.1", "stylelint": "^8.4.0",