From 039edae8fb01be4c83608c690c50256453a2bff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 19:09:40 +0000 Subject: [PATCH] Bump rimraf from 3.0.2 to 4.1.2 Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.1.2. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v3.0.2...v4.1.2) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ce52c61..85b2c65 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "lint-staged": "^12.4.2", "prettier": "^2.6.2", "reflect-metadata": "^0.1.13", - "rimraf": "^3.0.2", + "rimraf": "^4.1.2", "ts-jest": "^28.0.3", "ts-node": "^10.8.0", "typescript": "^4.7.2" diff --git a/yarn.lock b/yarn.lock index d6455d1..6bd9b3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3424,6 +3424,11 @@ rimraf@^3.0.0, rimraf@^3.0.2: dependencies: glob "^7.1.3" +rimraf@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.2.tgz#20dfbc98083bdfaa28b01183162885ef213dbf7c" + integrity sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ== + run-parallel@^1.1.9: version "1.2.0" resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"