diff --git a/package-lock.json b/package-lock.json index a5376fdcf4..def6185fbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "find-unused-sass-variables": "^4.0.8", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.101.5", + "hugo-bin": "^0.102.0", "ip": "^2.0.0", "jasmine": "^4.6.0", "jquery": "^3.6.4", @@ -5975,9 +5975,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.101.5", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.101.5.tgz", - "integrity": "sha512-iq125a7Z0Zwx9nk/+66O+Yy7juwoY5ttQ8+6tkCzDoyDN71n2m8BiG8qeFLYQF1joMiiPE8ItGYu0Tkn98aGxA==", + "version": "0.102.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.0.tgz", + "integrity": "sha512-gJeDdC4W0x/+a8rf7pz8L/NheEeHIKrtLIHFwMumX04UAFYUA065A4uQmDjRspsMdQ9muwB9eQfOwTSjqaYyrQ==", "dev": true, "funding": [ { @@ -5988,14 +5988,13 @@ "hasInstallScript": true, "dependencies": { "@xhmikosr/bin-wrapper": "^5.0.1", - "pkg-conf": "^4.0.0", - "rimraf": "^3.0.2" + "pkg-conf": "^4.0.0" }, "bin": { "hugo": "cli.js" }, "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": "^14.14.0 || >=16.0.0" } }, "node_modules/human-signals": { @@ -15311,14 +15310,13 @@ } }, "hugo-bin": { - "version": "0.101.5", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.101.5.tgz", - "integrity": "sha512-iq125a7Z0Zwx9nk/+66O+Yy7juwoY5ttQ8+6tkCzDoyDN71n2m8BiG8qeFLYQF1joMiiPE8ItGYu0Tkn98aGxA==", + "version": "0.102.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.0.tgz", + "integrity": "sha512-gJeDdC4W0x/+a8rf7pz8L/NheEeHIKrtLIHFwMumX04UAFYUA065A4uQmDjRspsMdQ9muwB9eQfOwTSjqaYyrQ==", "dev": true, "requires": { "@xhmikosr/bin-wrapper": "^5.0.1", - "pkg-conf": "^4.0.0", - "rimraf": "^3.0.2" + "pkg-conf": "^4.0.0" } }, "human-signals": { diff --git a/package.json b/package.json index c862fccab4..cffecf0cfa 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "find-unused-sass-variables": "^4.0.8", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.101.5", + "hugo-bin": "^0.102.0", "ip": "^2.0.0", "jasmine": "^4.6.0", "jquery": "^3.6.4",