From 67b4ed2eaf40f681626630fc706906ae64f2c64b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:22:43 +0000 Subject: [PATCH] chore(deps-dev): bump hugo-bin from 0.118.0 to 0.118.1 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.118.0 to 0.118.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.118.0...v0.118.1) --- updated-dependencies: - dependency-name: hugo-bin 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 6ea1c34..ce23c62 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "author": "Timothy Stewart", "private": true, "devDependencies": { - "hugo-bin": "^0.118.0" + "hugo-bin": "^0.118.1" } } diff --git a/yarn.lock b/yarn.lock index 4287483..539718b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -348,10 +348,10 @@ http2-wrapper@^2.1.10: quick-lru "^5.1.1" resolve-alpn "^1.2.0" -hugo-bin@^0.118.0: - version "0.118.0" - resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.118.0.tgz#2d6b6d2e79e24ca3a786f50504efae354f993b5d" - integrity sha512-YVmmJIhoN9wJtHOR+FfVP2OFDymJF1Nop2MKSFmIKqOSu9B7ZfAn+yVCwernWNelepacjSYSoAebt+vFSsF5+g== +hugo-bin@^0.118.1: + version "0.118.1" + resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.118.1.tgz#0b6365d0e60644118a86f35240490db2351d8cab" + integrity sha512-WIS4kLNySb5u2+iwk//N7ClLUCksmyjvqdkGQTFc5v7Bqjpn1yLcIIBWwxU3R4SBc2Lr772/auxlzzsRffGbVA== dependencies: "@xhmikosr/bin-wrapper" "^12.0.0" pkg-conf "^4.0.0"