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",