From d4d22638c639dfd40c95ac618fd75a027dc77585 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 02:46:41 +0000 Subject: [PATCH] feat: upgrade minimatch from 3.1.2 to 10.0.1 Snyk has created this PR to upgrade minimatch from 3.1.2 to 10.0.1. See this package in npm: minimatch See this project in Snyk: https://app.snyk.io/org/ramyromel/project/61094103-cf48-43f9-8dd2-c170eda787d3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index febbcc6a0e..0708e9966d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "es-iterator-helpers": "^1.0.15", "estraverse": "^5.3.0", "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.1.2", + "minimatch": "^10.0.1", "object.entries": "^1.1.7", "object.fromentries": "^2.0.7", "object.hasown": "^1.1.3",