Skip to content

Commit b5f8fde

Browse files
committed
chore(deps): update dependency @types/express to v4.17.12
1 parent cd9bbb1 commit b5f8fde

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@nestjs/schematics": "7.2.1",
4444
"@nestjs/testing": "7.5.1",
4545
"@types/cache-manager": "2.10.3",
46-
"@types/express": "4.17.9",
46+
"@types/express": "4.17.12",
4747
"@types/jest": "26.0.15",
4848
"@types/jsonwebtoken": "8.5.0",
4949
"@types/lodash": "4.14.165",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -994,22 +994,22 @@
994994
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.45.tgz#e9387572998e5ecdac221950dab3e8c3b16af884"
995995
integrity sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g==
996996

997-
"@types/express-serve-static-core@*":
998-
version "4.17.13"
999-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.13.tgz#d9af025e925fc8b089be37423b8d1eac781be084"
1000-
integrity sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA==
997+
"@types/express-serve-static-core@^4.17.18":
998+
version "4.17.21"
999+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.21.tgz#a427278e106bca77b83ad85221eae709a3414d42"
1000+
integrity sha512-gwCiEZqW6f7EoR8TTEfalyEhb1zA5jQJnRngr97+3pzMaO1RKoI1w2bw07TK72renMUVWcWS5mLI6rk1NqN0nA==
10011001
dependencies:
10021002
"@types/node" "*"
10031003
"@types/qs" "*"
10041004
"@types/range-parser" "*"
10051005

1006-
"@types/[email protected].9":
1007-
version "4.17.9"
1008-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.9.tgz#f5f2df6add703ff28428add52bdec8a1091b0a78"
1009-
integrity sha512-SDzEIZInC4sivGIFY4Sz1GG6J9UObPwCInYJjko2jzOf/Imx/dlpume6Xxwj1ORL82tBbmN4cPDIDkLbWHk9hw==
1006+
"@types/[email protected].12":
1007+
version "4.17.12"
1008+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.12.tgz#4bc1bf3cd0cfe6d3f6f2853648b40db7d54de350"
1009+
integrity sha512-pTYas6FrP15B1Oa0bkN5tQMNqOcVXa9j4FTFtO8DWI9kppKib+6NJtfTOOLcwxuuYvcX2+dVG6et1SxW/Kc17Q==
10101010
dependencies:
10111011
"@types/body-parser" "*"
1012-
"@types/express-serve-static-core" "*"
1012+
"@types/express-serve-static-core" "^4.17.18"
10131013
"@types/qs" "*"
10141014
"@types/serve-static" "*"
10151015

0 commit comments

Comments
 (0)