We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd2736 commit 8d0a6c2Copy full SHA for 8d0a6c2
CHANGELOG.md
@@ -0,0 +1 @@
1
+- Pin `@types/express` version to 4.17.3 to fix type definition issue (#685)
package.json
@@ -38,7 +38,7 @@
38
"test": "mocha"
39
},
40
"dependencies": {
41
- "@types/express": "^4.17.3",
+ "@types/express": "4.17.3",
42
"cors": "^2.8.5",
43
"express": "^4.17.1",
44
"jsonwebtoken": "^8.5.1",
0 commit comments