Skip to content

Commit c3a6b54

Browse files
Update dependency hugo-bin to ^0.145.0
1 parent 520a7f7 commit c3a6b54

File tree

2 files changed

+116
-56
lines changed

2 files changed

+116
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"fancy-log": "^1.3.2",
4343
"file-loader": "^4.1.0",
4444
"html-webpack-plugin": "^5.0.0",
45-
"hugo-bin": "^0.123.0",
45+
"hugo-bin": "^0.145.0",
4646
"imports-loader": "^0.8.0",
4747
"mini-css-extract-plugin": "^0.12.0",
4848
"netlify-cms-app": "^2.15.72",

yarn.lock

Lines changed: 115 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,15 @@
12601260
dependencies:
12611261
defer-to-connect "^2.0.1"
12621262

1263+
"@tokenizer/inflate@^0.2.6":
1264+
version "0.2.7"
1265+
resolved "https://registry.yarnpkg.com/@tokenizer/inflate/-/inflate-0.2.7.tgz#32dd9dfc9abe457c89b3d9b760fc0690c85a103b"
1266+
integrity sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==
1267+
dependencies:
1268+
debug "^4.4.0"
1269+
fflate "^0.8.2"
1270+
token-types "^6.0.0"
1271+
12631272
"@tokenizer/token@^0.3.0":
12641273
version "0.3.0"
12651274
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276"
@@ -1593,28 +1602,28 @@
15931602
dependencies:
15941603
tslib "^1.9.3"
15951604

1596-
"@xhmikosr/archive-type@^7.0.0":
1597-
version "7.0.0"
1598-
resolved "https://registry.yarnpkg.com/@xhmikosr/archive-type/-/archive-type-7.0.0.tgz#74746a210b59d7d8a77aa69a422f0dae025b3798"
1599-
integrity sha512-sIm84ZneCOJuiy3PpWR5bxkx3HaNt1pqaN+vncUBZIlPZCq8ASZH+hBVdu5H8znR7qYC6sKwx+ie2Q7qztJTxA==
1605+
"@xhmikosr/archive-type@^7.1.0":
1606+
version "7.1.0"
1607+
resolved "https://registry.yarnpkg.com/@xhmikosr/archive-type/-/archive-type-7.1.0.tgz#2983bcc547e119cdd345e50abaaeb6b7097daa44"
1608+
integrity sha512-xZEpnGplg1sNPyEgFh0zbHxqlw5dtYg6viplmWSxUj12+QjU9SKu3U/2G73a15pEjLaOqTefNSZ1fOPUOT4Xgg==
16001609
dependencies:
1601-
file-type "^19.0.0"
1610+
file-type "^20.5.0"
16021611

1603-
"@xhmikosr/bin-check@^7.0.3":
1604-
version "7.0.3"
1605-
resolved "https://registry.yarnpkg.com/@xhmikosr/bin-check/-/bin-check-7.0.3.tgz#9ce53f339db419f08e799f4c55b82b38ede13c95"
1606-
integrity sha512-4UnCLCs8DB+itHJVkqFp9Zjg+w/205/J2j2wNBsCEAm/BuBmtua2hhUOdAMQE47b1c7P9Xmddj0p+X1XVsfHsA==
1612+
"@xhmikosr/bin-check@^7.1.0":
1613+
version "7.1.0"
1614+
resolved "https://registry.yarnpkg.com/@xhmikosr/bin-check/-/bin-check-7.1.0.tgz#6b58b1e771247f65133c8d2f0a74cdc9e94afb3a"
1615+
integrity sha512-y1O95J4mnl+6MpVmKfMYXec17hMEwE/yeCglFNdx+QvLLtP0yN4rSYcbkXnth+lElBuKKek2NbvOfOGPpUXCvw==
16071616
dependencies:
16081617
execa "^5.1.1"
16091618
isexe "^2.0.0"
16101619

1611-
"@xhmikosr/bin-wrapper@^13.0.5":
1612-
version "13.0.5"
1613-
resolved "https://registry.yarnpkg.com/@xhmikosr/bin-wrapper/-/bin-wrapper-13.0.5.tgz#2f5804ac0a3331df11d76d08dab3a3eb674ef0df"
1614-
integrity sha512-DT2SAuHDeOw0G5bs7wZbQTbf4hd8pJ14tO0i4cWhRkIJfgRdKmMfkDilpaJ8uZyPA0NVRwasCNAmMJcWA67osw==
1620+
"@xhmikosr/bin-wrapper@^13.1.0":
1621+
version "13.1.1"
1622+
resolved "https://registry.yarnpkg.com/@xhmikosr/bin-wrapper/-/bin-wrapper-13.1.1.tgz#65ade9280f59ab7f2db464ad18c8b5d338c97798"
1623+
integrity sha512-93iXrknsWrP3G6QJBCJVz4xftMe5ZNJMWyOjtiug74k8dmQA4blfmaBcBgJUCYfSSQnjxjMNqxfincVuWbcGLA==
16151624
dependencies:
1616-
"@xhmikosr/bin-check" "^7.0.3"
1617-
"@xhmikosr/downloader" "^15.0.1"
1625+
"@xhmikosr/bin-check" "^7.1.0"
1626+
"@xhmikosr/downloader" "^15.1.1"
16181627
"@xhmikosr/os-filter-obj" "^3.0.0"
16191628
bin-version-check "^5.1.0"
16201629

@@ -1627,59 +1636,68 @@
16271636
is-stream "^2.0.1"
16281637
tar-stream "^3.1.7"
16291638

1630-
"@xhmikosr/decompress-tarbz2@^8.0.1":
1631-
version "8.0.1"
1632-
resolved "https://registry.yarnpkg.com/@xhmikosr/decompress-tarbz2/-/decompress-tarbz2-8.0.1.tgz#ba8a831c1d08ab4979ae793b8fef5ac6ff9e844f"
1633-
integrity sha512-OF+6DysDZP5YTDO8uHuGG6fMGZjc+HszFPBkVltjoje2Cf60hjBg/YP5OQndW1hfwVWOdP7f3CnJiPZHJUTtEg==
1639+
"@xhmikosr/decompress-tar@^8.1.0":
1640+
version "8.1.0"
1641+
resolved "https://registry.yarnpkg.com/@xhmikosr/decompress-tar/-/decompress-tar-8.1.0.tgz#bb2c3898a7ada3f517a2de629fc4ea710b5b3240"
1642+
integrity sha512-m0q8x6lwxenh1CrsTby0Jrjq4vzW/QU1OLhTHMQLEdHpmjR1lgahGz++seZI0bXF3XcZw3U3xHfqZSz+JPP2Gg==
1643+
dependencies:
1644+
file-type "^20.5.0"
1645+
is-stream "^2.0.1"
1646+
tar-stream "^3.1.7"
1647+
1648+
"@xhmikosr/decompress-tarbz2@^8.1.0":
1649+
version "8.1.0"
1650+
resolved "https://registry.yarnpkg.com/@xhmikosr/decompress-tarbz2/-/decompress-tarbz2-8.1.0.tgz#5cf1a9184557d148f475a37ee89e225f1b2283d7"
1651+
integrity sha512-aCLfr3A/FWZnOu5eqnJfme1Z1aumai/WRw55pCvBP+hCGnTFrcpsuiaVN5zmWTR53a8umxncY2JuYsD42QQEbw==
16341652
dependencies:
16351653
"@xhmikosr/decompress-tar" "^8.0.1"
1636-
file-type "^19.0.0"
1654+
file-type "^20.5.0"
16371655
is-stream "^2.0.1"
16381656
seek-bzip "^2.0.0"
16391657
unbzip2-stream "^1.4.3"
16401658

1641-
"@xhmikosr/decompress-targz@^8.0.1":
1642-
version "8.0.1"
1643-
resolved "https://registry.yarnpkg.com/@xhmikosr/decompress-targz/-/decompress-targz-8.0.1.tgz#54dbd48e83861db43857970c2fcdbd431371e95b"
1644-
integrity sha512-mvy5AIDIZjQ2IagMI/wvauEiSNHhu/g65qpdM4EVoYHUJBAmkQWqcPJa8Xzi1aKVTmOA5xLJeDk7dqSjlHq8Mg==
1659+
"@xhmikosr/decompress-targz@^8.1.0":
1660+
version "8.1.0"
1661+
resolved "https://registry.yarnpkg.com/@xhmikosr/decompress-targz/-/decompress-targz-8.1.0.tgz#e44d3531099b2895f63ba31bedfc9d0f20ccf185"
1662+
integrity sha512-fhClQ2wTmzxzdz2OhSQNo9ExefrAagw93qaG1YggoIz/QpI7atSRa7eOHv4JZkpHWs91XNn8Hry3CwUlBQhfPA==
16451663
dependencies:
16461664
"@xhmikosr/decompress-tar" "^8.0.1"
1647-
file-type "^19.0.0"
1665+
file-type "^20.5.0"
16481666
is-stream "^2.0.1"
16491667

1650-
"@xhmikosr/decompress-unzip@^7.0.0":
1651-
version "7.0.0"
1652-
resolved "https://registry.yarnpkg.com/@xhmikosr/decompress-unzip/-/decompress-unzip-7.0.0.tgz#dcf9417829bf9fe474f6064513017949915e14c0"
1653-
integrity sha512-GQMpzIpWTsNr6UZbISawsGI0hJ4KA/mz5nFq+cEoPs12UybAqZWKbyIaZZyLbJebKl5FkLpsGBkrplJdjvUoSQ==
1668+
"@xhmikosr/decompress-unzip@^7.1.0":
1669+
version "7.1.0"
1670+
resolved "https://registry.yarnpkg.com/@xhmikosr/decompress-unzip/-/decompress-unzip-7.1.0.tgz#8a7f696246a0243ab42417d51018e4fc788ece9c"
1671+
integrity sha512-oqTYAcObqTlg8owulxFTqiaJkfv2SHsxxxz9Wg4krJAHVzGWlZsU8tAB30R6ow+aHrfv4Kub6WQ8u04NWVPUpA==
16541672
dependencies:
1655-
file-type "^19.0.0"
1673+
file-type "^20.5.0"
16561674
get-stream "^6.0.1"
16571675
yauzl "^3.1.2"
16581676

1659-
"@xhmikosr/decompress@^10.0.1":
1660-
version "10.0.1"
1661-
resolved "https://registry.yarnpkg.com/@xhmikosr/decompress/-/decompress-10.0.1.tgz#63650498b4f3dd0fb5ee645dc5a35e1a7baad632"
1662-
integrity sha512-6uHnEEt5jv9ro0CDzqWlFgPycdE+H+kbJnwyxgZregIMLQ7unQSCNVsYG255FoqU8cP46DyggI7F7LohzEl8Ag==
1677+
"@xhmikosr/decompress@^10.1.0":
1678+
version "10.1.0"
1679+
resolved "https://registry.yarnpkg.com/@xhmikosr/decompress/-/decompress-10.1.0.tgz#106025372c96747832168da72ffc30a0fbb2afc0"
1680+
integrity sha512-jmVnzuJYX4f89Ls63CRI5s0GrWpLUqo+vY+8YrXuFiebDcF3xFwiSVCie68LrJNltSYMLcDY60JN51H/lVTw6Q==
16631681
dependencies:
1664-
"@xhmikosr/decompress-tar" "^8.0.1"
1665-
"@xhmikosr/decompress-tarbz2" "^8.0.1"
1666-
"@xhmikosr/decompress-targz" "^8.0.1"
1667-
"@xhmikosr/decompress-unzip" "^7.0.0"
1682+
"@xhmikosr/decompress-tar" "^8.1.0"
1683+
"@xhmikosr/decompress-tarbz2" "^8.1.0"
1684+
"@xhmikosr/decompress-targz" "^8.1.0"
1685+
"@xhmikosr/decompress-unzip" "^7.1.0"
16681686
graceful-fs "^4.2.11"
16691687
make-dir "^4.0.0"
16701688
strip-dirs "^3.0.0"
16711689

1672-
"@xhmikosr/downloader@^15.0.1":
1673-
version "15.0.1"
1674-
resolved "https://registry.yarnpkg.com/@xhmikosr/downloader/-/downloader-15.0.1.tgz#5dd34cf8aa8ce5f1e156e03188f7ba65abfa45c6"
1675-
integrity sha512-fiuFHf3Dt6pkX8HQrVBsK0uXtkgkVlhrZEh8b7VgoDqFf+zrgFBPyrwCqE/3nDwn3hLeNz+BsrS7q3mu13Lp1g==
1690+
"@xhmikosr/downloader@^15.1.1":
1691+
version "15.1.1"
1692+
resolved "https://registry.yarnpkg.com/@xhmikosr/downloader/-/downloader-15.1.1.tgz#f4e04814979b3908e07e044096eecced618435a9"
1693+
integrity sha512-zRj8cT8KbXigN5bJz9QszeyR1Jsc4HOizjLOB5FspQ0COvKpoAOq/OUYAI5b0Pt4pfeSyc6F5iHvdGCg8Him8Q==
16761694
dependencies:
1677-
"@xhmikosr/archive-type" "^7.0.0"
1678-
"@xhmikosr/decompress" "^10.0.1"
1695+
"@xhmikosr/archive-type" "^7.1.0"
1696+
"@xhmikosr/decompress" "^10.1.0"
16791697
content-disposition "^0.5.4"
1680-
defaults "^3.0.0"
1698+
defaults "^2.0.2"
16811699
ext-name "^5.0.0"
1682-
file-type "^19.0.0"
1700+
file-type "^20.5.0"
16831701
filenamify "^6.0.0"
16841702
get-stream "^6.0.1"
16851703
got "^13.0.0"
@@ -3695,6 +3713,13 @@ debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
36953713
dependencies:
36963714
ms "^2.1.3"
36973715

3716+
debug@^4.4.0:
3717+
version "4.4.1"
3718+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
3719+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
3720+
dependencies:
3721+
ms "^2.1.3"
3722+
36983723
decamelize@^1.1.2, decamelize@^1.2.0:
36993724
version "1.2.0"
37003725
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -3742,10 +3767,10 @@ default-gateway@^4.2.0:
37423767
execa "^1.0.0"
37433768
ip-regex "^2.1.0"
37443769

3745-
defaults@^3.0.0:
3746-
version "3.0.0"
3747-
resolved "https://registry.yarnpkg.com/defaults/-/defaults-3.0.0.tgz#60b9e0003df1018737c2ce3f4289d8f64786c9c4"
3748-
integrity sha512-RsqXDEAALjfRTro+IFNKpcPCt0/Cy2FqHSIlnomiJp9YGadpQnrtbRpSgN2+np21qHcIKiva4fiOQGjS9/qR/A==
3770+
defaults@^2.0.2:
3771+
version "2.0.2"
3772+
resolved "https://registry.yarnpkg.com/defaults/-/defaults-2.0.2.tgz#63dccc0d0b8a093f3ac91c1a5da7c249d38d5af5"
3773+
integrity sha512-cuIw0PImdp76AOfgkjbW4VhQODRmNNcKR73vdCH5cLd/ifj7aamfoXvYgfGkEAjNJZ3ozMIy9Gu2LutUkGEPbA==
37493774

37503775
defer-to-connect@^2.0.1:
37513776
version "2.0.1"
@@ -4778,6 +4803,11 @@ faye-websocket@^0.11.3:
47784803
dependencies:
47794804
websocket-driver ">=0.5.1"
47804805

4806+
fflate@^0.8.2:
4807+
version "0.8.2"
4808+
resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.8.2.tgz#fc8631f5347812ad6028bbe4a2308b2792aa1dea"
4809+
integrity sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==
4810+
47814811
figgy-pudding@^3.5.1:
47824812
version "3.5.2"
47834813
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
@@ -4814,6 +4844,16 @@ file-type@^19.0.0:
48144844
strtok3 "^7.0.0"
48154845
token-types "^5.0.1"
48164846

4847+
file-type@^20.5.0:
4848+
version "20.5.0"
4849+
resolved "https://registry.yarnpkg.com/file-type/-/file-type-20.5.0.tgz#616e90564e6ffabab22ad9763e28efcc5c95aee0"
4850+
integrity sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==
4851+
dependencies:
4852+
"@tokenizer/inflate" "^0.2.6"
4853+
strtok3 "^10.2.0"
4854+
token-types "^6.0.0"
4855+
uint8array-extras "^1.4.0"
4856+
48174857
file-uri-to-path@1.0.0:
48184858
version "1.0.0"
48194859
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
@@ -5891,12 +5931,12 @@ https-browserify@^1.0.0:
58915931
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
58925932
integrity sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==
58935933

5894-
hugo-bin@^0.123.0:
5895-
version "0.123.3"
5896-
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.123.3.tgz#b03da3f1f4147d6333ace381aa23d705598a00b7"
5897-
integrity sha512-30lebZNVnrpDo5HV5RbCHZ3WhYXsrvUJ0EyJkoYXMd8SHs2HZuc3s0O7RY7aP+pkC9SX3ahU9rNsB9bcKuSw1g==
5934+
hugo-bin@^0.145.0:
5935+
version "0.145.2"
5936+
resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.145.2.tgz#f0cf15a6f6e42e7f4b000c9fc7679cfec409fcce"
5937+
integrity sha512-iI4HutM+45/xdNU8XW/mhV0QWwzuuzVzKQ0fhGZIh1e5QkqWvRGhRjE0UARUSU8pygGgkJalVJgNVIGL/lkZ9g==
58985938
dependencies:
5899-
"@xhmikosr/bin-wrapper" "^13.0.5"
5939+
"@xhmikosr/bin-wrapper" "^13.1.0"
59005940
package-config "^5.0.0"
59015941

59025942
human-signals@^2.1.0:
@@ -11784,6 +11824,13 @@ strip-json-comments@^3.0.1:
1178411824
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
1178511825
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
1178611826

11827+
strtok3@^10.2.0:
11828+
version "10.3.4"
11829+
resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-10.3.4.tgz#793ebd0d59df276a085586134b73a406e60be9c1"
11830+
integrity sha512-KIy5nylvC5le1OdaaoCJ07L+8iQzJHGH6pWDuzS+d07Cu7n1MZ2x26P8ZKIWfbK02+XIL8Mp4RkWeqdUCrDMfg==
11831+
dependencies:
11832+
"@tokenizer/token" "^0.3.0"
11833+
1178711834
strtok3@^7.0.0:
1178811835
version "7.0.0"
1178911836
resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-7.0.0.tgz#868c428b4ade64a8fd8fee7364256001c1a4cbe5"
@@ -12125,6 +12172,14 @@ token-types@^5.0.1:
1212512172
"@tokenizer/token" "^0.3.0"
1212612173
ieee754 "^1.2.1"
1212712174

12175+
token-types@^6.0.0:
12176+
version "6.0.4"
12177+
resolved "https://registry.yarnpkg.com/token-types/-/token-types-6.0.4.tgz#1582ef6d1d77398cd738c87ea38dd5729fa49ec5"
12178+
integrity sha512-MD9MjpVNhVyH4fyd5rKphjvt/1qj+PtQUz65aFqAZA6XniWAuSFRjLk3e2VALEFlh9OwBpXUN7rfeqSnT/Fmkw==
12179+
dependencies:
12180+
"@tokenizer/token" "^0.3.0"
12181+
ieee754 "^1.2.1"
12182+
1212812183
tomlify-j0.4@^3.0.0-alpha.0:
1212912184
version "3.0.0"
1213012185
resolved "https://registry.yarnpkg.com/tomlify-j0.4/-/tomlify-j0.4-3.0.0.tgz#99414d45268c3a3b8bf38be82145b7bba34b7473"
@@ -12333,6 +12388,11 @@ typedarray@^0.0.6:
1233312388
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1233412389
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1233512390

12391+
uint8array-extras@^1.4.0:
12392+
version "1.4.0"
12393+
resolved "https://registry.yarnpkg.com/uint8array-extras/-/uint8array-extras-1.4.0.tgz#e42a678a6dd335ec2d21661333ed42f44ae7cc74"
12394+
integrity sha512-ZPtzy0hu4cZjv3z5NW9gfKnNLjoz4y6uv4HlelAjDK7sY/xOkKZv9xK/WQpcsBB3jEybChz9DPC2U/+cusjJVQ==
12395+
1233612396
unbox-primitive@^1.0.1:
1233712397
version "1.0.2"
1233812398
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"

0 commit comments

Comments
 (0)