From c1672fb45bb9804584919abf7d37dbb828c676c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 16:57:22 +0000 Subject: [PATCH] Bump rimraf from 3.0.2 to 4.1.3 Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.1.3. - [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.3) --- 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 4795dc4d..f1f163cf 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "dotenv-cli": "^6.0.0", - "rimraf": "^3.0.2" + "rimraf": "^4.1.3" } } diff --git a/yarn.lock b/yarn.lock index 20d8faca..8db83f05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4619,6 +4619,11 @@ rimraf@^3.0.0, rimraf@^3.0.2: dependencies: glob "^7.1.3" +rimraf@^4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.3.tgz#e8ace19d5f009b4fa6108deeaffe39ef68bba194" + integrity sha512-iyzalDLo3l5FZxxaIGUY7xI4Bf90Xt7pCipc1Mr7RsdU7H3538z+M0tlsUDrz0aHeGS9uNqiKHUJyTewwRP91Q== + ripemd160@^2.0.0, ripemd160@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"