Update dependency hugo-bin to ^0.51.0
This commit is contained in:
parent
a1b91739b6
commit
d25bc4b067
|
@ -5988,9 +5988,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"hugo-bin": {
|
||||
"version": "0.50.2",
|
||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.50.2.tgz",
|
||||
"integrity": "sha512-h3SreRNNjnrYrHGYrYQgRuERkHv1MVvScdh9ckl8K6Pbnv1ZrHgmUH2ibOoU5tyn89/DlUuPCnYjNzBd58Iqww==",
|
||||
"version": "0.51.1",
|
||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.51.1.tgz",
|
||||
"integrity": "sha512-6o//iOwQbhsFrN2b+9WXzR7eqgXkwtwt5kuzZffE/GFvTOAFcmrZc/sKSGPNvf4vwfYBWo/EDrJKVQSPg68Iaw==",
|
||||
"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.50.0",
|
||||
"hugo-bin": "^0.51.0",
|
||||
"imports-loader": "^0.8.0",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"node-sass": "^4.13.1",
|
||||
|
|
|
@ -4007,10 +4007,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.50.0:
|
||||
version "0.50.2"
|
||||
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.50.2.tgz#78b5191d17e1faa9ba8581eace45d81badf56b48"
|
||||
integrity sha512-h3SreRNNjnrYrHGYrYQgRuERkHv1MVvScdh9ckl8K6Pbnv1ZrHgmUH2ibOoU5tyn89/DlUuPCnYjNzBd58Iqww==
|
||||
hugo-bin@^0.51.0:
|
||||
version "0.51.1"
|
||||
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.51.1.tgz#fb8c59af855da3165b9980e2a3df0c8a7eb7804a"
|
||||
integrity sha512-6o//iOwQbhsFrN2b+9WXzR7eqgXkwtwt5kuzZffE/GFvTOAFcmrZc/sKSGPNvf4vwfYBWo/EDrJKVQSPg68Iaw==
|
||||
dependencies:
|
||||
bin-wrapper "^4.1.0"
|
||||
pkg-conf "^3.1.0"
|
||||
|
|
Reference in New Issue