Skip to content

Commit a613cbe

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update gatsby monorepo
1 parent 3f20322 commit a613cbe

File tree

2 files changed

+51
-48
lines changed

2 files changed

+51
-48
lines changed

site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"gatsby-image": "2.0.41",
1313
"gatsby-plugin-catch-links": "2.0.13",
1414
"gatsby-plugin-google-analytics": "2.0.19",
15-
"gatsby-plugin-manifest": "2.1.0",
15+
"gatsby-plugin-manifest": "2.1.1",
1616
"gatsby-plugin-netlify": "2.0.16",
1717
"gatsby-plugin-netlify-cache": "1.1.0",
1818
"gatsby-plugin-offline": "2.1.0",
@@ -47,8 +47,8 @@
4747
"devDependencies": {
4848
"@wpackio/eslint-config": "file:../packages/eslint-config",
4949
"eslint": "5.16.0",
50-
"gatsby-plugin-sharp": "2.0.35",
51-
"gatsby-transformer-sharp": "2.1.18",
50+
"gatsby-plugin-sharp": "2.0.36",
51+
"gatsby-transformer-sharp": "2.1.19",
5252
"prettier": "1.17.0"
5353
},
5454
"repository": {

site/yarn.lock

Lines changed: 48 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,13 +2624,6 @@ binary-extensions@^1.0.0:
26242624
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14"
26252625
integrity sha512-DYWGk01lDcxeS/K9IHPGWfT8PsJmbXRtRd2Sx72Tnb8pcYZQFF1oSDb8hJtS1vhp212q1Rzi5dUf9+nq0o9UIg==
26262626

2627-
bindings@^1.3.1:
2628-
version "1.4.0"
2629-
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.4.0.tgz#909efa49f2ebe07ecd3cb136778f665052040127"
2630-
integrity sha512-7znEVX22Djn+nYjxCWKDne0RRloa9XfYa84yk3s+HkE3LpDYZmhArYr9O9huBoHY3/oXispx5LorIX7Sl2CgSQ==
2631-
dependencies:
2632-
file-uri-to-path "1.0.0"
2633-
26342627
bl@^1.0.0:
26352628
version "1.2.2"
26362629
resolved "http://registry.npmjs.org/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
@@ -3528,14 +3521,22 @@ color-support@^1.1.3:
35283521
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
35293522
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
35303523

3531-
color@^3.0.0, color@^3.1.0:
3524+
color@^3.0.0:
35323525
version "3.1.0"
35333526
resolved "https://registry.yarnpkg.com/color/-/color-3.1.0.tgz#d8e9fb096732875774c84bf922815df0308d0ffc"
35343527
integrity sha512-CwyopLkuRYO5ei2EpzpIh6LqJMt6Mt+jZhO5VI5f/wJLZriXQE32/SSqzmrh+QB+AZT81Cj8yv+7zwToW8ahZg==
35353528
dependencies:
35363529
color-convert "^1.9.1"
35373530
color-string "^1.5.2"
35383531

3532+
color@^3.1.1:
3533+
version "3.1.1"
3534+
resolved "https://registry.yarnpkg.com/color/-/color-3.1.1.tgz#7abf5c0d38e89378284e873c207ae2172dcc8a61"
3535+
integrity sha512-PvUltIXRjehRKPSy89VnDWFKY58xyhTLyxIg21vwQBI6qLwZNPmC8k3C1uytIgFKEpOIzN4y32iPm8231zFHIg==
3536+
dependencies:
3537+
color-convert "^1.9.1"
3538+
color-string "^1.5.2"
3539+
35393540
colors@0.5.x:
35403541
version "0.5.1"
35413542
resolved "https://registry.yarnpkg.com/colors/-/colors-0.5.1.tgz#7d0023eaeb154e8ee9fce75dcb923d0ed1667774"
@@ -5933,11 +5934,6 @@ file-type@^8.1.0:
59335934
resolved "https://registry.yarnpkg.com/file-type/-/file-type-8.1.0.tgz#244f3b7ef641bbe0cca196c7276e4b332399f68c"
59345935
integrity sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==
59355936

5936-
file-uri-to-path@1.0.0:
5937-
version "1.0.0"
5938-
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
5939-
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
5940-
59415937
filename-regex@^2.0.0:
59425938
version "2.0.1"
59435939
resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"
@@ -6372,13 +6368,14 @@ gatsby-plugin-google-analytics@2.0.19:
63726368
dependencies:
63736369
"@babel/runtime" "^7.0.0"
63746370

6375-
gatsby-plugin-manifest@2.1.0:
6376-
version "2.1.0"
6377-
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.1.0.tgz#734dec98710eb79e77c9b7a8332a85db8a5030f0"
6378-
integrity sha512-oY51ZTQOBzB3JdmINqfusZeYVY4HoQlEUtqVr+HhGXk05iILN19NBfIFCQIogAkK+iYRJyW3D3yHyGc2gOSgcA==
6371+
gatsby-plugin-manifest@2.1.1:
6372+
version "2.1.1"
6373+
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.1.1.tgz#e987d6e655b1dcfba6e10d65ff20722aaeb75391"
6374+
integrity sha512-KUjuMUjfPRTkpTxKWopCJbhByHd/nHUIJ7GtwIPD8lR0RVX1U2MHqNGApRQyq5VLrOKZB/2L/LuyZQGnvKxlfQ==
63796375
dependencies:
63806376
"@babel/runtime" "^7.0.0"
6381-
sharp "^0.21.3"
6377+
semver "^5.6.0"
6378+
sharp "^0.22.1"
63826379

63836380
gatsby-plugin-netlify-cache@1.1.0:
63846381
version "1.1.0"
@@ -6440,10 +6437,10 @@ gatsby-plugin-sass@2.0.11:
64406437
"@babel/runtime" "^7.0.0"
64416438
sass-loader "^7.0.1"
64426439

6443-
gatsby-plugin-sharp@2.0.35:
6444-
version "2.0.35"
6445-
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.35.tgz#771053475d27592105522de4aafe884fdf8f02f2"
6446-
integrity sha512-xmFI8D1OpFJzRjYXWdEW9TJyXslonFcXezFmcMglzFrSTxUylkw0IXWFkuyexm00mEKLBIid/DVj/J3B9oCd2Q==
6440+
gatsby-plugin-sharp@2.0.36:
6441+
version "2.0.36"
6442+
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.36.tgz#a8877cea81a7f2f6a0a1af2d0b96705a03b943d2"
6443+
integrity sha512-/JD6JalZEXHmotdshITazIe0nWUIgZ29JIv1KiDZIwSlSPi7Mlg0n6FJLA0OlxLvc2q5+0NwbSAoegqVLV/qZA==
64476444
dependencies:
64486445
"@babel/runtime" "^7.0.0"
64496446
async "^2.1.2"
@@ -6458,7 +6455,8 @@ gatsby-plugin-sharp@2.0.35:
64586455
potrace "^2.1.1"
64596456
probe-image-size "^4.0.0"
64606457
progress "^1.1.8"
6461-
sharp "^0.21.3"
6458+
semver "^5.6.0"
6459+
sharp "^0.22.1"
64626460
svgo "^1.2.0"
64636461

64646462
gatsby-plugin-svgr@2.0.2:
@@ -6603,17 +6601,18 @@ gatsby-transformer-remark@2.3.12:
66036601
unist-util-select "^1.5.0"
66046602
unist-util-visit "^1.3.0"
66056603

6606-
gatsby-transformer-sharp@2.1.18:
6607-
version "2.1.18"
6608-
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.1.18.tgz#72d30554d7f25b00f710025b76fe5d25974f01e7"
6609-
integrity sha512-hZ1lKIdXwCx/yGo1uPo6f6MSsj7zu8Vydjtsrgeo6CgEbGzLuOzvrY+4EZsQn0c4Aq2V9k1s6//fNiR4PX+Z7g==
6604+
gatsby-transformer-sharp@2.1.19:
6605+
version "2.1.19"
6606+
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.1.19.tgz#9edd635a7b3ad385695a7a05d103cfabfcfa5926"
6607+
integrity sha512-5GBEg4uUI0JhKEuXPzfZ0ZlPUTJfFO0sqeVSfrbF9QbUPZHovxztI//yy+DLrUEMtHwn3cQ+bIL5TKhhemHInw==
66106608
dependencies:
66116609
"@babel/runtime" "^7.0.0"
66126610
bluebird "^3.5.0"
66136611
fs-extra "^7.0.0"
66146612
potrace "^2.1.1"
66156613
probe-image-size "^4.0.0"
6616-
sharp "^0.21.3"
6614+
semver "^5.6.0"
6615+
sharp "^0.22.1"
66176616

66186617
gatsby@2.4.1:
66196618
version "2.4.1"
@@ -9868,10 +9867,10 @@ nan@^2.10.0, nan@^2.9.2:
98689867
resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.1.tgz#90e22bccb8ca57ea4cd37cc83d3819b52eea6766"
98699868
integrity sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA==
98709869

9871-
nan@^2.12.1:
9872-
version "2.12.1"
9873-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552"
9874-
integrity sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==
9870+
nan@^2.13.2:
9871+
version "2.13.2"
9872+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.13.2.tgz#f51dc7ae66ba7d5d55e1e6d4d8092e802c9aefe7"
9873+
integrity sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==
98759874

98769875
nanoid@^1.0.7:
98779876
version "1.3.1"
@@ -11409,10 +11408,10 @@ potrace@^2.1.1:
1140911408
dependencies:
1141011409
jimp "^0.2.24"
1141111410

11412-
prebuild-install@^5.2.2:
11413-
version "5.2.4"
11414-
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-5.2.4.tgz#8cc41a217ef778a31d3a876fe6668d05406db750"
11415-
integrity sha512-CG3JnpTZXdmr92GW4zbcba4jkDha6uHraJ7hW4Fn8j0mExxwOKK20hqho8ZuBDCKYCHYIkFM1P2jhtG+KpP4fg==
11411+
prebuild-install@^5.3.0:
11412+
version "5.3.0"
11413+
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-5.3.0.tgz#58b4d8344e03590990931ee088dd5401b03004c8"
11414+
integrity sha512-aaLVANlj4HgZweKttFNUVNRxDukytuIuxeK2boIMHjagNJCiVKWFsKF4tCE3ql3GbrD2tExPQ7/pwtEJcHNZeg==
1141611415
dependencies:
1141711416
detect-libc "^1.0.3"
1141811417
expand-template "^2.0.3"
@@ -12690,6 +12689,11 @@ semver@^4.0.3:
1269012689
resolved "http://registry.npmjs.org/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da"
1269112690
integrity sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=
1269212691

12692+
semver@^6.0.0:
12693+
version "6.0.0"
12694+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
12695+
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==
12696+
1269312697
semver@~5.3.0:
1269412698
version "5.3.0"
1269512699
resolved "http://registry.npmjs.org/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
@@ -12824,19 +12828,18 @@ shallowequal@^1.0.1, shallowequal@^1.0.2:
1282412828
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1282512829
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1282612830

12827-
sharp@^0.21.3:
12828-
version "0.21.3"
12829-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.21.3.tgz#381937de66c123687f2ac7186f85921c6bb19cdd"
12830-
integrity sha512-5qZk8r+YgfyztLEKkNez20Wynq/Uh1oNyP5T/3gTYwt2lBYGs9iDs5m0yVsZEPm8eVBbAJhS08J1wp/g+Ai1Qw==
12831+
sharp@^0.22.1:
12832+
version "0.22.1"
12833+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.22.1.tgz#a67c0e75567f03dd5a7861b901fec04072c5b0f4"
12834+
integrity sha512-lXzSk/FL5b/MpWrT1pQZneKe25stVjEbl6uhhJcTULm7PhmJgKKRbTDM/vtjyUuC/RLqL2PRyC4rpKwbv3soEw==
1283112835
dependencies:
12832-
bindings "^1.3.1"
12833-
color "^3.1.0"
12836+
color "^3.1.1"
1283412837
detect-libc "^1.0.3"
1283512838
fs-copy-file-sync "^1.1.1"
12836-
nan "^2.12.1"
12839+
nan "^2.13.2"
1283712840
npmlog "^4.1.2"
12838-
prebuild-install "^5.2.2"
12839-
semver "^5.6.0"
12841+
prebuild-install "^5.3.0"
12842+
semver "^6.0.0"
1284012843
simple-get "^3.0.3"
1284112844
tar "^4.4.8"
1284212845
tunnel-agent "^0.6.0"

0 commit comments

Comments
 (0)