Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit e04a913

Browse files
authored
⬆️ Update @types/express to version 4.17.9
1 parent 618516d commit e04a913

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/express": "^4.17.8"
2727
},
2828
"devDependencies": {
29-
"@types/express": "^4.17.8",
29+
"@types/express": "^4.17.9",
3030
"@types/node": "^14.14.8",
3131
"@types/supertest": "^2.0.10",
3232
"@types/tape": "^4.13.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@
8989
"@types/qs" "*"
9090
"@types/range-parser" "*"
9191

92-
"@types/express@^4.17.8":
93-
version "4.17.8"
94-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a"
95-
integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==
92+
"@types/express@^4.17.9":
93+
version "4.17.9"
94+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.9.tgz#f5f2df6add703ff28428add52bdec8a1091b0a78"
95+
integrity sha512-SDzEIZInC4sivGIFY4Sz1GG6J9UObPwCInYJjko2jzOf/Imx/dlpume6Xxwj1ORL82tBbmN4cPDIDkLbWHk9hw==
9696
dependencies:
9797
"@types/body-parser" "*"
9898
"@types/express-serve-static-core" "*"

0 commit comments

Comments
 (0)