Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-22 12:30:43 +0300
committerGitHub <noreply@github.com>2021-06-22 12:30:43 +0300
commit3c4aad9f680dcd249161264ad1cc8501192f90cc (patch)
tree620e17d6e096b202236984a5f409053f9b5caf99
parent91187f5dbd3273f452e0d332e0b83e8503be57d7 (diff)
build(deps-dev): bump hugo-bin from 0.71.1 to 0.72.1 (#923)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.71.1 to 0.72.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.71.1...v0.72.1) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index c41ee8112..0f5db4e86 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3615,9 +3615,9 @@
}
},
"hugo-bin": {
- "version": "0.71.1",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.71.1.tgz",
- "integrity": "sha512-H+aBkwtR6oSMcu1kCyzQlan+lcQ45k70JGX4v72h8mb0e4AbvaF58kAy6EDRK/U+/hD6ghTf0a6eLr5sENjaAg==",
+ "version": "0.72.1",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.72.1.tgz",
+ "integrity": "sha512-jwQPTv6ZNgm31awjujmaQU2E+DOuG0swS5JQc/ZU9rSnvDVux6TWooVKFEdaxUHXSpH86ER5OT9bMDsEsuRY9A==",
"dev": true,
"requires": {
"bin-wrapper": "^4.1.0",
diff --git a/package.json b/package.json
index 6fa428704..cdd4e6e54 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"eslint": "^7.29.0",
"fantasticon": "^1.2.2",
"find-unused-sass-variables": "^3.1.0",
- "hugo-bin": "^0.71.1",
+ "hugo-bin": "^0.72.1",
"linkinator": "^2.13.6",
"lockfile-lint": "^4.6.2",
"npm-run-all": "^4.1.5",