From db6c02b97d719f0f9e2935da06c4e12cf09e9827 Mon Sep 17 00:00:00 2001 From: Jan Opravil Date: Mon, 11 Apr 2022 14:02:50 +0200 Subject: [PATCH 1/2] fix: bump version of minimatch due to security issue PRISMA-2022-0039 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 892991a7..0fd85e20 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", - "minimatch": "^3.0.4", + "minimatch": "^5.0.1", "strip-json-comments": "^3.1.1" }, "engines": { From 72ffa3fbaaf21c82a110d6c477fa6628ac0d441e Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 6 May 2022 11:40:07 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fd85e20..2c68b346 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", - "minimatch": "^5.0.1", + "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" }, "engines": {