Skip to content

Commit 90650e5

Browse files
Upgraded packages (#18)
1 parent 93f7d27 commit 90650e5

File tree

2 files changed

+648
-534
lines changed

2 files changed

+648
-534
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"morgan": "^1.10.0",
1919
"passport": "^0.6.0",
2020
"passport-local": "^1.0.0",
21-
"pg": "^8.11.1",
21+
"pg": "^8.11.2",
2222
"reflect-metadata": "^0.1.13",
23-
"tslib": "^2.6.0",
23+
"tslib": "^2.6.1",
2424
"typeorm": "^0.3.17",
25-
"validator": "^13.9.0"
25+
"validator": "^13.11.0"
2626
},
2727
"devDependencies": {
2828
"@types/bcryptjs": "^2.4.2",
@@ -33,18 +33,18 @@
3333
"@types/http-errors": "^2.0.1",
3434
"@types/jest": "^29.5.3",
3535
"@types/morgan": "^1.9.4",
36-
"@types/node": "^20.4.2",
36+
"@types/node": "^20.4.9",
3737
"@types/passport": "^1.0.12",
3838
"@types/passport-local": "^1.0.35",
3939
"@types/supertest": "^2.0.12",
40-
"@types/validator": "^13.7.17",
41-
"@typescript-eslint/eslint-plugin": "^6.0.0",
42-
"@typescript-eslint/parser": "^6.0.0",
43-
"eslint": "^8.45.0",
44-
"eslint-import-resolver-typescript": "^3.5.5",
40+
"@types/validator": "^13.11.1",
41+
"@typescript-eslint/eslint-plugin": "^6.3.0",
42+
"@typescript-eslint/parser": "^6.3.0",
43+
"eslint": "^8.46.0",
44+
"eslint-import-resolver-typescript": "^3.6.0",
4545
"eslint-plugin-eslint-comments": "^3.2.0",
46-
"eslint-plugin-import": "^2.27.5",
47-
"jest": "^29.6.1",
46+
"eslint-plugin-import": "^2.28.0",
47+
"jest": "^29.6.2",
4848
"nodemon": "^3.0.1",
4949
"supertest": "^6.3.3",
5050
"ts-jest": "^29.1.1",

0 commit comments

Comments
 (0)