From 0091fa0dce7762d72f4e4429369bcf22d6cd4ad3 Mon Sep 17 00:00:00 2001 From: Drone-Bot Date: Fri, 9 Dec 2022 12:25:18 +0100 Subject: [PATCH] Update dependency hugo-installer to v4 (#27) 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 | |---|---|---|---| | [hugo-installer](https://github.com/dominique-mueller/hugo-installer) | devDependencies | major | [`^3.1.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/hugo-installer/3.1.0/4.0.1) | :warning: Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### 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/27 Co-authored-by: Drone-Bot Co-committed-by: Drone-Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c955813..609210e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/OCram85/Blog#readme", "devDependencies": { "exec-bin": "^1.0.0", - "hugo-installer": "^3.1.0", + "hugo-installer": "^4.0.0", "markdownlint-cli": "^0.31.1", "rimraf": "^3.0.2" },