Update dependency hugo-bin to ^0.49.0

This commit is contained in:
Renovate Bot 2019-12-16 02:41:02 +00:00 committed by renovate[bot]
parent 527d4c362b
commit 4a7bec35ad
3 changed files with 8 additions and 8 deletions

6
package-lock.json generated
View File

@ -5965,9 +5965,9 @@
"dev": true
},
"hugo-bin": {
"version": "0.48.1",
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.48.1.tgz",
"integrity": "sha512-bT31/x9sv3x/wdGQA0Aff2M95K+JcD3gRHC4M9p3RVnTywCnVlGeVoEyb3uQI00YrRVboFZciamU2rwcmW7Cag==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.49.0.tgz",
"integrity": "sha512-ZNZsChCFOHLsgjcC3snPvXnkt+wPeOSdvcFFhqZvwtXu/j7/siqk7xhPwnBaXz9ch8whwo76n1/aKRRb13gnBA==",
"dev": true,
"requires": {
"bin-wrapper": "^4.1.0",

View File

@ -39,7 +39,7 @@
"exports-loader": "^0.7.0",
"fancy-log": "^1.3.2",
"file-loader": "^4.1.0",
"hugo-bin": "^0.48.0",
"hugo-bin": "^0.49.0",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",

View File

@ -3965,10 +3965,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.48.0:
version "0.48.1"
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.48.1.tgz#68412c1097171b563660dedee3b69fc30d6a5f89"
integrity sha512-bT31/x9sv3x/wdGQA0Aff2M95K+JcD3gRHC4M9p3RVnTywCnVlGeVoEyb3uQI00YrRVboFZciamU2rwcmW7Cag==
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==
dependencies:
bin-wrapper "^4.1.0"
pkg-conf "^3.1.0"