Skip to content

Commit 504b0d0

Browse files
Update dependency @types/express from 4.17.21 to 5.0.1
1 parent 8725b2e commit 504b0d0

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@devoxa/eslint-config": "4.0.2",
2727
"@devoxa/prettier-config": "2.0.3",
28-
"@types/express": "4.17.21",
28+
"@types/express": "5.0.1",
2929
"@types/node": "20.9.5",
3030
"eslint": "9.22.0",
3131
"prettier": "3.5.3",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -229,24 +229,23 @@
229229
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
230230
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
231231

232-
"@types/express-serve-static-core@^4.17.33":
233-
version "4.17.35"
234-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.35.tgz#c95dd4424f0d32e525d23812aa8ab8e4d3906c4f"
235-
integrity sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==
232+
"@types/express-serve-static-core@^5.0.0":
233+
version "5.0.6"
234+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz#41fec4ea20e9c7b22f024ab88a95c6bb288f51b8"
235+
integrity sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==
236236
dependencies:
237237
"@types/node" "*"
238238
"@types/qs" "*"
239239
"@types/range-parser" "*"
240240
"@types/send" "*"
241241

242-
"@types/express@4.17.21":
243-
version "4.17.21"
244-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
245-
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
242+
"@types/express@5.0.1":
243+
version "5.0.1"
244+
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.1.tgz#138d741c6e5db8cc273bec5285cd6e9d0779fc9f"
245+
integrity sha512-UZUw8vjpWFXuDnjFTh7/5c2TWDlQqeXHi6hcN7F2XSVT5P+WmUnnbFS3KA6Jnc6IsEqI2qCVu2bK0R0J4A8ZQQ==
246246
dependencies:
247247
"@types/body-parser" "*"
248-
"@types/express-serve-static-core" "^4.17.33"
249-
"@types/qs" "*"
248+
"@types/express-serve-static-core" "^5.0.0"
250249
"@types/serve-static" "*"
251250

252251
"@types/http-errors@*":

0 commit comments

Comments
 (0)