Skip to content

Commit

Permalink
Merge pull request #10 from Armour/dependabot/yarn/@types/express-4.0.38
Browse files Browse the repository at this point in the history
Bump @types/express from 4.0.37 to 4.0.38
  • Loading branch information
Armour committed Oct 26, 2017
2 parents 9d5786a + a1ac2f8 commit b53e960
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepush": "yarn test && yarn coverage"
},
"dependencies": {
"@types/express": "4.0.37",
"@types/express": "4.0.38",
"@types/hammerjs": "2.0.35",
"@types/history": "4.6.1",
"@types/jest": "21.1.4",
Expand Down
14 changes: 11 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,24 @@
version "1.0.1"
resolved "https://registry.yarnpkg.com/@types/base16/-/base16-1.0.1.tgz#76dc8630675e99d1d5be78dfef59307254831203"

"@types/body-parser@*":
version "1.16.6"
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.16.6.tgz#ccba8895337444e07f1134dab696edaf969b09a9"
dependencies:
"@types/express" "*"
"@types/node" "*"

"@types/express-serve-static-core@*":
version "4.0.53"
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.0.53.tgz#1723a35d1447f2c55e13c8721eab3448e42f4d82"
dependencies:
"@types/node" "*"

"@types/express@4.0.37":
version "4.0.37"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.0.37.tgz#625ac3765169676e01897ca47011c26375784971"
"@types/express@*", "@types/express@4.0.38":
version "4.0.38"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.0.38.tgz#500e0524cb57ea8e3119efd5ca7ab8fca29ad9a5"
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "*"
"@types/serve-static" "*"

Expand Down

0 comments on commit b53e960

Please sign in to comment.