From f73c9ebd27cf3305c63a3e434019236a769d2ac0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 05:55:57 +0000 Subject: [PATCH] Bump @types/mini-css-extract-plugin from 1.2.1 to 1.2.2 Bumps [@types/mini-css-extract-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mini-css-extract-plugin) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mini-css-extract-plugin) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",