From 5087c380e0e727edfb7384ad9a622280e2b93746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:56:34 +0000 Subject: [PATCH] fix(deps-dev): bump hugo-bin from 0.136.4 to 0.137.0 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.136.4 to 0.137.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.136.4...v0.137.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... 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 c3009e2..3e34136 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.4", + "hugo-bin": "^0.137.0", "husky": "^9.1.7", "mermaid": "^11.4.1", "rimraf": "^6.0.1", @@ -4994,9 +4994,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.137.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.137.0.tgz", + "integrity": "sha512-z9hPPif6D1pzurLnjWHVLtNvJZAWxcxjWZg6+RVWPx/5PZ/g7hbskPhAF95wr4bjhucLvWU1aObtX3LRPxt6fg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index e480406..0c35ec3 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.4", + "hugo-bin": "^0.137.0", "husky": "^9.1.7", "mermaid": "^11.4.1", "rimraf": "^6.0.1",