From dfae9f3560f537daf7f835cbff932fc635685b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dalfors?= Date: Fri, 3 Feb 2023 16:09:09 +0100 Subject: [PATCH 1/2] loosen mini-match dependency mini-match < 3.0.5 has security vulnerability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d7ae05..86cd6d1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "webpack": ">=3.0.0" }, "dependencies": { - "minimatch": "3.0.4" + "minimatch": "~3.0.4" }, "peerDependencies": { "html-webpack-plugin": ">=3.0.0", From eecceb39f722e0868a07cb40cde900dbabeedd8d Mon Sep 17 00:00:00 2001 From: Adam Yost Date: Sat, 25 Feb 2023 23:35:59 -0700 Subject: [PATCH 2/2] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86cd6d1..49d78e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-nomodule-plugin", - "version": "1.2.0", + "version": "1.2.1", "description": "a plugin for html-webpack-plugin to label certain chunks as legacy-only via the nomodule attribute", "main": "dist/plugin.js", "scripts": {