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-08-04 10:15:20 +0300
committerGitHub <noreply@github.com>2021-08-04 10:15:20 +0300
commitfe8c91782696e3e06a28242215f3d78b98dd7ca3 (patch)
tree774235b4cba85c810fb9a781566dbbc2b144adea
parentab2017b1c2a4855d0c3bb02c45b577e1d8836565 (diff)
build(deps-dev): bump hugo-bin from 0.74.1 to 0.75.0 (#967)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.74.1 to 0.75.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.74.1...v0.75.0) --- 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>
-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 375554adb..2a462048b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3723,9 +3723,9 @@
}
},
"hugo-bin": {
- "version": "0.74.1",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.74.1.tgz",
- "integrity": "sha512-Y75t/b7sGoY4OhHRMiLod9sDZoV+RRjQLZ1eLy76wMiXpfHBpTyjGZhJ+Vjj1gDHdo15ASmij7bkISW1J3Qqxg==",
+ "version": "0.75.0",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.75.0.tgz",
+ "integrity": "sha512-Ok2H9Cf28W0D5H1Xf9pHDK4PLx9WLq4J+HvtjKA2sNkO9u/F11Ed43qcaklVQmBOM0SjNylAlSF1/lyQNaszhQ==",
"dev": true,
"requires": {
"bin-wrapper": "^4.1.0",
diff --git a/package.json b/package.json
index d89e97f7f..1749586c4 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"eslint": "^7.32.0",
"fantasticon": "^1.2.2",
"find-unused-sass-variables": "^3.1.0",
- "hugo-bin": "^0.74.1",
+ "hugo-bin": "^0.75.0",
"linkinator": "^2.14.0",
"lockfile-lint": "^4.6.2",
"npm-run-all": "^4.1.5",