From 39856d2869967023304072da34642da9ce4908e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 11:06:58 +0000 Subject: [PATCH] Update nest monorepo to v9 --- backend/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/package.json b/backend/package.json index bc13049..96ce06e 100644 --- a/backend/package.json +++ b/backend/package.json @@ -25,13 +25,13 @@ "@elastic/elasticsearch": "^8.2.1", "@elastic/enterprise-search": "^8.1.0-beta.1", "@nestjs/config": "^2.1.0", - "@nestjs/core": "^8.4.7", + "@nestjs/core": "^9.0.0", "@nestjs/elasticsearch": "^8.1.0", "@nestjs/jwt": "^8.0.1", "@nestjs/mapped-types": "*", "@nestjs/mongoose": "^9.1.1", - "@nestjs/passport": "^8.2.2", - "@nestjs/platform-express": "^8.0.0", + "@nestjs/passport": "^9.0.0", + "@nestjs/platform-express": "^9.0.0", "@nestjs/swagger": "^5.2.1", "bcrypt": "^5.0.1", "cache-manager": "^4.0.1", @@ -53,13 +53,13 @@ }, "devDependencies": { "@nestjs/cli": "^8.0.0", - "@nestjs/common": "^8.4.7", - "@nestjs/core": "8.4.7", + "@nestjs/common": "^9.0.0", + "@nestjs/core": "9.4.2", "@nestjs/mapped-types": "*", "@nestjs/mongoose": "9.1.1", - "@nestjs/platform-express": "8.4.7", - "@nestjs/schematics": "^8.0.0", - "@nestjs/testing": "^8.0.0", + "@nestjs/platform-express": "9.4.2", + "@nestjs/schematics": "^9.0.0", + "@nestjs/testing": "^9.0.0", "@prisma/client": "^4.8.0", "@types/cache-manager": "^4.0.1", "@types/express": "^4.17.13",