From 0f322922746009aa61594276acddd8a35d3b10eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:20:58 +0000 Subject: [PATCH] chore(deps-dev): bump @nestjs/testing from 10.4.4 to 10.4.5 (#342) Bumps [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) from 10.4.4 to 10.4.5. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.5/packages/testing) --- updated-dependencies: - dependency-name: "@nestjs/testing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0903afd..9c38de6 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@favware/npm-deprecate": "1.0.7", "@nestjs/common": "10.4.4", "@nestjs/core": "10.4.5", - "@nestjs/testing": "10.4.4", + "@nestjs/testing": "10.4.5", "@types/jest": "29.5.13", "@types/node": "22.7.5", "@typescript-eslint/eslint-plugin": "7.0.0", diff --git a/yarn.lock b/yarn.lock index c8413db..6a5188f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -883,10 +883,10 @@ path-to-regexp "3.3.0" tslib "2.7.0" -"@nestjs/testing@10.4.4": - version "10.4.4" - resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.4.4.tgz#1f73f4b6c8d7a996a267ec498679e53763936963" - integrity sha512-qRGFj51A5RM7JqA8pcyEwSLA3Y0dle/PAZ8oxP0suimoCusRY3Tk7wYqutZdCNj1ATb678SDaUZDHk2pwSv9/g== +"@nestjs/testing@10.4.5": + version "10.4.5" + resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.4.5.tgz#18f9a7524ca5c487d7af995912b26db8e2051d0c" + integrity sha512-3NhmztE+fK3MuuOZhXihvMIhxm0QuDM2BneHvM5A0oVLG+STsAeGBqbDr/Ef2qsvqH5HaqvfGbVJ4N1DQnZE5A== dependencies: tslib "2.7.0"