This commit is contained in:
marcio 2025-10-09 09:06:01 -03:00
commit b430100bab
6 changed files with 327 additions and 273 deletions

View file

@ -25,7 +25,7 @@
},
"license": "ISC",
"dependencies": {
"@types/node": "^20.19.11",
"@types/node": "^20.19.19",
"autenticacao-drive": "git+https://git2.idz.one/publico/autenticacao-drive.git",
"check-node-version": "^4.2.1",
"cross-fetch": "4.1.0",
@ -37,6 +37,6 @@
"devDependencies": {
"@biomejs/biome": "2.0.6",
"tsup": "8.5.0",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
}
}
}