Skip to content

Commit 7ddda80

Browse files
chore(deps): update dependency @types/express to v4.17.17
1 parent 4b09c96 commit 7ddda80

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@nestjs/testing": "8.4.7",
102102
"@shelf/jest-mongodb": "1.3.4",
103103
"@types/cli-color": "2.0.2",
104-
"@types/express": "4.17.14",
104+
"@types/express": "4.17.17",
105105
"@types/http-cache-semantics": "4.0.1",
106106
"@types/ioredis": "4.28.10",
107107
"@types/jest": "27.5.2",

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6504,6 +6504,15 @@
65046504
"@types/qs" "*"
65056505
"@types/range-parser" "*"
65066506

6507+
"@types/express-serve-static-core@^4.17.33":
6508+
version "4.17.33"
6509+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543"
6510+
integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==
6511+
dependencies:
6512+
"@types/node" "*"
6513+
"@types/qs" "*"
6514+
"@types/range-parser" "*"
6515+
65076516
"@types/express@*", "@types/express@^4.17.9":
65086517
version "4.17.12"
65096518
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.12.tgz#4bc1bf3cd0cfe6d3f6f2853648b40db7d54de350"
@@ -6514,13 +6523,13 @@
65146523
"@types/qs" "*"
65156524
"@types/serve-static" "*"
65166525

6517-
"@types/[email protected].14":
6518-
version "4.17.14"
6519-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c"
6520-
integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==
6526+
"@types/[email protected].17":
6527+
version "4.17.17"
6528+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4"
6529+
integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
65216530
dependencies:
65226531
"@types/body-parser" "*"
6523-
"@types/express-serve-static-core" "^4.17.18"
6532+
"@types/express-serve-static-core" "^4.17.33"
65246533
"@types/qs" "*"
65256534
"@types/serve-static" "*"
65266535

0 commit comments

Comments
 (0)