diff --git a/package-lock.json b/package-lock.json index 1f9233e9..269c2998 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22276,9 +22276,9 @@ "dev": true }, "mini-css-extract-plugin": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.1.tgz", - "integrity": "sha512-COAGbpAsU0ioFzj+/RRfO5Qv177L1Z/XAx2EmCF33b8GDDqKygMffBTws2lit8iaPdrbKEY5P+zsseBUCREZWQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.0.tgz", + "integrity": "sha512-SIbuLMv6jsk1FnLIU5OUG/+VMGUprEjM1+o2trOAx8i5KOKMrhyezb1dJ4Ugsykb8Jgq8/w5NEopy6escV9G7g==", "dev": true, "requires": { "loader-utils": "^2.0.0", diff --git a/package.json b/package.json index ca9c24cd..537a228b 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "license-checker": "^25.0.0", "lint-staged": "=10.5.4", "local-web-server": "^4.2.1", - "mini-css-extract-plugin": "^1.4.1", + "mini-css-extract-plugin": "^1.5.0", "mocha": "=8.3.2", "nightwatch": "^1.6.2", "node-sass": "^4.14.1",