Skip to content

Commit dd9562b

Browse files
chore(deps): update dependency @types/express to v4.17.23
1 parent 0f75af9 commit dd9562b

File tree

2 files changed

+15
-30
lines changed

2 files changed

+15
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@types/chai": "4.3.16",
4949
"@types/config": "3.3.4",
50-
"@types/express": "4.17.21",
50+
"@types/express": "4.17.23",
5151
"@types/jest": "29.5.12",
5252
"@types/mocha": "10.0.6",
5353
"@types/node": "20.11.24",

yarn.lock

Lines changed: 14 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,17 @@
17661766
"@types/range-parser" "*"
17671767
"@types/send" "*"
17681768

1769-
"@types/[email protected]", "@types/express@^4.17.17":
1769+
1770+
version "4.17.23"
1771+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.23.tgz#35af3193c640bfd4d7fe77191cd0ed411a433bef"
1772+
integrity sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==
1773+
dependencies:
1774+
"@types/body-parser" "*"
1775+
"@types/express-serve-static-core" "^4.17.33"
1776+
"@types/qs" "*"
1777+
"@types/serve-static" "*"
1778+
1779+
"@types/express@^4.17.17":
17701780
version "4.17.21"
17711781
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
17721782
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
@@ -8188,16 +8198,7 @@ streamsearch@^1.1.0:
81888198
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
81898199
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
81908200

8191-
"string-width-cjs@npm:string-width@^4.2.0":
8192-
version "4.2.3"
8193-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8194-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8195-
dependencies:
8196-
emoji-regex "^8.0.0"
8197-
is-fullwidth-code-point "^3.0.0"
8198-
strip-ansi "^6.0.1"
8199-
8200-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
8201+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
82018202
version "4.2.3"
82028203
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
82038204
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8262,14 +8263,7 @@ string_decoder@~1.1.1:
82628263
dependencies:
82638264
safe-buffer "~5.1.0"
82648265

8265-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8266-
version "6.0.1"
8267-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8268-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8269-
dependencies:
8270-
ansi-regex "^5.0.1"
8271-
8272-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8266+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
82738267
version "6.0.1"
82748268
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
82758269
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9051,7 +9045,7 @@ [email protected]:
90519045
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
90529046
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
90539047

9054-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
9048+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
90559049
version "7.0.0"
90569050
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
90579051
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9069,15 +9063,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
90699063
string-width "^4.1.0"
90709064
strip-ansi "^6.0.0"
90719065

9072-
wrap-ansi@^7.0.0:
9073-
version "7.0.0"
9074-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9075-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9076-
dependencies:
9077-
ansi-styles "^4.0.0"
9078-
string-width "^4.1.0"
9079-
strip-ansi "^6.0.0"
9080-
90819066
wrap-ansi@^8.1.0:
90829067
version "8.1.0"
90839068
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)