From 563256fe2844f92cc61eca0d4fa70448e3ed60a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 08:45:19 +0000 Subject: [PATCH] Bump @nestjs/testing from 10.2.1 to 10.2.2 in /back Bumps [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) from 10.2.1 to 10.2.2. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.2.2/packages/testing) --- updated-dependencies: - dependency-name: "@nestjs/testing" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- back/package.json | 2 +- back/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/back/package.json b/back/package.json index 881fcef21..f4debef5d 100644 --- a/back/package.json +++ b/back/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@nestjs/cli": "^10.1.16", "@nestjs/schematics": "^10.0.2", - "@nestjs/testing": "^10.2.1", + "@nestjs/testing": "^10.2.2", "@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 9ac672891..6b502677d 100644 --- a/back/yarn.lock +++ b/back/yarn.lock @@ -1023,12 +1023,12 @@ jsonc-parser "3.2.0" pluralize "8.0.0" -"@nestjs/testing@^10.2.1": - version "10.2.1" - resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.2.1.tgz#72e25203ea0327128ced9285f3c4a77d660f4ad6" - integrity sha512-NZp79hk5WigRkfraBwAIIEczzk+ionPSqpEr1qJxSXAF2HARtEDX8WqrHWe83k6Wff5d4S4D1ZRDtGp88/d8PQ== +"@nestjs/testing@^10.2.2": + version "10.2.2" + resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.2.2.tgz#000e38cb058b5aa46e5a7dfecc17ae6dd5d88164" + integrity sha512-zczk6gLfxyVz+rxdNkplGZHM7xpKuknbeYZCCY1CppnAsaCNbFDcqtBdYlDy0mAaUFXv9BFcOC6rWPUXg0KZ1Q== dependencies: - tslib "2.6.1" + tslib "2.6.2" "@nodelib/fs.scandir@2.1.5": version "2.1.5" @@ -5263,10 +5263,10 @@ tslib@2.4.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== -tslib@2.6.1, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.0: - version "2.6.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410" - integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig== +tslib@2.6.2, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.0: + version "2.6.2" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" + integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== tslib@^1.8.1: version "1.14.1"