Skip to content

Commit f4f71ea

Browse files
committed
chore(deps): update dependency @types/express to v4.17.17
1 parent a6b8acb commit f4f71ea

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@commitlint/cli": "17.4.2",
1919
"@commitlint/config-conventional": "17.4.2",
20-
"@types/express": "4.17.14",
20+
"@types/express": "4.17.17",
2121
"@types/jest": "29.4.0",
2222
"@types/js-yaml": "4.0.5",
2323
"@types/lodash": "4.14.191",

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,15 @@
985985
"@types/qs" "*"
986986
"@types/range-parser" "*"
987987

988+
"@types/express-serve-static-core@^4.17.33":
989+
version "4.17.33"
990+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543"
991+
integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==
992+
dependencies:
993+
"@types/node" "*"
994+
"@types/qs" "*"
995+
"@types/range-parser" "*"
996+
988997
"@types/express@*":
989998
version "4.17.13"
990999
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz"
@@ -995,13 +1004,13 @@
9951004
"@types/qs" "*"
9961005
"@types/serve-static" "*"
9971006

998-
"@types/[email protected].14":
999-
version "4.17.14"
1000-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c"
1001-
integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==
1007+
"@types/[email protected].17":
1008+
version "4.17.17"
1009+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4"
1010+
integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
10021011
dependencies:
10031012
"@types/body-parser" "*"
1004-
"@types/express-serve-static-core" "^4.17.18"
1013+
"@types/express-serve-static-core" "^4.17.33"
10051014
"@types/qs" "*"
10061015
"@types/serve-static" "*"
10071016

0 commit comments

Comments
 (0)