From a07505a9e047f470ff15f85d675f3272f305efab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 06:08:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b340be5..da62af7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "xml2js": "^0.4", "lodash": "^4.12.0", - "loader-utils": "^0.2" + "loader-utils": "^2.0.0" }, "devDependencies": { "react": "^0.14",