From 439fa71f7d709be465e25e7795a37be8cd91c673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 02:40:34 +0000 Subject: [PATCH] chore(deps-dev): bump hugo-bin from 0.130.1 to 0.131.2 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.130.1 to 0.131.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.130.1...v0.131.2) --- 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 f1ff67a..9508544 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "author": "Timothy Stewart", "private": true, "devDependencies": { - "hugo-bin": "^0.130.1" + "hugo-bin": "^0.131.2" } } diff --git a/yarn.lock b/yarn.lock index 2c27836..4a8cde2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -336,10 +336,10 @@ http2-wrapper@^2.1.10: quick-lru "^5.1.1" resolve-alpn "^1.2.0" -hugo-bin@^0.130.1: - version "0.130.1" - resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.130.1.tgz#96c68452003e1d41720d9a096a6cf4f553b7f014" - integrity sha512-0+GwMlYkTdmH2INIWPeoKf+Rx/+RbTCZNPhcdPwm4a+WJeuvGjOLOmK3grAk5vC2u4OwxfOhgD3zRU7wHVYxlw== +hugo-bin@^0.131.2: + version "0.131.2" + resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.131.2.tgz#38fe2deeb78b37ee6691701ce4033714131abae6" + integrity sha512-5NrvwHUwu67IQywxXcR9IPc44wT7M0h/gtYxd8b8V1lbUsHywTBCRzKbAFMnbaE/pHey2MEVAzpQt6rY2XTXWA== dependencies: "@xhmikosr/bin-wrapper" "^13.0.5" package-config "^5.0.0"