Update dependency hugo-bin to ^0.54.0

This commit is contained in:
Renovate Bot 2020-03-09 02:33:50 +00:00 committed by renovate[bot]
parent d4884ce7d6
commit 6f69934467
3 changed files with 11 additions and 11 deletions

12
package-lock.json generated
View File

@ -2113,9 +2113,9 @@
}
},
"buffer": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.4.3.tgz",
"integrity": "sha512-zvj65TkFeIt3i6aj5bIvJDzjjQQGs4o/sNoezg1F1kYap9Nu2jcUdpwzRSJTHMMzG0H7bZkn4rNQpImhuxWX2A==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.5.0.tgz",
"integrity": "sha512-9FTEDjLjwoAkEwyMGDjYJQN2gfRgOKBKRfiglhvibGbpeeU/pQn1bJxQqm32OD/AIeEuHxU9roxXxg34Byp/Ww==",
"dev": true,
"requires": {
"base64-js": "^1.0.2",
@ -6064,9 +6064,9 @@
"dev": true
},
"hugo-bin": {
"version": "0.53.3",
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.53.3.tgz",
"integrity": "sha512-ng/hXqRB3IUQnQyn6R6YVDOvBi2pb8RC2Q3+WfMZSypak1V1IiYSWh5uuNgd8jmRMnUY36YvNcUyVdmgfDigRQ==",
"version": "0.54.0",
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.54.0.tgz",
"integrity": "sha512-yns35O84HrzXaqAQDNclPljACMZPK4Vshq+UgO+peAfOCh6umWhCL+iKhXlX0UFGJCtTQQkJl7cxbZKpK6Pd7A==",
"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.53.0",
"hugo-bin": "^0.54.0",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",

View File

@ -4068,10 +4068,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.53.0:
version "0.53.3"
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.53.3.tgz#07086acf3672aca00ccefc9aa6d1827d14913189"
integrity sha512-ng/hXqRB3IUQnQyn6R6YVDOvBi2pb8RC2Q3+WfMZSypak1V1IiYSWh5uuNgd8jmRMnUY36YvNcUyVdmgfDigRQ==
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==
dependencies:
bin-wrapper "^4.1.0"
pkg-conf "^3.1.0"