Skip to content

Commit cd987f2

Browse files
committed
Upgrade dependency to reduce slug size
The latest fastboot release removes some extraneous files that were inflating our slug size. This is the minimal command I found that bumped the version: `yarn upgrade fastboot fastboot-app-server`
1 parent e4488b0 commit cd987f2

File tree

1 file changed

+54
-16
lines changed

1 file changed

+54
-16
lines changed

yarn.lock

Lines changed: 54 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2781,9 +2781,9 @@ aws-sign2@~0.7.0:
27812781
integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
27822782

27832783
aws4@^1.8.0:
2784-
version "1.10.1"
2785-
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428"
2786-
integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
2784+
version "1.11.0"
2785+
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
2786+
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
27872787

27882788
27892789
version "3.5.5"
@@ -5285,11 +5285,16 @@ [email protected]:
52855285
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
52865286
integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=
52875287

5288-
[email protected], cookie@^0.4.0:
5288+
52895289
version "0.4.0"
52905290
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
52915291
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
52925292

5293+
cookie@^0.4.0:
5294+
version "0.4.1"
5295+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
5296+
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
5297+
52935298
copy-concurrently@^1.0.0:
52945299
version "1.0.5"
52955300
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -5632,7 +5637,7 @@ [email protected], debug@^2.1.0, debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@^2.3.
56325637
dependencies:
56335638
ms "2.0.0"
56345639

5635-
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
5640+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.2.0:
56365641
version "4.2.0"
56375642
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
56385643
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
@@ -5653,6 +5658,13 @@ debug@^3.0.1, debug@^3.1.0, debug@^3.1.1:
56535658
dependencies:
56545659
ms "^2.1.1"
56555660

5661+
debug@^4.1.1:
5662+
version "4.3.1"
5663+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
5664+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
5665+
dependencies:
5666+
ms "2.1.2"
5667+
56565668
debug@~4.1.0:
56575669
version "4.1.1"
56585670
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
@@ -7800,11 +7812,16 @@ extract-zip@^2.0.0:
78007812
optionalDependencies:
78017813
"@types/yauzl" "^2.9.1"
78027814

7803-
[email protected], extsprintf@^1.2.0:
7815+
78047816
version "1.3.0"
78057817
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
78067818
integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
78077819

7820+
extsprintf@^1.2.0:
7821+
version "1.4.0"
7822+
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
7823+
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
7824+
78087825
fake-xml-http-request@^2.1.1:
78097826
version "2.1.1"
78107827
resolved "https://registry.yarnpkg.com/fake-xml-http-request/-/fake-xml-http-request-2.1.1.tgz#279fdac235840d7a4dff77d98ec44bce9fc690a6"
@@ -7904,9 +7921,9 @@ fastboot-express-middleware@^2.0.0:
79047921
request "^2.81.0"
79057922

79067923
fastboot-express-middleware@^3.0.0:
7907-
version "3.0.0"
7908-
resolved "https://registry.yarnpkg.com/fastboot-express-middleware/-/fastboot-express-middleware-3.0.0.tgz#bb4a037f1a88492439052d430e3bcc6eddac65c8"
7909-
integrity sha512-HWdDj/IJ26QPC30Mi56LHZdcJ4DZctru8W4PHAm359eieEkPemx2I3iDZzfmbw6rD8LUjec+NVauVvrLe3Xfuw==
7924+
version "3.1.0"
7925+
resolved "https://registry.yarnpkg.com/fastboot-express-middleware/-/fastboot-express-middleware-3.1.0.tgz#ba21216e776e2e4d72a3305630d40b6fe5c3f104"
7926+
integrity sha512-YgADE+cF8pr7BfPI6oZg4CSsGGeHyl7a2GD5p6tUT1qX/OutGeSCI1CDwKTFbQLoNExCvX0f1odUgTY/k37RRw==
79107927
dependencies:
79117928
chalk "^2.0.1"
79127929
fastboot "^3.1.1"
@@ -7934,9 +7951,9 @@ fastboot@^2.0.0, fastboot@^2.0.1:
79347951
source-map-support "^0.5.0"
79357952

79367953
fastboot@^3.1.1:
7937-
version "3.1.1"
7938-
resolved "https://registry.yarnpkg.com/fastboot/-/fastboot-3.1.1.tgz#95306636f4a9dae1bc237142e3cca0d337b419c6"
7939-
integrity sha512-qQ7zXzqJ2+qyM9Uy4rXzeOc/Qtk2o9Y9rKvHCrZoRWneOEwsH+/8bN56NP4PUgbMWtzYtWBFwhwGBuC6xPJA3w==
7954+
version "3.1.2"
7955+
resolved "https://registry.yarnpkg.com/fastboot/-/fastboot-3.1.2.tgz#c10a97be3a61fbbf9e4bd8abc43373e8739d1787"
7956+
integrity sha512-yvhJfIRd4wWWACk+qjJxQI+WBIQ+pyQyp0/fxrQyA/cYJgZAXOHb+22zXJbJXaPku3fHS+gBl7crwovIkl8bhQ==
79407957
dependencies:
79417958
chalk "^3.0.0"
79427959
cookie "^0.4.0"
@@ -9013,7 +9030,7 @@ [email protected]:
90139030
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"
90149031
integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==
90159032

9016-
[email protected], http-errors@~1.7.2:
9033+
90179034
version "1.7.2"
90189035
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
90199036
integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==
@@ -9034,6 +9051,17 @@ http-errors@~1.6.2:
90349051
setprototypeof "1.1.0"
90359052
statuses ">= 1.4.0 < 2"
90369053

9054+
http-errors@~1.7.2:
9055+
version "1.7.3"
9056+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
9057+
integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
9058+
dependencies:
9059+
depd "~1.1.2"
9060+
inherits "2.0.4"
9061+
setprototypeof "1.1.1"
9062+
statuses ">= 1.5.0 < 2"
9063+
toidentifier "1.0.0"
9064+
90379065
http-parser-js@>=0.5.1:
90389066
version "0.5.2"
90399067
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.2.tgz#da2e31d237b393aae72ace43882dd7e270a8ff77"
@@ -9205,7 +9233,7 @@ inflight@^1.0.4:
92059233
once "^1.3.0"
92069234
wrappy "1"
92079235

9208-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
9236+
inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
92099237
version "2.0.4"
92109238
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
92119239
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -10725,11 +10753,16 @@ miller-rabin@^4.0.0:
1072510753
bn.js "^4.0.0"
1072610754
brorand "^1.0.1"
1072710755

10728-
[email protected], "mime-db@>= 1.43.0 < 2":
10756+
1072910757
version "1.44.0"
1073010758
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
1073110759
integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==
1073210760

10761+
"mime-db@>= 1.43.0 < 2":
10762+
version "1.45.0"
10763+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.45.0.tgz#cceeda21ccd7c3a745eba2decd55d4b73e7879ea"
10764+
integrity sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==
10765+
1073310766
mime-types@^2.1.12, mime-types@^2.1.18, mime-types@^2.1.26, mime-types@~2.1.19, mime-types@~2.1.24:
1073410767
version "2.1.27"
1073510768
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
@@ -15057,11 +15090,16 @@ write-file-atomic@^3.0.0:
1505715090
signal-exit "^3.0.2"
1505815091
typedarray-to-buffer "^3.1.5"
1505915092

15060-
ws@^7.1.2, ws@^7.2.3:
15093+
ws@^7.1.2:
1506115094
version "7.3.1"
1506215095
resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"
1506315096
integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==
1506415097

15098+
ws@^7.2.3:
15099+
version "7.4.1"
15100+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.1.tgz#a333be02696bd0e54cea0434e21dcc8a9ac294bb"
15101+
integrity sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==
15102+
1506515103
ws@~6.1.0:
1506615104
version "6.1.4"
1506715105
resolved "https://registry.yarnpkg.com/ws/-/ws-6.1.4.tgz#5b5c8800afab925e94ccb29d153c8d02c1776ef9"

0 commit comments

Comments
 (0)