From 1eafe165c8b3c9fd735ee89b1370d458f291a1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 03:00:15 +0000 Subject: [PATCH] chore(deps-dev): bump hugo-bin from 0.111.4 to 0.112.0 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.111.4 to 0.112.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.111.4...v0.112.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... 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 763fab6..cad870c 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "author": "Timothy Stewart", "private": true, "devDependencies": { - "hugo-bin": "^0.111.4" + "hugo-bin": "^0.112.0" } } diff --git a/yarn.lock b/yarn.lock index 7777e5f..ddc0600 100644 --- a/yarn.lock +++ b/yarn.lock @@ -342,10 +342,10 @@ http2-wrapper@^2.1.10: quick-lru "^5.1.1" resolve-alpn "^1.2.0" -hugo-bin@^0.111.4: - version "0.111.4" - resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.111.4.tgz#2479394911c229c9e62338d3082b732232876220" - integrity sha512-4JzcarbSM3hsyWnmevnoamd7O4oMU07f5WNUgnqYJQs7CwvCcSOwqvTNQiZzW9vqiBqZyStD8Oim9LdtPsBG7Q== +hugo-bin@^0.112.0: + version "0.112.0" + resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.112.0.tgz#60675ebd413e3ab21859198983d11b13b76808a6" + integrity sha512-HAQ5t/AjnPa5c6Ksmae/w/QQdZ+lowohlUQ8ZitjGStonL7ClzqusJS37eBZ8nPsfe9/aQ8BbYhkp7/9tntGaA== dependencies: "@xhmikosr/bin-wrapper" "^11.0.2" pkg-conf "^4.0.0"