File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "dependencies" : {
1313 "algoliasearch" : " 3.28.0" ,
1414 "graphcool-lib" : " 0.1.4" ,
15- "imgix-core-js" : " 1.1 .1" ,
15+ "imgix-core-js" : " 1.2 .1" ,
1616 "is-present" : " 1.0.0" ,
1717 "p-queue" : " 2.4.2" ,
1818 "raven" : " 2.6.2"
Original file line number Diff line number Diff line change @@ -67,6 +67,17 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.1:
6767 version "1.0.8"
6868 resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.8.tgz#74d797d38953d2ba35e16f880326e2abcbc8b016"
6969
70+ base64-js@^1.0.2 :
71+ version "1.3.0"
72+ resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3"
73+
74+ buffer@^5.1.0 :
75+ version "5.2.1"
76+ resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.2.1.tgz#dd57fa0f109ac59c602479044dca7b8b3d0b71d6"
77+ dependencies :
78+ base64-js "^1.0.2"
79+ ieee754 "^1.1.4"
80+
7081charenc@~0.0.1 :
7182 version "0.0.2"
7283 resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
@@ -75,6 +86,12 @@ cookie@0.3.1:
7586 version "0.3.1"
7687 resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
7788
89+ crc@^3.5.0 :
90+ version "3.8.0"
91+ resolved "https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz#ad60269c2c856f8c299e2c4cc0de4556914056c6"
92+ dependencies :
93+ buffer "^5.1.0"
94+
7895cross-fetch@1.1.1 :
7996 version "1.1.1"
8097 resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-1.1.1.tgz#dede6865ae30f37eae62ac90ebb7bdac002b05a0"
@@ -174,10 +191,15 @@ iconv-lite@~0.4.13:
174191 version "0.4.19"
175192 resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
176193
177- imgix-core-js@1.1.1 :
178- version "1.1.1"
179- resolved "https://registry.yarnpkg.com/imgix-core-js/-/imgix-core-js-1.1.1.tgz#892bc1659738878cacd4b8feb5dc9e9d91e9f837"
194+ ieee754@^1.1.4 :
195+ version "1.1.12"
196+ resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.12.tgz#50bf24e5b9c8bb98af4964c941cdb0918da7b60b"
197+
198+ imgix-core-js@1.2.1 :
199+ version "1.2.1"
200+ resolved "https://registry.yarnpkg.com/imgix-core-js/-/imgix-core-js-1.2.1.tgz#069244b6cb53d70ffcba7560fd883b72cfeb3862"
180201 dependencies :
202+ crc "^3.5.0"
181203 js-base64 "^2.1.9"
182204 md5 "^2.2.1"
183205
You can’t perform that action at this time.
0 commit comments