Skip to content

Commit 0ee8c22

Browse files
Update dependency @types/express to v4.17.17
1 parent 8a16ae3 commit 0ee8c22

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@nestjs/cli": "7.6.0",
5454
"@nestjs/schematics": "7.3.1",
5555
"@nestjs/testing": "7.6.15",
56-
"@types/express": "4.17.11",
56+
"@types/express": "4.17.17",
5757
"@types/jest": "26.0.22",
5858
"@types/node": "14.14.41",
5959
"@types/passport-local": "1.0.33",

backend/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -884,10 +884,10 @@
884884
"@types/qs" "*"
885885
"@types/range-parser" "*"
886886

887-
"@types/express-serve-static-core@^4.17.18":
888-
version "4.17.18"
889-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz#8371e260f40e0e1ca0c116a9afcd9426fa094c40"
890-
integrity sha512-m4JTwx5RUBNZvky/JJ8swEJPKFd8si08pPF2PfizYjGZOKr/svUWPcoUmLow6MmPzhasphB7gSTINY67xn3JNA==
887+
"@types/express-serve-static-core@^4.17.33":
888+
version "4.17.33"
889+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543"
890+
integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==
891891
dependencies:
892892
"@types/node" "*"
893893
"@types/qs" "*"
@@ -903,13 +903,13 @@
903903
"@types/qs" "*"
904904
"@types/serve-static" "*"
905905

906-
"@types/[email protected].11":
907-
version "4.17.11"
908-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
909-
integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
906+
"@types/[email protected].17":
907+
version "4.17.17"
908+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4"
909+
integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
910910
dependencies:
911911
"@types/body-parser" "*"
912-
"@types/express-serve-static-core" "^4.17.18"
912+
"@types/express-serve-static-core" "^4.17.33"
913913
"@types/qs" "*"
914914
"@types/serve-static" "*"
915915

0 commit comments

Comments
 (0)