From 888722905e7fc4a0b156c12727a0d388a2cc5910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:33:49 +0000 Subject: [PATCH] chore(deps-dev): bump hugo-bin from 0.112.1 to 0.114.2 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.112.1 to 0.114.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.112.1...v0.114.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 7698d3038..f73cc78da 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.3/www-epivis-2.0.3.tgz" }, "devDependencies": { - "hugo-bin": "^0.112.1", + "hugo-bin": "^0.114.2", "husky": "^8.0.3", "lint-staged": "^13.2.2", "prettier": "^2.8.8", @@ -1005,9 +1005,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.112.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.112.1.tgz", - "integrity": "sha512-Iguqted2G4zE5ZCH3onkhp9jPxZqxjbnQXxoYgo4RdVQhvRD16E3AzzUfbEiQM9yDM+fKhHCr2ajl9t8JTw/pA==", + "version": "0.114.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.114.2.tgz", + "integrity": "sha512-a7F8wArDACHm10cQnpDe9kljNc3zcsy5uK3myD5TTVU5QZ+75ZYi0IcP9YmQNDg57jos9p0ggOCu510SueH1yw==", "dev": true, "funding": [ { @@ -3685,9 +3685,9 @@ } }, "hugo-bin": { - "version": "0.112.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.112.1.tgz", - "integrity": "sha512-Iguqted2G4zE5ZCH3onkhp9jPxZqxjbnQXxoYgo4RdVQhvRD16E3AzzUfbEiQM9yDM+fKhHCr2ajl9t8JTw/pA==", + "version": "0.114.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.114.2.tgz", + "integrity": "sha512-a7F8wArDACHm10cQnpDe9kljNc3zcsy5uK3myD5TTVU5QZ+75ZYi0IcP9YmQNDg57jos9p0ggOCu510SueH1yw==", "dev": true, "requires": { "@xhmikosr/bin-wrapper": "^11.0.2", diff --git a/package.json b/package.json index 2060adc39..158d14cdb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.3/www-epivis-2.0.3.tgz" }, "devDependencies": { - "hugo-bin": "^0.112.1", + "hugo-bin": "^0.114.2", "husky": "^8.0.3", "lint-staged": "^13.2.2", "prettier": "^2.8.8",