Update dependency hugo-bin to ^0.50.0
This commit is contained in:
parent
8bd19b8e71
commit
55b930ded2
|
@ -5912,9 +5912,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"hugo-bin": {
|
||||
"version": "0.49.0",
|
||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.49.0.tgz",
|
||||
"integrity": "sha512-ZNZsChCFOHLsgjcC3snPvXnkt+wPeOSdvcFFhqZvwtXu/j7/siqk7xhPwnBaXz9ch8whwo76n1/aKRRb13gnBA==",
|
||||
"version": "0.50.0",
|
||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.50.0.tgz",
|
||||
"integrity": "sha512-P0UyN4oDuClxiRVQY6IPxZzewcp+x01Q/PMxbr18Gsmg06rRlSvR8rzsxhCVV4LLQ0fl6CtwlO6cmfOdM2tQwg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bin-wrapper": "^4.1.0",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"exports-loader": "^0.7.0",
|
||||
"fancy-log": "^1.3.2",
|
||||
"file-loader": "^4.1.0",
|
||||
"hugo-bin": "^0.49.0",
|
||||
"hugo-bin": "^0.50.0",
|
||||
"imports-loader": "^0.8.0",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"node-sass": "^4.12.0",
|
||||
|
|
|
@ -3944,10 +3944,10 @@ https-browserify@^1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
|
||||
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
|
||||
|
||||
hugo-bin@^0.49.0:
|
||||
version "0.49.0"
|
||||
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.49.0.tgz#53012c40709e56543798525685768b8eded17d8b"
|
||||
integrity sha512-ZNZsChCFOHLsgjcC3snPvXnkt+wPeOSdvcFFhqZvwtXu/j7/siqk7xhPwnBaXz9ch8whwo76n1/aKRRb13gnBA==
|
||||
hugo-bin@^0.50.0:
|
||||
version "0.50.0"
|
||||
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.50.0.tgz#2b983a0733dd02a8db69c9e78e720f943337b01b"
|
||||
integrity sha512-P0UyN4oDuClxiRVQY6IPxZzewcp+x01Q/PMxbr18Gsmg06rRlSvR8rzsxhCVV4LLQ0fl6CtwlO6cmfOdM2tQwg==
|
||||
dependencies:
|
||||
bin-wrapper "^4.1.0"
|
||||
pkg-conf "^3.1.0"
|
||||
|
|
Reference in New Issue