From f82ae4158c5a0650f559e20f0f92db9b2836548d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:17:50 +0000 Subject: [PATCH] Bump @nestjs/testing from 10.1.3 to 10.2.0 in /back Bumps [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) from 10.1.3 to 10.2.0. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.2.0/packages/testing) --- updated-dependencies: - dependency-name: "@nestjs/testing" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- back/package.json | 2 +- back/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/back/package.json b/back/package.json index 50abbf29f..590851e7b 100644 --- a/back/package.json +++ b/back/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@nestjs/cli": "^10.1.12", "@nestjs/schematics": "^10.0.2", - "@nestjs/testing": "^10.1.3", + "@nestjs/testing": "^10.2.0", "@types/express": "^4.17.17", "@types/jest": "^28.1.8", "@types/node": "^20.5.0", diff --git a/back/yarn.lock b/back/yarn.lock index 3a40c85de..fb2287894 100644 --- a/back/yarn.lock +++ b/back/yarn.lock @@ -1023,10 +1023,10 @@ jsonc-parser "3.2.0" pluralize "8.0.0" -"@nestjs/testing@^10.1.3": - version "10.1.3" - resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.1.3.tgz#596a1dc580373b3b0b070ac73bf70e45f80197dd" - integrity sha512-zMrO9xLPYnKtC6q1diWubuMshIp0v2aGHa58jcIfZaAlJlU/6RKsgCOiFQ42aFzxUEBRWF0LBF0aiwt04LKMyQ== +"@nestjs/testing@^10.2.0": + version "10.2.0" + resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.2.0.tgz#34a9830d0f77e373aa58b9ccf2c0b161293019c6" + integrity sha512-jJjk76maTh2rFq7DR0E3KagI6dt9RIiym+ifjsswZml3lALoHSRAyQFhXdx1biLs0GhGTk+mw75intmsG50rjQ== dependencies: tslib "2.6.1"