chore(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 in /ui

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.3 to 29.1.4.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.3...v29.1.4)

---
updated-dependencies:
- dependency-name: ts-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]
2024-05-29 14:12:48 +00:00
committed by Łukasz Mierzwa
parent 5a37786b2e
commit d8f604d087
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@@ -89,7 +89,7 @@
"prettier": "3.2.5",
"sass": "1.77.2",
"terser": "5.31.0",
"ts-jest": "29.1.3",
"ts-jest": "29.1.4",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-tsconfig-paths": "4.3.2"
@@ -11889,9 +11889,9 @@
}
},
"node_modules/ts-jest": {
"version": "29.1.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.3.tgz",
"integrity": "sha512-6L9qz3ginTd1NKhOxmkP0qU3FyKjj5CPoY+anszfVn6Pmv/RIKzhiMCsH7Yb7UvJR9I2A64rm4zQl531s2F1iw==",
"version": "29.1.4",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.4.tgz",
"integrity": "sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",

View File

@@ -84,7 +84,7 @@
"prettier": "3.2.5",
"sass": "1.77.2",
"terser": "5.31.0",
"ts-jest": "29.1.3",
"ts-jest": "29.1.4",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-tsconfig-paths": "4.3.2"