diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-04 13:14:01 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-04 13:14:01 +0300 |
| commit | 71097cd28dff9813a44c8f1b08dbbdcd61a97faf (patch) | |
| tree | eef55ff5df527ca4eeb9721bd96b573882ecf096 | |
| parent | de6b8446a0ba1eafd7a71c1d37ffdc3a65b4d4e6 (diff) | |
| download | bootstrap-71097cd28dff9813a44c8f1b08dbbdcd61a97faf.tar.xz bootstrap-71097cd28dff9813a44c8f1b08dbbdcd61a97faf.zip | |
Build(deps-dev): Bump hugo-bin from 0.101.5 to 0.102.0 (#38400)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.101.5 to 0.102.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.101.5...v0.102.0)
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 | 22 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 11 insertions, 13 deletions
diff --git a/package-lock.json b/package-lock.json index a5376fdcf..def6185fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "find-unused-sass-variables": "^4.0.8", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.101.5", + "hugo-bin": "^0.102.0", "ip": "^2.0.0", "jasmine": "^4.6.0", "jquery": "^3.6.4", @@ -5975,9 +5975,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.101.5", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.101.5.tgz", - "integrity": "sha512-iq125a7Z0Zwx9nk/+66O+Yy7juwoY5ttQ8+6tkCzDoyDN71n2m8BiG8qeFLYQF1joMiiPE8ItGYu0Tkn98aGxA==", + "version": "0.102.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.0.tgz", + "integrity": "sha512-gJeDdC4W0x/+a8rf7pz8L/NheEeHIKrtLIHFwMumX04UAFYUA065A4uQmDjRspsMdQ9muwB9eQfOwTSjqaYyrQ==", "dev": true, "funding": [ { @@ -5988,14 +5988,13 @@ "hasInstallScript": true, "dependencies": { "@xhmikosr/bin-wrapper": "^5.0.1", - "pkg-conf": "^4.0.0", - "rimraf": "^3.0.2" + "pkg-conf": "^4.0.0" }, "bin": { "hugo": "cli.js" }, "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": "^14.14.0 || >=16.0.0" } }, "node_modules/human-signals": { @@ -15311,14 +15310,13 @@ } }, "hugo-bin": { - "version": "0.101.5", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.101.5.tgz", - "integrity": "sha512-iq125a7Z0Zwx9nk/+66O+Yy7juwoY5ttQ8+6tkCzDoyDN71n2m8BiG8qeFLYQF1joMiiPE8ItGYu0Tkn98aGxA==", + "version": "0.102.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.0.tgz", + "integrity": "sha512-gJeDdC4W0x/+a8rf7pz8L/NheEeHIKrtLIHFwMumX04UAFYUA065A4uQmDjRspsMdQ9muwB9eQfOwTSjqaYyrQ==", "dev": true, "requires": { "@xhmikosr/bin-wrapper": "^5.0.1", - "pkg-conf": "^4.0.0", - "rimraf": "^3.0.2" + "pkg-conf": "^4.0.0" } }, "human-signals": { diff --git a/package.json b/package.json index c862fccab..cffecf0cf 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "find-unused-sass-variables": "^4.0.8", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.101.5", + "hugo-bin": "^0.102.0", "ip": "^2.0.0", "jasmine": "^4.6.0", "jquery": "^3.6.4", |
