From 5954cc11c4a0df44ebebc0ed717c60e214530cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 12:45:13 +0200 Subject: [PATCH] Bump hugo-bin from 0.66.2 to 0.67.0 (#32299) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.66.2 to 0.67.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.66.2...v0.67.0) 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 048e52525971..770931757dc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5497,9 +5497,9 @@ } }, "hugo-bin": { - "version": "0.66.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.66.2.tgz", - "integrity": "sha512-T/U35qAnzKubHzMi10uolB50e+RgHigHyAEnhGy6upCEp2H1sbDtsmqyzIhc+gMK8VIzJoU3vg/nqfpkFKOwsA==", + "version": "0.67.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.67.0.tgz", + "integrity": "sha512-EvNzhWGqE2Pb1idPPLlyIIK2VC3so3sdYShC2ohxsHCGNVWoe/D25KPJ5oIVpakxTu4SSH7Kr37RUMsa0yGQ+g==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index 5450d548f94b..30b34ba6b0eb 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "find-unused-sass-variables": "^3.0.0", "glob": "^7.1.6", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.66.2", + "hugo-bin": "^0.67.0", "ip": "^1.1.5", "jquery": "^3.5.1", "karma": "^5.2.3",