From 98dd293e65aab5f0c6f858c8036aee08e1a8837f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:37:26 +0000 Subject: [PATCH] chore(deps-dev): bump hugo-bin from 0.127.0 to 0.140.0 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.127.0 to 0.140.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.127.0...v0.140.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 | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24c829c8..795338f6 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.5/www-epivis-2.1.5.tgz" }, "devDependencies": { - "hugo-bin": "^0.127.0", + "hugo-bin": "^0.140.0", "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.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.140.0.tgz", + "integrity": "sha512-uNLUWN35IWvKVpA3M9jCtqu2rJZ6/i8BuViQAG4YqoUYNHvO4J6LeCUavvTGx42Y7Yiez0v7GIMYzhzcvh5uhA==", "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.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.140.0.tgz", + "integrity": "sha512-uNLUWN35IWvKVpA3M9jCtqu2rJZ6/i8BuViQAG4YqoUYNHvO4J6LeCUavvTGx42Y7Yiez0v7GIMYzhzcvh5uhA==", "dev": true, "requires": { "@xhmikosr/bin-wrapper": "^13.0.5", diff --git a/package.json b/package.json index d792881a..4f430487 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.5/www-epivis-2.1.5.tgz" }, "devDependencies": { - "hugo-bin": "^0.127.0", + "hugo-bin": "^0.140.0", "husky": "^9.0.11", "lint-staged": "^15.2.10", "prettier": "^3.3.3",