From a4a839a1559cc36cf407da25a7671e942363815c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 10:38:04 +0000 Subject: [PATCH] Bump hugo-bin from 0.51.2 to 0.52.0 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.51.2 to 0.52.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.51.2...v0.52.0) Signed-off-by: dependabot-preview[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 e6d67cb66c..424ca57ceb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2825,14 +2825,14 @@ } }, "hugo-bin": { - "version": "0.51.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.51.2.tgz", - "integrity": "sha512-5MaIUnqTCI1brLrBu/TA10dxJZuZidDQxIT8o6+NWjxhCUNA0Moy2itMx2/EhefQQW7tM5qFOK2GQ+nUhymN/A==", + "version": "0.52.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.52.0.tgz", + "integrity": "sha512-HM3j7wQwYs9S05wdUDoB74YIeXhTiJMieyEwe2biGO531sMgHn930aIE1lQarHuXMLysKxQY7dEbqOk9ehMTiw==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", "pkg-conf": "^3.1.0", - "rimraf": "^3.0.0", + "rimraf": "^3.0.1", "signale": "^1.4.0" }, "dependencies": { diff --git a/package.json b/package.json index 1fbd136543..c3fa8cdf24 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cross-env": "^7.0.0", "eslint": "^6.8.0", "find-unused-sass-variables": "^1.0.5", - "hugo-bin": "^0.51.2", + "hugo-bin": "^0.52.0", "js-yaml": "^3.13.1", "linkinator": "^1.8.2", "npm-run-all": "^4.1.5",