Skip to content

Commit caf1185

Browse files
committed
Fix dep issue
1 parent b99b399 commit caf1185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"@types/body-parser": "^1.19.0",
23-
"@types/express": "^4.17.3",
23+
"@types/express": "4.17.3",
2424
"@types/glob": "^7.1.2",
2525
"@types/lodash": "^4.14.149",
2626
"@types/node": "^14.0.13",
@@ -31,7 +31,7 @@
3131
"csv-parse": "^4.10.1",
3232
"csv-stringify": "^5.5.0",
3333
"date-fns": "^2.10.0",
34-
"express": "^4.17.1",
34+
"express": "4.17.3",
3535
"glob": "^7.1.6",
3636
"googleapis": "47.0.0",
3737
"jsonc": "^2.0.0",

0 commit comments

Comments
 (0)