From 736253b58af886677e8e8aae7e6bc758d086d477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 21:13:01 +0000 Subject: [PATCH] chore(deps-dev): bump hugo-bin from 0.127.0 to 0.140.1 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.127.0 to 0.140.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.127.0...v0.140.1) --- updated-dependencies: - dependency-name: hugo-bin 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, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 041dba6f..05588380 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.6/www-epivis-2.1.6.tgz" }, "devDependencies": { - "hugo-bin": "^0.127.0", + "hugo-bin": "^0.140.1", "husky": "^9.0.11", "lint-staged": "^15.2.10", "prettier": "^3.3.3", @@ -1052,9 +1052,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.127.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.127.0.tgz", - "integrity": "sha512-tCp/MzBZAuWOMQo0YUU6dp6KpmcQsM2iFpsIMPtjlPbS1gSVVjgoIM/7zT8qVENDEWT4psa00N3gGobIjSMReg==", + "version": "0.140.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.140.1.tgz", + "integrity": "sha512-b8USeQg0GieW9oD4lpQJkqZ6cVMJenItSjLtiB6pWZhwdGOrnhQ+zDpXpxfrXcANZ6k2mKe92cnluoV61xH8uQ==", "dev": true, "funding": [ { @@ -1063,6 +1063,7 @@ } ], "hasInstallScript": true, + "license": "MIT", "dependencies": { "@xhmikosr/bin-wrapper": "^13.0.5", "package-config": "^5.0.0" @@ -3399,9 +3400,9 @@ } }, "hugo-bin": { - "version": "0.127.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.127.0.tgz", - "integrity": "sha512-tCp/MzBZAuWOMQo0YUU6dp6KpmcQsM2iFpsIMPtjlPbS1gSVVjgoIM/7zT8qVENDEWT4psa00N3gGobIjSMReg==", + "version": "0.140.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.140.1.tgz", + "integrity": "sha512-b8USeQg0GieW9oD4lpQJkqZ6cVMJenItSjLtiB6pWZhwdGOrnhQ+zDpXpxfrXcANZ6k2mKe92cnluoV61xH8uQ==", "dev": true, "requires": { "@xhmikosr/bin-wrapper": "^13.0.5", diff --git a/package.json b/package.json index 8d63b888..573ba34d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.6/www-epivis-2.1.6.tgz" }, "devDependencies": { - "hugo-bin": "^0.127.0", + "hugo-bin": "^0.140.1", "husky": "^9.0.11", "lint-staged": "^15.2.10", "prettier": "^3.3.3",