From 8167aa7d43d00f1a0e8400f73c0dd66798fd4c56 Mon Sep 17 00:00:00 2001 From: Jan Opravil Date: Fri, 6 May 2022 12:07:51 +0200 Subject: [PATCH] chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) * 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 0334969520d..086e315580a 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.2", "natural-compare": "^1.4.0", "optionator": "^0.9.1", "regexpp": "^3.2.0",