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-04-05 18:14:38 +0300
committerGitHub <noreply@github.com>2022-04-05 18:14:38 +0300
commit328311e5faf00bdaa61d91eabb68275d894a1645 (patch)
tree45e0152a35bb1372ffc748347752f85aab8e41b8
parent40ce5d3f2a6f2f5e205b9a40c5d3b69777ba734e (diff)
Bump hugo-bin from 0.83.1 to 0.84.0 (#264)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.83.1 to 0.84.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.83.1...v0.84.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 ed75526f..c79b93fd 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.3",
- "hugo-bin": "^0.83.1",
+ "hugo-bin": "^0.84.0",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.7.4",
"markdownlint-cli2": "0.4.0",
@@ -2475,9 +2475,9 @@
}
},
"node_modules/hugo-bin": {
- "version": "0.83.1",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.83.1.tgz",
- "integrity": "sha512-w1q4RCiMcwzRhNR/X85kT+oODJoX7vN00R4nzI04LUTh46cMiwYLUaYxx3Cl0YlVwQoOBAeNeeD/pI+sfNaEgA==",
+ "version": "0.84.0",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.84.0.tgz",
+ "integrity": "sha512-1krqEkEPLmQqFBkilbECo1oPaJwWEExiTfhL7S4iKrSgCxbHvE7d//y9piFZZ86rOxYOKFVcnDXCmnRUdCDLmA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -8375,9 +8375,9 @@
}
},
"hugo-bin": {
- "version": "0.83.1",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.83.1.tgz",
- "integrity": "sha512-w1q4RCiMcwzRhNR/X85kT+oODJoX7vN00R4nzI04LUTh46cMiwYLUaYxx3Cl0YlVwQoOBAeNeeD/pI+sfNaEgA==",
+ "version": "0.84.0",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.84.0.tgz",
+ "integrity": "sha512-1krqEkEPLmQqFBkilbECo1oPaJwWEExiTfhL7S4iKrSgCxbHvE7d//y9piFZZ86rOxYOKFVcnDXCmnRUdCDLmA==",
"dev": true,
"requires": {
"bin-wrapper": "^4.1.0",
diff --git a/package.json b/package.json
index 7b036192..b32d6447 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.3",
- "hugo-bin": "^0.83.1",
+ "hugo-bin": "^0.84.0",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.7.4",
"markdownlint-cli2": "0.4.0",