From 043a0e10ce726f3187d4d38e86256323484b47f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:43:46 +0000 Subject: [PATCH] Bump rimraf from 3.0.2 to 5.0.5 in /nestjs Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 5.0.5. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v3.0.2...v5.0.5) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- nestjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nestjs/package.json b/nestjs/package.json index d25dfdee..f5c51967 100644 --- a/nestjs/package.json +++ b/nestjs/package.json @@ -39,7 +39,7 @@ "nodemailer": "^6.7.3", "passport-jwt": "^4.0.0", "reflect-metadata": "^0.1.13", - "rimraf": "^3.0.2", + "rimraf": "^5.0.5", "rxjs": "^7.5.5", "winston": "^3.7.2", "winston-cloudwatch": "^4.0.1"