From 0e383c0793fd20bfe64f7666ad89c2979b1228ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 08:20:47 +0000 Subject: [PATCH] fix(deps-dev): bump hugo-bin from 0.128.0 to 0.129.0 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.128.0 to 0.129.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.128.0...v0.129.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 d6a0a1e..4ed44af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "cpy-cli": "^5.0.0", - "hugo-bin": "^0.128.0", + "hugo-bin": "^0.129.0", "lightbox2": "^2.11.4", "rimraf": "^6.0.1", "semantic-release": "^24.0.0" @@ -2854,9 +2854,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.128.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.128.0.tgz", - "integrity": "sha512-WX8lcZS1jUTcsyylpXj+HqqtKwBjbMgXORhHmvIalfsUAm7EivN6Z54Wo8783zrjprPVPUlNXiJdXKMK42tUKg==", + "version": "0.129.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.129.0.tgz", + "integrity": "sha512-QH/cJ+j7/gCSurcHCNFuDZJsaVycAWi3dfP99+DjPAPv7SWjzZfgxApyBzBpiIcRKXz9BH/V91h+iNC0hO+cLw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 6e6b193..bc7868d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "cpy-cli": "^5.0.0", - "hugo-bin": "^0.128.0", + "hugo-bin": "^0.129.0", "lightbox2": "^2.11.4", "rimraf": "^6.0.1", "semantic-release": "^24.0.0"