Update dependency hugo-bin to ^0.52.0
This commit is contained in:
parent
af0675bcc5
commit
5b87c28dcf
|
@ -5988,14 +5988,14 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"hugo-bin": {
|
"hugo-bin": {
|
||||||
"version": "0.51.2",
|
"version": "0.52.0",
|
||||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.51.2.tgz",
|
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.52.0.tgz",
|
||||||
"integrity": "sha512-5MaIUnqTCI1brLrBu/TA10dxJZuZidDQxIT8o6+NWjxhCUNA0Moy2itMx2/EhefQQW7tM5qFOK2GQ+nUhymN/A==",
|
"integrity": "sha512-HM3j7wQwYs9S05wdUDoB74YIeXhTiJMieyEwe2biGO531sMgHn930aIE1lQarHuXMLysKxQY7dEbqOk9ehMTiw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"bin-wrapper": "^4.1.0",
|
"bin-wrapper": "^4.1.0",
|
||||||
"pkg-conf": "^3.1.0",
|
"pkg-conf": "^3.1.0",
|
||||||
"rimraf": "^3.0.0",
|
"rimraf": "^3.0.1",
|
||||||
"signale": "^1.4.0"
|
"signale": "^1.4.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.51.0",
|
"hugo-bin": "^0.52.0",
|
||||||
"imports-loader": "^0.8.0",
|
"imports-loader": "^0.8.0",
|
||||||
"mini-css-extract-plugin": "^0.9.0",
|
"mini-css-extract-plugin": "^0.9.0",
|
||||||
"node-sass": "^4.13.1",
|
"node-sass": "^4.13.1",
|
||||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -4007,14 +4007,14 @@ 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.51.0:
|
hugo-bin@^0.52.0:
|
||||||
version "0.51.2"
|
version "0.52.0"
|
||||||
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.51.2.tgz#ef91b26699573cfa3d3399b83f6b5ae5cd9f7cfe"
|
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.52.0.tgz#0bb910d2ab539f9b7878fb890dd9fde57796a7b2"
|
||||||
integrity sha512-5MaIUnqTCI1brLrBu/TA10dxJZuZidDQxIT8o6+NWjxhCUNA0Moy2itMx2/EhefQQW7tM5qFOK2GQ+nUhymN/A==
|
integrity sha512-HM3j7wQwYs9S05wdUDoB74YIeXhTiJMieyEwe2biGO531sMgHn930aIE1lQarHuXMLysKxQY7dEbqOk9ehMTiw==
|
||||||
dependencies:
|
dependencies:
|
||||||
bin-wrapper "^4.1.0"
|
bin-wrapper "^4.1.0"
|
||||||
pkg-conf "^3.1.0"
|
pkg-conf "^3.1.0"
|
||||||
rimraf "^3.0.0"
|
rimraf "^3.0.1"
|
||||||
signale "^1.4.0"
|
signale "^1.4.0"
|
||||||
|
|
||||||
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
|
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
|
||||||
|
@ -7171,6 +7171,13 @@ rimraf@^3.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
glob "^7.1.3"
|
glob "^7.1.3"
|
||||||
|
|
||||||
|
rimraf@^3.0.1:
|
||||||
|
version "3.0.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
|
||||||
|
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
|
||||||
|
dependencies:
|
||||||
|
glob "^7.1.3"
|
||||||
|
|
||||||
ripemd160@^2.0.0, ripemd160@^2.0.1:
|
ripemd160@^2.0.0, ripemd160@^2.0.1:
|
||||||
version "2.0.2"
|
version "2.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
|
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
|
||||||
|
|
Reference in New Issue