Skip to content

Commit e68fce2

Browse files
Bump @types/express from 4.17.9 to 4.17.11
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.9 to 4.17.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2fe0718 commit e68fce2

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@babel/preset-env": "^7.11.5",
4747
"@babel/preset-typescript": "^7.10.4",
4848
"@types/bcryptjs": "^2.4.2",
49-
"@types/express": "^4.17.9",
49+
"@types/express": "^4.17.11",
5050
"@types/hapi__joi": "^17.1.6",
5151
"@types/ioredis": "^4.17.10",
5252
"@types/jest": "^26.0.19",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,21 +1327,22 @@
13271327
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
13281328
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
13291329

1330-
"@types/express-serve-static-core@*":
1331-
version "4.17.4"
1332-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.4.tgz#157c79c2d28b632d6418497c57c93185e392e444"
1333-
integrity sha512-dPs6CaRWxsfHbYDVU51VjEJaUJEcli4UI0fFMT4oWmgCvHj+j7oIxz5MLHVL0Rv++N004c21ylJNdWQvPkkb5w==
1330+
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18":
1331+
version "4.17.18"
1332+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz#8371e260f40e0e1ca0c116a9afcd9426fa094c40"
1333+
integrity sha512-m4JTwx5RUBNZvky/JJ8swEJPKFd8si08pPF2PfizYjGZOKr/svUWPcoUmLow6MmPzhasphB7gSTINY67xn3JNA==
13341334
dependencies:
13351335
"@types/node" "*"
1336+
"@types/qs" "*"
13361337
"@types/range-parser" "*"
13371338

1338-
"@types/express@*", "@types/express@^4.17.9":
1339-
version "4.17.9"
1340-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.9.tgz#f5f2df6add703ff28428add52bdec8a1091b0a78"
1341-
integrity sha512-SDzEIZInC4sivGIFY4Sz1GG6J9UObPwCInYJjko2jzOf/Imx/dlpume6Xxwj1ORL82tBbmN4cPDIDkLbWHk9hw==
1339+
"@types/express@*", "@types/express@^4.17.11":
1340+
version "4.17.11"
1341+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
1342+
integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
13421343
dependencies:
13431344
"@types/body-parser" "*"
1344-
"@types/express-serve-static-core" "*"
1345+
"@types/express-serve-static-core" "^4.17.18"
13451346
"@types/qs" "*"
13461347
"@types/serve-static" "*"
13471348

0 commit comments

Comments
 (0)