Skip to content

Commit

Permalink
chore(deps): update dependency @types/express to v4.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 11, 2020
1 parent 0a460ce commit 66adce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/cors": "2.8.7",
"@types/express": "4.17.7",
"@types/express": "4.17.9",
"@types/express-jwt": "0.0.42",
"@types/jsonwebtoken": "8.5.0",
"@vue/cli-plugin-babel": "4.5.4",
Expand Down
8 changes: 4 additions & 4 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1324,10 +1324,10 @@
"@types/express-serve-static-core" "*"
"@types/serve-static" "*"

"@types/express@4.17.7":
version "4.17.7"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.7.tgz#42045be6475636d9801369cd4418ef65cdb0dd59"
integrity sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==
"@types/express@4.17.9":
version "4.17.9"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.9.tgz#f5f2df6add703ff28428add52bdec8a1091b0a78"
integrity sha512-SDzEIZInC4sivGIFY4Sz1GG6J9UObPwCInYJjko2jzOf/Imx/dlpume6Xxwj1ORL82tBbmN4cPDIDkLbWHk9hw==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "*"
Expand Down

0 comments on commit 66adce5

Please sign in to comment.