Skip to content

Commit e5b884c

Browse files
authored
ref(build): Upgrade gatsby-plugin-sharp (#4382)
1 parent e9271b6 commit e5b884c

File tree

3 files changed

+145
-21
lines changed

3 files changed

+145
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"gatsby-plugin-offline": "^3.2.21",
4545
"gatsby-plugin-react-helmet": "^3.3.10",
4646
"gatsby-plugin-sass": "^2.3.12",
47-
"gatsby-plugin-sharp": "^2.6.24",
47+
"gatsby-plugin-sharp": "^2.12.0",
4848
"gatsby-plugin-typescript": "^2.4.18",
4949
"gatsby-plugin-zeit-now": "^0.3.0",
5050
"gatsby-remark-autolink-headers": "^2.3.1",

src/gatsby/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const root = `${__dirname}/../..`;
1212
process.env.DISABLE_THUMBNAILS = process.env.DISABLE_THUMBNAILS || "0";
1313
if (process.env.DISABLE_THUMBNAILS === "1") {
1414
console.log("🐇 Thumbnail generation is disabled.");
15+
console.log("WARN: DISABLE_THUMBNAILS should no longer yield significant build time boosts with `yarn develop`. Let @markus know if it does.");
1516
}
1617

1718
const getPlugins = () => {

yarn.lock

Lines changed: 143 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3522,6 +3522,11 @@ array-flatten@^2.1.0:
35223522
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
35233523
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
35243524

3525+
array-flatten@^3.0.0:
3526+
version "3.0.0"
3527+
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-3.0.0.tgz#6428ca2ee52c7b823192ec600fa3ed2f157cd541"
3528+
integrity sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA==
3529+
35253530
array-includes@^3.1.1:
35263531
version "3.1.1"
35273532
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
@@ -5061,7 +5066,7 @@ collection-visit@^1.0.0:
50615066
map-visit "^1.0.0"
50625067
object-visit "^1.0.0"
50635068

5064-
color-convert@^1.9.0, color-convert@^1.9.1:
5069+
color-convert@^1.9.0, color-convert@^1.9.1, color-convert@^1.9.3:
50655070
version "1.9.3"
50665071
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
50675072
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
@@ -5093,6 +5098,14 @@ color-string@^1.5.2:
50935098
color-name "^1.0.0"
50945099
simple-swizzle "^0.2.2"
50955100

5101+
color-string@^1.6.0:
5102+
version "1.6.0"
5103+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.6.0.tgz#c3915f61fe267672cb7e1e064c9d692219f6c312"
5104+
integrity sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA==
5105+
dependencies:
5106+
color-name "^1.0.0"
5107+
simple-swizzle "^0.2.2"
5108+
50965109
color@^3.0.0, color@^3.1.2:
50975110
version "3.1.2"
50985111
resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10"
@@ -5101,6 +5114,14 @@ color@^3.0.0, color@^3.1.2:
51015114
color-convert "^1.9.1"
51025115
color-string "^1.5.2"
51035116

5117+
color@^3.1.3:
5118+
version "3.2.1"
5119+
resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164"
5120+
integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==
5121+
dependencies:
5122+
color-convert "^1.9.3"
5123+
color-string "^1.6.0"
5124+
51045125
colorette@^1.2.1, colorette@^1.2.2:
51055126
version "1.2.2"
51065127
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
@@ -7658,6 +7679,15 @@ filenamify@^2.0.0:
76587679
strip-outer "^1.0.0"
76597680
trim-repeated "^1.0.0"
76607681

7682+
filenamify@^4.2.0:
7683+
version "4.3.0"
7684+
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-4.3.0.tgz#62391cb58f02b09971c9d4f9d63b3cf9aba03106"
7685+
integrity sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==
7686+
dependencies:
7687+
filename-reserved-regex "^2.0.0"
7688+
strip-outer "^1.0.1"
7689+
trim-repeated "^1.0.0"
7690+
76617691
filesize@3.5.11:
76627692
version "3.5.11"
76637693
resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.5.11.tgz#1919326749433bb3cf77368bd158caabcc19e9ee"
@@ -7907,15 +7937,15 @@ fs-extra@^8.1.0:
79077937
jsonfile "^4.0.0"
79087938
universalify "^0.1.0"
79097939

7910-
fs-extra@^9.0.1:
7911-
version "9.0.1"
7912-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
7913-
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
7940+
fs-extra@^9.1.0:
7941+
version "9.1.0"
7942+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
7943+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
79147944
dependencies:
79157945
at-least-node "^1.0.0"
79167946
graceful-fs "^4.2.0"
79177947
jsonfile "^6.0.1"
7918-
universalify "^1.0.0"
7948+
universalify "^2.0.0"
79197949

79207950
fs-minipass@^2.0.0:
79217951
version "2.1.0"
@@ -8224,27 +8254,29 @@ gatsby-plugin-sass@^2.3.12:
82248254
"@babel/runtime" "^7.11.2"
82258255
sass-loader "^7.3.1"
82268256

8227-
gatsby-plugin-sharp@^2.6.24:
8228-
version "2.6.38"
8229-
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.38.tgz#bd83d17c0fa205502306442d4be9321a85398d83"
8230-
integrity sha512-Jd04qtgkjJ0QV8LIj1c+H3Z+xESjr74d2h5DhnXpl2fKpLKORw4S07//6ZHspnsgW3LAKELX/nfAFPu7E5TR1Q==
8257+
gatsby-plugin-sharp@^2.12.0:
8258+
version "2.14.4"
8259+
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.14.4.tgz#efdc41a028493b978305d0985ab300570aac9d07"
8260+
integrity sha512-Q4C+mKbF/sJv1oTEyPO5CLOS+cwziZoAxH35lSWVONRLinlv752QKR8gqVxfnON2HMjWw4OZ+hGQ0CmvFrj5Yg==
82318261
dependencies:
8232-
"@babel/runtime" "^7.11.2"
8262+
"@babel/runtime" "^7.12.5"
82338263
async "^3.2.0"
82348264
bluebird "^3.7.2"
8235-
fs-extra "^9.0.1"
8236-
gatsby-core-utils "^1.3.22"
8265+
filenamify "^4.2.0"
8266+
fs-extra "^9.1.0"
8267+
gatsby-core-utils "^1.10.1"
8268+
gatsby-telemetry "^1.10.2"
82378269
got "^10.7.0"
82388270
imagemin "^7.0.1"
82398271
imagemin-mozjpeg "^9.0.0"
82408272
imagemin-pngquant "^9.0.1"
82418273
lodash "^4.17.20"
82428274
mini-svg-data-uri "^1.2.3"
82438275
potrace "^2.1.8"
8244-
probe-image-size "^5.0.0"
8276+
probe-image-size "^6.0.0"
82458277
progress "^2.0.3"
8246-
semver "^7.3.2"
8247-
sharp "^0.25.4"
8278+
semver "^7.3.4"
8279+
sharp "^0.27.0"
82488280
svgo "1.3.2"
82498281
uuid "3.4.0"
82508282

@@ -9691,7 +9723,7 @@ humanize-url@^1.0.0:
96919723
normalize-url "^1.0.0"
96929724
strip-url-auth "^1.0.0"
96939725

9694-
iconv-lite@0.4.24, iconv-lite@^0.4.17, iconv-lite@^0.4.24:
9726+
iconv-lite@0.4.24, iconv-lite@^0.4.17, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
96959727
version "0.4.24"
96969728
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
96979729
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
@@ -12420,7 +12452,7 @@ mixin-deep@^1.2.0:
1242012452
for-in "^1.0.2"
1242112453
is-extendable "^1.0.1"
1242212454

12423-
mkdirp-classic@^0.5.2:
12455+
mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
1242412456
version "0.5.3"
1242512457
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
1242612458
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
@@ -12545,6 +12577,15 @@ natural-compare@^1.4.0:
1254512577
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
1254612578
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
1254712579

12580+
needle@^2.5.2:
12581+
version "2.9.1"
12582+
resolved "https://registry.yarnpkg.com/needle/-/needle-2.9.1.tgz#22d1dffbe3490c2b83e301f7709b6736cd8f2684"
12583+
integrity sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==
12584+
dependencies:
12585+
debug "^3.2.6"
12586+
iconv-lite "^0.4.4"
12587+
sax "^1.2.4"
12588+
1254812589
negotiator@0.6.2, negotiator@~0.6.2:
1254912590
version "0.6.2"
1255012591
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
@@ -12590,6 +12631,13 @@ no-case@^3.0.4:
1259012631
lower-case "^2.0.2"
1259112632
tslib "^2.0.3"
1259212633

12634+
node-abi@^2.21.0:
12635+
version "2.30.1"
12636+
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.30.1.tgz#c437d4b1fe0e285aaf290d45b45d4d7afedac4cf"
12637+
integrity sha512-/2D0wOQPgaUWzVSVgRMx+trKJRC2UG4SUc4oCJoXx9Uxjtp0Vy3/kt7zcbxHF8+Z/pK3UloLWzBISg72brfy1w==
12638+
dependencies:
12639+
semver "^5.4.1"
12640+
1259312641
node-abi@^2.7.0:
1259412642
version "2.19.1"
1259512643
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.19.1.tgz#6aa32561d0a5e2fdb6810d8c25641b657a8cea85"
@@ -12602,6 +12650,11 @@ node-addon-api@^3.0.0:
1260212650
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.0.2.tgz#04bc7b83fd845ba785bb6eae25bc857e1ef75681"
1260312651
integrity sha512-+D4s2HCnxPd5PjjI0STKwncjXTUKKqm74MDMz9OPXavjsGmjkvwgLtA5yoxJUdmpj52+2u+RrXgPipahKczMKg==
1260412652

12653+
node-addon-api@^3.1.0:
12654+
version "3.2.1"
12655+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.2.1.tgz#81325e0a2117789c0128dab65e7e38f07ceba161"
12656+
integrity sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==
12657+
1260512658
node-emoji@^1.0.4:
1260612659
version "1.10.0"
1260712660
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.10.0.tgz#8886abd25d9c7bb61802a658523d1f8d2a89b2da"
@@ -14181,6 +14234,25 @@ prebuild-install@^5.3.4:
1418114234
tunnel-agent "^0.6.0"
1418214235
which-pm-runs "^1.0.0"
1418314236

14237+
prebuild-install@^6.0.1:
14238+
version "6.1.4"
14239+
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.4.tgz#ae3c0142ad611d58570b89af4986088a4937e00f"
14240+
integrity sha512-Z4vpywnK1lBg+zdPCVCsKq0xO66eEV9rWo2zrROGGiRS4JtueBOdlB1FnY8lcy7JsUud/Q3ijUxyWN26Ika0vQ==
14241+
dependencies:
14242+
detect-libc "^1.0.3"
14243+
expand-template "^2.0.3"
14244+
github-from-package "0.0.0"
14245+
minimist "^1.2.3"
14246+
mkdirp-classic "^0.5.3"
14247+
napi-build-utils "^1.0.1"
14248+
node-abi "^2.21.0"
14249+
npmlog "^4.0.1"
14250+
pump "^3.0.0"
14251+
rc "^1.2.7"
14252+
simple-get "^3.0.3"
14253+
tar-fs "^2.0.0"
14254+
tunnel-agent "^0.6.0"
14255+
1418414256
prelude-ls@^1.2.1:
1418514257
version "1.2.1"
1418614258
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -14265,6 +14337,15 @@ probe-image-size@^5.0.0:
1426514337
request "^2.83.0"
1426614338
stream-parser "~0.3.1"
1426714339

14340+
probe-image-size@^6.0.0:
14341+
version "6.0.0"
14342+
resolved "https://registry.yarnpkg.com/probe-image-size/-/probe-image-size-6.0.0.tgz#4a85b19d5af4e29a8de7d53a9aa036f6fd02f5f4"
14343+
integrity sha512-99PZ5+RU4gqiTfK5ZDMDkZtn6eL4WlKfFyVJV7lFQvH3iGmQ85DqMTOdxorERO26LHkevR2qsxnHp0x/2UDJPA==
14344+
dependencies:
14345+
deepmerge "^4.0.0"
14346+
needle "^2.5.2"
14347+
stream-parser "~0.3.1"
14348+
1426814349
process-nextick-args@~2.0.0:
1426914350
version "2.0.1"
1427014351
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
@@ -15577,7 +15658,7 @@ sass-loader@^7.3.1:
1557715658
pify "^4.0.1"
1557815659
semver "^6.3.0"
1557915660

15580-
sax@>=0.6.0, sax@~1.2.4:
15661+
sax@>=0.6.0, sax@^1.2.4, sax@~1.2.4:
1558115662
version "1.2.4"
1558215663
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
1558315664
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
@@ -15848,6 +15929,22 @@ sharp@^0.25.4:
1584815929
tar "^6.0.2"
1584915930
tunnel-agent "^0.6.0"
1585015931

15932+
sharp@^0.27.0:
15933+
version "0.27.2"
15934+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.27.2.tgz#a939775e630e88600c0b5e68f20593aea722252f"
15935+
integrity sha512-w3FVoONPG/x5MXCc3wsjOS+b9h3CI60qkus6EPQU4dkT0BDm0PyGhDCK6KhtfT3/vbeOMOXAKFNSw+I3QGWkMA==
15936+
dependencies:
15937+
array-flatten "^3.0.0"
15938+
color "^3.1.3"
15939+
detect-libc "^1.0.3"
15940+
node-addon-api "^3.1.0"
15941+
npmlog "^4.1.2"
15942+
prebuild-install "^6.0.1"
15943+
semver "^7.3.4"
15944+
simple-get "^4.0.0"
15945+
tar-fs "^2.1.1"
15946+
tunnel-agent "^0.6.0"
15947+
1585115948
shebang-command@^1.2.0:
1585215949
version "1.2.0"
1585315950
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -16621,7 +16718,7 @@ strip-json-comments@~2.0.1:
1662116718
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1662216719
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1662316720

16624-
strip-outer@^1.0.0:
16721+
strip-outer@^1.0.0, strip-outer@^1.0.1:
1662516722
version "1.0.1"
1662616723
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"
1662716724
integrity sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==
@@ -16800,6 +16897,16 @@ tar-fs@^2.0.0:
1680016897
pump "^3.0.0"
1680116898
tar-stream "^2.0.0"
1680216899

16900+
tar-fs@^2.1.1:
16901+
version "2.1.1"
16902+
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
16903+
integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
16904+
dependencies:
16905+
chownr "^1.1.1"
16906+
mkdirp-classic "^0.5.2"
16907+
pump "^3.0.0"
16908+
tar-stream "^2.1.4"
16909+
1680316910
tar-stream@^1.5.2:
1680416911
version "1.6.2"
1680516912
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz#8ea55dab37972253d9a9af90fdcd559ae435c555"
@@ -16824,6 +16931,17 @@ tar-stream@^2.0.0:
1682416931
inherits "^2.0.3"
1682516932
readable-stream "^3.1.1"
1682616933

16934+
tar-stream@^2.1.4:
16935+
version "2.2.0"
16936+
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
16937+
integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
16938+
dependencies:
16939+
bl "^4.0.3"
16940+
end-of-stream "^1.4.1"
16941+
fs-constants "^1.0.0"
16942+
inherits "^2.0.3"
16943+
readable-stream "^3.1.1"
16944+
1682716945
tar@^2.0.0:
1682816946
version "2.2.2"
1682916947
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
@@ -17661,6 +17779,11 @@ universalify@^1.0.0:
1766117779
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
1766217780
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
1766317781

17782+
universalify@^2.0.0:
17783+
version "2.0.0"
17784+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
17785+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
17786+
1766417787
unixify@1.0.0:
1766517788
version "1.0.0"
1766617789
resolved "https://registry.yarnpkg.com/unixify/-/unixify-1.0.0.tgz#3a641c8c2ffbce4da683a5c70f03a462940c2090"

0 commit comments

Comments
 (0)