From ab0772604cbedb28142249d08393bec36664cedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 21:45:04 +0000 Subject: [PATCH] chore(deps-dev): bump hugo-bin from 0.80.2 to 0.83.1 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.80.2 to 0.83.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.80.2...v0.83.1) --- 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 f9bbb0704..45ddc6fa4 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.80.2", + "hugo-bin": "^0.83.1", "husky": "^7.0.4", "lint-staged": "^12.3.4", "prettier": "^2.5.1", @@ -1078,9 +1078,9 @@ "dev": true }, "node_modules/hugo-bin": { - "version": "0.80.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.80.2.tgz", - "integrity": "sha512-+4K6hwz5xgbYwJ9MnrU4I4Kd1cnhgVfeKaG+7qH84aYGphdXy5iFse9QakhCpkFR6tR0KYsvmAvpairYkcc6HA==", + "version": "0.83.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.83.1.tgz", + "integrity": "sha512-w1q4RCiMcwzRhNR/X85kT+oODJoX7vN00R4nzI04LUTh46cMiwYLUaYxx3Cl0YlVwQoOBAeNeeD/pI+sfNaEgA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -3766,9 +3766,9 @@ "dev": true }, "hugo-bin": { - "version": "0.80.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.80.2.tgz", - "integrity": "sha512-+4K6hwz5xgbYwJ9MnrU4I4Kd1cnhgVfeKaG+7qH84aYGphdXy5iFse9QakhCpkFR6tR0KYsvmAvpairYkcc6HA==", + "version": "0.83.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.83.1.tgz", + "integrity": "sha512-w1q4RCiMcwzRhNR/X85kT+oODJoX7vN00R4nzI04LUTh46cMiwYLUaYxx3Cl0YlVwQoOBAeNeeD/pI+sfNaEgA==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index 09126dce3..a4df90b6f 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.80.2", + "hugo-bin": "^0.83.1", "husky": "^7.0.4", "lint-staged": "^12.3.4", "prettier": "^2.5.1",