From 1056ac957e29cefe0d68ca02996dcdd60f81ea95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 May 2021 22:04:25 +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 f7faca0a3fc9..e030d1e347f1 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": "^1.1.0", "mkdirp": "^1.0.3", "morgan": "^1.9.1", "node-fetch": "^2.6.1",