From 71d5286e466f06ae1630ce0fc600408333ceaeac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 12:30:00 +0200 Subject: [PATCH] Build(deps-dev): Bump hugo-bin from 0.101.0 to 0.101.2 (#38289) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.101.0 to 0.101.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.0...v0.101.2) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d5e763976..e4d7fccb55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "find-unused-sass-variables": "^4.0.6", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.101.0", + "hugo-bin": "^0.101.2", "ip": "^2.0.0", "jasmine": "^4.6.0", "jquery": "^3.6.4", @@ -5982,10 +5982,16 @@ } }, "node_modules/hugo-bin": { - "version": "0.101.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.101.0.tgz", - "integrity": "sha512-gXMrXc9RBgtt0kNR7UvzkIpdLeU7gtxswRv1rDfIH6RRApRDcM/goN8+TG91KOLmiwIl0QJhPNdW/8h2KfnS2Q==", + "version": "0.101.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.101.2.tgz", + "integrity": "sha512-BnDDz7Fjw30V3Wq+KgzK1QJZCArfKM7yAE8U2PKDeG0j1GqNMIVpN2K/L2b3rwxF94Dm+hZ//M71OG+/Hp8DOg==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/XhmikosR" + } + ], "hasInstallScript": true, "dependencies": { "@xhmikosr/bin-wrapper": "^5.0.0", @@ -15392,9 +15398,9 @@ } }, "hugo-bin": { - "version": "0.101.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.101.0.tgz", - "integrity": "sha512-gXMrXc9RBgtt0kNR7UvzkIpdLeU7gtxswRv1rDfIH6RRApRDcM/goN8+TG91KOLmiwIl0QJhPNdW/8h2KfnS2Q==", + "version": "0.101.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.101.2.tgz", + "integrity": "sha512-BnDDz7Fjw30V3Wq+KgzK1QJZCArfKM7yAE8U2PKDeG0j1GqNMIVpN2K/L2b3rwxF94Dm+hZ//M71OG+/Hp8DOg==", "dev": true, "requires": { "@xhmikosr/bin-wrapper": "^5.0.0", diff --git a/package.json b/package.json index f6e932996c..563edbd158 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "find-unused-sass-variables": "^4.0.6", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.101.0", + "hugo-bin": "^0.101.2", "ip": "^2.0.0", "jasmine": "^4.6.0", "jquery": "^3.6.4",