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

Commit a9f5149

Browse files
authored
⬆️ Update @types/express to version 4.17.11
1 parent a0d4e7f commit a9f5149

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

Diff for: 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.11",
3030
"@types/node": "^14.14.37",
3131
"@types/supertest": "^2.0.10",
3232
"@types/tape": "^4.13.0",

Diff for: yarn.lock

+14-5
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,22 @@
8888
"@types/qs" "*"
8989
"@types/range-parser" "*"
9090

91-
"@types/express@^4.17.8":
92-
version "4.17.8"
93-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a"
94-
integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==
91+
"@types/express-serve-static-core@^4.17.18":
92+
version "4.17.19"
93+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz#00acfc1632e729acac4f1530e9e16f6dd1508a1d"
94+
integrity sha512-DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA==
95+
dependencies:
96+
"@types/node" "*"
97+
"@types/qs" "*"
98+
"@types/range-parser" "*"
99+
100+
"@types/express@^4.17.11":
101+
version "4.17.11"
102+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
103+
integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
95104
dependencies:
96105
"@types/body-parser" "*"
97-
"@types/express-serve-static-core" "*"
106+
"@types/express-serve-static-core" "^4.17.18"
98107
"@types/qs" "*"
99108
"@types/serve-static" "*"
100109

0 commit comments

Comments
 (0)