From ae6d383d929b739d9e586fb77a4f28ce4e605dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:40:26 +0200 Subject: [PATCH] chore: update hugo-bin --- package-lock.json | 10 +++++----- package.json | 2 +- vercel.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0783709..8a5f595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "autoprefixer": "^10.2.5", "concurrently": "^9.0.1", "eslint": "^8.16.0", - "hugo-bin": "^0.140.1", + "hugo-bin": "^0.149.2", "postcss": "^8.2.10", "postcss-import": "^16.1.0", "postcss-nested": "^7.0.2", @@ -5362,9 +5362,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.140.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.140.1.tgz", - "integrity": "sha512-b8USeQg0GieW9oD4lpQJkqZ6cVMJenItSjLtiB6pWZhwdGOrnhQ+zDpXpxfrXcANZ6k2mKe92cnluoV61xH8uQ==", + "version": "0.149.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.149.2.tgz", + "integrity": "sha512-juLVVFGyGP0j817ND9OCNLSO/wV9CrfSbHBmXMInQR1NnL8OTGdJYnXbrDx14Uyz06Z7PUtL3bobNcFhNVynpg==", "dev": true, "funding": [ { @@ -5375,7 +5375,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@xhmikosr/bin-wrapper": "^13.0.5", + "@xhmikosr/bin-wrapper": "^13.2.0", "package-config": "^5.0.0" }, "bin": { diff --git a/package.json b/package.json index abab5df..f3e69b7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "autoprefixer": "^10.2.5", "concurrently": "^9.0.1", "eslint": "^8.16.0", - "hugo-bin": "^0.140.1", + "hugo-bin": "^0.149.2", "postcss": "^8.2.10", "postcss-import": "^16.1.0", "postcss-nested": "^7.0.2", diff --git a/vercel.json b/vercel.json index 5eccb93..3a60bd4 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "build": { "env": { - "HUGO_VERSION": "0.139.2" + "HUGO_VERSION": "0.152.2" } } }