diff --git a/core/package.json b/core/package.json index 9e745f948..a941eb30a 100644 --- a/core/package.json +++ b/core/package.json @@ -37,6 +37,7 @@ "devDependencies": { "@biomejs/biome": "2.0.0", "@types/i18n": "^0.13.4", + "@types/minimatch": "6.0.0", "@types/node": "^17.0.21", "@types/sodium-native": "^2.3.5", "config-schema": "*", diff --git a/shared/package.json b/shared/package.json index 92645d5da..9f15c67bc 100644 --- a/shared/package.json +++ b/shared/package.json @@ -26,6 +26,7 @@ }, "devDependencies": { "@biomejs/biome": "2.0.0", + "@types/minimatch": "6.0.0", "@types/node": "^17.0.21", "@types/uuid": "^10.0.0", "typescript": "^4.9.5",