Skip to content

Commit

Permalink
Upgraded packages (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexleboucher authored Nov 4, 2023
1 parent 509fb94 commit 0642b30
Show file tree
Hide file tree
Showing 2 changed files with 375 additions and 401 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-pg-simple": "^9.0.0",
"connect-pg-simple": "^9.0.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
Expand All @@ -25,25 +25,25 @@
"validator": "^13.11.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.4",
"@types/connect-pg-simple": "^7.0.1",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.19",
"@types/express-session": "^1.17.8",
"@types/http-errors": "^2.0.2",
"@types/jest": "^29.5.5",
"@types/morgan": "^1.9.6",
"@types/node": "^20.8.6",
"@types/passport": "^1.0.13",
"@types/passport-local": "^1.0.36",
"@types/supertest": "^2.0.14",
"@types/validator": "^13.11.3",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"@types/bcryptjs": "^2.4.5",
"@types/connect-pg-simple": "^7.0.2",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/express-session": "^1.17.9",
"@types/http-errors": "^2.0.3",
"@types/jest": "^29.5.7",
"@types/morgan": "^1.9.7",
"@types/node": "^20.8.10",
"@types/passport": "^1.0.14",
"@types/passport-local": "^1.0.37",
"@types/supertest": "^2.0.15",
"@types/validator": "^13.11.5",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.53.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"supertest": "^6.3.3",
Expand Down
Loading

0 comments on commit 0642b30

Please sign in to comment.