Update dependency hugo-bin to ^0.55.0
This commit is contained in:
parent
42417f966d
commit
f74020eda2
|
@ -6007,9 +6007,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"hugo-bin": {
|
||||
"version": "0.54.0",
|
||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.54.0.tgz",
|
||||
"integrity": "sha512-yns35O84HrzXaqAQDNclPljACMZPK4Vshq+UgO+peAfOCh6umWhCL+iKhXlX0UFGJCtTQQkJl7cxbZKpK6Pd7A==",
|
||||
"version": "0.55.1",
|
||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.55.1.tgz",
|
||||
"integrity": "sha512-y8//2kuCdH7cTtA8DftTDCmmiG41oHcSfGWHbYQQPc5tqW+wwYvc39h3tm+OhAO+8ohflJYKCntOqRY3M/BJlQ==",
|
||||
"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.54.0",
|
||||
"hugo-bin": "^0.55.0",
|
||||
"imports-loader": "^0.8.0",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"node-sass": "^4.13.1",
|
||||
|
|
|
@ -4049,10 +4049,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.54.0:
|
||||
version "0.54.0"
|
||||
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.54.0.tgz#119c2e5ca2f3aedff1370b47762bc760d2688a35"
|
||||
integrity sha512-yns35O84HrzXaqAQDNclPljACMZPK4Vshq+UgO+peAfOCh6umWhCL+iKhXlX0UFGJCtTQQkJl7cxbZKpK6Pd7A==
|
||||
hugo-bin@^0.55.0:
|
||||
version "0.55.1"
|
||||
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.55.1.tgz#9daa6fd3531a5eb124e17749f603ca72d479114e"
|
||||
integrity sha512-y8//2kuCdH7cTtA8DftTDCmmiG41oHcSfGWHbYQQPc5tqW+wwYvc39h3tm+OhAO+8ohflJYKCntOqRY3M/BJlQ==
|
||||
dependencies:
|
||||
bin-wrapper "^4.1.0"
|
||||
pkg-conf "^3.1.0"
|
||||
|
|
Reference in New Issue