Skip to content

Commit 089ce3e

Browse files
chore(deps): update dependency @types/express to v5
1 parent 5da3d27 commit 089ce3e

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
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@tsconfig/node18": "^18.2.4",
3838
"@tsconfig/recommended": "^1.0.8",
39-
"@types/express": "^4.17.21",
39+
"@types/express": "^5.0.1",
4040
"@types/node": "^18.19.80",
4141
"@typescript-eslint/eslint-plugin": "^6.21.0",
4242
"@typescript-eslint/parser": "^6.21.0",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -433,24 +433,23 @@
433433
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
434434
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
435435

436-
"@types/express-serve-static-core@^4.17.33":
437-
version "4.17.41"
438-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz#5077defa630c2e8d28aa9ffc2c01c157c305bef6"
439-
integrity sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==
436+
"@types/express-serve-static-core@^5.0.0":
437+
version "5.0.6"
438+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz#41fec4ea20e9c7b22f024ab88a95c6bb288f51b8"
439+
integrity sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==
440440
dependencies:
441441
"@types/node" "*"
442442
"@types/qs" "*"
443443
"@types/range-parser" "*"
444444
"@types/send" "*"
445445

446-
"@types/express@^4.17.21":
447-
version "4.17.21"
448-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
449-
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
446+
"@types/express@^5.0.1":
447+
version "5.0.1"
448+
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.1.tgz#138d741c6e5db8cc273bec5285cd6e9d0779fc9f"
449+
integrity sha512-UZUw8vjpWFXuDnjFTh7/5c2TWDlQqeXHi6hcN7F2XSVT5P+WmUnnbFS3KA6Jnc6IsEqI2qCVu2bK0R0J4A8ZQQ==
450450
dependencies:
451451
"@types/body-parser" "*"
452-
"@types/express-serve-static-core" "^4.17.33"
453-
"@types/qs" "*"
452+
"@types/express-serve-static-core" "^5.0.0"
454453
"@types/serve-static" "*"
455454

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

0 commit comments

Comments
 (0)