From 4cccd861a605e984fd1b0627ae46c488662be8e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:35:44 +0000 Subject: [PATCH] Update dependency hugo-bin to v0.119.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f3960f613..2c57c69e87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "hugo-bin": "0.118.1", + "hugo-bin": "0.119.0", "rimraf": "5.0.5" } }, @@ -699,9 +699,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.118.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.118.1.tgz", - "integrity": "sha512-WIS4kLNySb5u2+iwk//N7ClLUCksmyjvqdkGQTFc5v7Bqjpn1yLcIIBWwxU3R4SBc2Lr772/auxlzzsRffGbVA==", + "version": "0.119.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.119.0.tgz", + "integrity": "sha512-RnjlxHKdOjo7i7yRX/001t53142tC9NTa5JVrnPCTpX2kNQQCz5XdI/WWX7emf0dNkxipj55Z58EsA2ft9W16g==", "funding": [ { "type": "github", @@ -2075,9 +2075,9 @@ } }, "hugo-bin": { - "version": "0.118.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.118.1.tgz", - "integrity": "sha512-WIS4kLNySb5u2+iwk//N7ClLUCksmyjvqdkGQTFc5v7Bqjpn1yLcIIBWwxU3R4SBc2Lr772/auxlzzsRffGbVA==", + "version": "0.119.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.119.0.tgz", + "integrity": "sha512-RnjlxHKdOjo7i7yRX/001t53142tC9NTa5JVrnPCTpX2kNQQCz5XdI/WWX7emf0dNkxipj55Z58EsA2ft9W16g==", "requires": { "@xhmikosr/bin-wrapper": "^12.0.0", "pkg-conf": "^4.0.0" diff --git a/package.json b/package.json index 2ee305d5e6..71d54e2742 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://mckinlays.net", "dependencies": { - "hugo-bin": "0.118.1", + "hugo-bin": "0.119.0", "rimraf": "5.0.5" } }