diff --git a/package.json b/package.json index e8c7da026..bb2a30681 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "commander": "6.1.0", "eslint-config-prettier": "6.11.0", "glob": "7.1.6", - "minimatch": "^3.0.4", + "minimatch": "3.0.4", "strip-json-comments": "3.1.1", "tslint": "6.1.3", "typescript": "4.0.2" @@ -28,7 +28,7 @@ "@types/eslint-config-prettier": "6.11.0", "@types/glob": "7.1.3", "@types/jest": "26.0.13", - "@types/minimatch": "^3.0.3", + "@types/minimatch": "3.0.3", "@types/node": "12.12.21", "@typescript-eslint/eslint-plugin": "4.1.0", "@typescript-eslint/parser": "4.1.0",