From fcf9bbe9419934a60c2359d8d755be0fd0a40bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 10:40:24 +0300 Subject: [PATCH] Bump hugo-bin from 0.64.4 to 0.64.5 (#31919) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.64.4 to 0.64.5. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.64.4...v0.64.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3740f71b8f..e94e42c31b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5626,9 +5626,9 @@ } }, "hugo-bin": { - "version": "0.64.4", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.64.4.tgz", - "integrity": "sha512-QUH8i1hsKMwILmTkeOOa/J6xe1bor5roSYIkU1Eavidn+TQVINGr7myz4S17n2WAA8fJ9va0+jXsQCzvv4UUyw==", + "version": "0.64.5", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.64.5.tgz", + "integrity": "sha512-bZbLB87E/S8uNwnD6Hio2Q+8HXkBlXsXG8LFS41YyTuAPINw7m64K7VaoSsLu5NYQBzE1jwLhNYlb4KwoYLD0g==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index fbca366fd4..dc8ff1eee6 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "find-unused-sass-variables": "^2.0.0", "glob": "^7.1.6", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.64.4", + "hugo-bin": "^0.64.5", "ip": "^1.1.5", "jquery": "^3.5.1", "karma": "^5.2.3",