From 08e951c330c648af1ac09a81f3058b089b2767d4 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Wed, 31 Jul 2019 06:57:42 +0000 Subject: [PATCH] fix: update gatsby monorepo (#16234) --- package-lock.json | 12 ++++++------ package.json | 2 +- yarn.lock | 14 +++++++------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 648490b..a4026f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3760,9 +3760,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.205", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.205.tgz", - "integrity": "sha512-VV+f2FVeFI5D/slUD7A3V1lTMDkQTUGWYH2dZGAijIutN5Aga4Fn/Hv4Gc+60OpXFVLYIq5HpXb2cG6NrGGQaA==" + "version": "1.3.206", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.206.tgz", + "integrity": "sha512-djq9Ehxs2rwPh7pyY1GMf8vkOWPoK8eoMp913E4t0UaEXvbnOsiSowBBHI8YoN4aKVQJjvxQp5I0LdZkT3Uzmw==" }, "elliptic": { "version": "6.5.0", @@ -5359,9 +5359,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.13.44", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.44.tgz", - "integrity": "sha512-FS3w+SLKRegmLcJfSK0MQOitvU0mgpKb0QoHGr7KPO7/Zps6a0qcaK0rQCMySA/a3ZyUnrWyl5Lk1AOrRhqUAA==", + "version": "2.13.45", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.45.tgz", + "integrity": "sha512-LvbEjb5gpYjTwpjGv6u70TC1ryyjzLuU+YY//bcIdI4UxioX2GKD2caQYQ8de5clMS7Vhqd7I4D0jq8hwmDxfQ==", "requires": { "@babel/code-frame": "^7.0.0", "@babel/core": "^7.0.0", diff --git a/package.json b/package.json index c90f7ba..f898b12 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"" }, "dependencies": { - "gatsby": "^2.13.44", + "gatsby": "^2.13.45", "react": "^16.8.6", "react-dom": "^16.8.6" }, diff --git a/yarn.lock b/yarn.lock index 19a02e5..e3a7dd5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3176,9 +3176,9 @@ ee-first@1.1.1: integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= electron-to-chromium@^1.3.191, electron-to-chromium@^1.3.47: - version "1.3.205" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.205.tgz#084835a5ecca0765a805acb50a0fddc23d8d530e" - integrity sha512-VV+f2FVeFI5D/slUD7A3V1lTMDkQTUGWYH2dZGAijIutN5Aga4Fn/Hv4Gc+60OpXFVLYIq5HpXb2cG6NrGGQaA== + version "1.3.206" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.206.tgz#f72a8694dce5c669170c78097177d7b601977c10" + integrity sha512-djq9Ehxs2rwPh7pyY1GMf8vkOWPoK8eoMp913E4t0UaEXvbnOsiSowBBHI8YoN4aKVQJjvxQp5I0LdZkT3Uzmw== elliptic@^6.0.0: version "6.5.0" @@ -4185,10 +4185,10 @@ gatsby-telemetry@^1.1.7: stack-utils "1.0.2" uuid "3.3.2" -gatsby@^2.13.44: - version "2.13.44" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.44.tgz#37782acb3dab87f090d89367b9cba756853b8f7e" - integrity sha512-FS3w+SLKRegmLcJfSK0MQOitvU0mgpKb0QoHGr7KPO7/Zps6a0qcaK0rQCMySA/a3ZyUnrWyl5Lk1AOrRhqUAA== +gatsby@^2.13.45: + version "2.13.45" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.45.tgz#b1215bacab56cfcfc1c84cd1ef8aa731bdc06265" + integrity sha512-LvbEjb5gpYjTwpjGv6u70TC1ryyjzLuU+YY//bcIdI4UxioX2GKD2caQYQ8de5clMS7Vhqd7I4D0jq8hwmDxfQ== dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.0.0"