Skip to content

Commit

Permalink
Upgraded packages (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexleboucher authored Aug 11, 2023
1 parent 93f7d27 commit 90650e5
Show file tree
Hide file tree
Showing 2 changed files with 648 additions and 534 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "^8.11.1",
"pg": "^8.11.2",
"reflect-metadata": "^0.1.13",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"typeorm": "^0.3.17",
"validator": "^13.9.0"
"validator": "^13.11.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
Expand All @@ -33,18 +33,18 @@
"@types/http-errors": "^2.0.1",
"@types/jest": "^29.5.3",
"@types/morgan": "^1.9.4",
"@types/node": "^20.4.2",
"@types/node": "^20.4.9",
"@types/passport": "^1.0.12",
"@types/passport-local": "^1.0.35",
"@types/supertest": "^2.0.12",
"@types/validator": "^13.7.17",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-import-resolver-typescript": "^3.5.5",
"@types/validator": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.6.1",
"eslint-plugin-import": "^2.28.0",
"jest": "^29.6.2",
"nodemon": "^3.0.1",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit 90650e5

Please sign in to comment.