Results 2 issues of Utyfua

## 🐛 Bug Report Lib version: 4.3.0 ## Steps To Reproduce ```typescript const wb = new ExcelJS.Workbook(); const ws = wb.addWorksheet('XYZ'); const rows = ws.insertRows(1, []); console.log(rows) ``` ## The...

I believe we should follow deno releases when we are updating dependencies. This tool will help to keep it up to date. I did not update dependecies itself due to...