From 83fbd74e3605c615235ef0a8b6771196b302c6b5 Mon Sep 17 00:00:00 2001 From: Barbara Palumbo <30956774+barbara79@users.noreply.github.com> Date: Wed, 21 Sep 2022 16:39:18 +0200 Subject: [PATCH] Update package.json - library html-minifier-terser Please update the library "html-minifier-terser" at version 7.0.0. They upgraded the library terser at the version https://www.npmjs.com/package/terser/v/5.14.2 they found out some vulnerabilities in the previous versions. Thanks! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c78761f9..3781c490 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "webpack": "^5.0.0" }, "dependencies": { - "html-minifier-terser": "^6.1.0", + "html-minifier-terser": "^7.0.0", "parse5": "^7.0.0" }, "devDependencies": {