Skip to content

Commit

Permalink
chore(deps): update dependency express to v4.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent 389ebaa commit 53ce7c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prepublish": "lerna run prepublish"
},
"devDependencies": {
"@types/express": "4.17.13",
"@types/express": "4.17.18",
"@types/jest": "29.5.2",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "4.33.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"devDependencies": {
"@specter/specter": "^0.7.4",
"@types/express": "4.17.13",
"@types/express": "4.17.18",
"@types/jest": "29.5.2",
"@types/node-fetch": "3.0.2",
"express": "4.18.1",
"express": "4.18.2",
"isomorphic-unfetch": "4.0.2",
"jest": "29.5.0",
"ts-jest": "29.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/specter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"url": "https://github.com/recruit-tech/specter/issues"
},
"dependencies": {
"@types/express": "4.17.13",
"@types/express": "4.17.18",
"tslib": "^2.0.0",
"unfetch": "^5.0.0"
},
"devDependencies": {
"body-parser": "1.20.2",
"express": "4.18.1",
"express": "4.18.2",
"isomorphic-unfetch": "4.0.2",
"jest": "29.5.0",
"ts-jest": "29.1.0",
Expand Down

0 comments on commit 53ce7c5

Please sign in to comment.