From bdf425f7ecd61378022325f1e291bf0588434dbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 01:09:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NORMALIZEURL-1296539 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e61d744f1594..9c47b4293099 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "linkinator": "^2.13.1", "liquid": "^5.1.0", "lodash": "^4.17.19", - "mini-css-extract-plugin": "^0.9.0", + "mini-css-extract-plugin": "^1.1.0", "mkdirp": "^1.0.3", "morgan": "^1.9.1", "node-fetch": "^2.6.1",