From db0bbbb45534b578a05ee1d5d9f70ea6742cd701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 02:22:40 +0000 Subject: [PATCH] chore(deps-dev): bump hugo-bin from 0.110.1 to 0.111.0 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.110.1 to 0.111.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.110.1...v0.111.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8ec6ba9..a2288cb 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "author": "Timothy Stewart", "private": true, "devDependencies": { - "hugo-bin": "^0.110.1" + "hugo-bin": "^0.111.0" } } diff --git a/yarn.lock b/yarn.lock index 9150ddf..c037414 100644 --- a/yarn.lock +++ b/yarn.lock @@ -39,7 +39,7 @@ execa "^5.1.1" isexe "^2.0.0" -"@xhmikosr/bin-wrapper@^11.0.1": +"@xhmikosr/bin-wrapper@^11.0.2": version "11.0.2" resolved "https://registry.yarnpkg.com/@xhmikosr/bin-wrapper/-/bin-wrapper-11.0.2.tgz#d07f3aaddc2830d5c4e1e32a3e947ae22ff31c77" integrity sha512-pm71RomgwM9M/2bW6JBqzdNY04DXtdSUIQDj4wKY353eqvTNhc32SwS451EvJVjLb4Nn5/8W9n4+MREn+wCxSA== @@ -342,12 +342,12 @@ http2-wrapper@^2.1.10: quick-lru "^5.1.1" resolve-alpn "^1.2.0" -hugo-bin@^0.110.1: - version "0.110.1" - resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.110.1.tgz#3ba13c9d25e0a2a9c5c9a240f4b645932f23dc42" - integrity sha512-Yp7L0sJU1Xv6uv0zAXG1b2TGdAuu58uwJpsplOZphsFXM0av46gQeSKSo7dkGe7/NXTdnG/Uxxn+vlUsKsEJew== +hugo-bin@^0.111.0: + version "0.111.0" + resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.111.0.tgz#1b86247b3665827871afa013fef817d8822fb072" + integrity sha512-raVol9zsi91AtNIds9hcjNTuLBiolrlfPonM8CohcrBlthAJX6bqFDkPYkqa2rF/HupkQEHvMSkaIw1nRmwnbA== dependencies: - "@xhmikosr/bin-wrapper" "^11.0.1" + "@xhmikosr/bin-wrapper" "^11.0.2" pkg-conf "^4.0.0" human-signals@^2.1.0: