From 860d4306948f5e79a87e0a963ea3e3cedcf33da3 Mon Sep 17 00:00:00 2001 From: David Larson Date: Fri, 19 May 2023 11:02:26 -0400 Subject: [PATCH] upgrade loader-utils to 1.4.2 with no vulnerabilities --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index baf6b2f..e367c49 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/rorkflash/ejs-webpack-loader", "dependencies": { "html-minifier": "^3", - "loader-utils": "^0.2.7", + "loader-utils": "^1.4.2", "merge": "^2.1.1", "uglify-js": "~2.6.1" },