Update dependency hugo-bin to ^0.49.0
This commit is contained in:
parent
527d4c362b
commit
4a7bec35ad
|
@ -5965,9 +5965,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"hugo-bin": {
|
"hugo-bin": {
|
||||||
"version": "0.48.1",
|
"version": "0.49.0",
|
||||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.48.1.tgz",
|
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.49.0.tgz",
|
||||||
"integrity": "sha512-bT31/x9sv3x/wdGQA0Aff2M95K+JcD3gRHC4M9p3RVnTywCnVlGeVoEyb3uQI00YrRVboFZciamU2rwcmW7Cag==",
|
"integrity": "sha512-ZNZsChCFOHLsgjcC3snPvXnkt+wPeOSdvcFFhqZvwtXu/j7/siqk7xhPwnBaXz9ch8whwo76n1/aKRRb13gnBA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"bin-wrapper": "^4.1.0",
|
"bin-wrapper": "^4.1.0",
|
||||||
|
|
|
@ -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.48.0",
|
"hugo-bin": "^0.49.0",
|
||||||
"imports-loader": "^0.8.0",
|
"imports-loader": "^0.8.0",
|
||||||
"mini-css-extract-plugin": "^0.8.0",
|
"mini-css-extract-plugin": "^0.8.0",
|
||||||
"node-sass": "^4.12.0",
|
"node-sass": "^4.12.0",
|
||||||
|
|
|
@ -3965,10 +3965,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.48.0:
|
hugo-bin@^0.49.0:
|
||||||
version "0.48.1"
|
version "0.49.0"
|
||||||
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.48.1.tgz#68412c1097171b563660dedee3b69fc30d6a5f89"
|
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.49.0.tgz#53012c40709e56543798525685768b8eded17d8b"
|
||||||
integrity sha512-bT31/x9sv3x/wdGQA0Aff2M95K+JcD3gRHC4M9p3RVnTywCnVlGeVoEyb3uQI00YrRVboFZciamU2rwcmW7Cag==
|
integrity sha512-ZNZsChCFOHLsgjcC3snPvXnkt+wPeOSdvcFFhqZvwtXu/j7/siqk7xhPwnBaXz9ch8whwo76n1/aKRRb13gnBA==
|
||||||
dependencies:
|
dependencies:
|
||||||
bin-wrapper "^4.1.0"
|
bin-wrapper "^4.1.0"
|
||||||
pkg-conf "^3.1.0"
|
pkg-conf "^3.1.0"
|
||||||
|
|
Reference in New Issue