From 473f390ee633659c862dde5ba7d0cf56a27bd0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 13:28:03 +0000 Subject: [PATCH] Bump hugo-bin from 0.123.1 to 0.123.2 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.123.1 to 0.123.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.123.1...v0.123.2) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... 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 51f40f335..b9e63b6c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.2.0", - "hugo-bin": "0.123.1", + "hugo-bin": "0.123.2", "markdownlint-cli2": "^0.13.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5", @@ -4418,9 +4418,9 @@ "dev": true }, "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.123.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.123.2.tgz", + "integrity": "sha512-HxKrHHso1PpXMOoZbAmopCqsYzdL3oUUR+/NTBdrhAOZFsKGaP1abLdJgu9GUyhUq+gYQOtDUtpB9wjoDyv6GQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index b897a266d..4abf1ff76 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.2.0", - "hugo-bin": "0.123.1", + "hugo-bin": "0.123.2", "markdownlint-cli2": "^0.13.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5",