From b7f9222fba499be22a104851adc8ba1de8e3555d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:17:50 +0000 Subject: [PATCH] fix(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 cc8871a..343c67e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "commitizen": "^4.3.1", "cpy-cli": "^5.0.0", "cz-conventional-changelog": "^3.3.0", - "hugo-bin": "^0.136.3", + "hugo-bin": "^0.136.4", "husky": "^9.1.7", "mermaid": "^11.4.1", "rimraf": "^6.0.1", @@ -4994,9 +4994,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": [ { @@ -5005,7 +5005,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 b824be9..b474cbd 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "commitizen": "^4.3.1", "cpy-cli": "^5.0.0", "cz-conventional-changelog": "^3.3.0", - "hugo-bin": "^0.136.3", + "hugo-bin": "^0.136.4", "husky": "^9.1.7", "mermaid": "^11.4.1", "rimraf": "^6.0.1",