From 3d87664dfa167578c0baba129edc401b08676322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 11:07:02 +0000 Subject: [PATCH] Bump ts-jest from 29.4.10 to 29.4.11 in /CourageScores/ClientApp Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.4.10 to 29.4.11. - [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.10...v29.4.11) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- CourageScores/ClientApp/package-lock.json | 8 ++++---- CourageScores/ClientApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CourageScores/ClientApp/package-lock.json b/CourageScores/ClientApp/package-lock.json index 780671832..3b412ac85 100644 --- a/CourageScores/ClientApp/package-lock.json +++ b/CourageScores/ClientApp/package-lock.json @@ -34,7 +34,7 @@ "prettier": "3.8.3", "react": "^19.0.0", "react-dom": "^19.2.6", - "ts-jest": "^29.4.10", + "ts-jest": "^29.4.11", "typescript": "^6.0.3", "typescript-eslint": "^8.59.4", "vite-plugin-circular-dependency": "^0.6.0" @@ -8641,9 +8641,9 @@ } }, "node_modules/ts-jest": { - "version": "29.4.10", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.10.tgz", - "integrity": "sha512-vMTlTTtvz5aKZgzOoc7DQ5TzAL2fCzl8JnG1+ZpwjQa/g0xLlwE44yQ+1Cao9ZP1xVv9y5g34IFXEiqGOGFBUA==", + "version": "29.4.11", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.11.tgz", + "integrity": "sha512-IrFl7l9AuB/qrNw5quqvAv/hmKMb8dhWOH4jQOGo0Oq8tCeo1O86/iTFG1FaRimgUkF13l4PcepO8ATFT6Ns4g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/CourageScores/ClientApp/package.json b/CourageScores/ClientApp/package.json index ffdbb3498..58fc558dd 100644 --- a/CourageScores/ClientApp/package.json +++ b/CourageScores/ClientApp/package.json @@ -30,7 +30,7 @@ "prettier": "3.8.3", "react": "^19.0.0", "react-dom": "^19.2.6", - "ts-jest": "^29.4.10", + "ts-jest": "^29.4.11", "typescript": "^6.0.3", "typescript-eslint": "^8.59.4", "vite-plugin-circular-dependency": "^0.6.0"