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-05-10 10:09:07 +0300
committerGitHub <noreply@github.com>2022-05-10 10:09:07 +0300
commit273c6bc18c1b0f45afb806e05c7dbbb4d4f8869a (patch)
tree345dc6a4e6c2a2afa62cf6799ebdb3108a0e3c3b
parentdd4e55c1aa2e8d0d194d0c0676b774af63fc3400 (diff)
Bump hugo-bin from 0.85.3 to 0.86.0 (#266)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.85.3 to 0.86.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.85.3...v0.86.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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 5011b5f3..a6045afd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.85.3",
+ "hugo-bin": "^0.86.0",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.7.4",
"markdownlint-cli2": "0.4.0",
@@ -2494,9 +2494,9 @@
}
},
"node_modules/hugo-bin": {
- "version": "0.85.3",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.85.3.tgz",
- "integrity": "sha512-//CyAwonUwhloR8VLSn+y6P7MbwVpEp25yX+SksjVf1G2VcAeHSTuE3FxSCXNEJi0Gd0i4/Z+v6H+xa11EAGLg==",
+ "version": "0.86.0",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.86.0.tgz",
+ "integrity": "sha512-n71L2J9yckQ8fLZAQmWdUqNkIuwVMrjsx45911cJH7ORF3BPwVgWvw0EYiC1UjWsmolqvEcen7CceFde9VletA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -8424,9 +8424,9 @@
}
},
"hugo-bin": {
- "version": "0.85.3",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.85.3.tgz",
- "integrity": "sha512-//CyAwonUwhloR8VLSn+y6P7MbwVpEp25yX+SksjVf1G2VcAeHSTuE3FxSCXNEJi0Gd0i4/Z+v6H+xa11EAGLg==",
+ "version": "0.86.0",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.86.0.tgz",
+ "integrity": "sha512-n71L2J9yckQ8fLZAQmWdUqNkIuwVMrjsx45911cJH7ORF3BPwVgWvw0EYiC1UjWsmolqvEcen7CceFde9VletA==",
"dev": true,
"requires": {
"bin-wrapper": "^4.1.0",
diff --git a/package.json b/package.json
index d61651ec..a4a66a5c 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.85.3",
+ "hugo-bin": "^0.86.0",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.7.4",
"markdownlint-cli2": "0.4.0",