Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JensForstmann committed Dec 22, 2024
1 parent 12af595 commit 371b866
Show file tree
Hide file tree
Showing 11 changed files with 2,416 additions and 1,326 deletions.
843 changes: 488 additions & 355 deletions backend/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"start": "node ./dist/backend/src/index.js"
},
"dependencies": {
"@tsoa/runtime": "^6.4.0",
"express": "^4.21.1",
"@tsoa/runtime": "^6.6.0",
"express": "^4.21.2",
"short-uuid": "^5.2.0",
"steamid": "^2.1.0",
"typed-emitter": "^2.1.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@tsoa/cli": "^6.4.0",
"@tsoa/cli": "^6.6.0",
"@types/debug": "^4.1.12",
"@types/express": "^5.0.0",
"@types/node": "^22.7.5",
"@types/node": "^22.10.2",
"@types/steamid": "^2.0.3",
"@types/ws": "^8.5.12",
"nodemon": "^3.1.7",
"@types/ws": "^8.5.13",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 371b866

Please sign in to comment.