From 95f92c54ce99a51a628959b6e5323eed401ce1c9 Mon Sep 17 00:00:00 2001 From: CI-Bot Date: Sun, 22 Jan 2023 13:04:15 +0100 Subject: [PATCH] Update dependency rimraf to v4 (#47) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rimraf](https://github.com/isaacs/rimraf) | devDependencies | major | [`^3.0.2` -> `^4.0.0`](https://renovatebot.com/diffs/npm/rimraf/3.0.2/4.1.1) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.ocram85.com/OCram85/Blog/pulls/47 Co-authored-by: CI-Bot Co-committed-by: CI-Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 719ad51..4790566 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "exec-bin": "^1.0.0", "hugo-installer": "^4.0.0", "markdownlint-cli": "^0.32.0", - "rimraf": "^3.0.2" + "rimraf": "^4.0.0" }, "otherDependencies": { "hugo": "0.91.1"