mirror of https://github.com/twbs/bootstrap.git
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
758fd2a679
commit
9927f997fa
|
@ -40,7 +40,7 @@
|
||||||
"find-unused-sass-variables": "^5.0.0",
|
"find-unused-sass-variables": "^5.0.0",
|
||||||
"globby": "^11.1.0",
|
"globby": "^11.1.0",
|
||||||
"hammer-simulator": "0.0.1",
|
"hammer-simulator": "0.0.1",
|
||||||
"hugo-bin": "^0.102.0",
|
"hugo-bin": "^0.102.1",
|
||||||
"ip": "^2.0.0",
|
"ip": "^2.0.0",
|
||||||
"jasmine": "^4.6.0",
|
"jasmine": "^4.6.0",
|
||||||
"jquery": "^3.6.4",
|
"jquery": "^3.6.4",
|
||||||
|
@ -6038,9 +6038,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/hugo-bin": {
|
"node_modules/hugo-bin": {
|
||||||
"version": "0.102.0",
|
"version": "0.102.1",
|
||||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.0.tgz",
|
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.1.tgz",
|
||||||
"integrity": "sha512-gJeDdC4W0x/+a8rf7pz8L/NheEeHIKrtLIHFwMumX04UAFYUA065A4uQmDjRspsMdQ9muwB9eQfOwTSjqaYyrQ==",
|
"integrity": "sha512-PgMcOXM/E9kWlB/H5gwp9yD7f+YwbQvRU2AIl4fD4ZIlb74ABLuqFVPLR7gmlZcZ5zdUkOWHFEDUA8E0vVHHpg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -6054,7 +6054,7 @@
|
||||||
"pkg-conf": "^4.0.0"
|
"pkg-conf": "^4.0.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"hugo": "cli.js"
|
"hugo": "bin/cli.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^14.14.0 || >=16.0.0"
|
"node": "^14.14.0 || >=16.0.0"
|
||||||
|
@ -15370,9 +15370,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hugo-bin": {
|
"hugo-bin": {
|
||||||
"version": "0.102.0",
|
"version": "0.102.1",
|
||||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.0.tgz",
|
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.102.1.tgz",
|
||||||
"integrity": "sha512-gJeDdC4W0x/+a8rf7pz8L/NheEeHIKrtLIHFwMumX04UAFYUA065A4uQmDjRspsMdQ9muwB9eQfOwTSjqaYyrQ==",
|
"integrity": "sha512-PgMcOXM/E9kWlB/H5gwp9yD7f+YwbQvRU2AIl4fD4ZIlb74ABLuqFVPLR7gmlZcZ5zdUkOWHFEDUA8E0vVHHpg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@xhmikosr/bin-wrapper": "^5.0.1",
|
"@xhmikosr/bin-wrapper": "^5.0.1",
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
"find-unused-sass-variables": "^5.0.0",
|
"find-unused-sass-variables": "^5.0.0",
|
||||||
"globby": "^11.1.0",
|
"globby": "^11.1.0",
|
||||||
"hammer-simulator": "0.0.1",
|
"hammer-simulator": "0.0.1",
|
||||||
"hugo-bin": "^0.102.0",
|
"hugo-bin": "^0.102.1",
|
||||||
"ip": "^2.0.0",
|
"ip": "^2.0.0",
|
||||||
"jasmine": "^4.6.0",
|
"jasmine": "^4.6.0",
|
||||||
"jquery": "^3.6.4",
|
"jquery": "^3.6.4",
|
||||||
|
|
Loading…
Reference in New Issue