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:*",

View File

@@ -58,7 +58,7 @@
"tsup": "8.5.0",
"typedoc": "0.25.12",
"typescript": "5.4.2",
"undici": "5.22.1"
"undici": "6.21.3"
},
"peerDependencies": {
"@openstapps/core": "workspace:*"

View File

@@ -26,7 +26,7 @@
"test": "c8 mocha"
},
"dependencies": {
"@elastic/elasticsearch": "8.4.0",
"@elastic/elasticsearch": "8.14.1",
"commander": "10.0.0",
"deepmerge": "4.3.1",
"flatted": "3.2.7",