diff --git a/package.json b/package.json index 07a5163..8969696 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "bluebird": "^3.7.2", "classnames": "^2.2.6", "codecov": "^3.6.1", - "gatsby": "^2.18.11", + "gatsby": "^2.18.12", "gatsby-link": "^2.2.27", "gatsby-plugin-catch-links": "^2.1.21", "gatsby-plugin-feed": "^2.3.25", @@ -54,7 +54,7 @@ "gatsby-plugin-optimize-svgs": "^1.0.3", "gatsby-plugin-react-helmet": "^3.1.18", "gatsby-plugin-sass": "^2.1.26", - "gatsby-plugin-sharp": "^2.3.7", + "gatsby-plugin-sharp": "^2.3.8", "gatsby-plugin-sitemap": "^2.2.24", "gatsby-remark-autolink-headers": "^2.1.21", "gatsby-remark-copy-linked-files": "^2.1.33", diff --git a/yarn.lock b/yarn.lock index f59a4d2..c19e76b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6234,10 +6234,10 @@ fuzzy@^0.1.1: version "0.1.3" resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8" -gatsby-cli@^2.8.18: - version "2.8.18" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.18.tgz#0e517ebb478023b14001b46b4d463892779005d6" - integrity sha512-LN0PW3OrI8QQ/9+65oNhT1gi7jJAljT4YZSbTE1mqcaSIkH8NryeccI64LcTOydHtSJFHsE2fanmmIl/nmAdgg== +gatsby-cli@^2.8.19: + version "2.8.19" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.19.tgz#91d70149a0293a8af970df8b65d307970030c990" + integrity sha512-cINizncxPBxL3tJAQVrVFCGrf/dFOFEk5o1uYr427zyLuC+jqaAtocE2AcT1P9ayXOEjyH4mP/INwaNfCbYkJg== dependencies: "@babel/code-frame" "^7.5.5" "@babel/runtime" "^7.7.6" @@ -6440,10 +6440,10 @@ gatsby-plugin-sass@^2.1.26: "@babel/runtime" "^7.7.6" sass-loader "^7.3.1" -gatsby-plugin-sharp@^2.3.7: - version "2.3.7" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.3.7.tgz#31e767804fa70b07c9ddb554249dd2d24c42cba8" - integrity sha512-dXPjalm+V94oTo6PktOuJPgoTM+iP+WGPtlvif7+5gL/GxplnQ+M2piOM+ttKF2b/BdnN0Rkfq3ZWeaXwow9KQ== +gatsby-plugin-sharp@^2.3.8: + version "2.3.8" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.3.8.tgz#71ad4cb2fd9829a6be5b517705c97f9e37c585b8" + integrity sha512-paRIZvg6lVxDhUwPlKGg5WpRQWtghHfXx92g3K7vYKtb0uIYpNUHgvb3qhUDWT/lFULxeHxAB2oO4fYoPdKoWw== dependencies: "@babel/runtime" "^7.7.6" async "^2.6.3" @@ -6672,10 +6672,10 @@ gatsby-transformer-sharp@^2.3.9: semver "^5.7.1" sharp "^0.23.4" -gatsby@^2.18.11: - version "2.18.11" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.18.11.tgz#9521349046054054e92692a5a78df6273ad0de33" - integrity sha512-q55676oJEXjVD1pY0Az+k9Q89zSzJny/tCFvYTe8rBAd6XssTLlIPoXfKn4p/hKmka09itNpxYjG2/jk9vQyTg== +gatsby@^2.18.12: + version "2.18.12" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.18.12.tgz#caae4482aab2e30b75b30a0e96b7eb1dd21e6f42" + integrity sha512-EmgSDZcedoUttw/ETEWWgRT0B7GUulsi3h8HwRDqNSMtHMJtk8SH9Vb5MWfQQZlZ2pteV9g8P4kv/bffCYKIbw== dependencies: "@babel/code-frame" "^7.5.5" "@babel/core" "^7.7.5" @@ -6736,7 +6736,7 @@ gatsby@^2.18.11: flat "^4.1.0" fs-exists-cached "1.0.0" fs-extra "^8.1.0" - gatsby-cli "^2.8.18" + gatsby-cli "^2.8.19" gatsby-core-utils "^1.0.24" gatsby-graphiql-explorer "^0.2.31" gatsby-link "^2.2.27"