From 717453d82e9ef6add290da8f486d187bb2c51a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:19:28 +0000 Subject: [PATCH] build(deps-dev): bump hugo-bin from 0.88.2 to 0.94.0 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.88.2 to 0.94.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.88.2...v0.94.0) --- 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 b0b9a3f01..4c329746c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "glob": "^7.2.0", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.88.2", + "hugo-bin": "^0.94.0", "ip": "^2.0.0", "jquery": "^3.6.0", "karma": "^6.4.0", @@ -5644,9 +5644,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.88.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.88.2.tgz", - "integrity": "sha512-MdSczDJqVh75w0ERXLuU72ACQ+IlS5AROoh1gecdagZxoLF3Wj50gVOZRoBcx5qFaGkEDcdw2a1YQeEEUsZVKw==", + "version": "0.94.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.94.0.tgz", + "integrity": "sha512-qo/jl+Rc2EZ0glyunLNu2WUFYl9BhUWMGO+VFB/hmT9Hj1MjeVHzQ38zB0etq+RaGKW8TunEHeQ+vT6iApT7Yw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -14577,9 +14577,9 @@ } }, "hugo-bin": { - "version": "0.88.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.88.2.tgz", - "integrity": "sha512-MdSczDJqVh75w0ERXLuU72ACQ+IlS5AROoh1gecdagZxoLF3Wj50gVOZRoBcx5qFaGkEDcdw2a1YQeEEUsZVKw==", + "version": "0.94.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.94.0.tgz", + "integrity": "sha512-qo/jl+Rc2EZ0glyunLNu2WUFYl9BhUWMGO+VFB/hmT9Hj1MjeVHzQ38zB0etq+RaGKW8TunEHeQ+vT6iApT7Yw==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index 72a7a2eb5..613e81809 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "glob": "^7.2.0", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.88.2", + "hugo-bin": "^0.94.0", "ip": "^2.0.0", "jquery": "^3.6.0", "karma": "^6.4.0",