From 97b677a81151d20d52762d5ced370b300c9b9e6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Nov 2020 03:38:39 +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/treeations/project/429ba4a9-62ad-4d58-882f-6e5e9a9aaf8c?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 a20693f69416..5c15134d434a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15306,9 +15306,9 @@ "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" }, "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 1e2089be0bd0..d374c5c7efc4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "linkinator": "^2.2.2", "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",