diff --git a/app/react/package.json b/app/react/package.json index 2ebace0933fc..3d09e03a8f67 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -47,7 +47,7 @@ "core-js": "^3.0.1", "global": "^4.3.2", "lodash": "^4.17.15", - "mini-css-extract-plugin": "^0.8.0", + "mini-css-extract-plugin": "^0.9.0", "prop-types": "^15.7.2", "react-dev-utils": "^10.0.0", "regenerator-runtime": "^0.13.3", @@ -56,7 +56,7 @@ "webpack": "^4.33.0" }, "devDependencies": { - "@types/mini-css-extract-plugin": "^0.8.0", + "@types/mini-css-extract-plugin": "^0.9.0", "@types/node": "^13.1.5", "@types/webpack": "^4.41.0" }, diff --git a/yarn.lock b/yarn.lock index 4a60fb4ee7e2..df85e64c2ecb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3939,6 +3939,13 @@ dependencies: "@types/webpack" "*" +"@types/mini-css-extract-plugin@^0.9.0": + version "0.9.0" + resolved "https://registry.yarnpkg.com/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#ab11dde0662e2e7c711acee554a8983c2e036c8b" + integrity sha512-y+/Z/FtQ0h0Ps9PYbYeBd9fVl1z4215gpvGcYfl20+jMWBngEKDNzQ2an2kz+cLL47SS6Y2f6Z4axdSoyNgNAw== + dependencies: + "@types/webpack" "*" + "@types/minimatch@*", "@types/minimatch@^3.0.3": version "3.0.3" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" @@ -19308,10 +19315,10 @@ mini-css-extract-plugin@0.8.0: schema-utils "^1.0.0" webpack-sources "^1.1.0" -mini-css-extract-plugin@^0.8.0: - version "0.8.2" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.2.tgz#a875e169beb27c88af77dd962771c9eedc3da161" - integrity sha512-a3Y4of27Wz+mqK3qrcd3VhYz6cU0iW5x3Sgvqzbj+XmlrSizmvu8QQMl5oMYJjgHOC4iyt+w7l4umP+dQeW3bw== +mini-css-extract-plugin@^0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e" + integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A== dependencies: loader-utils "^1.1.0" normalize-url "1.9.1"