From 220e98e3ca0748f4be5a65b57ed43f0cf5e951ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 15:00:35 +0000 Subject: [PATCH] Bump hugo-bin from 0.111.0 to 0.111.2 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.111.0 to 0.111.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.111.0...v0.111.2) --- 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 4df2eeec6..a87ab7640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "cross-env": "^7.0.3", "eslint": "^8.43.0", "find-unused-sass-variables": "^5.0.0", - "hugo-bin": "^0.111.0", + "hugo-bin": "^0.111.2", "linkinator": "^5.0.1", "lockfile-lint": "^4.10.5", "markdownlint-cli2": "^0.8.1", @@ -2356,9 +2356,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.111.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.111.0.tgz", - "integrity": "sha512-raVol9zsi91AtNIds9hcjNTuLBiolrlfPonM8CohcrBlthAJX6bqFDkPYkqa2rF/HupkQEHvMSkaIw1nRmwnbA==", + "version": "0.111.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.111.2.tgz", + "integrity": "sha512-L7URwx4E3Plp+3xi+kD9fl/XfNj9pKDWtrTqoQvW65oKi5upyTdmto7iEmF6b7MYlskb0XaIv//yJBmqpz3g5A==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index b3781d4fc..342ab29ce 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cross-env": "^7.0.3", "eslint": "^8.43.0", "find-unused-sass-variables": "^5.0.0", - "hugo-bin": "^0.111.0", + "hugo-bin": "^0.111.2", "linkinator": "^5.0.1", "lockfile-lint": "^4.10.5", "markdownlint-cli2": "^0.8.1",