From 21341e77dd0ae9865cd0f1f8f1e86b2f2f90a0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 02:35:20 +0000 Subject: [PATCH] fix(deps-dev): bump hugo-bin from 0.136.0 to 0.136.2 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.136.0 to 0.136.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.136.0...v0.136.2) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... 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 21dcd3a..972e1a5 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.0", + "hugo-bin": "^0.136.2", "husky": "^9.1.7", "mermaid": "^11.4.0", "rimraf": "^6.0.1", @@ -4997,9 +4997,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.136.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.136.0.tgz", - "integrity": "sha512-9qZ/od7jQWfljI9WcSfSbDGBXoLOvUVD7lbArS8pcTui3vjUxYBvQH9FdmhoPPn4NRnW0beStobIduMuOPS9Wg==", + "version": "0.136.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.136.2.tgz", + "integrity": "sha512-xAA+qLfHCGsOSAPcLlNI00gewT47ytBHzACDt+ljQdbjny8+FWTYza4y4Vhv+11sPOT6UX5SPzM9ml3DlzVKVQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index a875bc9..c3feb3f 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.0", + "hugo-bin": "^0.136.2", "husky": "^9.1.7", "mermaid": "^11.4.0", "rimraf": "^6.0.1",