Update dependency hugo-bin to ^0.55.0

This commit is contained in:
Renovate Bot 2020-03-16 00:27:10 +00:00 committed by renovate[bot]
parent 42417f966d
commit f74020eda2
3 changed files with 8 additions and 8 deletions

6
package-lock.json generated
View File

@ -6007,9 +6007,9 @@
"dev": true "dev": true
}, },
"hugo-bin": { "hugo-bin": {
"version": "0.54.0", "version": "0.55.1",
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.54.0.tgz", "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.55.1.tgz",
"integrity": "sha512-yns35O84HrzXaqAQDNclPljACMZPK4Vshq+UgO+peAfOCh6umWhCL+iKhXlX0UFGJCtTQQkJl7cxbZKpK6Pd7A==", "integrity": "sha512-y8//2kuCdH7cTtA8DftTDCmmiG41oHcSfGWHbYQQPc5tqW+wwYvc39h3tm+OhAO+8ohflJYKCntOqRY3M/BJlQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"bin-wrapper": "^4.1.0", "bin-wrapper": "^4.1.0",

View File

@ -39,7 +39,7 @@
"exports-loader": "^0.7.0", "exports-loader": "^0.7.0",
"fancy-log": "^1.3.2", "fancy-log": "^1.3.2",
"file-loader": "^4.1.0", "file-loader": "^4.1.0",
"hugo-bin": "^0.54.0", "hugo-bin": "^0.55.0",
"imports-loader": "^0.8.0", "imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.9.0", "mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1", "node-sass": "^4.13.1",

View File

@ -4049,10 +4049,10 @@ https-browserify@^1.0.0:
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
hugo-bin@^0.54.0: hugo-bin@^0.55.0:
version "0.54.0" version "0.55.1"
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.54.0.tgz#119c2e5ca2f3aedff1370b47762bc760d2688a35" resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.55.1.tgz#9daa6fd3531a5eb124e17749f603ca72d479114e"
integrity sha512-yns35O84HrzXaqAQDNclPljACMZPK4Vshq+UgO+peAfOCh6umWhCL+iKhXlX0UFGJCtTQQkJl7cxbZKpK6Pd7A== integrity sha512-y8//2kuCdH7cTtA8DftTDCmmiG41oHcSfGWHbYQQPc5tqW+wwYvc39h3tm+OhAO+8ohflJYKCntOqRY3M/BJlQ==
dependencies: dependencies:
bin-wrapper "^4.1.0" bin-wrapper "^4.1.0"
pkg-conf "^3.1.0" pkg-conf "^3.1.0"