Skip to content

Commit 8d0a6c2

Browse files
authoredMay 27, 2020
pin @types/express version (#686)
1 parent 1bd2736 commit 8d0a6c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Pin `@types/express` version to 4.17.3 to fix type definition issue (#685)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test": "mocha"
3939
},
4040
"dependencies": {
41-
"@types/express": "^4.17.3",
41+
"@types/express": "4.17.3",
4242
"cors": "^2.8.5",
4343
"express": "^4.17.1",
4444
"jsonwebtoken": "^8.5.1",

0 commit comments

Comments
 (0)
Please sign in to comment.