adjust some epxress dependencies to be the same as the others

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-02-21 14:07:46 +01:00
parent f14f82c563
commit 8bf24946c6
4 changed files with 17 additions and 11 deletions
+3 -3
View File
@@ -36,9 +36,9 @@
"@backstage/integration": "workspace:^",
"@backstage/plugin-adr-common": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",
"@types/express": "^4.17.15",
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"luxon": "^3.0.0",
"marked": "^4.0.14",
"node-fetch": "^2.6.5",