From d9c60313b28b8459193992b0693283fef5fd2791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 13:45:28 +0300 Subject: [PATCH] Bump hugo-bin from 0.74.0 to 0.74.1 (#34654) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.74.0 to 0.74.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.74.0...v0.74.1) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e73832ecc..a5c5c56977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5258,9 +5258,9 @@ } }, "hugo-bin": { - "version": "0.74.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.74.0.tgz", - "integrity": "sha512-bBiVJuVuLCvL/Qcrsae4K+WvK5nFaJ4k+lrXoCA5z5dNnnRq1fJfYDOLVdzMVCalC1ij5ijtwLiUKzsSstBeYQ==", + "version": "0.74.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.74.1.tgz", + "integrity": "sha512-Y75t/b7sGoY4OhHRMiLod9sDZoV+RRjQLZ1eLy76wMiXpfHBpTyjGZhJ+Vjj1gDHdo15ASmij7bkISW1J3Qqxg==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index aa48e1fce8..0d8b01d28f 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "glob": "^7.1.7", "globby": "^11.0.4", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.74.0", + "hugo-bin": "^0.74.1", "ip": "^1.1.5", "jquery": "^3.6.0", "karma": "^6.3.4",