From e53934f19fec8c576f87b99307e741922117dd7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 05:00:28 +0000 Subject: [PATCH] build(deps-dev): bump hugo-bin from 0.123.1 to 0.124.0 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.123.1 to 0.124.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.123.1...v0.124.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 120471e..642c0f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ }, "devDependencies": { "exec-bin": "^1.0.0", - "hugo-bin": "^0.123", + "hugo-bin": "^0.124", "hugo-installer": "^4.0" } }, @@ -2228,9 +2228,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.123.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.123.1.tgz", - "integrity": "sha512-YENQPHxg8jFvn5KyTrqUj+mXwGHNJzelc8TzzJ1l6Cm6ZSJsl38mdEKvejA8J1146h8Y6a2m6q6TsSx/5g3HRg==", + "version": "0.124.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.124.0.tgz", + "integrity": "sha512-5Vi0XZ0wJS8tmp+RzYwhfAS6gBtU9ZcaVmGHVl7RSiYzbuFVA8YDhsdFry2kZPf2ZOlA3uZuVDJmVCRVzit7xw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 2b3a288..773ba05 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "exec-bin": "^1.0.0", - "hugo-bin": "^0.123", + "hugo-bin": "^0.124", "hugo-installer": "^4.0" } }