Skip to content

Commit

Permalink
Merge pull request #21 from lalalilo/upgrade-dependencies
Browse files Browse the repository at this point in the history
fix: upgrade express dependencies
  • Loading branch information
hugomartinet authored Mar 4, 2020
2 parents 4935dad + a3ec09e commit 3c5ef57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"typescript": "^3.7.2"
},
"peerDependencies": {
"@types/express": "^4.17.2",
"express": "^4.0.0",
"sequelize": "^5.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1447,9 +1447,9 @@
"@types/range-parser" "*"

"@types/express@^4.17.2":
version "4.17.2"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.2.tgz#a0fb7a23d8855bac31bc01d5a58cadd9b2173e6c"
integrity sha512-5mHFNyavtLoJmnusB8OKJ5bshSzw+qkMIBAobLrIM48HJvunFva9mOa6aBwh64lBFyNwBbs0xiEFuj4eU/NjCA==
version "4.17.3"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.3.tgz#38e4458ce2067873b09a73908df488870c303bd9"
integrity sha512-I8cGRJj3pyOLs/HndoP+25vOqhqWkAZsWMEmq1qXy/b/M3ppufecUwaK2/TVDVxcV61/iSdhykUjQQ2DLSrTdg==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "*"
Expand Down

0 comments on commit 3c5ef57

Please sign in to comment.