From b4081e9ebee3b346c79fe9356afb7906fa27749d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 07:09:07 +0000 Subject: [PATCH] build(deps-dev): bump hugo-bin from 0.136.4 to 0.140.1 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.136.4 to 0.140.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.136.4...v0.140.1) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b5aae0..889d309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.15.0", "eslint-plugin-promise": "^7.2.1", - "hugo-bin": "^0.136.4", + "hugo-bin": "^0.140.1", "markdownlint-cli2": "^0.16.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5", @@ -4061,9 +4061,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.136.4", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.136.4.tgz", - "integrity": "sha512-Z7IjhvyVkVpxxQ0MyJsziiM2zdf95vaCVOAO5DS5AO2Ptbz/bcekHiDsd8PUPPyst85l6mHLsP+H5HYPfSR2ZA==", + "version": "0.140.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.140.1.tgz", + "integrity": "sha512-b8USeQg0GieW9oD4lpQJkqZ6cVMJenItSjLtiB6pWZhwdGOrnhQ+zDpXpxfrXcANZ6k2mKe92cnluoV61xH8uQ==", "dev": true, "funding": [ { @@ -4072,6 +4072,7 @@ } ], "hasInstallScript": true, + "license": "MIT", "dependencies": { "@xhmikosr/bin-wrapper": "^13.0.5", "package-config": "^5.0.0" diff --git a/package.json b/package.json index a8323a1..2e8878c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.15.0", "eslint-plugin-promise": "^7.2.1", - "hugo-bin": "^0.136.4", + "hugo-bin": "^0.140.1", "markdownlint-cli2": "^0.16.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5",