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

github.com/twbs/blog.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>2022-11-01 13:16:10 +0300
committerGitHub <noreply@github.com>2022-11-01 13:16:10 +0300
commitd64b15528349f3a2206b37d3462f6b0b8e03660c (patch)
tree8c291a9c4c06a901199e417e9c6c9a3e5805b3d0
parent3c1213f8eea333b1efd74ce979372389393b2d73 (diff)
Bump hugo-bin from 0.92.3 to 0.93.0 (#319)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.92.3 to 0.93.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.92.3...v0.93.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> 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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 8d8e3936..7c8cb51b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"bootstrap": "5.2.2",
"cross-env": "^7.0.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.92.3",
+ "hugo-bin": "^0.93.0",
"linkinator": "^4.1.0",
"lockfile-lint": "^4.9.6",
"markdownlint-cli2": "^0.5.1",
@@ -2286,9 +2286,9 @@
}
},
"node_modules/hugo-bin": {
- "version": "0.92.3",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.3.tgz",
- "integrity": "sha512-gM121hh7C5ZXRNITQdk/rPWeZ7eh0PqQAVjebQ7uA5eu/Xbk8YH6bsq8A11T3po+RmzCkeh178eJkXiRDRScag==",
+ "version": "0.93.0",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.93.0.tgz",
+ "integrity": "sha512-tuuTvjyjZGMZlx80eKubX/GJkQkibr4AXzSPaRcDIBpr0FoiT2oURNgeY6Zm5axkgm07DuACNQmFw85KdcvBHw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -7708,9 +7708,9 @@
}
},
"hugo-bin": {
- "version": "0.92.3",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.3.tgz",
- "integrity": "sha512-gM121hh7C5ZXRNITQdk/rPWeZ7eh0PqQAVjebQ7uA5eu/Xbk8YH6bsq8A11T3po+RmzCkeh178eJkXiRDRScag==",
+ "version": "0.93.0",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.93.0.tgz",
+ "integrity": "sha512-tuuTvjyjZGMZlx80eKubX/GJkQkibr4AXzSPaRcDIBpr0FoiT2oURNgeY6Zm5axkgm07DuACNQmFw85KdcvBHw==",
"dev": true,
"requires": {
"bin-wrapper": "^4.1.0",
diff --git a/package.json b/package.json
index 91806a9a..3c6ce2a3 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"bootstrap": "5.2.2",
"cross-env": "^7.0.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.92.3",
+ "hugo-bin": "^0.93.0",
"linkinator": "^4.1.0",
"lockfile-lint": "^4.9.6",
"markdownlint-cli2": "^0.5.1",