From 37e0f162df7894eaa8c43f3ae119f2ba3eedd47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 03:04:03 +0000 Subject: [PATCH] fix(deps-dev): bump hugo-bin from 0.141.0 to 0.141.2 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.141.0 to 0.141.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.141.0...v0.141.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 a391aa5..4636869 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.141.0", + "hugo-bin": "^0.141.2", "husky": "^9.1.7", "mermaid": "^11.4.1", "rimraf": "^6.0.1", @@ -5209,9 +5209,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.141.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.141.0.tgz", - "integrity": "sha512-PHnlnd0ivtCSazeWjwVJ4peCJYNnYJ1luYJH6T1oDKAjzinK0HwOSD68Xv1P6f12gzwwekPtHAwB28fg1zNx9w==", + "version": "0.141.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.141.2.tgz", + "integrity": "sha512-VHWJ2siOR8dKA/D9gUGXJTWyHQJq7t2ARE0Nz83b1WijdihUk+zXinpGTLiuwhgEoeprK8icfch1PbwWt0jA1w==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 71d110c..5c6cb0f 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.141.0", + "hugo-bin": "^0.141.2", "husky": "^9.1.7", "mermaid": "^11.4.1", "rimraf": "^6.0.1",