From 448d0ab039f950e7a8875cfd2bfbc92007083cf0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 16:29:22 +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 e8f61f14..a77d315d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "async": "^1.4.0", - "loader-utils": "^0.2.5" + "loader-utils": "^2.0.0" }, "devDependencies": { "bootstrap-sass": "^3.3.5",