diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-16 16:49:41 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-16 16:49:41 +0300 |
| commit | 9927f997faaab1416618b4ae36b6fe224b2f3838 (patch) | |
| tree | 36d06d2215b7b905df9b89481cda1d81d754dd6f | |
| parent | 758fd2a6791d948d6bcfac921bb7878d62eca28b (diff) | |
| download | bootstrap-9927f997faaab1416618b4ae36b6fe224b2f3838.tar.xz bootstrap-9927f997faaab1416618b4ae36b6fe224b2f3838.zip | |
Build(deps-dev): Bump hugo-bin from 0.102.0 to 0.102.1 (#38612)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.102.0 to 0.102.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.102.0...v0.102.1)
---
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 | 16 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index ca462ef44..7a795d9ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "find-unused-sass-variables": "^5.0.0", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.102.0", + "hugo-bin": "^0.102.1", "ip": "^2.0.0", "jasmine": "^4.6.0", "jquery": "^3.6.4", @@ -6038,9 +6038,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.102.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.0.tgz", - "integrity": "sha512-gJeDdC4W0x/+a8rf7pz8L/NheEeHIKrtLIHFwMumX04UAFYUA065A4uQmDjRspsMdQ9muwB9eQfOwTSjqaYyrQ==", + "version": "0.102.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.1.tgz", + "integrity": "sha512-PgMcOXM/E9kWlB/H5gwp9yD7f+YwbQvRU2AIl4fD4ZIlb74ABLuqFVPLR7gmlZcZ5zdUkOWHFEDUA8E0vVHHpg==", "dev": true, "funding": [ { @@ -6054,7 +6054,7 @@ "pkg-conf": "^4.0.0" }, "bin": { - "hugo": "cli.js" + "hugo": "bin/cli.js" }, "engines": { "node": "^14.14.0 || >=16.0.0" @@ -15370,9 +15370,9 @@ } }, "hugo-bin": { - "version": "0.102.0", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.0.tgz", - "integrity": "sha512-gJeDdC4W0x/+a8rf7pz8L/NheEeHIKrtLIHFwMumX04UAFYUA065A4uQmDjRspsMdQ9muwB9eQfOwTSjqaYyrQ==", + "version": "0.102.1", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.1.tgz", + "integrity": "sha512-PgMcOXM/E9kWlB/H5gwp9yD7f+YwbQvRU2AIl4fD4ZIlb74ABLuqFVPLR7gmlZcZ5zdUkOWHFEDUA8E0vVHHpg==", "dev": true, "requires": { "@xhmikosr/bin-wrapper": "^5.0.1", diff --git a/package.json b/package.json index fa2d9a303..bcc490c35 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "find-unused-sass-variables": "^5.0.0", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.102.0", + "hugo-bin": "^0.102.1", "ip": "^2.0.0", "jasmine": "^4.6.0", "jquery": "^3.6.4", |
