From 73c3dd21a0c110ec2a43df5c31c5bc5bba52a0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:39:03 +0000 Subject: [PATCH] fix(deps-dev): bump hugo-bin from 0.136.2 to 0.136.3 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.136.2 to 0.136.3. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.136.2...v0.136.3) --- 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, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d76f10a..cc8871a 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.2", + "hugo-bin": "^0.136.3", "husky": "^9.1.7", "mermaid": "^11.4.1", "rimraf": "^6.0.1", @@ -4994,9 +4994,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.136.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.136.2.tgz", - "integrity": "sha512-xAA+qLfHCGsOSAPcLlNI00gewT47ytBHzACDt+ljQdbjny8+FWTYza4y4Vhv+11sPOT6UX5SPzM9ml3DlzVKVQ==", + "version": "0.136.3", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.136.3.tgz", + "integrity": "sha512-vGYviePedI7LcVIceN7Ii6RHi3E2+ed/qvoqeRW/rwO3SzVPA3G4EABWs+99bvFSorMb4C0cNtaUpuLvEzuYUA==", "dev": true, "funding": [ { @@ -5005,6 +5005,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 e58c81f..b824be9 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.2", + "hugo-bin": "^0.136.3", "husky": "^9.1.7", "mermaid": "^11.4.1", "rimraf": "^6.0.1",