From abdadb8e6419c5ec9f8cc0a9e5ebf68671d84a94 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 20 Feb 2026 22:06:21 +0100 Subject: [PATCH] refactor(deps): Remove unused glob dependency from package.json and bun.lock --- bun.lock | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/bun.lock b/bun.lock index 071a441..7d1c80a 100644 --- a/bun.lock +++ b/bun.lock @@ -17,7 +17,6 @@ "cors": "2.8.5", "csvtojson": "2.0.10", "express": "4.17.1", - "glob": "^13.0.6", "jsonwebtoken": "8.5.1", "libphonenumber-js": "1.9.9", "mysql": "2.18.1", diff --git a/package.json b/package.json index 748474b..8c232a6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "cors": "2.8.5", "csvtojson": "2.0.10", "express": "4.17.1", - "glob": "^13.0.6", "jsonwebtoken": "8.5.1", "libphonenumber-js": "1.9.9", "mysql": "2.18.1",