Skip to content

Commit

Permalink
Merge pull request #624 from abyssparanoia/renovate/express-4.x
Browse files Browse the repository at this point in the history
Update dependency @types/express to v4.17.13
  • Loading branch information
abyssparanoia authored Jul 27, 2021
2 parents 65f2bf1 + 637d660 commit fb381f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@nestjs/testing": "7.6.18",
"@types/express": "4.17.11",
"@types/express": "4.17.13",
"@types/node": "13.13.51"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@babel/core": "7.14.6",
"@types/express": "4.17.11",
"@types/express": "4.17.13",
"@types/faker": "5.5.7",
"@types/node": "13.13.51",
"@types/react": "17.0.14",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3133,10 +3133,10 @@
"@types/qs" "*"
"@types/serve-static" "*"

"@types/[email protected].11":
version "4.17.11"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
"@types/[email protected].13":
version "4.17.13"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034"
integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "^4.17.18"
Expand Down

0 comments on commit fb381f6

Please sign in to comment.