Skip to content

Commit 03f98d9

Browse files
committed
chore: upgrade typescript, eslint, @types/validator, @types/node, @types/mongodb, @types/jsonwebtoken
1 parent 451b48d commit 03f98d9

File tree

3 files changed

+88
-49
lines changed

3 files changed

+88
-49
lines changed

globalConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"mongoUri":"mongodb://127.0.0.1:50282/jest?","mongoDBName":"jest"}
1+
{"mongoUri":"mongodb://127.0.0.1:57223/jest?","mongoDBName":"jest"}

package-lock.json

Lines changed: 81 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"@types/bcrypt": "^5.0.0",
3333
"@types/express": "^4.17.12",
3434
"@types/jest": "^26.0.23",
35-
"@types/jsonwebtoken": "^8.5.2",
36-
"@types/mongodb": "^3.6.18",
37-
"@types/node": "^15.12.5",
35+
"@types/jsonwebtoken": "^8.5.3",
36+
"@types/mongodb": "^3.6.19",
37+
"@types/node": "^15.14.0",
3838
"@types/supertest": "^2.0.11",
39-
"@types/validator": "^13.1.4",
39+
"@types/validator": "^13.6.1",
4040
"@typescript-eslint/eslint-plugin": "^4.28.1",
41-
"eslint": "^7.29.0",
41+
"eslint": "^7.30.0",
4242
"eslint-config-standard-with-typescript": "^11.0.1",
4343
"eslint-plugin-import": "^2.23.4",
4444
"eslint-plugin-node": "^11.1.0",
@@ -50,7 +50,7 @@
5050
"rimraf": "^3.0.2",
5151
"supertest": "^6.1.3",
5252
"ts-jest": "^27.0.3",
53-
"typescript": "^4.3.4"
53+
"typescript": "^4.3.5"
5454
},
5555
"dependencies": {
5656
"bcrypt": "^5.0.1",

0 commit comments

Comments
 (0)