Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexleboucher committed Dec 10, 2024
1 parent 986f598 commit c6ebda8
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 191 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-pg-simple": "^9.0.1",
"connect-pg-simple": "^10.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-async-errors": "^3.1.1",
"express-session": "^1.18.0",
"express-session": "^1.18.1",
"helmet": "^7.1.0",
"http-errors": "^2.0.0",
"morgan": "^1.10.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pg": "^8.11.5",
"pg": "^8.13.1",
"reflect-metadata": "^0.2.2",
"tslib": "^2.6.2",
"tslib": "^2.8.1",
"typeorm": "^0.3.20",
"validator": "^13.11.0"
"validator": "^13.12.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/connect-pg-simple": "^7.0.3",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.0",
"@types/express-session": "^1.18.1",
"@types/http-errors": "^2.0.4",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/morgan": "^1.9.9",
"@types/node": "^20.12.7",
"@types/passport": "^1.0.16",
"@types/node": "^22.10.1",
"@types/passport": "^1.0.17",
"@types/passport-local": "^1.0.38",
"@types/supertest": "^6.0.2",
"@types/validator": "^13.11.9",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"nodemon": "^3.1.7",
"supertest": "^7.0.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
},
"scripts": {
"start": "node build/index.js",
Expand Down
Loading

0 comments on commit c6ebda8

Please sign in to comment.