Skip to content

Commit 3c30d88

Browse files
chore(deps): update dependency @types/express to v4.17.11 (#722)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7d9a0dc commit 3c30d88

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@types/atob": "2.1.2",
7979
"@types/btoa": "1.2.3",
8080
"@types/dotenv": "6.1.1",
81-
"@types/express": "4.17.8",
81+
"@types/express": "4.17.11",
8282
"@types/fs-extra": "8.1.1",
8383
"@types/google-cloud__storage": "1.7.0",
8484
"@types/ioredis": "3.2.24",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
dependencies:
600600
"@types/node" "*"
601601

602-
"@types/express-serve-static-core@*":
602+
"@types/express-serve-static-core@^4.17.18":
603603
version "4.17.18"
604604
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz#8371e260f40e0e1ca0c116a9afcd9426fa094c40"
605605
integrity sha512-m4JTwx5RUBNZvky/JJ8swEJPKFd8si08pPF2PfizYjGZOKr/svUWPcoUmLow6MmPzhasphB7gSTINY67xn3JNA==
@@ -608,13 +608,13 @@
608608
"@types/qs" "*"
609609
"@types/range-parser" "*"
610610

611-
"@types/[email protected].8":
612-
version "4.17.8"
613-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.8.tgz#3df4293293317e61c60137d273a2e96cd8d5f27a"
614-
integrity sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==
611+
"@types/[email protected].11":
612+
version "4.17.11"
613+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
614+
integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
615615
dependencies:
616616
"@types/body-parser" "*"
617-
"@types/express-serve-static-core" "*"
617+
"@types/express-serve-static-core" "^4.17.18"
618618
"@types/qs" "*"
619619
"@types/serve-static" "*"
620620

0 commit comments

Comments
 (0)