Bump jest and @types/jest in /src-ui

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 29.5.0 to 29.6.1
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest)

Updates `@types/jest` from 29.5.2 to 29.5.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-19 16:33:43 +00:00 committed by GitHub
parent c545a80aa3
commit e295a41caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 283 additions and 284 deletions

563
src-ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -46,13 +46,13 @@
"@angular/cli": "~16.1.3",
"@angular/compiler-cli": "~16.1.3",
"@playwright/test": "^1.36.1",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"concurrently": "^8.1.0",
"eslint": "^8.39.0",
"jest": "29.5.0",
"jest": "29.6.1",
"jest-environment-jsdom": "^29.5.0",
"jest-preset-angular": "^13.1.1",
"jest-websocket-mock": "^2.4.0",