Skip to content

Commit

Permalink
Update dependency @types/express to v4.17.13 (#1982)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Sep 27, 2021
1 parent 59f0093 commit 3254a67
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/body-parser": "1.19.1",
"@types/cors": "2.8.10",
"@types/express": "4.17.11",
"@types/express": "4.17.13",
"@types/jest": "26.0.24",
"@types/node": "14.14.45",
"@types/yargs": "17.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/express": "4.17.11",
"@types/express": "4.17.13",
"probot": "11.3.0",
"smee-client": "1.2.2"
}
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,17 @@
"@types/qs" "*"
"@types/range-parser" "*"

"@types/express@4.17.11", "@types/express@^4.17.9":
"@types/express@4.17.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"
"@types/qs" "*"
"@types/serve-static" "*"

"@types/express@^4.17.9":
version "4.17.11"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
Expand Down

1 comment on commit 3254a67

@vercel
Copy link

@vercel vercel bot commented on 3254a67 Sep 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.