fix: update dependencies (#8713)

# Which Problems Are Solved

NPM dependencies are outdated.

# How the Problems Are Solved

```bash
cd console
yarn upgrade 
yarn add typescript@5.1
```

```bash
cd load-test
npm update
```
This commit is contained in:
Elio Bischof 2024-10-03 13:03:44 +02:00 committed by GitHub
parent 18499274dd
commit c0615e95e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1333 additions and 1421 deletions

View File

@ -87,6 +87,6 @@
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^4.0.0",
"protractor": "~7.0.0",
"typescript": "^5.1.6"
"typescript": "5.1"
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff