From cfbfd1dbed6da44012fc00d758c11eed0a2c65dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:24:27 +0000 Subject: [PATCH] build(deps-dev): bump hugo-bin from 0.136.3 to 0.136.4 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.136.3 to 0.136.4. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.136.3...v0.136.4) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91ac432b..bed19686 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", "eslint": "^9.16.0", - "hugo-bin": "^0.136.3", + "hugo-bin": "^0.136.4", "markdownlint-cli2": "^0.16.0", "neostandard": "^0.12.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", @@ -4158,9 +4158,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.136.3", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.136.3.tgz", - "integrity": "sha512-vGYviePedI7LcVIceN7Ii6RHi3E2+ed/qvoqeRW/rwO3SzVPA3G4EABWs+99bvFSorMb4C0cNtaUpuLvEzuYUA==", + "version": "0.136.4", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.136.4.tgz", + "integrity": "sha512-Z7IjhvyVkVpxxQ0MyJsziiM2zdf95vaCVOAO5DS5AO2Ptbz/bcekHiDsd8PUPPyst85l6mHLsP+H5HYPfSR2ZA==", "dev": true, "funding": [ { @@ -4169,7 +4169,6 @@ } ], "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 7381d3a4..9d3b1654 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", "eslint": "^9.16.0", - "hugo-bin": "^0.136.3", + "hugo-bin": "^0.136.4", "markdownlint-cli2": "^0.16.0", "neostandard": "^0.12.0", "netlify-plugin-hugo-cache-resources": "^0.2.1",