build(deps-dev): bump ts-jest from 29.4.1 to 29.4.4 in /backend

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.4.1 to 29.4.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.4.1...v29.4.4)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-version: 29.4.4
  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] 2025-09-20 01:05:16 +00:00
parent 6fcd709c15
commit 5c07d8e27d
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-yml": "^1.18.0",
"jest": "^30.1.3",
"ts-jest": "^29.4.1",
"ts-jest": "^29.4.4",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
}
@ -9861,9 +9861,9 @@
"license": "MIT"
},
"node_modules/ts-jest": {
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.1.tgz",
"integrity": "sha512-SaeUtjfpg9Uqu8IbeDKtdaS0g8lS6FT6OzM3ezrDfErPJPHNDo/Ey+VFGP1bQIDfagYDLyRpd7O15XpG1Es2Uw==",
"version": "29.4.4",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.4.tgz",
"integrity": "sha512-ccVcRABct5ZELCT5U0+DZwkXMCcOCLi2doHRrKy1nK/s7J7bch6TzJMsrY09WxgUUIP/ITfmcDS8D2yl63rnXw==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -35,7 +35,7 @@
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-yml": "^1.18.0",
"jest": "^30.1.3",
"ts-jest": "^29.4.1",
"ts-jest": "^29.4.4",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},