From 7b1c0c7a091a6a5efc5cd8a303cb51750b81a84e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:45:00 +0000 Subject: [PATCH] Bump @types/mini-css-extract-plugin from 1.0.0 to 1.2.0 Bumps [@types/mini-css-extract-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mini-css-extract-plugin) from 1.0.0 to 1.2.0. - [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 d7960644e..6a47a94da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3107,9 +3107,9 @@ "dev": true }, "@types/mini-css-extract-plugin": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-1.0.0.tgz", - "integrity": "sha512-RPwytnqlrfxPvTbASoGr+mVMeGIw8rw2XuyUUFZ8ba+TOAODQLP5E2+4X7VZLB4eV106pJtnBhagOP57hrY5uw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.0.tgz", + "integrity": "sha512-X9BKNpY7Rcy9rELks/wu88DS1FfbGnM9ZccxPRXF2TOAksiIeefWj0CaVMYGufhFbMNH5M9JygsB96rlYYsKTA==", "dev": true, "requires": { "@types/webpack": "*" diff --git a/package.json b/package.json index 9f12b1925..dcec2c5ec 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/event-hooks-webpack-plugin": "^2.0.0", "@types/html-minifier": "^4.0.0", "@types/lunr": "^2.3.3", - "@types/mini-css-extract-plugin": "^1.0.0", + "@types/mini-css-extract-plugin": "^1.2.0", "@types/node": "^14.14.3", "@types/ramda": "^0.27.29", "@types/resize-observer-browser": "^0.1.4",