Skip to content

Commit

Permalink
Updated backend deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tallyrald committed Nov 25, 2023
1 parent 031ada7 commit 5500686
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
40 changes: 20 additions & 20 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
"author": "DKFN & Tallyrald",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"axios": "^1.6.2",
"axios-rate-limit": "^1.3.0",
"cheerio": "*",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cron": "^3.1.6",
"express": "^4.18.2",
"helmet": "^7.0.0",
"helmet": "^7.1.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"pg": "^8.11.3"
},
"devDependencies": {
"@simrail/types": "^0.0.1",
"@types/compression": "^1.7.4",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/lodash": "^4.14.200",
"@types/morgan": "^1.9.7",
"@types/pg": "^8.10.7",
"typescript": "^5.2.2"
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"@types/morgan": "^1.9.9",
"@types/pg": "^8.10.9",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import compression from "compression";
import fs from "fs";
import Cron from "cron";
const app = express();
const Logger = morgan('short');
const Logger = morgan('tiny');

import {dispatchController, trainTimetableController} from "./dispatchController.js";
import {getServerList, getStationsList, getTrainsListForPost, getServerTz, getPlayer, getFullTimetable, getSpeedLimitsFromSimkol, getServerCodeList, getTrainsList, getServerTime, getEdrTimetable} from "./serverController.js";
Expand Down

0 comments on commit 5500686

Please sign in to comment.