From 85c8322f2e45b7d01672d9d1b203032a57ca9ca6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Nov 2020 21:18:57 +0000 Subject: [PATCH] fix: upgrade mini-css-extract-plugin from 0.9.0 to 0.12.0 Snyk has created this PR to upgrade mini-css-extract-plugin from 0.9.0 to 0.12.0. See this package in npm: https://www.npmjs.com/package/mini-css-extract-plugin See this project in Snyk: https://app.snyk.io/org/amyparkeramyparker240180.onmicrosoft.com/project/40021e52-9bbc-4d4a-bf45-8f358e17eb9e?utm_source=github&utm_medium=upgrade-pr --- 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 f48fa9aee25d..a10975d9a993 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15408,9 +15408,9 @@ } }, "mini-css-extract-plugin": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz", - "integrity": "sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.12.0.tgz", + "integrity": "sha512-z6PQCe9rd1XUwZ8gMaEVwwRyZlrYy8Ba1gRjFP5HcV51HkXX+XlwZ+a1iAYTjSYwgNBXoNR7mhx79mDpOn5fdw==", "requires": { "loader-utils": "^1.1.0", "normalize-url": "1.9.1", diff --git a/package.json b/package.json index d9b7bfa63e48..e833c3cb4481 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "lil-env-thing": "^1.0.0", "liquid": "^5.1.0", "lodash": "^4.17.19", - "mini-css-extract-plugin": "^0.9.0", + "mini-css-extract-plugin": "^0.12.0", "mkdirp": "^1.0.3", "morgan": "^1.9.1", "node-fetch": "^2.6.1",