diff --git a/package-lock.json b/package-lock.json index bd61f1f1e..d5dfae410 100644 --- a/package-lock.json +++ b/package-lock.json @@ -822,9 +822,9 @@ "dev": true }, "hugo-bin": { - "version": "0.92.3", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.3.tgz", - "integrity": "sha512-gM121hh7C5ZXRNITQdk/rPWeZ7eh0PqQAVjebQ7uA5eu/Xbk8YH6bsq8A11T3po+RmzCkeh178eJkXiRDRScag==", + "version": "0.93.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.93.0.tgz", + "integrity": "sha512-tuuTvjyjZGMZlx80eKubX/GJkQkibr4AXzSPaRcDIBpr0FoiT2oURNgeY6Zm5axkgm07DuACNQmFw85KdcvBHw==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index 178e244e6..28c89ca03 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.3/www-epivis-2.0.3.tgz" }, "devDependencies": { - "hugo-bin": "^0.92.3", + "hugo-bin": "^0.93.0", "husky": "^8.0.1", "lint-staged": "^13.0.3", "prettier": "^2.7.1",