From 09ec01b76df2cb46617879fcf23480ddb02e5fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 04:30:46 +0000 Subject: [PATCH] Bump hugo-bin from 0.129.2 to 0.130.0 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.129.2 to 0.130.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.129.2...v0.130.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 da17a03..bb005d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^17.10.2", "eslint-plugin-promise": "^6.6.0", - "hugo-bin": "^0.129.2", + "hugo-bin": "^0.130.0", "markdownlint-cli2": "^0.13.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5", @@ -4084,9 +4084,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.129.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.129.2.tgz", - "integrity": "sha512-OpfKbO8nkopEt8MBYPWQOgcL6IcotiskI+U1YRprAtw+ySUJHIDHfxMIcWeNmo66N/Reqm4RbDxFMDgKPUXGeQ==", + "version": "0.130.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.130.0.tgz", + "integrity": "sha512-Y6hqmIeGiRzUf3RgOLEsb+/FHCJ5Jn8EFL+AOzU7sRq/jt17iRVcs5ZoiN4EWzNL/5qvX5xV7712wA9FKnSPag==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 5a4fabe..9405bd7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^17.10.2", "eslint-plugin-promise": "^6.6.0", - "hugo-bin": "^0.129.2", + "hugo-bin": "^0.130.0", "markdownlint-cli2": "^0.13.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5",