From 889514e0bb1d40058b04027fa85ee1c50ae6c3db Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Wed, 7 Aug 2024 11:36:00 +0100 Subject: [PATCH] Remove minimatch --- package.json | 1 - yarn.lock | 7 ------- 2 files changed, 8 deletions(-) diff --git a/package.json b/package.json index 1e5e48d..e213df9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "jest": "^29.0.0", "jest-mock-extended": "^3.0.0", "jimp": "^0.22.12", - "minimatch": "10.0.1", "mysql": "^2.18.1", "ts-jest": "^29.0.0", "typeorm": "0.3.20", diff --git a/yarn.lock b/yarn.lock index 68d175d..4846f78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4771,13 +4771,6 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" -minimatch@10.0.1: - version "10.0.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b" - integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ== - dependencies: - brace-expansion "^2.0.1" - minimatch@9.0.3: version "9.0.3" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"