From 206181f0c4c6751968db559b555c283bc21f92cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:07:53 +0000 Subject: [PATCH] Bump hugo-bin from 0.125.2 to 0.126.0 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.125.2 to 0.126.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.125.2...v0.126.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index abaecbc..930253b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^17.9.0", "eslint-plugin-promise": "^6.4.0", - "hugo-bin": "^0.125.2", + "hugo-bin": "^0.126.0", "markdownlint-cli2": "^0.13.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5", @@ -4075,9 +4075,9 @@ "dev": true }, "node_modules/hugo-bin": { - "version": "0.125.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.125.2.tgz", - "integrity": "sha512-JNjhuoGFBwJo6qDOeYUiXSoD7rPbwY36wyHJaqbRe9APNY1nPGO1Yy/Ut7rLcriKTBWKPZrh5Hz+9PzGnLV5Lw==", + "version": "0.126.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.126.0.tgz", + "integrity": "sha512-tncBaQ1Gku3eVKB7PUiubj1VGXdTVB7OCYgrRqwlxxYMaIte9weg+uvEkZLJZJItNMv2wV2GpfIXblS5mLlvvg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index a3558fd..93b8af4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^17.9.0", "eslint-plugin-promise": "^6.4.0", - "hugo-bin": "^0.125.2", + "hugo-bin": "^0.126.0", "markdownlint-cli2": "^0.13.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5",