Skip to content

Commit

Permalink
Merge pull request #986 from dsi-icl/renovate/express-4.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/express to v4.17.12
  • Loading branch information
sou-chon authored Jun 8, 2021
2 parents 0cdc9a3 + 48fff56 commit 331ed73
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/itmat-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"minio": "7.0.18"
},
"devDependencies": {
"@types/express": "4.17.11",
"@types/express": "4.17.12",
"@types/jest": "26.0.23",
"@types/minio": "7.0.7",
"@types/mongodb": "3.6.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/bcrypt": "3.0.0",
"@types/express": "4.17.11",
"@types/express": "4.17.12",
"@types/express-session": "1.17.3",
"@types/jest": "26.0.23",
"@types/mongodb": "3.6.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-job-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/core": "7.13.13",
"@babel/preset-env": "7.13.12",
"@types/connect-timeout": "0.0.34",
"@types/express": "4.17.11",
"@types/express": "4.17.12",
"@types/jest": "26.0.23",
"@types/json2csv": "5.0.2",
"@types/mongodb": "3.6.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4281,10 +4281,10 @@
"@types/qs" "*"
"@types/serve-static" "*"

"@types/express@4.17.11":
version "4.17.11"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
"@types/express@4.17.12":
version "4.17.12"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.12.tgz#4bc1bf3cd0cfe6d3f6f2853648b40db7d54de350"
integrity sha512-pTYas6FrP15B1Oa0bkN5tQMNqOcVXa9j4FTFtO8DWI9kppKib+6NJtfTOOLcwxuuYvcX2+dVG6et1SxW/Kc17Q==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "^4.17.18"
Expand Down

0 comments on commit 331ed73

Please sign in to comment.