refactor: update elasticsearch and audit relevant dependencies

This commit is contained in:
Rainer Killinger
2025-07-30 12:40:59 +02:00
parent 362f6adf07
commit b40ba7ad63
13 changed files with 239 additions and 328 deletions

View File

@@ -36,14 +36,14 @@
"@openstapps/core": "workspace:*",
"@openstapps/core-tools": "workspace:*",
"@openstapps/logger": "workspace:*",
"@types/body-parser": "1.19.2",
"@types/body-parser": "1.19.6",
"@types/express": "4.17.17",
"@types/json-schema": "7.0.15",
"@types/morgan": "1.9.4",
"body-parser": "1.20.2",
"express": "4.18.2",
"@types/morgan": "1.9.10",
"body-parser": "1.20.3",
"express": "4.21.2",
"json-schema": "0.4.0",
"morgan": "1.10.0"
"morgan": "1.10.1"
},
"devDependencies": {
"@openstapps/eslint-config": "workspace:*",