chore: atualizando dependencias

This commit is contained in:
Leandro Costa 2023-11-08 23:43:19 -03:00
parent 6ffcf11b1a
commit c481eef439
2 changed files with 814 additions and 541 deletions

View file

@ -12,14 +12,14 @@
"test:watch": "jest --watchAll"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^1.4.0",
"lhisp-logger": "^1.0.11"
"axios": "^1.6.1",
"lhisp-logger": "^1.0.14"
}
}