From 306446385328f13afb1465cf2d2bfe22dc9e8c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 13:18:51 +0000 Subject: [PATCH] build(deps-dev): bump rimraf from 4.1.1 to 4.1.2 Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.1 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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 29eff16..061ef7a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "npm-run-all": "^4.1.5", "prettier": "^2.8.3", "prettier-plugin-md-nocjsp": "^1.5.1", - "rimraf": "^4.1.1", + "rimraf": "^4.1.2", "semantic-release": "^20.0.2", "textlint": "^12.6.0", "textlint-filter-rule-comments": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index c40f9e4..9f35e3c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6036,10 +6036,10 @@ rimraf@^3.0.0, rimraf@^3.0.2: dependencies: glob "^7.1.3" -rimraf@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.1.tgz#ec29817863e5d82d22bca82f9dc4325be2f1e72b" - integrity sha512-Z4Y81w8atcvaJuJuBB88VpADRH66okZAuEm+Jtaufa+s7rZmIz+Hik2G53kGaNytE7lsfXyWktTmfVz0H9xuDg== +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"