From cef1ffa57385611135d13f3b823066deaa10cc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 18:00:46 +0000 Subject: [PATCH] chore(deps-dev): bump hugo-bin from 0.84.0 to 0.85.2 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.84.0 to 0.85.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.84.0...v0.85.2) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 716831381..ca285bf17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz" }, "devDependencies": { - "hugo-bin": "^0.84.0", + "hugo-bin": "^0.85.2", "husky": "^7.0.4", "lint-staged": "^12.3.4", "prettier": "^2.6.2", @@ -1078,9 +1078,9 @@ "dev": true }, "node_modules/hugo-bin": { - "version": "0.84.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.84.0.tgz", - "integrity": "sha512-1krqEkEPLmQqFBkilbECo1oPaJwWEExiTfhL7S4iKrSgCxbHvE7d//y9piFZZ86rOxYOKFVcnDXCmnRUdCDLmA==", + "version": "0.85.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.85.2.tgz", + "integrity": "sha512-7W9mMTrA9MVRGJIugmzn7MwNQp+KnV4lqNt7hwmTkQzjJ+uOegyr9CyTEjjWifOWmn4CTrzaFcQ7b5De1F2nwg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -3769,9 +3769,9 @@ "dev": true }, "hugo-bin": { - "version": "0.84.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.84.0.tgz", - "integrity": "sha512-1krqEkEPLmQqFBkilbECo1oPaJwWEExiTfhL7S4iKrSgCxbHvE7d//y9piFZZ86rOxYOKFVcnDXCmnRUdCDLmA==", + "version": "0.85.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.85.2.tgz", + "integrity": "sha512-7W9mMTrA9MVRGJIugmzn7MwNQp+KnV4lqNt7hwmTkQzjJ+uOegyr9CyTEjjWifOWmn4CTrzaFcQ7b5De1F2nwg==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index a02aca7a4..7e6086019 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz" }, "devDependencies": { - "hugo-bin": "^0.84.0", + "hugo-bin": "^0.85.2", "husky": "^7.0.4", "lint-staged": "^12.3.4", "prettier": "^2.6.2",