Merge branch 'AngeloTadeucci:main' into main

This commit is contained in:
OrdisPrime 2023-07-27 21:34:49 +02:00 committed by GitHub
commit a1ffcd29e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 654 additions and 208 deletions

846
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,22 +14,22 @@
"dependencies": {
"dotenv": "^16.1.3",
"express": "^5.0.0-beta.1",
"mongoose": "^7.1.1",
"warframe-items": "1.1260.50"
"mongoose": "^7.4.1",
"warframe-items": "1.1260.79"
},
"devDependencies": {
"@tsconfig/node20": "^1.0.0",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@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": "^2.8.8",
"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",