From 2c7352d807f565380dee97a9a3971d2851f5f68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:24:26 +0000 Subject: [PATCH] Bump @golevelup/ts-jest from 0.5.1 to 0.5.4 Bumps [@golevelup/ts-jest](https://github.com/golevelup/nestjs) from 0.5.1 to 0.5.4. - [Commits](https://github.com/golevelup/nestjs/compare/@golevelup/ts-jest@0.5.1...@golevelup/ts-jest@0.5.4) --- updated-dependencies: - dependency-name: "@golevelup/ts-jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 749db56..b39f33c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "devDependencies": { "@babel/core": "^7.24.3", "@babel/preset-env": "^7.24.3", - "@golevelup/ts-jest": "^0.5.0", + "@golevelup/ts-jest": "^0.5.4", "@intlify/bundle-utils": "^8.0.0", "@jest/globals": "^29.7.0", "@mdi/js": "^7.4.47", @@ -2061,11 +2061,10 @@ } }, "node_modules/@golevelup/ts-jest": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@golevelup/ts-jest/-/ts-jest-0.5.1.tgz", - "integrity": "sha512-1DfWJ4d2X3Ik7wKH2+WOtVHoYgdQAhgptoTRJOgJm18f02eKEnDyppxL7SREM3dbLx+jlFma+RcM+e5dl2Dymg==", - "dev": true, - "license": "MIT" + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@golevelup/ts-jest/-/ts-jest-0.5.4.tgz", + "integrity": "sha512-2djwElTE0dMyjK6uYk7YqGs5BoA++O+bqhzDVsWHXrUD9XlOj3Ig0JeyILC8P7eBvSbWPaA61xaJX4doDvi4oQ==", + "dev": true }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", diff --git a/package.json b/package.json index 96e1826..b0f5785 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@babel/core": "^7.24.3", "@babel/preset-env": "^7.24.3", - "@golevelup/ts-jest": "^0.5.0", + "@golevelup/ts-jest": "^0.5.4", "@intlify/bundle-utils": "^8.0.0", "@jest/globals": "^29.7.0", "@mdi/js": "^7.4.47",