From baf145f88deace39cc8a91eb7e20ea06ac49f028 Mon Sep 17 00:00:00 2001 From: Jan Opravil Date: Fri, 6 May 2022 11:47:09 +0200 Subject: [PATCH] chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#76) * fix: bump version of minimatch due to security issue PRISMA-2022-0039 * Update package.json Co-authored-by: Milos Djermanovic --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d90abc7..d531ca50 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": "^3.1.2", "strip-json-comments": "^3.1.1" }, "engines": {