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-10-01 20:59:25 +0300
committerGitHub <noreply@github.com>2022-10-01 20:59:25 +0300
commit8def72de9cc3137e86be8190e0d49ca257a11fc8 (patch)
treee31b6e57617c89b0aafb3a25272c22f4b32a8d51
parent9236104da902ffbdf7c7e2e3dbbffe2d4ae313ae (diff)
Bump hugo-bin from 0.91.0 to 0.92.2 (#316)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.91.0 to 0.92.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.91.0...v0.92.2) --- 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>
-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 c7505fc5..a08d7b08 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"bootstrap": "5.2.1",
"cross-env": "^7.0.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.91.0",
+ "hugo-bin": "^0.92.2",
"linkinator": "^4.0.3",
"lockfile-lint": "^4.8.0",
"markdownlint-cli2": "^0.5.1",
@@ -2285,9 +2285,9 @@
}
},
"node_modules/hugo-bin": {
- "version": "0.91.0",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.91.0.tgz",
- "integrity": "sha512-/sfw7sbTsQA8LglFlck/yFE110j1/Dhp2w/Xg86/AKfkTbGAkBznyj2irEHThAYHrOvE72+agS/z7NPo7PD4cg==",
+ "version": "0.92.2",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.2.tgz",
+ "integrity": "sha512-1C5NfDinq5C/NFNkj9ZMFb5z0h3R7gN9C8Lx0Vv+1Xtfi72RyteeiGZA82eLr6pbHfL3coBO7Rq9MW3pHtC5mg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -7691,9 +7691,9 @@
}
},
"hugo-bin": {
- "version": "0.91.0",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.91.0.tgz",
- "integrity": "sha512-/sfw7sbTsQA8LglFlck/yFE110j1/Dhp2w/Xg86/AKfkTbGAkBznyj2irEHThAYHrOvE72+agS/z7NPo7PD4cg==",
+ "version": "0.92.2",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.2.tgz",
+ "integrity": "sha512-1C5NfDinq5C/NFNkj9ZMFb5z0h3R7gN9C8Lx0Vv+1Xtfi72RyteeiGZA82eLr6pbHfL3coBO7Rq9MW3pHtC5mg==",
"dev": true,
"requires": {
"bin-wrapper": "^4.1.0",
diff --git a/package.json b/package.json
index af5519b1..9703cbe9 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"bootstrap": "5.2.1",
"cross-env": "^7.0.3",
"find-unused-sass-variables": "^4.0.4",
- "hugo-bin": "^0.91.0",
+ "hugo-bin": "^0.92.2",
"linkinator": "^4.0.3",
"lockfile-lint": "^4.8.0",
"markdownlint-cli2": "^0.5.1",