diff --git a/package-lock.json b/package-lock.json index 80c2d700ce..48dcd48b44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5506,9 +5506,9 @@ } }, "hugo-bin": { - "version": "0.59.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.59.0.tgz", - "integrity": "sha512-z70hcSlBHQAlVGILHQD72oDJ+E6eWSwPpj7HJdOCdSJIR70KSusE1zmxOjJIJKy8SiFeg9E3MGCCOXSYLo7aEg==", + "version": "0.59.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.59.1.tgz", + "integrity": "sha512-mPKgNTuvqIo98xoRYKbKxdhv+yANSDziB+6PHvPG1BHJ6pAuhi/73r21ywbAmEnAsir4gQTtkge9kXse3FvTeA==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index c04925239f..5957c6afdc 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "find-unused-sass-variables": "^2.0.0", "glob": "^7.1.6", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.59.0", + "hugo-bin": "^0.59.1", "ip": "^1.1.5", "jquery": "^3.5.1", "karma": "^5.0.9",