From a425ef8993aa898c3582aebb0a1bfff7f83ce3ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 04:15:06 +0000 Subject: [PATCH] Bump @golevelup/ts-jest from 0.5.6 to 0.6.0 Bumps [@golevelup/ts-jest](https://github.com/golevelup/nestjs) from 0.5.6 to 0.6.0. - [Commits](https://github.com/golevelup/nestjs/compare/@golevelup/ts-jest@0.5.6...@golevelup/ts-jest@0.6.0) --- updated-dependencies: - dependency-name: "@golevelup/ts-jest" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 357e13f6..f4c38462 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "typeorm": "^0.3.20" }, "devDependencies": { - "@golevelup/ts-jest": "^0.5.6", + "@golevelup/ts-jest": "^0.6.0", "@nestjs/cli": "^10.4.7", "@nestjs/schematics": "^10.2.3", "@nestjs/testing": "^10.4.6", @@ -1046,9 +1046,9 @@ } }, "node_modules/@golevelup/ts-jest": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@golevelup/ts-jest/-/ts-jest-0.5.6.tgz", - "integrity": "sha512-QnxP42Qu9M2UogdrF2kxpZcgWeW9R3WoUr+LdpcsbkvX3LjEoDYgrJ/PnV/QUCbxB1gaKbhR0ZxlDxE1cPkpDg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@golevelup/ts-jest/-/ts-jest-0.6.0.tgz", + "integrity": "sha512-TwJGSPCGd2K+TjYlMvtX7J6K14mLNrQSbknKgXfFX/mdCumRzE6OrMyG1VOFjtCIRMPgreldfVfUdy6tJMbVFA==", "dev": true }, "node_modules/@humanfs/core": { @@ -12174,9 +12174,9 @@ } }, "@golevelup/ts-jest": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@golevelup/ts-jest/-/ts-jest-0.5.6.tgz", - "integrity": "sha512-QnxP42Qu9M2UogdrF2kxpZcgWeW9R3WoUr+LdpcsbkvX3LjEoDYgrJ/PnV/QUCbxB1gaKbhR0ZxlDxE1cPkpDg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@golevelup/ts-jest/-/ts-jest-0.6.0.tgz", + "integrity": "sha512-TwJGSPCGd2K+TjYlMvtX7J6K14mLNrQSbknKgXfFX/mdCumRzE6OrMyG1VOFjtCIRMPgreldfVfUdy6tJMbVFA==", "dev": true }, "@humanfs/core": { diff --git a/package.json b/package.json index da9c1fd8..39a5b6b8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "typeorm": "^0.3.20" }, "devDependencies": { - "@golevelup/ts-jest": "^0.5.6", + "@golevelup/ts-jest": "^0.6.0", "@nestjs/cli": "^10.4.7", "@nestjs/schematics": "^10.2.3", "@nestjs/testing": "^10.4.6",