From fcea49b1a5197892a2598066636d1deb3ad54edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:01:15 +0000 Subject: [PATCH] Bump hugo-bin in the development-dependencies group Bumps the development-dependencies group with 1 update: [hugo-bin](https://github.com/fenneclab/hugo-bin). Updates `hugo-bin` from 0.122.4 to 0.122.5 - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.122.4...v0.122.5) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... 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 becbb0169..f20956106 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "cross-env": "^7.0.3", "eslint": "^8.57.0", "find-unused-sass-variables": "^6.0.0", - "hugo-bin": "^0.122.4", + "hugo-bin": "^0.122.5", "linkinator": "^6.0.4", "lockfile-lint": "^4.13.2", "markdownlint-cli2": "^0.13.0", @@ -2460,9 +2460,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.122.4", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.122.4.tgz", - "integrity": "sha512-npOHGyTxeW9MF1Q5tC5PDjuhOBU+KMi75d+0so+hNYoE/iOUTsUeAO4vG/kD6W7zUtoeF/5PDjxxMUtcfqoTZg==", + "version": "0.122.5", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.122.5.tgz", + "integrity": "sha512-Iuua9s1aGQb8kWeAjklfryEPLF/4jsSbRHehRe3vyS3Mgb7iuZjKI9p8yn6ha5LatVJREHn4qznZ2D5IPGSCUA==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index ef29901d5..5a52d75a3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cross-env": "^7.0.3", "eslint": "^8.57.0", "find-unused-sass-variables": "^6.0.0", - "hugo-bin": "^0.122.4", + "hugo-bin": "^0.122.5", "linkinator": "^6.0.4", "lockfile-lint": "^4.13.2", "markdownlint-cli2": "^0.13.0",