Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit a07e545

Browse files
chore(deps): update dependency @types/express to v4.17.17
1 parent 097c1d8 commit a07e545

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@semantic-release/release-notes-generator": "9.0.3",
5555
"@types/chai": "4.3.3",
5656
"@types/cors": "2.8.13",
57-
"@types/express": "4.17.15",
57+
"@types/express": "4.17.17",
5858
"@types/mocha": "8.2.3",
5959
"@types/node-fetch": "2.6.2",
6060
"@types/underscore": "1.11.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -855,22 +855,22 @@
855855
dependencies:
856856
"@types/node" "*"
857857

858-
"@types/express-serve-static-core@^4.17.31":
859-
version "4.17.32"
860-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.32.tgz#93dda387f5516af616d8d3f05f2c4c79d81e1b82"
861-
integrity sha512-aI5h/VOkxOF2Z1saPy0Zsxs5avets/iaiAJYznQFm5By/pamU31xWKL//epiF4OfUA2qTOc9PV6tCUjhO8wlZA==
858+
"@types/express-serve-static-core@^4.17.33":
859+
version "4.17.33"
860+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543"
861+
integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==
862862
dependencies:
863863
"@types/node" "*"
864864
"@types/qs" "*"
865865
"@types/range-parser" "*"
866866

867-
"@types/[email protected].15":
868-
version "4.17.15"
869-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.15.tgz#9290e983ec8b054b65a5abccb610411953d417ff"
870-
integrity sha512-Yv0k4bXGOH+8a+7bELd2PqHQsuiANB+A8a4gnQrkRWzrkKlb6KHaVvyXhqs04sVW/OWlbPyYxRgYlIXLfrufMQ==
867+
"@types/[email protected].17":
868+
version "4.17.17"
869+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4"
870+
integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
871871
dependencies:
872872
"@types/body-parser" "*"
873-
"@types/express-serve-static-core" "^4.17.31"
873+
"@types/express-serve-static-core" "^4.17.33"
874874
"@types/qs" "*"
875875
"@types/serve-static" "*"
876876

0 commit comments

Comments
 (0)