Skip to content

Commit

Permalink
chore(deps): update dependency @types/express to v4.17.14 (#2142)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 6, 2022
1 parent b7b8e14 commit 48ba213
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -141,7 +141,7 @@
"@swc/jest": "0.2.23",
"@types/bcryptjs": "2.4.2",
"@types/cors": "2.8.12",
"@types/express": "4.17.13",
"@types/express": "4.17.14",
"@types/express-session": "1.17.5",
"@types/faker": "5.5.9",
"@types/jest": "29.0.0",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Expand Up @@ -1315,7 +1315,7 @@
dependencies:
"@types/express" "*"

"@types/express@*", "@types/express@4.17.13":
"@types/express@*":
version "4.17.13"
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz"
integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==
Expand All @@ -1325,6 +1325,16 @@
"@types/qs" "*"
"@types/serve-static" "*"

"@types/express@4.17.14":
version "4.17.14"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c"
integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "^4.17.18"
"@types/qs" "*"
"@types/serve-static" "*"

"@types/faker@5.5.9":
version "5.5.9"
resolved "https://registry.npmjs.org/@types/faker/-/faker-5.5.9.tgz"
Expand Down

0 comments on commit 48ba213

Please sign in to comment.