From 521b7abd8d80fad1dc0377f89f2dd09a260da5c1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Oct 2020 09:00:11 +0000 Subject: [PATCH] fix(deps): update gatsby --- package.json | 4 ++-- yarn.lock | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 957711f..f590e63 100644 --- a/package.json +++ b/package.json @@ -41,13 +41,13 @@ "bluebird": "^3.7.2", "classnames": "^2.2.6", "codecov": "^3.8.0", - "gatsby": "^2.24.88", + "gatsby": "^2.24.90", "gatsby-link": "^2.4.16", "gatsby-plugin-catch-links": "^2.3.15", "gatsby-plugin-feed": "^2.5.19", "gatsby-plugin-flow": "^1.3.13", "gatsby-plugin-google-gtag": "^2.1.13", - "gatsby-plugin-manifest": "^2.4.35", + "gatsby-plugin-manifest": "^2.4.36", "gatsby-plugin-netlify": "^2.3.24", "gatsby-plugin-netlify-cms": "^4.3.17", "gatsby-plugin-offline": "^3.2.37", diff --git a/yarn.lock b/yarn.lock index 4cc81d4..7f69075 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9355,13 +9355,14 @@ gatsby-plugin-google-gtag@^2.1.13: "@babel/runtime" "^7.11.2" minimatch "^3.0.4" -gatsby-plugin-manifest@^2.4.35: - version "2.4.35" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.35.tgz#bd8a3ad7eb1649247d1a6fe871bc04f7a0ef15f1" - integrity sha512-38QBhMWCnvVB7BzLj5LfUZl4FxV2g0QCw1R9DBZT1y+o8nNQSliFlrMcBXWPi9kQpBQXIhhualQ4oECgCDHW+g== +gatsby-plugin-manifest@^2.4.36: + version "2.4.36" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.36.tgz#d4923df481dd5cb527b51bf78c807b1784777445" + integrity sha512-HedqeBVR9WcZeVMUb07GqRvO04RUbo1eWxY1URdfVaNrRHIz2KjAceVJVghSbHJRkbl4aSrkKc19aW5GlnBNqg== dependencies: "@babel/runtime" "^7.11.2" gatsby-core-utils "^1.3.23" + gatsby-plugin-utils "0.2.39" semver "^7.3.2" sharp "^0.25.4" @@ -9489,7 +9490,7 @@ gatsby-plugin-typescript@^2.4.24: "@babel/runtime" "^7.11.2" babel-plugin-remove-graphql-queries "^2.9.20" -gatsby-plugin-utils@^0.2.39: +gatsby-plugin-utils@0.2.39, gatsby-plugin-utils@^0.2.39: version "0.2.39" resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-0.2.39.tgz#aa0c5e9469977b476884d53fe97b28fd771f2a78" integrity sha512-Ar6m9hjWodd4+AwHQZYBe08XGmYS1t5nghZdyKGaBcdMZRP3GGmoeyU7LH/bdkvJFf0dyoY1Me0oJV4ZNT6Abg== @@ -9750,10 +9751,10 @@ gatsby-transformer-sharp@^2.5.20: semver "^7.3.2" sharp "^0.25.4" -gatsby@^2.24.88: - version "2.24.88" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.88.tgz#30bfca2f0dc2b064ac667bf339b99d9bce2c7cfa" - integrity sha512-UxK/fUCb/2K427uwQ4YqqxJAsJbwS+soYFERkznGnD3qBU7ikzMs9f/uHEPuaEIAVjyeXB/dcCkym+j2ohec1w== +gatsby@^2.24.90: + version "2.24.90" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.90.tgz#e7a963979561b66c0fdc460ffa6a57b6285ecbe1" + integrity sha512-Cy2u2M7BxBoPb8rMsy7heSFFovGSRsn4KjJ4q5+ZAAq7wd+BKV2SPxIfQLY6vgtkk2++uql2OZkGjU1q5JRGBQ== dependencies: "@babel/code-frame" "^7.10.4" "@babel/core" "^7.11.6"