diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-21 12:30:00 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-21 12:30:00 +0200 |
| commit | 71d5286e466f06ae1630ce0fc600408333ceaeac (patch) | |
| tree | a1ae8e567713c52120277e72f28a12813bec8c58 | |
| parent | 43ec90ba56c53e6ebbece17d891c4ec1a3c92dce (diff) | |
| download | bootstrap-71d5286e466f06ae1630ce0fc600408333ceaeac.tar.xz bootstrap-71d5286e466f06ae1630ce0fc600408333ceaeac.zip | |
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 20 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 14 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 6d5e76397..e4d7fccb5 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 f6e932996..563edbd15 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", |
