From a9f4f13b00be23a3f7865058e45ec2b334b17143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:27:09 +0000 Subject: [PATCH] chore(deps-dev): bump hugo-bin from 0.142.0 to 0.144.9 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.142.0 to 0.144.9. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.142.0...v0.144.9) --- updated-dependencies: - dependency-name: hugo-bin dependency-version: 0.144.9 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff7c9551..cde28767 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.11/www-epivis-2.1.11.tgz" }, "devDependencies": { - "hugo-bin": "^0.142.0", + "hugo-bin": "^0.144.9", "husky": "^9.1.7", "lint-staged": "^15.2.10", "prettier": "^3.3.3", @@ -1051,9 +1051,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.142.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.142.0.tgz", - "integrity": "sha512-i3ar9xmBbeMf0Q5tXrkCM3fARWN8BWV99tOq+b63C7EZd7a0aD5SOzDAWGi0pGxy583oKc/tS0VQSS3QWUI0fA==", + "version": "0.144.9", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.144.9.tgz", + "integrity": "sha512-SsAgkkXTl0Mwzgf5HYiE8gmWwfAkCCs7KFcVt0uZjmPI+Xflr3q9maxEDcNmTxSp/NMLSnPhqcGZwlHzh5oXMw==", "dev": true, "funding": [ { @@ -1062,7 +1062,6 @@ } ], "hasInstallScript": true, - "license": "MIT", "dependencies": { "@xhmikosr/bin-wrapper": "^13.0.5", "package-config": "^5.0.0" @@ -3436,9 +3435,9 @@ } }, "hugo-bin": { - "version": "0.142.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.142.0.tgz", - "integrity": "sha512-i3ar9xmBbeMf0Q5tXrkCM3fARWN8BWV99tOq+b63C7EZd7a0aD5SOzDAWGi0pGxy583oKc/tS0VQSS3QWUI0fA==", + "version": "0.144.9", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.144.9.tgz", + "integrity": "sha512-SsAgkkXTl0Mwzgf5HYiE8gmWwfAkCCs7KFcVt0uZjmPI+Xflr3q9maxEDcNmTxSp/NMLSnPhqcGZwlHzh5oXMw==", "dev": true, "requires": { "@xhmikosr/bin-wrapper": "^13.0.5", diff --git a/package.json b/package.json index f4a5647e..a699248c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.11/www-epivis-2.1.11.tgz" }, "devDependencies": { - "hugo-bin": "^0.142.0", + "hugo-bin": "^0.144.9", "husky": "^9.1.7", "lint-staged": "^15.2.10", "prettier": "^3.3.3",