Update dependencies

This commit is contained in:
Henrik Hüttemann 2023-06-05 14:23:01 +02:00
parent 48c1bd7753
commit ec368273ab
No known key found for this signature in database
GPG Key ID: 9F7BD10E0A8A111E
2 changed files with 923 additions and 908 deletions

1811
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,12 +28,12 @@
},
"version": "0.1.0",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.2",
"@types/n-readlines": "^1.0.3",
"@types/node": "^20.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.40.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
@ -44,15 +44,15 @@
"lint-staged": "^13.2.2",
"prettier": "2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"dependencies": {
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"dotenv": "^16.1.4",
"n-readlines": "^1.0.1",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.1.6",
"typeorm": "^0.3.16",
"winston": "^3.8.2"
"winston": "^3.9.0"
}
}