Skip to content

Commit 230a23a

Browse files
chore(deps): update dependency @types/express to v4.17.25
1 parent 91528df commit 230a23a

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
@@ -1519,15 +1519,15 @@
15191519
"@types/qs" "*"
15201520
"@types/serve-static" "*"
15211521

1522-
"@types/[email protected].21":
1523-
version "4.17.21"
1524-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
1525-
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
1522+
"@types/[email protected].25":
1523+
version "4.17.25"
1524+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.25.tgz#070c8c73a6fee6936d65c195dbbfb7da5026649b"
1525+
integrity sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==
15261526
dependencies:
15271527
"@types/body-parser" "*"
15281528
"@types/express-serve-static-core" "^4.17.33"
15291529
"@types/qs" "*"
1530-
"@types/serve-static" "*"
1530+
"@types/serve-static" "^1"
15311531

15321532
"@types/flexsearch@^0.7.3":
15331533
version "0.7.6"
@@ -1707,6 +1707,14 @@
17071707
"@types/mime" "^1"
17081708
"@types/node" "*"
17091709

1710+
"@types/send@<1":
1711+
version "0.17.6"
1712+
resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.6.tgz#aeb5385be62ff58a52cd5459daa509ae91651d25"
1713+
integrity sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==
1714+
dependencies:
1715+
"@types/mime" "^1"
1716+
"@types/node" "*"
1717+
17101718
"@types/serve-static@*":
17111719
version "1.15.7"
17121720
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.7.tgz#22174bbd74fb97fe303109738e9b5c2f3064f714"
@@ -1716,6 +1724,15 @@
17161724
"@types/node" "*"
17171725
"@types/send" "*"
17181726

1727+
"@types/serve-static@^1":
1728+
version "1.15.10"
1729+
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.10.tgz#768169145a778f8f5dfcb6360aead414a3994fee"
1730+
integrity sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==
1731+
dependencies:
1732+
"@types/http-errors" "*"
1733+
"@types/node" "*"
1734+
"@types/send" "<1"
1735+
17191736
"@types/tough-cookie@*":
17201737
version "4.0.5"
17211738
resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz#cb6e2a691b70cb177c6e3ae9c1d2e8b2ea8cd304"

0 commit comments

Comments
 (0)