diff --git a/package-lock.json b/package-lock.json index 4a64135f4a..0fa9972c4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "find-unused-sass-variables": "^5.0.0", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.110.1", + "hugo-bin": "^0.111.1", "ip": "^2.0.0", "jasmine": "^4.6.0", "jquery": "^3.7.0", @@ -5927,9 +5927,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.110.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.110.1.tgz", - "integrity": "sha512-Yp7L0sJU1Xv6uv0zAXG1b2TGdAuu58uwJpsplOZphsFXM0av46gQeSKSo7dkGe7/NXTdnG/Uxxn+vlUsKsEJew==", + "version": "0.111.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.111.1.tgz", + "integrity": "sha512-MYAOA3suJPQKMwgFPTdWzOGl2kOYrU2bW7Z/RjpXSxXeorLeRfTv34QOcl1fg2y9AXNCaCNeldZelgUwNwfNZQ==", "dev": true, "funding": [ { @@ -5939,7 +5939,7 @@ ], "hasInstallScript": true, "dependencies": { - "@xhmikosr/bin-wrapper": "^11.0.1", + "@xhmikosr/bin-wrapper": "^11.0.2", "pkg-conf": "^4.0.0" }, "bin": { @@ -15188,12 +15188,12 @@ } }, "hugo-bin": { - "version": "0.110.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.110.1.tgz", - "integrity": "sha512-Yp7L0sJU1Xv6uv0zAXG1b2TGdAuu58uwJpsplOZphsFXM0av46gQeSKSo7dkGe7/NXTdnG/Uxxn+vlUsKsEJew==", + "version": "0.111.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.111.1.tgz", + "integrity": "sha512-MYAOA3suJPQKMwgFPTdWzOGl2kOYrU2bW7Z/RjpXSxXeorLeRfTv34QOcl1fg2y9AXNCaCNeldZelgUwNwfNZQ==", "dev": true, "requires": { - "@xhmikosr/bin-wrapper": "^11.0.1", + "@xhmikosr/bin-wrapper": "^11.0.2", "pkg-conf": "^4.0.0" } }, diff --git a/package.json b/package.json index a0389634f0..6cddf00590 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "find-unused-sass-variables": "^5.0.0", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.110.1", + "hugo-bin": "^0.111.1", "ip": "^2.0.0", "jasmine": "^4.6.0", "jquery": "^3.7.0",