diff --git a/package-lock.json b/package-lock.json index 98264a34..c41459d4 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.10/www-epivis-2.1.10.tgz" }, "devDependencies": { - "hugo-bin": "^0.127.0", + "hugo-bin": "^0.142.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.142.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.142.0.tgz", + "integrity": "sha512-i3ar9xmBbeMf0Q5tXrkCM3fARWN8BWV99tOq+b63C7EZd7a0aD5SOzDAWGi0pGxy583oKc/tS0VQSS3QWUI0fA==", "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.142.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.142.0.tgz", + "integrity": "sha512-i3ar9xmBbeMf0Q5tXrkCM3fARWN8BWV99tOq+b63C7EZd7a0aD5SOzDAWGi0pGxy583oKc/tS0VQSS3QWUI0fA==", "dev": true, "requires": { "@xhmikosr/bin-wrapper": "^13.0.5", diff --git a/package.json b/package.json index fd0b27cb..5650acec 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.1.10/www-epivis-2.1.10.tgz" }, "devDependencies": { - "hugo-bin": "^0.127.0", + "hugo-bin": "^0.142.0", "husky": "^9.0.11", "lint-staged": "^15.2.10", "prettier": "^3.3.3",