diff --git a/package-lock.json b/package-lock.json index a05e2c4..38531ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.14.0", "eslint-plugin-promise": "^7.2.1", - "hugo-bin": "^0.136.2", + "hugo-bin": "^0.136.3", "markdownlint-cli2": "^0.15.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5", @@ -4061,9 +4061,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.136.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.136.2.tgz", - "integrity": "sha512-xAA+qLfHCGsOSAPcLlNI00gewT47ytBHzACDt+ljQdbjny8+FWTYza4y4Vhv+11sPOT6UX5SPzM9ml3DlzVKVQ==", + "version": "0.136.3", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.136.3.tgz", + "integrity": "sha512-vGYviePedI7LcVIceN7Ii6RHi3E2+ed/qvoqeRW/rwO3SzVPA3G4EABWs+99bvFSorMb4C0cNtaUpuLvEzuYUA==", "dev": true, "funding": [ { @@ -4072,6 +4072,7 @@ } ], "hasInstallScript": true, + "license": "MIT", "dependencies": { "@xhmikosr/bin-wrapper": "^13.0.5", "package-config": "^5.0.0" diff --git a/package.json b/package.json index 4b9eb81..e40ba2a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.14.0", "eslint-plugin-promise": "^7.2.1", - "hugo-bin": "^0.136.2", + "hugo-bin": "^0.136.3", "markdownlint-cli2": "^0.15.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5",