Skip to content

Commit

Permalink
Upgraded packages (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexleboucher authored Jan 14, 2024
1 parent 4ca05a6 commit 5a92f88
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 196 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,40 @@
"helmet": "^7.1.0",
"http-errors": "^2.0.0",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.1",
"tslib": "^2.6.2",
"typeorm": "^0.3.17",
"typeorm": "^0.3.19",
"validator": "^13.11.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/connect-pg-simple": "^7.0.3",
"@types/cors": "^2.8.16",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/http-errors": "^2.0.4",
"@types/jest": "^29.5.8",
"@types/jest": "^29.5.11",
"@types/morgan": "^1.9.9",
"@types/node": "^20.9.0",
"@types/passport": "^1.0.15",
"@types/node": "^20.11.0",
"@types/passport": "^1.0.16",
"@types/passport-local": "^1.0.38",
"@types/supertest": "^2.0.16",
"@types/validator": "^13.11.6",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"@types/supertest": "^6.0.2",
"@types/validator": "^13.11.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"supertest": "^6.3.3",
"nodemon": "^3.0.2",
"supertest": "^6.3.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"scripts": {
"start": "node build/index.js",
Expand Down
Loading

0 comments on commit 5a92f88

Please sign in to comment.