diff --git a/package-lock.json b/package-lock.json index 59854a9566cd..1e7e83b0d44f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15434,9 +15434,9 @@ } }, "mini-css-extract-plugin": { - "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==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz", + "integrity": "sha512-z6PQCe9rd1XUwZ8gMaEVwwRyZlrYy8Ba1gRjFP5HcV51HkXX+XlwZ+a1iAYTjSYwgNBXoNR7mhx79mDpOn5fdw==", "requires": { "loader-utils": "^1.1.0", "normalize-url": "1.9.1", diff --git a/package.json b/package.json index 4e48c71c6cfd..463a491d550b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "lil-env-thing": "^1.0.0", "liquid": "^5.0.0", "lodash": "^4.17.19", - "mini-css-extract-plugin": "^0.9.0", + "mini-css-extract-plugin": "^0.12.0", "mkdirp": "^1.0.3", "morgan": "^1.9.1", "node-fetch": "^2.6.1",