diff --git a/package-lock.json b/package-lock.json index efac6cfbd..5406eeffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -492,9 +492,9 @@ } }, "@types/mini-css-extract-plugin": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.1.tgz", - "integrity": "sha512-4/cdB1GdB9va4v/K7ivBVqNrcELjVbkgivEtqBjp/z54pqn1AYRHvQ0v97WOZgz/ilMXzG1aGM+3C1DRxp3XZw==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.2.tgz", + "integrity": "sha512-EoHBJ4rcrd5j7weAFE4yU1gxedx53EFCWKso03G7DW0h2YvtwjKYz/NnuFHudcQDI1HpTLqoQFTwEgfJxygYCw==", "dev": true, "requires": { "@types/webpack": "*" diff --git a/package.json b/package.json index 3214a3e05..201efdafd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/event-hooks-webpack-plugin": "^2.2.0", "@types/html-minifier": "^4.0.0", "@types/lunr": "^2.3.3", - "@types/mini-css-extract-plugin": "^1.2.1", + "@types/mini-css-extract-plugin": "^1.2.2", "@types/node": "^14.14.10", "@types/ramda": "^0.27.32", "@types/resize-observer-browser": "^0.1.4",