From 7f0dbe052e920a421e2cf684d658101b624d8c85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 04:41:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a235fe9e..b1e24c65 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "es6-templates": "^0.2.2", "fastparse": "^1.1.1", "html-minifier": "^3.0.1", - "loader-utils": "^1.0.2", + "loader-utils": "^2.0.3", "object-assign": "^4.1.0" }, "license": "MIT",