Skip to content

Commit

Permalink
Fix dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaich committed Dec 30, 2022
1 parent b99b399 commit caf1185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"dependencies": {
"@types/body-parser": "^1.19.0",
"@types/express": "^4.17.3",
"@types/express": "4.17.3",
"@types/glob": "^7.1.2",
"@types/lodash": "^4.14.149",
"@types/node": "^14.0.13",
Expand All @@ -31,7 +31,7 @@
"csv-parse": "^4.10.1",
"csv-stringify": "^5.5.0",
"date-fns": "^2.10.0",
"express": "^4.17.1",
"express": "4.17.3",
"glob": "^7.1.6",
"googleapis": "47.0.0",
"jsonc": "^2.0.0",
Expand Down

0 comments on commit caf1185

Please sign in to comment.