build: bump package versions

This commit is contained in:
Ângelo Tadeucci 2023-07-24 18:25:28 -03:00
parent 8bcd90c562
commit a45642a6ca
2 changed files with 585 additions and 333 deletions

908
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,15 +21,15 @@
"@tsconfig/node20": "^1.0.0",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"eslint-plugin-prettier": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint-plugin-prettier": "^5.0.0",
"morgan": "^1.10.0",
"prettier": "^3.0.0",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.15.0",