From c58974e51c99522a06d0c253c50a7587c30c6227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 06:28:00 +0000 Subject: [PATCH] build(deps-dev): bump hugo-bin from 0.130.1 to 0.131.1 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.130.1 to 0.131.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.130.1...v0.131.1) --- 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 81b823e..015f23f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-import": "^2.30.0", "eslint-plugin-n": "^17.10.2", "eslint-plugin-promise": "^6.6.0", - "hugo-bin": "^0.130.1", + "hugo-bin": "^0.131.1", "markdownlint-cli2": "^0.14.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5", @@ -4209,9 +4209,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.130.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.130.1.tgz", - "integrity": "sha512-0+GwMlYkTdmH2INIWPeoKf+Rx/+RbTCZNPhcdPwm4a+WJeuvGjOLOmK3grAk5vC2u4OwxfOhgD3zRU7wHVYxlw==", + "version": "0.131.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.131.1.tgz", + "integrity": "sha512-bfUFKhQ6felvBNng06vwimNuvV+88yYwU6xTuAoTmtdY0g13Z03pf9rrg3AualxpMOu+dV/Yl/n90EvutKPzIQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 864713f..ab86b52 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-import": "^2.30.0", "eslint-plugin-n": "^17.10.2", "eslint-plugin-promise": "^6.6.0", - "hugo-bin": "^0.130.1", + "hugo-bin": "^0.131.1", "markdownlint-cli2": "^0.14.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5",