app-node: align express version

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-03 11:40:36 +02:00
parent 7bc4dad52c
commit da06d93e24
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,6 +30,6 @@
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@types/express": "^4.17.6",
"express": "^4.18.2"
"express": "^4.17.1"
}
}