From 10bcccbc31acd1ad73ea6b7fd7cf86d802223450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 17:32:10 +0200 Subject: [PATCH] Build(deps-dev): Bump hugo-bin from 0.94.0 to 0.95.0 (#37561) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.94.0 to 0.95.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.94.0...v0.95.0) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c7ffd18805..b912385e31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "find-unused-sass-variables": "^4.0.5", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.94.0", + "hugo-bin": "^0.95.0", "ip": "^2.0.0", "jquery": "^3.6.1", "karma": "^6.4.1", @@ -5743,9 +5743,9 @@ } }, "node_modules/hugo-bin": { - "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==", + "version": "0.95.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.95.0.tgz", + "integrity": "sha512-0hE/PMGpb5ACqDgkJ2zLtl0rFoLDfmRZbC9wkLnMEnjF4Mrz/dCFJIZb66HgxrdK4SfrZfmNLL5usuOi0bjhag==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -14777,9 +14777,9 @@ } }, "hugo-bin": { - "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==", + "version": "0.95.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.95.0.tgz", + "integrity": "sha512-0hE/PMGpb5ACqDgkJ2zLtl0rFoLDfmRZbC9wkLnMEnjF4Mrz/dCFJIZb66HgxrdK4SfrZfmNLL5usuOi0bjhag==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index f870e03f96..21210012e3 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "find-unused-sass-variables": "^4.0.5", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.94.0", + "hugo-bin": "^0.95.0", "ip": "^2.0.0", "jquery": "^3.6.1", "karma": "^6.4.1",