Skip to content

Commit 80ca22e

Browse files
chore(deps): update dependency @types/express to v4.17.25
1 parent 8d195e1 commit 80ca22e

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/compression": "^1.7.2",
4949
"@types/cookie-parser": "^1.4.9",
5050
"@types/cors": "^2.8.12",
51-
"@types/express": "4.17.21",
51+
"@types/express": "4.17.25",
5252
"@types/jsdom": "^21.1.7",
5353
"@types/memoizee": "^0.4.7",
5454
"@types/node": "^22.15.23",

yarn.lock

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,15 +1936,15 @@
19361936
"@types/qs" "*"
19371937
"@types/serve-static" "*"
19381938

1939-
"@types/[email protected].21":
1940-
version "4.17.21"
1941-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
1942-
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
1939+
"@types/[email protected].25":
1940+
version "4.17.25"
1941+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.25.tgz#070c8c73a6fee6936d65c195dbbfb7da5026649b"
1942+
integrity sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==
19431943
dependencies:
19441944
"@types/body-parser" "*"
19451945
"@types/express-serve-static-core" "^4.17.33"
19461946
"@types/qs" "*"
1947-
"@types/serve-static" "*"
1947+
"@types/serve-static" "^1"
19481948

19491949
"@types/flexsearch@^0.7.3":
19501950
version "0.7.6"
@@ -2156,6 +2156,14 @@
21562156
"@types/mime" "^1"
21572157
"@types/node" "*"
21582158

2159+
"@types/send@<1":
2160+
version "0.17.6"
2161+
resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.6.tgz#aeb5385be62ff58a52cd5459daa509ae91651d25"
2162+
integrity sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==
2163+
dependencies:
2164+
"@types/mime" "^1"
2165+
"@types/node" "*"
2166+
21592167
"@types/serve-static@*":
21602168
version "1.15.7"
21612169
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.7.tgz#22174bbd74fb97fe303109738e9b5c2f3064f714"
@@ -2165,6 +2173,15 @@
21652173
"@types/node" "*"
21662174
"@types/send" "*"
21672175

2176+
"@types/serve-static@^1":
2177+
version "1.15.10"
2178+
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.10.tgz#768169145a778f8f5dfcb6360aead414a3994fee"
2179+
integrity sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==
2180+
dependencies:
2181+
"@types/http-errors" "*"
2182+
"@types/node" "*"
2183+
"@types/send" "<1"
2184+
21682185
"@types/shimmer@^1.2.0":
21692186
version "1.2.0"
21702187
resolved "https://registry.yarnpkg.com/@types/shimmer/-/shimmer-1.2.0.tgz#9b706af96fa06416828842397a70dfbbf1c14ded"

0 commit comments

Comments
 (0)