From 2e16fb63ba68fee929545f62a074b1eb66cff575 Mon Sep 17 00:00:00 2001 From: Cody Mikol Date: Sat, 21 Oct 2023 16:32:52 -0400 Subject: [PATCH] chore: upgrade minimatch to 8 this brings minimatch up to the latest working major version, the next bump will require some reworking Fixes N/A --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86de96c..253a978 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "glob": "^7.1.3", - "minimatch": "^4.2.3", + "minimatch": "^8.0.4", "webpack-merge": "^4.1.5" }, "devDependencies": {