From 36d3668e573447a57356f8953f0c500e0a0ba6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 04:37:10 +0000 Subject: [PATCH] fix(deps-dev): bump hugo-bin from 0.140.0 to 0.140.1 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.140.0 to 0.140.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.140.0...v0.140.1) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... 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 91295a1..ac8aa60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@semantic-release/exec": "^7.0.3", "@semantic-release/git": "^10.0.1", "cpy-cli": "^5.0.0", - "hugo-bin": "^0.140.0", + "hugo-bin": "^0.140.1", "katex": "^0.16.21", "replace-in-files-cli": "^3.0.0", "rimraf": "^6.0.1", @@ -3369,9 +3369,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.140.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.140.0.tgz", - "integrity": "sha512-uNLUWN35IWvKVpA3M9jCtqu2rJZ6/i8BuViQAG4YqoUYNHvO4J6LeCUavvTGx42Y7Yiez0v7GIMYzhzcvh5uhA==", + "version": "0.140.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.140.1.tgz", + "integrity": "sha512-b8USeQg0GieW9oD4lpQJkqZ6cVMJenItSjLtiB6pWZhwdGOrnhQ+zDpXpxfrXcANZ6k2mKe92cnluoV61xH8uQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index e12e8e1..42ad972 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@semantic-release/exec": "^7.0.3", "@semantic-release/git": "^10.0.1", "cpy-cli": "^5.0.0", - "hugo-bin": "^0.140.0", + "hugo-bin": "^0.140.1", "katex": "^0.16.21", "replace-in-files-cli": "^3.0.0", "rimraf": "^6.0.1",