diff --git a/package-lock.json b/package-lock.json index f1d02543..4c899e02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-import": "^2.30.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.6.0", - "hugo-bin": "^0.131.0", + "hugo-bin": "^0.131.1", "markdownlint-cli2": "^0.13.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "postcss-cli": "^11.0.0", @@ -3529,9 +3529,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.131.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.131.0.tgz", - "integrity": "sha512-sxlTuNuTk9ljevKiSAux/XDHpUPb6XEsjUNou1inKtrvWpGAtnLvKXa7rHmhb/YS4Q4mYlVwK+Bo3l6Q/LyClw==", + "version": "0.131.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.131.1.tgz", + "integrity": "sha512-bfUFKhQ6felvBNng06vwimNuvV+88yYwU6xTuAoTmtdY0g13Z03pf9rrg3AualxpMOu+dV/Yl/n90EvutKPzIQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 606333e5..1361950c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-import": "^2.30.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.6.0", - "hugo-bin": "^0.131.0", + "hugo-bin": "^0.131.1", "markdownlint-cli2": "^0.13.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "postcss-cli": "^11.0.0",