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-03-02 17:40:12 +0300
committerGitHub <noreply@github.com>2022-03-02 17:40:12 +0300
commit5795cb5e061f1ae6a328475d785b8b096ff53d81 (patch)
tree0189f6340b4a85a1318c0e3c59ca96f52c8d7400
parent40eda4ec5d0321dd4819e9241a2ce044ebe80653 (diff)
Bump hugo-bin from 0.81.0 to 0.81.1 (#259)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.81.0 to 0.81.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.81.0...v0.81.1) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... 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 8d8a1f14..825a4720 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"find-unused-sass-variables": "^4.0.2",
- "hugo-bin": "^0.81.0",
+ "hugo-bin": "^0.81.1",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",
"markdownlint-cli2": "0.4.0",
@@ -2457,9 +2457,9 @@
}
},
"node_modules/hugo-bin": {
- "version": "0.81.0",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.81.0.tgz",
- "integrity": "sha512-Ar97cBprTAdu7wzCLY5oy0iqL9C8XpxJE2FEyMGkcFsY8cFKFXXpYO+s4CcQHj5hWFePG+bSWrryVkvlkU5LRw==",
+ "version": "0.81.1",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.81.1.tgz",
+ "integrity": "sha512-oxqtH3hRUcHirkQduyuHg9sBqxVN93/OSYwbPn6K+hN25A+DyYipJeyPN0LAi3TDT7ZCmZFcK6tZIaQQ4fMLkw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -8351,9 +8351,9 @@
}
},
"hugo-bin": {
- "version": "0.81.0",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.81.0.tgz",
- "integrity": "sha512-Ar97cBprTAdu7wzCLY5oy0iqL9C8XpxJE2FEyMGkcFsY8cFKFXXpYO+s4CcQHj5hWFePG+bSWrryVkvlkU5LRw==",
+ "version": "0.81.1",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.81.1.tgz",
+ "integrity": "sha512-oxqtH3hRUcHirkQduyuHg9sBqxVN93/OSYwbPn6K+hN25A+DyYipJeyPN0LAi3TDT7ZCmZFcK6tZIaQQ4fMLkw==",
"dev": true,
"requires": {
"bin-wrapper": "^4.1.0",
diff --git a/package.json b/package.json
index 2a788ce1..5a00dd36 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"find-unused-sass-variables": "^4.0.2",
- "hugo-bin": "^0.81.0",
+ "hugo-bin": "^0.81.1",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",
"markdownlint-cli2": "0.4.0",