From 0006061e6386c52b732441f0af7f1f7109c7cff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 16:40:48 +0200 Subject: [PATCH] fix: update starters and examples (#23522) Co-authored-by: Renovate Bot --- examples/client-only-paths/package.json | 6 +- .../example-site/package.json | 8 +- .../source-plugin/package.json | 2 +- examples/data-fetching/package.json | 6 +- .../package.json | 14 +- examples/feed/package.json | 8 +- examples/gatsbygram/package.json | 24 +- examples/graphql-reference/package.json | 20 +- examples/hn/package.json | 8 +- examples/image-processing/package.json | 16 +- examples/no-plugins/package.json | 2 +- examples/no-trailing-slashes/package.json | 4 +- examples/recipe-createPage/package.json | 2 +- .../recipe-linking-between-pages/package.json | 4 +- .../recipe-sourcing-contentful/package.json | 8 +- .../recipe-sourcing-markdown/package.json | 6 +- examples/recipe-static-image/package.json | 2 +- examples/recipe-webpack-image/package.json | 2 +- examples/recipes-gatsby-image/package.json | 16 +- examples/simple-auth/package.json | 4 +- examples/sitemap/package.json | 10 +- examples/styleguide/package.json | 8 +- examples/using-MDX/package.json | 18 +- examples/using-asciidoc/package.json | 10 +- examples/using-contentful/package.json | 14 +- examples/using-css-modules/package.json | 4 +- examples/using-csv/package.json | 8 +- examples/using-cxs/package.json | 10 +- examples/using-cypress/package.json | 16 +- examples/using-drupal/package.json | 16 +- examples/using-emotion-prismjs/package.json | 16 +- examples/using-emotion/package.json | 8 +- examples/using-excel/package.json | 6 +- examples/using-faker/package.json | 6 +- examples/using-fragments/package.json | 2 +- examples/using-gatsby-image/package.json | 18 +- .../using-gatsby-source-graphql/package.json | 14 +- .../using-gatsby-with-json-yaml/package.json | 2 +- .../using-gatsby-without-graphql/package.json | 2 +- examples/using-glamor/package.json | 8 +- examples/using-hjson/package.json | 6 +- examples/using-i18n/package.json | 8 +- .../using-javascript-transforms/package.json | 12 +- examples/using-jest/package.json | 14 +- examples/using-js-search/package.json | 2 +- examples/using-jss/package.json | 6 +- examples/using-local-plugins/package.json | 2 +- examples/using-markdown-pages/package.json | 16 +- examples/using-medium/package.json | 4 +- examples/using-mobx/package.json | 2 +- examples/using-mongodb/package.json | 8 +- .../package.json | 10 +- .../using-multiple-providers/package.json | 6 +- examples/using-multiple-themes/package.json | 6 +- .../using-page-loading-indicator/package.json | 4 +- examples/using-page-transitions/package.json | 6 +- examples/using-path-prefix/package.json | 2 +- examples/using-plugin-options/package.json | 2 +- .../package.json | 8 +- examples/using-redirects/package.json | 4 +- examples/using-redux/package.json | 2 +- .../package.json | 26 +- examples/using-remark/package.json | 40 +- examples/using-sass/package.json | 6 +- examples/using-shopify/package.json | 14 +- examples/using-sqip/package.json | 12 +- examples/using-square-payments/package.json | 16 +- examples/using-styled-components/package.json | 8 +- examples/using-styled-jsx/package.json | 4 +- examples/using-styletron/package.json | 2 +- examples/using-stylus/package.json | 8 +- examples/using-type-definitions/package.json | 12 +- examples/using-typescript/package.json | 6 +- examples/using-video/package.json | 2 +- .../using-wordpress-with-acf/package.json | 18 +- examples/using-wordpress/package.json | 6 +- starters/blog/package-lock.json | 444 ++++++++-------- starters/blog/package.json | 34 +- starters/default/package-lock.json | 362 ++++++------- starters/default/package.json | 16 +- .../package-lock.json | 398 ++++++++------- .../package.json | 4 +- .../package-lock.json | 458 +++++++++-------- .../gatsby-starter-blog-theme/package.json | 4 +- .../package-lock.json | 346 +++++++------ .../gatsby-starter-notes-theme/package.json | 4 +- .../example/package.json | 2 +- .../gatsby-starter-theme/package-lock.json | 476 +++++++++--------- starters/gatsby-starter-theme/package.json | 6 +- starters/hello-world/package-lock.json | 284 ++++++----- starters/hello-world/package.json | 2 +- 91 files changed, 1824 insertions(+), 1684 deletions(-) diff --git a/examples/client-only-paths/package.json b/examples/client-only-paths/package.json index ae10e68ac1a70..1d945f373aa70 100644 --- a/examples/client-only-paths/package.json +++ b/examples/client-only-paths/package.json @@ -5,9 +5,9 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-netlify": "^2.2.4", - "gatsby-plugin-typography": "^2.4.4", + "gatsby": "^2.21.0", + "gatsby-plugin-netlify": "^2.3.0", + "gatsby-plugin-typography": "^2.5.0", "lodash": "^4.17.15", "react": "^16.3.1", "react-dom": "^16.3.1", diff --git a/examples/creating-source-plugins/example-site/package.json b/examples/creating-source-plugins/example-site/package.json index 8a5015bf0a49a..2481339aae5a0 100644 --- a/examples/creating-source-plugins/example-site/package.json +++ b/examples/creating-source-plugins/example-site/package.json @@ -14,10 +14,10 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-transformer-sharp": "^2.5.0", "react": "^16.12.0", "react-dom": "^16.12.0" }, diff --git a/examples/creating-source-plugins/source-plugin/package.json b/examples/creating-source-plugins/source-plugin/package.json index 67b2e27a8dd77..5b08562c215fd 100644 --- a/examples/creating-source-plugins/source-plugin/package.json +++ b/examples/creating-source-plugins/source-plugin/package.json @@ -19,7 +19,7 @@ "apollo-link-http": "^1.5.17", "apollo-link-ws": "^1.0.20", "apollo-utilities": "^1.3.3", - "gatsby-source-filesystem": "^2.2.5", + "gatsby-source-filesystem": "^2.3.0", "graphql": "^15.0.0", "graphql-tag": "^2.10.3", "node-fetch": "^2.6.0", diff --git a/examples/data-fetching/package.json b/examples/data-fetching/package.json index 47d5ddc73424d..77db0a6be6cc4 100644 --- a/examples/data-fetching/package.json +++ b/examples/data-fetching/package.json @@ -6,9 +6,9 @@ "author": "@gatsbyjs", "dependencies": { "dotenv": "^8.2.0", - "gatsby": "^2.20.36", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-source-graphql": "^2.4.3", + "gatsby": "^2.21.0", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-source-graphql": "^2.5.0", "prop-types": "^15.7.2", "react": "^16.11.0", "react-dom": "^16.11.0", diff --git a/examples/ecommerce-tutorial-with-stripe/package.json b/examples/ecommerce-tutorial-with-stripe/package.json index 4e1646b787db3..da30689e69377 100644 --- a/examples/ecommerce-tutorial-with-stripe/package.json +++ b/examples/ecommerce-tutorial-with-stripe/package.json @@ -6,15 +6,15 @@ "author": "@thorwebdev", "dependencies": { "@stripe/stripe-js": "^1.4.0", - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-manifest": "^2.3.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-manifest": "^2.4.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", "gatsby-source-stripe": "^2.2.2", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby-transformer-sharp": "^2.5.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/examples/feed/package.json b/examples/feed/package.json index e5cab5c48d0fd..54f63ccf40fa0 100644 --- a/examples/feed/package.json +++ b/examples/feed/package.json @@ -5,10 +5,10 @@ "version": "1.0.0", "author": "Nicholas Young ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-feed": "^2.4.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-remark": "^2.7.5", + "gatsby": "^2.21.0", + "gatsby-plugin-feed": "^2.5.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", "react": "^16.4.1", "react-dom": "^16.4.1" }, diff --git a/examples/gatsbygram/package.json b/examples/gatsbygram/package.json index bcb8b40ea55f4..1cb2835d315e2 100644 --- a/examples/gatsbygram/package.json +++ b/examples/gatsbygram/package.json @@ -6,18 +6,18 @@ "author": "Kyle Mathews ", "dependencies": { "core-js": "^2.6.11", - "gatsby": "^2.20.36", - "gatsby-core-utils": "^1.1.4", - "gatsby-image": "^2.3.5", - "gatsby-plugin-glamor": "^2.2.4", - "gatsby-plugin-google-analytics": "^2.2.5", - "gatsby-plugin-manifest": "^2.3.7", + "gatsby": "^2.21.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-glamor": "^2.3.0", + "gatsby-plugin-google-analytics": "^2.3.0", + "gatsby-plugin-manifest": "^2.4.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-json": "^2.3.4", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-json": "^2.4.0", + "gatsby-transformer-sharp": "^2.5.0", "glamor": "^2.20.40", "instagram-screen-scrape": "^2.0.0", "lodash": "^4.17.15", @@ -54,7 +54,7 @@ }, "devDependencies": { "cypress": "^3.8.3", - "gatsby-cypress": "^0.3.4", + "gatsby-cypress": "^0.4.0", "start-server-and-test": "^1.11.0" } } diff --git a/examples/graphql-reference/package.json b/examples/graphql-reference/package.json index 1818a36e95582..0fb77c88f704d 100644 --- a/examples/graphql-reference/package.json +++ b/examples/graphql-reference/package.json @@ -5,16 +5,16 @@ "version": "0.1.0", "author": "LekoArts ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-remark-responsive-iframe": "^2.3.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-remark": "^2.7.5", - "gatsby-transformer-sharp": "^2.4.7", - "gatsby-transformer-yaml": "^2.3.4", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-remark-responsive-iframe": "^2.4.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", + "gatsby-transformer-sharp": "^2.5.0", + "gatsby-transformer-yaml": "^2.4.0", "react": "^16.11.0", "react-dom": "^16.11.0", "react-helmet": "^5.2.1", diff --git a/examples/hn/package.json b/examples/hn/package.json index 276fa09202f6b..b99e48956f10f 100644 --- a/examples/hn/package.json +++ b/examples/hn/package.json @@ -6,10 +6,10 @@ "author": "Kyle Mathews ", "dependencies": { "flat": "^2.0.1", - "gatsby": "^2.20.36", - "gatsby-core-utils": "^1.1.4", - "gatsby-plugin-manifest": "^2.3.7", - "gatsby-source-hacker-news": "^2.3.4", + "gatsby": "^2.21.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-plugin-manifest": "^2.4.0", + "gatsby-source-hacker-news": "^2.4.0", "lodash": "^4.17.15", "react": "^16.3.1", "react-dom": "^16.3.1", diff --git a/examples/image-processing/package.json b/examples/image-processing/package.json index 852e672c44bcb..80ef5fc2f445e 100644 --- a/examples/image-processing/package.json +++ b/examples/image-processing/package.json @@ -5,15 +5,15 @@ "version": "1.0.0", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-source-drupal": "^3.4.6", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-source-drupal": "^3.5.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-typography": "^0.16.19", diff --git a/examples/no-plugins/package.json b/examples/no-plugins/package.json index 040274cc44844..257dd4198bb39 100644 --- a/examples/no-plugins/package.json +++ b/examples/no-plugins/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Scotty Eckenthal ", "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "lodash": "^4.17.15", "react": "^16.4.0", "react-dom": "^16.4.0", diff --git a/examples/no-trailing-slashes/package.json b/examples/no-trailing-slashes/package.json index 250a72efd5607..737fc0657dc58 100644 --- a/examples/no-trailing-slashes/package.json +++ b/examples/no-trailing-slashes/package.json @@ -5,8 +5,8 @@ "version": "1.0.0", "author": "Scotty Eckenthal ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", "lodash": "^4.17.15", "react": "^16.4.0", diff --git a/examples/recipe-createPage/package.json b/examples/recipe-createPage/package.json index 608ff7bec28c2..abae6e90829e9 100644 --- a/examples/recipe-createPage/package.json +++ b/examples/recipe-createPage/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0", diff --git a/examples/recipe-linking-between-pages/package.json b/examples/recipe-linking-between-pages/package.json index 7a06411777a84..bf6aacff71885 100644 --- a/examples/recipe-linking-between-pages/package.json +++ b/examples/recipe-linking-between-pages/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0", @@ -13,7 +13,7 @@ }, "devDependencies": { "cypress": "^4.4.1", - "gatsby-cypress": "^0.3.4", + "gatsby-cypress": "^0.4.0", "prettier": "2.0.5", "start-server-and-test": "^1.11.0" }, diff --git a/examples/recipe-sourcing-contentful/package.json b/examples/recipe-sourcing-contentful/package.json index f9b9dfb12b9b0..24a993e4b8905 100644 --- a/examples/recipe-sourcing-contentful/package.json +++ b/examples/recipe-sourcing-contentful/package.json @@ -5,11 +5,11 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-source-contentful": "^2.2.10", - "gatsby-transformer-remark": "^2.7.5", + "gatsby-source-contentful": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0" diff --git a/examples/recipe-sourcing-markdown/package.json b/examples/recipe-sourcing-markdown/package.json index ceb32eb56daf1..2b8987e5e78fb 100644 --- a/examples/recipe-sourcing-markdown/package.json +++ b/examples/recipe-sourcing-markdown/package.json @@ -5,9 +5,9 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-remark": "^2.7.5", + "gatsby": "^2.21.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0", diff --git a/examples/recipe-static-image/package.json b/examples/recipe-static-image/package.json index e37a6507d84ef..efadbefcb693e 100644 --- a/examples/recipe-static-image/package.json +++ b/examples/recipe-static-image/package.json @@ -13,7 +13,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"" }, "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "react": "^16.8.6", "react-dom": "^16.8.6" }, diff --git a/examples/recipe-webpack-image/package.json b/examples/recipe-webpack-image/package.json index 45fef3ee470ee..e74b8d6f538e0 100644 --- a/examples/recipe-webpack-image/package.json +++ b/examples/recipe-webpack-image/package.json @@ -13,7 +13,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"" }, "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "react": "^16.8.6", "react-dom": "^16.8.6" }, diff --git a/examples/recipes-gatsby-image/package.json b/examples/recipes-gatsby-image/package.json index 347b691ded7fa..6c071ce89aec7 100644 --- a/examples/recipes-gatsby-image/package.json +++ b/examples/recipes-gatsby-image/package.json @@ -7,15 +7,15 @@ "dependencies": { "@mdx-js/mdx": "^1.5.9", "@mdx-js/react": "^1.5.9", - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-manifest": "^2.3.7", - "gatsby-plugin-mdx": "^1.1.11", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-manifest": "^2.4.0", + "gatsby-plugin-mdx": "^1.2.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6", diff --git a/examples/simple-auth/package.json b/examples/simple-auth/package.json index 3314785740d42..6b7157b6897d0 100644 --- a/examples/simple-auth/package.json +++ b/examples/simple-auth/package.json @@ -4,8 +4,8 @@ "version": "1.0.0", "author": "Jason Lengstorf ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-react-helmet": "^3.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-react-helmet": "^3.3.0", "prop-types": "^15.7.2", "react": "^16.4.0", "react-dom": "^16.4.0", diff --git a/examples/sitemap/package.json b/examples/sitemap/package.json index cd1cb2d1c95c1..4118cf0e27941 100644 --- a/examples/sitemap/package.json +++ b/examples/sitemap/package.json @@ -5,11 +5,11 @@ "version": "1.0.0", "author": "Nicholas Young ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-core-utils": "^1.1.4", - "gatsby-plugin-sitemap": "^2.3.6", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-remark": "^2.7.5", + "gatsby": "^2.21.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-plugin-sitemap": "^2.4.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", "react": "^16.3.2", "react-dom": "^16.3.2" }, diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index 7c57f14be97f6..b352d312c20a1 100644 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -5,10 +5,10 @@ "author": "scott.eckenthal@gmail.com", "dependencies": { "app-root-dir": "^1.0.2", - "gatsby": "^2.20.36", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-react-docgen": "^5.1.4", - "gatsby-transformer-remark": "^2.7.5", + "gatsby": "^2.21.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-react-docgen": "^5.2.0", + "gatsby-transformer-remark": "^2.8.0", "glamor": "^2.20.40", "html-to-react": "^1.4.2", "react": "^16.4.0", diff --git a/examples/using-MDX/package.json b/examples/using-MDX/package.json index 31f88e08577f2..588580d7cc9e6 100644 --- a/examples/using-MDX/package.json +++ b/examples/using-MDX/package.json @@ -7,15 +7,15 @@ "dependencies": { "@mdx-js/mdx": "^1.5.9", "@mdx-js/react": "^1.5.9", - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-manifest": "^2.3.7", - "gatsby-plugin-mdx": "^1.1.11", - "gatsby-plugin-offline": "^3.1.5", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-manifest": "^2.4.0", + "gatsby-plugin-mdx": "^1.2.0", + "gatsby-plugin-offline": "^3.2.0", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-charts": "^2.0.0-beta.6", diff --git a/examples/using-asciidoc/package.json b/examples/using-asciidoc/package.json index 115881d0623b4..27a872d6adea8 100644 --- a/examples/using-asciidoc/package.json +++ b/examples/using-asciidoc/package.json @@ -6,12 +6,12 @@ "author": "Kyle Mathews ", "dependencies": { "asciidoctor.js": "^1.5.9", - "gatsby": "^2.20.36", - "gatsby-core-utils": "^1.1.4", + "gatsby": "^2.21.0", + "gatsby-core-utils": "^1.2.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-asciidoc": "^1.2.4", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-asciidoc": "^1.3.0", "lodash": "^4.17.15", "react": "^16.3.1", "react-dom": "^16.3.1", diff --git a/examples/using-contentful/package.json b/examples/using-contentful/package.json index e0f275d0145ef..40526268a67ad 100644 --- a/examples/using-contentful/package.json +++ b/examples/using-contentful/package.json @@ -5,14 +5,14 @@ "version": "1.0.0", "author": "Marcus Ericsson (mericsson.com)", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-core-utils": "^1.1.4", - "gatsby-image": "^2.3.5", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-source-contentful": "^2.2.10", - "gatsby-transformer-remark": "^2.7.5", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-source-contentful": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", "lodash": "^4.17.15", "react": "^16.3.1", "react-dom": "^16.3.1", diff --git a/examples/using-css-modules/package.json b/examples/using-css-modules/package.json index bfa2e2e2546e9..d74902259787c 100644 --- a/examples/using-css-modules/package.json +++ b/examples/using-css-modules/package.json @@ -4,8 +4,8 @@ "description": "Gatsby example site demonstrating using css modules in Gatsby with normal (Postcss) css and sass/scss.", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-sass": "^2.2.4", + "gatsby": "^2.21.0", + "gatsby-plugin-sass": "^2.3.0", "node-sass": "^4.14.0", "react": "^16.4.0", "react-dom": "^16.4.0" diff --git a/examples/using-csv/package.json b/examples/using-csv/package.json index d11078ff1a18a..d354efbae1c72 100644 --- a/examples/using-csv/package.json +++ b/examples/using-csv/package.json @@ -4,10 +4,10 @@ "description": "Gatsby example site using using-csv", "author": "Sonal Saldanha ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-google-analytics": "^2.2.5", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-csv": "^2.2.4", + "gatsby": "^2.21.0", + "gatsby-plugin-google-analytics": "^2.3.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-csv": "^2.3.0", "react": "^16.4.0", "react-dom": "^16.4.0" }, diff --git a/examples/using-cxs/package.json b/examples/using-cxs/package.json index 3a89d11fc63c0..a507a9ea55138 100644 --- a/examples/using-cxs/package.json +++ b/examples/using-cxs/package.json @@ -6,12 +6,12 @@ "author": "Chen-Tai Hou ", "dependencies": { "cxs": "^6.2.0", - "gatsby": "^2.20.36", - "gatsby-plugin-cxs": "^2.2.4", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-cxs": "^2.3.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-typography": "^2.4.4", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-typography": "^2.5.0", "lodash": "^4.17.15", "react": "^16.8.6", "react-dom": "^16.8.6", diff --git a/examples/using-cypress/package.json b/examples/using-cypress/package.json index acfc643c34a9d..e0ae035bebd61 100644 --- a/examples/using-cypress/package.json +++ b/examples/using-cypress/package.json @@ -17,14 +17,14 @@ "test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run" }, "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-manifest": "^2.3.7", - "gatsby-plugin-offline": "^3.1.5", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-manifest": "^2.4.0", + "gatsby-plugin-offline": "^3.2.0", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/examples/using-drupal/package.json b/examples/using-drupal/package.json index 30cfaa58576d0..e8f0d462f132f 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -5,15 +5,15 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-glamor": "^2.2.4", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-glamor": "^2.3.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-source-drupal": "^3.4.6", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-source-drupal": "^3.5.0", + "gatsby-transformer-sharp": "^2.5.0", "glamor": "^2.20.40", "gray-percentage": "^2.0.0", "lodash": "^4.17.15", diff --git a/examples/using-emotion-prismjs/package.json b/examples/using-emotion-prismjs/package.json index 2c187bdfae38e..13eaf43d95e70 100644 --- a/examples/using-emotion-prismjs/package.json +++ b/examples/using-emotion-prismjs/package.json @@ -13,15 +13,15 @@ "@emotion/styled": "^10.0.27", "emotion": "^10.0.27", "emotion-server": "^10.0.27", - "gatsby": "^2.20.36", - "gatsby-plugin-emotion": "^4.2.3", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-emotion": "^4.3.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-remark-prismjs": "^3.4.5", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-remark": "^2.7.5", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-remark-prismjs": "^3.5.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", "lodash": "^4.17.15", "prismjs": "^1.20.0", "prop-types": "^15.7.2", diff --git a/examples/using-emotion/package.json b/examples/using-emotion/package.json index fef92a65515e2..d17610a4c8641 100644 --- a/examples/using-emotion/package.json +++ b/examples/using-emotion/package.json @@ -8,11 +8,11 @@ "@emotion/styled": "^10.0.27", "emotion": "^10.0.27", "emotion-server": "^10.0.27", - "gatsby": "^2.20.36", - "gatsby-plugin-emotion": "^4.2.3", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-emotion": "^4.3.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", + "gatsby-plugin-react-helmet": "^3.3.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-helmet": "^5.2.1" diff --git a/examples/using-excel/package.json b/examples/using-excel/package.json index 55a9be1ef7486..500af95f4ddc4 100644 --- a/examples/using-excel/package.json +++ b/examples/using-excel/package.json @@ -4,9 +4,9 @@ "description": "Gatsby example site using using-excel", "author": "SheetJS ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-excel": "^2.3.4", + "gatsby": "^2.21.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-excel": "^2.4.0", "react": "^16.4.0", "react-dom": "^16.4.0" }, diff --git a/examples/using-faker/package.json b/examples/using-faker/package.json index 5a283d3c2da74..a2b5efdc31dee 100644 --- a/examples/using-faker/package.json +++ b/examples/using-faker/package.json @@ -5,9 +5,9 @@ "author": "Kyle Mathews ", "dependencies": { "core-js": "^2.6.11", - "gatsby": "^2.20.36", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-source-faker": "^2.2.4", + "gatsby": "^2.21.0", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-source-faker": "^2.3.0", "react": "^16.3.2", "react-dom": "^16.3.2", "react-helmet": "^5.2.1" diff --git a/examples/using-fragments/package.json b/examples/using-fragments/package.json index ecae84e07894e..e01573d87cdf4 100644 --- a/examples/using-fragments/package.json +++ b/examples/using-fragments/package.json @@ -13,7 +13,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"" }, "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "react": "^16.9.0", "react-dom": "^16.9.0" }, diff --git a/examples/using-gatsby-image/package.json b/examples/using-gatsby-image/package.json index 961089059d373..2089fb69c891c 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -7,15 +7,15 @@ "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", "emotion": "^10.0.27", - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-emotion": "^4.2.3", - "gatsby-plugin-netlify": "^2.2.4", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", - "gatsby-transformer-yaml": "^2.3.4", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-emotion": "^4.3.0", + "gatsby-plugin-netlify": "^2.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", + "gatsby-transformer-yaml": "^2.4.0", "numeral": "^2.0.6", "react": "^16.6.0", "react-dom": "^16.6.0", diff --git a/examples/using-gatsby-source-graphql/package.json b/examples/using-gatsby-source-graphql/package.json index 9c37c8e1c150f..2fc02bc5b19cf 100644 --- a/examples/using-gatsby-source-graphql/package.json +++ b/examples/using-gatsby-source-graphql/package.json @@ -10,13 +10,13 @@ }, "dependencies": { "dateformat": "^3.0.3", - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-netlify": "^2.2.4", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-source-graphql": "^2.4.3", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-netlify": "^2.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-source-graphql": "^2.5.0", + "gatsby-transformer-sharp": "^2.5.0", "react": "^16.12.0", "react-dom": "^16.12.0", "remark": "^11.0.2", diff --git a/examples/using-gatsby-with-json-yaml/package.json b/examples/using-gatsby-with-json-yaml/package.json index a0348bac38fb2..f85f15f7a9bec 100644 --- a/examples/using-gatsby-with-json-yaml/package.json +++ b/examples/using-gatsby-with-json-yaml/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "jonniebigodes", "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "js-yaml": "^3.13.1", "prop-types": "^15.7.2", "react": "^16.9.0", diff --git a/examples/using-gatsby-without-graphql/package.json b/examples/using-gatsby-without-graphql/package.json index b3643a2f8c710..2b9e2f8b2ceba 100755 --- a/examples/using-gatsby-without-graphql/package.json +++ b/examples/using-gatsby-without-graphql/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "axios": "^0.19.0", - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "react": "^16.5.1", "react-dom": "^16.5.1" }, diff --git a/examples/using-glamor/package.json b/examples/using-glamor/package.json index ee26836d7e748..0f0cbdf022605 100644 --- a/examples/using-glamor/package.json +++ b/examples/using-glamor/package.json @@ -5,11 +5,11 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-glamor": "^2.2.4", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-glamor": "^2.3.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-typography": "^2.4.4", + "gatsby-plugin-typography": "^2.5.0", "glamor": "^2.20.40", "lodash": "^4.17.15", "react": "^16.4.0", diff --git a/examples/using-hjson/package.json b/examples/using-hjson/package.json index cc6fabc5038fc..3c58a94b4b896 100644 --- a/examples/using-hjson/package.json +++ b/examples/using-hjson/package.json @@ -5,9 +5,9 @@ "author": "Remi Barraquand ", "dependencies": { "core-js": "^2.6.11", - "gatsby": "^2.20.36", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-hjson": "^2.3.4", + "gatsby": "^2.21.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-hjson": "^2.4.0", "react": "^16.3.2", "react-dom": "^16.3.2" }, diff --git a/examples/using-i18n/package.json b/examples/using-i18n/package.json index 2539cec2199d4..f4d35ee239793 100644 --- a/examples/using-i18n/package.json +++ b/examples/using-i18n/package.json @@ -13,10 +13,10 @@ "dependencies": { "@mdx-js/mdx": "^1.5.9", "@mdx-js/react": "^1.5.9", - "gatsby": "^2.20.36", - "gatsby-plugin-mdx": "^1.1.11", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-json": "^2.3.4", + "gatsby": "^2.21.0", + "gatsby-plugin-mdx": "^1.2.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-json": "^2.4.0", "react": "^16.12.0", "react-dom": "^16.12.0" } diff --git a/examples/using-javascript-transforms/package.json b/examples/using-javascript-transforms/package.json index 0a2fe2a6d6e34..5ce2d9f0c0c89 100644 --- a/examples/using-javascript-transforms/package.json +++ b/examples/using-javascript-transforms/package.json @@ -23,12 +23,12 @@ "dependencies": { "bulma": "0.8.2", "d3": "4.13.0", - "gatsby": "^2.20.36", - "gatsby-plugin-sass": "^2.2.4", - "gatsby-remark-prismjs": "^3.4.5", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-javascript-frontmatter": "^2.2.4", - "gatsby-transformer-remark": "^2.7.5", + "gatsby": "^2.21.0", + "gatsby-plugin-sass": "^2.3.0", + "gatsby-remark-prismjs": "^3.5.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-javascript-frontmatter": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", "moment": "^2.24.0", "node-sass": "^4.14.0", "normalize.css": "^7.0.0", diff --git a/examples/using-jest/package.json b/examples/using-jest/package.json index 5c3a913cee18f..172b5d016b04a 100644 --- a/examples/using-jest/package.json +++ b/examples/using-jest/package.json @@ -4,14 +4,14 @@ "version": "1.0.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-manifest": "^2.3.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-manifest": "^2.4.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", "react": "^16.7.0", "react-dom": "^16.7.0", "react-helmet": "^5.2.1" diff --git a/examples/using-js-search/package.json b/examples/using-js-search/package.json index 2a5d2f5680311..21f5b325e7887 100644 --- a/examples/using-js-search/package.json +++ b/examples/using-js-search/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "axios": "^0.19.0", - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "js-search": "^1.4.3", "react": "^16.5.1", "react-dom": "^16.5.1" diff --git a/examples/using-jss/package.json b/examples/using-jss/package.json index e306655dca4b4..0823ac3d238ff 100644 --- a/examples/using-jss/package.json +++ b/examples/using-jss/package.json @@ -5,9 +5,9 @@ "version": "1.0.0", "author": "Vladimir Guguiev ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-flow": "^1.2.3", - "gatsby-plugin-jss": "^2.2.4", + "gatsby": "^2.21.0", + "gatsby-plugin-flow": "^1.3.0", + "gatsby-plugin-jss": "^2.3.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-jss": "^8.6.1" diff --git a/examples/using-local-plugins/package.json b/examples/using-local-plugins/package.json index b3643a2f8c710..2b9e2f8b2ceba 100755 --- a/examples/using-local-plugins/package.json +++ b/examples/using-local-plugins/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "axios": "^0.19.0", - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "react": "^16.5.1", "react-dom": "^16.5.1" }, diff --git a/examples/using-markdown-pages/package.json b/examples/using-markdown-pages/package.json index 6e839afa0e9c5..ef21fe0f2e6ef 100644 --- a/examples/using-markdown-pages/package.json +++ b/examples/using-markdown-pages/package.json @@ -5,15 +5,15 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-manifest": "^2.3.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-manifest": "^2.4.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-remark": "^2.7.5", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", + "gatsby-transformer-sharp": "^2.5.0", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6", diff --git a/examples/using-medium/package.json b/examples/using-medium/package.json index 57d36b219cbb8..45a2273ff9990 100644 --- a/examples/using-medium/package.json +++ b/examples/using-medium/package.json @@ -7,8 +7,8 @@ "author": "Robert Vogt ", "license": "MIT", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-source-medium": "^2.2.4", + "gatsby": "^2.21.0", + "gatsby-source-medium": "^2.3.0", "react": "^16.4.0", "react-dom": "^16.4.0" }, diff --git a/examples/using-mobx/package.json b/examples/using-mobx/package.json index b97f44a9f2af2..29a2c3adc9ba7 100644 --- a/examples/using-mobx/package.json +++ b/examples/using-mobx/package.json @@ -16,7 +16,7 @@ ], "license": "MIT", "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "mobx": "^5.15.4", "mobx-react": "^6.2.2", "prop-types": "^15.7.2", diff --git a/examples/using-mongodb/package.json b/examples/using-mongodb/package.json index fdd315b312a07..ee9c36470cab7 100644 --- a/examples/using-mongodb/package.json +++ b/examples/using-mongodb/package.json @@ -4,10 +4,10 @@ "description": "Gatsby example site using gatsby-source-mongodb", "author": "jhermans85@hotmail.com", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-source-mongodb": "^2.2.4", - "gatsby-transformer-remark": "^2.7.5", + "gatsby": "^2.21.0", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-source-mongodb": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", "react": "^16.4.1", "react-dom": "^16.4.1", "react-helmet": "^5.2.1" diff --git a/examples/using-multiple-local-plugins/gatsby-site-using-local-plugins/package.json b/examples/using-multiple-local-plugins/gatsby-site-using-local-plugins/package.json index f9aac4b5e59ec..a99772bad5c00 100644 --- a/examples/using-multiple-local-plugins/gatsby-site-using-local-plugins/package.json +++ b/examples/using-multiple-local-plugins/gatsby-site-using-local-plugins/package.json @@ -3,11 +3,11 @@ "description": "A example with the default starter loading multiple local plugins", "version": "0.1.0", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-manifest": "^2.3.7", - "gatsby-plugin-offline": "^3.1.5", - "gatsby-plugin-react-helmet": "^3.2.5", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-manifest": "^2.4.0", + "gatsby-plugin-offline": "^3.2.0", + "gatsby-plugin-react-helmet": "^3.3.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/examples/using-multiple-providers/package.json b/examples/using-multiple-providers/package.json index e5e0f9ec8a388..3df6d0f1044b2 100644 --- a/examples/using-multiple-providers/package.json +++ b/examples/using-multiple-providers/package.json @@ -7,9 +7,9 @@ "dependencies": { "apollo-boost": "^0.4.7", "babel-plugin-styled-components": "^1.10.7", - "gatsby": "^2.20.36", - "gatsby-plugin-jss": "^2.2.4", - "gatsby-plugin-styled-components": "^3.2.4", + "gatsby": "^2.21.0", + "gatsby-plugin-jss": "^2.3.0", + "gatsby-plugin-styled-components": "^3.3.0", "isomorphic-fetch": "^2.2.1", "react": "^16.4.0", "react-apollo": "^2.5.8", diff --git a/examples/using-multiple-themes/package.json b/examples/using-multiple-themes/package.json index d0b1f0264de28..f445c49a86ae5 100644 --- a/examples/using-multiple-themes/package.json +++ b/examples/using-multiple-themes/package.json @@ -15,9 +15,9 @@ }, "dependencies": { "@pauliescanlon/gatsby-mdx-embed": "0.0.17", - "gatsby": "^2.20.36", - "gatsby-theme-blog": "^1.4.37", - "gatsby-theme-notes": "^1.2.37", + "gatsby": "^2.21.0", + "gatsby-theme-blog": "^1.5.0", + "gatsby-theme-notes": "^1.3.0", "react": "^16.12.0", "react-dom": "^16.12.0" }, diff --git a/examples/using-page-loading-indicator/package.json b/examples/using-page-loading-indicator/package.json index 21fb37dcbdd97..bf55327905016 100644 --- a/examples/using-page-loading-indicator/package.json +++ b/examples/using-page-loading-indicator/package.json @@ -4,8 +4,8 @@ "description": "Gatsby example site using using-page-loading-indicator", "author": "Kyle Mathews", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-nprogress": "^2.2.4", + "gatsby": "^2.21.0", + "gatsby-plugin-nprogress": "^2.3.0", "react": "^16.4.0", "react-dom": "^16.4.0" }, diff --git a/examples/using-page-transitions/package.json b/examples/using-page-transitions/package.json index 341a1b8580b03..d570f4150dd4a 100644 --- a/examples/using-page-transitions/package.json +++ b/examples/using-page-transitions/package.json @@ -4,9 +4,9 @@ "version": "1.0.0", "author": "Steven Surgnier ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-layout": "^1.2.4", - "gatsby-plugin-react-helmet": "^3.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-layout": "^1.3.0", + "gatsby-plugin-react-helmet": "^3.3.0", "react": "^16.4.1", "react-dom": "^16.4.1", "react-helmet": "^5.2.1", diff --git a/examples/using-path-prefix/package.json b/examples/using-path-prefix/package.json index 7545351e14d10..2d1212149e712 100644 --- a/examples/using-path-prefix/package.json +++ b/examples/using-path-prefix/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-path-prefix", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "react": "^16.4.0", "react-dom": "^16.4.0" }, diff --git a/examples/using-plugin-options/package.json b/examples/using-plugin-options/package.json index 11f230ed1a32c..cb2d4619e5490 100644 --- a/examples/using-plugin-options/package.json +++ b/examples/using-plugin-options/package.json @@ -3,7 +3,7 @@ "description": "An example with the default starter using a plugin with options", "version": "0.1.0", "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/examples/using-prefetching-preloading-modules/package.json b/examples/using-prefetching-preloading-modules/package.json index e1e125d808c01..c4b0bc40ac512 100644 --- a/examples/using-prefetching-preloading-modules/package.json +++ b/examples/using-prefetching-preloading-modules/package.json @@ -6,11 +6,11 @@ "author": "Nuttapol Laoticharoen ", "dependencies": { "babel-plugin-styled-components": "^1.10.7", - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-styled-components": "^3.2.4", - "gatsby-plugin-typography": "^2.4.4", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-styled-components": "^3.3.0", + "gatsby-plugin-typography": "^2.5.0", "lodash": "^4.17.15", "react": "^16.4.0", "react-dom": "^16.4.0", diff --git a/examples/using-redirects/package.json b/examples/using-redirects/package.json index db961388a7e9f..5077b3a3285f5 100644 --- a/examples/using-redirects/package.json +++ b/examples/using-redirects/package.json @@ -4,8 +4,8 @@ "description": "Gatsby example site demonstrating using createRedirect for client-side, in browser redirection in Gatsby", "author": "Ricky de Laveaga ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-react-helmet": "^3.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-react-helmet": "^3.3.0", "react": "^16.3.2", "react-dom": "^16.3.2", "react-helmet": "^5.2.1" diff --git a/examples/using-redux/package.json b/examples/using-redux/package.json index 6ab271673dcd8..996fd4f818cba 100644 --- a/examples/using-redux/package.json +++ b/examples/using-redux/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Scotty Eckenthal ", "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-redux": "5.1.2", diff --git a/examples/using-remark-copy-linked-files/package.json b/examples/using-remark-copy-linked-files/package.json index f9d7542e95dae..dc8660908015f 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -4,20 +4,20 @@ "description": "Gatsby example site on gatsby-remark-copy-linked-files", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-remark-copy-linked-files": "^2.2.4", - "gatsby-remark-images": "^3.2.6", - "gatsby-remark-prismjs": "^3.4.5", - "gatsby-remark-responsive-iframe": "^2.3.4", - "gatsby-remark-smartypants": "^2.2.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-remark": "^2.7.5", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-remark-copy-linked-files": "^2.3.0", + "gatsby-remark-images": "^3.3.0", + "gatsby-remark-prismjs": "^3.5.0", + "gatsby-remark-responsive-iframe": "^2.4.0", + "gatsby-remark-smartypants": "^2.3.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", + "gatsby-transformer-sharp": "^2.5.0", "lodash": "^4.17.15", "prismjs": "^1.20.0", "react": "^16.8.6", diff --git a/examples/using-remark/package.json b/examples/using-remark/package.json index e2730be02bd83..5431ac1bc9cc8 100644 --- a/examples/using-remark/package.json +++ b/examples/using-remark/package.json @@ -7,26 +7,26 @@ "dependencies": { "babel-plugin-lodash": "^3.3.4", "es6-object-assign": "^1.1.0", - "gatsby": "^2.20.36", - "gatsby-core-utils": "^1.1.4", - "gatsby-image": "^2.3.5", - "gatsby-plugin-catch-links": "^2.2.4", - "gatsby-plugin-glamor": "^2.2.4", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-remark-autolink-headers": "^2.2.4", - "gatsby-remark-copy-linked-files": "^2.2.4", - "gatsby-remark-embed-snippet": "^4.2.5", - "gatsby-remark-graphviz": "^1.2.4", - "gatsby-remark-images": "^3.2.6", - "gatsby-remark-katex": "^3.2.4", - "gatsby-remark-prismjs": "^3.4.5", - "gatsby-remark-responsive-iframe": "^2.3.4", - "gatsby-remark-smartypants": "^2.2.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-remark": "^2.7.5", - "gatsby-transformer-sharp": "^2.4.7", - "gatsby-transformer-yaml": "^2.3.4", + "gatsby": "^2.21.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-catch-links": "^2.3.0", + "gatsby-plugin-glamor": "^2.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-remark-autolink-headers": "^2.3.0", + "gatsby-remark-copy-linked-files": "^2.3.0", + "gatsby-remark-embed-snippet": "^4.3.0", + "gatsby-remark-graphviz": "^1.3.0", + "gatsby-remark-images": "^3.3.0", + "gatsby-remark-katex": "^3.3.0", + "gatsby-remark-prismjs": "^3.5.0", + "gatsby-remark-responsive-iframe": "^2.4.0", + "gatsby-remark-smartypants": "^2.3.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", + "gatsby-transformer-sharp": "^2.5.0", + "gatsby-transformer-yaml": "^2.4.0", "glamor": "^2.20.40", "katex": "^0.11.1", "lodash": "^4.17.15", diff --git a/examples/using-sass/package.json b/examples/using-sass/package.json index b34a05aef4221..4158734a3579a 100644 --- a/examples/using-sass/package.json +++ b/examples/using-sass/package.json @@ -11,10 +11,10 @@ "author": "Daniel Farrell ", "license": "MIT", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-sass": "^2.2.4", + "gatsby-plugin-sass": "^2.3.0", "node-sass": "^4.14.0", "react": "^16.3.0", "react-dom": "^16.3.0", diff --git a/examples/using-shopify/package.json b/examples/using-shopify/package.json index 4f259b24398ee..454041248e214 100644 --- a/examples/using-shopify/package.json +++ b/examples/using-shopify/package.json @@ -5,15 +5,15 @@ "version": "0.1.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-manifest": "^2.3.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-manifest": "^2.4.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", "gatsby-source-shopify": "^2.2.2", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby-transformer-sharp": "^2.5.0", "prop-types": "^15.7.2", "react": "^16.8.1", "react-dom": "^16.8.1", diff --git a/examples/using-sqip/package.json b/examples/using-sqip/package.json index 7e8545052ca89..24283319c1696 100644 --- a/examples/using-sqip/package.json +++ b/examples/using-sqip/package.json @@ -4,12 +4,12 @@ "version": "1.0.0", "author": "Benedikt Rötsch ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", - "gatsby-transformer-sqip": "^2.2.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", + "gatsby-transformer-sqip": "^2.3.0", "react": "^16.4.2", "react-dom": "^16.4.2" }, diff --git a/examples/using-square-payments/package.json b/examples/using-square-payments/package.json index 0ef23df99110a..bfd562b25780c 100644 --- a/examples/using-square-payments/package.json +++ b/examples/using-square-payments/package.json @@ -5,15 +5,15 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-manifest": "^2.3.7", - "gatsby-plugin-offline": "^3.1.5", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-manifest": "^2.4.0", + "gatsby-plugin-offline": "^3.2.0", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", "gatsby-plugin-square-payment-form": "^1.0.3", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/examples/using-styled-components/package.json b/examples/using-styled-components/package.json index 47abf91257151..b5d841704be2f 100644 --- a/examples/using-styled-components/package.json +++ b/examples/using-styled-components/package.json @@ -6,11 +6,11 @@ "author": "Kyle Mathews ", "dependencies": { "babel-plugin-styled-components": "^1.10.7", - "gatsby": "^2.20.36", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-styled-components": "^3.2.4", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-styled-components": "^3.3.0", "lodash": "^4.17.15", "react": "^16.13.1", "react-dom": "^16.13.1", diff --git a/examples/using-styled-jsx/package.json b/examples/using-styled-jsx/package.json index f0b181e7ccbac..915b10f473a79 100644 --- a/examples/using-styled-jsx/package.json +++ b/examples/using-styled-jsx/package.json @@ -4,8 +4,8 @@ "description": "Gatsby example site using using-styled-jsx", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-styled-jsx": "^3.2.4", + "gatsby": "^2.21.0", + "gatsby-plugin-styled-jsx": "^3.3.0", "react": "^16.2.0", "react-dom": "^16.2.0", "styled-jsx": "^3.2.5" diff --git a/examples/using-styletron/package.json b/examples/using-styletron/package.json index 9e4c13f5a4f93..451143329b2de 100644 --- a/examples/using-styletron/package.json +++ b/examples/using-styletron/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Nadiia Dmytrenko ", "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "gatsby-plugin-styletron": "^3.0.5", "react": "^16.4.0", "react-dom": "^16.4.0" diff --git a/examples/using-stylus/package.json b/examples/using-stylus/package.json index 1d4580d4e7ab9..d635b94fdc8c5 100644 --- a/examples/using-stylus/package.json +++ b/examples/using-stylus/package.json @@ -11,11 +11,11 @@ "author": "Ian Sinnott ", "license": "MIT", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-google-analytics": "^2.2.5", + "gatsby": "^2.21.0", + "gatsby-plugin-google-analytics": "^2.3.0", "gatsby-plugin-offline": "^2.2.10", - "gatsby-plugin-stylus": "^2.2.4", - "gatsby-plugin-typography": "^2.4.4", + "gatsby-plugin-stylus": "^2.3.0", + "gatsby-plugin-typography": "^2.5.0", "react": "^16.3.2", "react-dom": "^16.3.2", "react-typography": "^0.16.19", diff --git a/examples/using-type-definitions/package.json b/examples/using-type-definitions/package.json index ed9dbe3a0fff1..755f4ff640e7d 100644 --- a/examples/using-type-definitions/package.json +++ b/examples/using-type-definitions/package.json @@ -4,12 +4,12 @@ "description": "An example site using createTypes action and createResolvers API", "version": "0.1.0", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-json": "^2.3.4", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-json": "^2.4.0", + "gatsby-transformer-sharp": "^2.5.0", "prop-types": "^15.7.2", "react": "^16.6.3", "react-dom": "^16.6.3", diff --git a/examples/using-typescript/package.json b/examples/using-typescript/package.json index 42e08647330e8..8539aa0a351fa 100644 --- a/examples/using-typescript/package.json +++ b/examples/using-typescript/package.json @@ -12,9 +12,9 @@ "lint": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js" }, "dependencies": { - "gatsby": "^2.20.36", - "gatsby-plugin-typescript": "^2.3.5", - "gatsby-plugin-typography": "^2.4.4", + "gatsby": "^2.21.0", + "gatsby-plugin-typescript": "^2.4.0", + "gatsby-plugin-typography": "^2.5.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-typography": "^0.16.19", diff --git a/examples/using-video/package.json b/examples/using-video/package.json index 0e93ba1897b01..ede632037f386 100644 --- a/examples/using-video/package.json +++ b/examples/using-video/package.json @@ -8,7 +8,7 @@ "license": "MIT", "dependencies": { "file-loader": "^4.3.0", - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "react": "^16.4.0", "react-dom": "^16.4.0" }, diff --git a/examples/using-wordpress-with-acf/package.json b/examples/using-wordpress-with-acf/package.json index 180890b8c9005..232b536791afd 100644 --- a/examples/using-wordpress-with-acf/package.json +++ b/examples/using-wordpress-with-acf/package.json @@ -5,15 +5,15 @@ "version": "1.0.0-beta.6", "author": "Sebastien Fichot ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-core-utils": "^1.1.4", - "gatsby-image": "^2.3.5", - "gatsby-plugin-glamor": "^2.2.4", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-source-wordpress": "^3.2.6", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby": "^2.21.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-glamor": "^2.3.0", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-source-wordpress": "^3.3.0", + "gatsby-transformer-sharp": "^2.5.0", "glamor": "^2.20.40", "lodash": "^4.17.15", "react": "^16.3.2", diff --git a/examples/using-wordpress/package.json b/examples/using-wordpress/package.json index ab6661629aefb..ccceb0424b4f9 100644 --- a/examples/using-wordpress/package.json +++ b/examples/using-wordpress/package.json @@ -5,9 +5,9 @@ "version": "0.1.0", "author": "Vishwa Mehta ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-core-utils": "^1.1.4", - "gatsby-source-wordpress": "^3.2.6", + "gatsby": "^2.21.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-source-wordpress": "^3.3.0", "react": "^16.9.0", "react-dom": "^16.9.0", "react-helmet": "^5.2.1" diff --git a/starters/blog/package-lock.json b/starters/blog/package-lock.json index 96a36cd216d9e..ab7e023011596 100644 --- a/starters/blog/package-lock.json +++ b/starters/blog/package-lock.json @@ -1989,9 +1989,9 @@ } }, "@types/node": { - "version": "13.13.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.2.tgz", - "integrity": "sha512-LB2R1Oyhpg8gu4SON/mfforE525+Hi/M1ineICEDftqNVTyFg1aRIeGuTvXAoWHc4nbrFncWtJgMmoyRvuGh7A==" + "version": "13.13.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.4.tgz", + "integrity": "sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==" }, "@types/parse-json": { "version": "4.0.0", @@ -2930,9 +2930,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.8.5.tgz", - "integrity": "sha512-MnGJM4mYyhBS7xl0VUjbRk9ETRRl8H64nvg5VE3TPKPPVfRrdpUwYz0iCzFxixY+VCVkT407Wmu10Bh9AYL2SQ==" + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.0.tgz", + "integrity": "sha512-lvunFJ/JPhQHh5nOGepg1V5aX4zmbBgrd7qjlBObvQHF7Enz0yh6PznKnwtIX54i+bMOrWPUjCZUPXg3Xs+FLQ==" }, "babel-plugin-syntax-object-rest-spread": { "version": "6.13.0", @@ -2954,23 +2954,23 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.3.6.tgz", - "integrity": "sha512-3BZhFENS8KxP5Y0Y+XX8hntdfFkG3MRg5upwAeeM/P+k7wO0mBrUMNl+6ekYV1yEQabfMJq1sJG00w58r0KCMA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.0.tgz", + "integrity": "sha512-LbzP0CYBhSb9Y/rniMS2tgvtn3/8Yk1wEQ4McxuCemZkhvcCEPsqN38vqFkhn74MTQIwY8o0v9DgKE42N50c+Q==", "requires": { "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.8.3", + "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.9.0", "@babel/plugin-transform-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/runtime": "^7.8.7", - "babel-plugin-dynamic-import-node": "^2.3.0", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/runtime": "^7.9.2", + "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.1.4" + "gatsby-core-utils": "^1.2.0" } }, "babel-runtime": { @@ -3843,11 +3843,10 @@ } }, "cache-manager-fs-hash": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz", - "integrity": "sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.8.tgz", + "integrity": "sha512-U4N81RiwyUVSAutgfWxW1sV6YJRk9QgizCRXOqdEevMDNA+0uiXtnZTHYfg11RKyJnX+yXsaPsJHloIylk4ZhQ==", "requires": { - "es6-promisify": "^6.0.0", "lockfile": "^1.0.4" } }, @@ -4064,9 +4063,9 @@ } }, "chokidar": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.1.tgz", - "integrity": "sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", + "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", @@ -4075,7 +4074,7 @@ "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", - "readdirp": "~3.3.0" + "readdirp": "~3.4.0" }, "dependencies": { "anymatch": { @@ -4141,11 +4140,11 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, "readdirp": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.3.0.tgz", - "integrity": "sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", "requires": { - "picomatch": "^2.0.7" + "picomatch": "^2.2.1" } }, "to-regex-range": { @@ -6274,11 +6273,6 @@ "is-symbol": "^1.0.2" } }, - "es6-promisify": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.1.0.tgz", - "integrity": "sha512-jCsk2fpfEFusVv1MDkF4Uf0hAzIKNDMgR6LyOIw6a3jwkN1sCgWzuwgnsHY9YSQ8n8P31HoncvE0LC44cpWTrw==" - }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -8259,16 +8253,16 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.20.36", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.20.36.tgz", - "integrity": "sha512-op/rtiWTATX0e8EoQIm4xfXIb4zDkpUzx5sORBCoe1I13lX/q/Z3f6FM80WmFih89VngC9juXN7oGS8TF8GHxA==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.0.tgz", + "integrity": "sha512-+BU+WM15IOfJeagmo0kcbogL4oCY4E8k4qlIeC98cyucCvbkaDK9R1cuXZgslA73ZJOdnWUfea7NwWLiFndXRw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/core": "^7.8.7", - "@babel/parser": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/parser": "^7.9.4", "@babel/polyfill": "^7.8.7", - "@babel/runtime": "^7.8.7", - "@babel/traverse": "^7.8.6", + "@babel/runtime": "^7.9.2", + "@babel/traverse": "^7.9.5", "@hapi/joi": "^15.1.1", "@mikaelkristiansson/domready": "^1.0.10", "@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2", @@ -8277,23 +8271,23 @@ "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "address": "1.1.2", - "autoprefixer": "^9.7.4", + "autoprefixer": "^9.7.6", "axios": "^0.19.2", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "better-opn": "1.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "browserslist": "^4.9.1", + "browserslist": "^4.12.0", "cache-manager": "^2.11.1", - "cache-manager-fs-hash": "^0.0.7", + "cache-manager-fs-hash": "^0.0.8", "chalk": "^2.4.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "common-tags": "^1.8.0", "compression": "^1.7.4", "convert-hrtime": "^3.0.0", @@ -8301,18 +8295,18 @@ "core-js": "^2.6.11", "cors": "^2.8.5", "css-loader": "^1.0.1", - "date-fns": "^2.11.0", + "date-fns": "^2.12.0", "debug": "^3.2.6", "del": "^5.1.0", "detect-port": "^1.3.0", "devcert": "^1.1.0", "dotenv": "^8.2.0", "eslint": "^6.8.0", - "eslint-config-react-app": "^5.2.0", + "eslint-config-react-app": "^5.2.1", "eslint-loader": "^2.2.1", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-graphql": "^3.1.1", - "eslint-plugin-import": "^2.20.1", + "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^1.7.0", @@ -8324,18 +8318,18 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.11.22", - "gatsby-core-utils": "^1.1.4", - "gatsby-graphiql-explorer": "^0.3.5", - "gatsby-link": "^2.3.5", - "gatsby-plugin-page-creator": "^2.2.4", - "gatsby-react-router-scroll": "^2.2.3", - "gatsby-telemetry": "^1.2.6", + "gatsby-cli": "^2.12.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-graphiql-explorer": "^0.4.0", + "gatsby-link": "^2.4.0", + "gatsby-plugin-page-creator": "^2.3.0", + "gatsby-react-router-scroll": "^2.3.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", - "graphql-playground-middleware-express": "^1.7.12", + "graphql-playground-middleware-express": "^1.7.14", "hasha": "^5.2.0", "invariant": "^2.2.4", "is-relative": "^1.0.0", @@ -8366,7 +8360,7 @@ "pnp-webpack-plugin": "^1.6.4", "postcss-flexbugs-fixes": "^4.2.0", "postcss-loader": "^3.0.0", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "prop-types": "^15.7.2", "raw-loader": "^0.5.1", "react-dev-utils": "^4.2.3", @@ -8378,7 +8372,7 @@ "semver": "^5.7.1", "shallow-compare": "^1.2.2", "sift": "^5.1.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "slugify": "^1.4.0", "socket.io": "^2.3.0", "stack-trace": "^0.0.10", @@ -8391,14 +8385,14 @@ "util.promisify": "^1.0.1", "uuid": "^3.4.0", "v8-compile-cache": "^1.1.2", - "webpack": "~4.42.0", + "webpack": "~4.43.0", "webpack-dev-middleware": "^3.7.2", "webpack-dev-server": "^3.10.3", "webpack-hot-middleware": "^2.25.0", "webpack-merge": "^4.2.2", "webpack-stats-plugin": "^0.3.1", - "xstate": "^4.8.0", - "yaml-loader": "^0.5.0" + "xstate": "^4.9.1", + "yaml-loader": "^0.6.0" }, "dependencies": { "ansi-regex": { @@ -8432,28 +8426,28 @@ } }, "gatsby-cli": { - "version": "2.11.22", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.11.22.tgz", - "integrity": "sha512-lU3uXiTASgbpb/iT4vvdOFST7H9LNSx54I6XG/cYOJ2z7ezB2JshuetLdfhb1HqwniIscvX60hbibcCKBd4YIw==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.0.tgz", + "integrity": "sha512-AT1vI09OvfEbjjpKgS2EFWC7UDdZzUJYe6Da2hN7dlcyzk9Z/qNrLu7j6PMtFbjKM3EMK2zSCX8NZ4g9igAIeg==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@hapi/joi": "^15.1.1", "better-opn": "^1.0.0", "bluebird": "^3.7.2", "chalk": "^2.4.2", - "clipboardy": "^2.2.0", + "clipboardy": "^2.3.0", "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", "core-js": "^2.6.11", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-recipes": "^0.0.19", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-recipes": "^0.1.0", + "gatsby-telemetry": "^1.3.0", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", "ink-spinner": "^3.0.1", @@ -8465,12 +8459,12 @@ "opentracing": "^0.14.4", "pretty-error": "^2.1.1", "progress": "^2.0.3", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "react": "^16.8.0", "redux": "^4.0.5", "resolve-cwd": "^2.0.0", "semver": "^6.3.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "source-map": "0.7.3", "stack-trace": "^0.0.10", "strip-ansi": "^5.2.0", @@ -8609,9 +8603,9 @@ } }, "gatsby-core-utils": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.4.tgz", - "integrity": "sha512-cXUB9PiPGqHzbFlwnJMgd9ezXb1goWOufh8oJglxp4x7vlPKUjPWpVG0UkwF6HNunpreN4WD8Jex5ed/dxEgtw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.0.tgz", + "integrity": "sha512-JBsVbniXObn26Hms8Je1vJdhMW04GesochBVLcaTraZC5dfqZDExPix65jrye/voC0YfFtXIngm59yspYZm1OQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8619,54 +8613,54 @@ } }, "gatsby-graphiql-explorer": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.3.5.tgz", - "integrity": "sha512-leGZY7oZHurMlb1fDgyzaUMhvuiw+EbtrQtD5O9niNpGPCCtrHVeYaYDx/Kh+udtwe5YMYKkZ+YjteQKg7ezEg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.0.tgz", + "integrity": "sha512-BddSKv1WgLnwmj0S/xyUt5jWCgWedZPuqjweMX6EwUBh36uKaI962VyRbwqE/pLdmKBMOU7u9zjNBcK5LXKbxA==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-image": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.3.5.tgz", - "integrity": "sha512-FRbmYrE+bFENiI2QGUwy0SKvNTOsxYHh6qNMdO3qwil0mtkiQax64ydExdEq1BciUVbvMqomd5n/yKu+cnuJVg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.0.tgz", + "integrity": "sha512-VkGZ5SiIi0eC1tt45rIWqu19ZA2P1lMmNgCIqM4AK4q+ib1x0WhiGOeIEsIYk7udlfLXEy7A0uzadsv8EZSy/w==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" } }, "gatsby-link": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.3.5.tgz", - "integrity": "sha512-FzagAbg+hW+3YEfo9YUxwDoReB3w5AnsImYf3RkF7Z0HDW+YfYNFh8pg+iItlGXW+eVKZJavMz5lbqpD6H/m3w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.0.tgz", + "integrity": "sha512-ElaUagFLlPqtLFZc7wd9RxckfMRf45Ro1X5QZi6Lz9wNQzpT/cCYzARgfcfEbM5Dsg3/p0mIQR1+0Cbjqk+1tQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@types/reach__router": "^1.3.3", "prop-types": "^15.7.2" } }, "gatsby-page-utils": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.1.4.tgz", - "integrity": "sha512-TFZJZ5Nl4u0ZUUvKsm16MXZEMB9P8QCndHtkLQpNsrlUz4hiSYcb3uPgAm0WPBNL+R4PXsaXyaCysKDeMKMpGQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.0.tgz", + "integrity": "sha512-kyvFYjGXWNKRignUaspko0TFrBufUPB0+uA+w30A81Jzc2FjD5e2yYByRBb7/pGPrHXXm7TySBt9n4/KVkXD2g==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-plugin-feed": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.4.4.tgz", - "integrity": "sha512-yJFDWFLAcji7PmFYmYr4MjCo+KiZObZXh7VTCJsOchK1XsZhWOmkpdQagnGDeL/oCpNWmQpQ8VrGocFD1Bk7ZA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.5.0.tgz", + "integrity": "sha512-cdZq/u49f3RAH8iaZoUSV4W/naYFAWQETjnQmaEQUPzZoChUFV4gaFgoJlR7LypmFyOlU15RAapcNW5lGZ910A==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@hapi/joi": "^15.1.1", "fs-extra": "^8.1.0", "lodash.merge": "^4.6.2", @@ -8674,33 +8668,33 @@ } }, "gatsby-plugin-google-analytics": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.2.5.tgz", - "integrity": "sha512-pB03ICMXMcCSf8Qq/h0Pd0J3JpSpBPp78JJv8rDDfD3Ly6+SWuREBdkrq1d3CpwJ3ANGiaH3aGtN7ztlwmoXsw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.3.0.tgz", + "integrity": "sha512-ekXMjLpkoRT6eYC8eOEOhSDLsSBPBsZ6JQydvcmDqy/cCgc+B66icPlqd4G/Lst13Ede2z2cOMuntEsEXf6CvA==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "minimatch": "3.0.4" } }, "gatsby-plugin-manifest": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.3.7.tgz", - "integrity": "sha512-XeOxDP5Gh8epSrzjrYuIMXNKkBL1hIk/TXrAwOag/DlPO8fN90JlPyk4JwhpNoMzun9rcTfxBO8k9BphYuZhEg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.0.tgz", + "integrity": "sha512-z61gZHnMZxYRhA1cU8vp7+COgZv2xnlz6uepDeCvb3TtB70JKcYfegsJqmkv90WOvumF9YYt+/p9yckGJWIQwQ==", "requires": { - "@babel/runtime": "^7.8.7", - "gatsby-core-utils": "^1.1.4", + "@babel/runtime": "^7.9.2", + "gatsby-core-utils": "^1.2.0", "semver": "^5.7.1", "sharp": "^0.25.1" } }, "gatsby-plugin-offline": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.1.5.tgz", - "integrity": "sha512-dinAvRgyra5slzgBOLpzE+PZ82kjsi+UhZtseYUBTQOJZeAWlTtxCjNI+TJD6uQQAew/qNOkTh9OPSV/iBnKEg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.0.tgz", + "integrity": "sha512-Wo7QrsPDcecA95X4cFi4vmFAi18Yfxii2BdEZEtR3IdqQr1/c8jyDZgR2fV7I/13ifIASXrp03jZd+J1xK91JA==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.15", @@ -8708,37 +8702,37 @@ } }, "gatsby-plugin-page-creator": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.2.4.tgz", - "integrity": "sha512-14GjgnEJMfi59zyXTMpBoAPPmF19H+2dDCbeDJ1CgbuO5P9jTsOTaKGnrtjdt9uFVV598IaEdKu2ztpXjxkeyw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.0.tgz", + "integrity": "sha512-5FWntUeutF1YUJUy0EHuZE6xBFOljIXSVFJ9gOoQbLUrFw7ba3OW6a7DBruteRX6oOWaQ3YtjGgGOEbpsP3lTQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.1.4", + "gatsby-page-utils": "^0.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-plugin-react-helmet": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.2.5.tgz", - "integrity": "sha512-Lbt1kWBAQE1RsZHxPxYov+M9X7PNaQuzfOS6Cplfp7+dN+Dm7lOe/iLMP/vM/GLCEyxJnY072JyIb6XkBgH5ZA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.0.tgz", + "integrity": "sha512-Z0G2/+fvX+FRkvd5H5VezJKlWNz39P6SZnPliIk6tGbKP4RIry5xdZYmyd3bn+IsyNvm2GmDoTQfOSqxsYNweQ==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-plugin-sharp": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.5.7.tgz", - "integrity": "sha512-TYY0+XKBwSzi3XNcRdusVe3uKrYbozqNgTgEp2Qji9yvNscXYAD/0nCPZ42Dyhfm+R2IeRMLzeajXQy7ZUwQBg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.0.tgz", + "integrity": "sha512-Bx6Nmnf26rtEplf424eF8X9QIQui6y7Eq8mUxxYvkiq/aKZQtSCwc7yzgovW7xgzrjujbOG00+6q3oFKqW7qOA==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", @@ -8746,7 +8740,7 @@ "imagemin-webp": "^5.1.0", "lodash": "^4.17.15", "mini-svg-data-uri": "^1.1.3", - "potrace": "^2.1.5", + "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "progress": "^2.0.3", "semver": "^5.7.1", @@ -8766,19 +8760,19 @@ } }, "gatsby-plugin-typography": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-2.4.4.tgz", - "integrity": "sha512-8q3c2p7Id4xTGp633s6fHpOzXwHsub+mCYr5W4UnMWCgAvKLRbg9A68uoNLrBdKIbaDtxNoMft3fEmdgGE/csw==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-2.5.0.tgz", + "integrity": "sha512-XYW0FZ1Q+hJypWIt34sR/xh4jh4RAcj0l+3dz7qO2nl0r8YBsRnxRZR6gIL7r+v4HGarmRuK4qJskvyxzeRXCw==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-react-router-scroll": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.2.3.tgz", - "integrity": "sha512-14A4NCGl266bXAZCZZySCL/D0+d5SckRGYdBF9uNwLjTdYbcBWlSkiKT6nanqSdQDA+VIun1SGpqsmIr0I5XXw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.3.0.tgz", + "integrity": "sha512-P0XR2G61pRJDO5FPe6l9GFgu3B55v0WNRBzA+H8edXtAOqFavTdfVg/CANEBu/7m0fRmUaZ8hFmvMX56ptbQ5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "scroll-behavior": "^0.9.12", "warning": "^3.0.0" }, @@ -8794,28 +8788,28 @@ } }, "gatsby-recipes": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.0.19.tgz", - "integrity": "sha512-591V5j+jhP1CmgANiBwWsAWbKTsZ9t5Uor4hYtnbTfx2ZefIVTd65fgvE/ajioPbAQ14USd/Z3yplHQ8Ne9Hfw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.0.tgz", + "integrity": "sha512-HKg9q+/Pgaw4KxTXwksZds2qjyv25IbzXABMNwtFD8V4Nh/l0szYKwJxZcptfyp2ftMv1WnK9cjF5CT1HjpwDw==", "requires": { - "@babel/core": "^7.8.7", + "@babel/core": "^7.9.0", "@babel/generator": "^7.9.5", "@babel/standalone": "^7.9.5", "@babel/template": "^7.8.6", "@babel/types": "^7.9.5", "@hapi/joi": "^15.1.1", - "@mdx-js/mdx": "^1.5.8", - "@mdx-js/react": "^1.5.8", - "@mdx-js/runtime": "^1.5.8", + "@mdx-js/mdx": "^1.5.9", + "@mdx-js/react": "^1.5.9", + "@mdx-js/runtime": "^1.5.9", "acorn": "^7.1.1", "acorn-jsx": "^5.2.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "cors": "^2.8.5", "detect-port": "^1.3.0", "event-source-polyfill": "^1.0.12", @@ -8823,8 +8817,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", @@ -8834,7 +8828,7 @@ "humanize-list": "^1.0.1", "import-jsx": "^4.0.0", "ink-box": "^1.0.0", - "ink-link": "^1.0.0", + "ink-link": "^1.1.0", "ink-select-input": "^3.1.2", "ink-spinner": "^3.0.1", "is-blank": "^2.1.0", @@ -8842,11 +8836,11 @@ "is-relative": "^1.0.0", "is-string": "^1.0.5", "is-url": "^1.2.4", - "jest-diff": "^25.3.0", + "jest-diff": "^25.4.0", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "pkg-dir": "^4.2.0", - "prettier": "^2.0.4", + "prettier": "^2.0.5", "remark-stringify": "^8.0.0", "semver": "^7.3.2", "single-trailing-newline": "^1.0.0", @@ -8856,9 +8850,9 @@ "unist-util-remove": "^2.0.0", "unist-util-visit": "^2.0.2", "url-loader": "^1.1.2", - "urql": "^1.9.5", - "ws": "^7.2.3", - "xstate": "^4.8.0" + "urql": "^1.9.7", + "ws": "^7.2.5", + "xstate": "^4.9.1" }, "dependencies": { "cross-spawn": { @@ -8993,11 +8987,11 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.2.4.tgz", - "integrity": "sha512-UxtoTrIAqqn+yghka6+nhFsmPgVUEBH2zITRV7RSOcdDgZoTOvrKxpKAoZkEsK/TSFzSZXDiJLDNSTzI598Udw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.3.0.tgz", + "integrity": "sha512-9N1BaHf9excQ319I/sc1e6j+Ovl2cpqRlnROHy67F44MwzVwYHvIeT61NhGm5Pm3Pvu+70HSKio+yrtuW7I9Ig==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "cheerio": "^1.0.0-rc.3", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", @@ -9026,19 +9020,19 @@ } }, "gatsby-remark-images": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.2.6.tgz", - "integrity": "sha512-2Yp4PH5HHDf+7Iw1nEhpPIxWqbXKVsalDwkuudSB289l+xs29IdW/XchbJ/94PuS0eeUoUDqaISvW/4Q5moAfQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.3.0.tgz", + "integrity": "sha512-I60o3Mfc51yk8hPDD0J3pR883fuvy3VN9Eba8U8EkQDH71wjeu3leoF9ReRDfg6StYIRW+xug7OZyjCfdvvz5w==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.15", "mdast-util-definitions": "^1.2.5", - "potrace": "^2.1.5", - "query-string": "^6.11.1", + "potrace": "^2.1.6", + "query-string": "^6.12.1", "unist-util-select": "^1.5.0", "unist-util-visit-parents": "^2.1.2" }, @@ -9085,11 +9079,11 @@ } }, "gatsby-remark-prismjs": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.4.5.tgz", - "integrity": "sha512-vw3VgHm4/o0xtxCBtfLztLU/fRHgdb6skTJ3DXlALCOaXqJ5cQjM8iShg3j5gOiEuMa7xxFUTaIAwKmMK0WbfQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.5.0.tgz", + "integrity": "sha512-ADzpWUaJJB+5bshybw4AC1f1mPZwENgoemlsAl7uBxjZ1B9HIubzKPXFNTyrGdaTkJs49Z6id9QCnZfHdefHtg==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "parse-numeric-range": "^0.0.2", "unist-util-visit": "^1.4.1" }, @@ -9113,11 +9107,11 @@ } }, "gatsby-remark-responsive-iframe": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-2.3.4.tgz", - "integrity": "sha512-lMgn3ulYv/dxeb3XPi77uaMSS7ILNJEV19DMfWESDlj/izgjkvmoWvJS21g7mWHdMY3aOa8bhJV8h2Ua0KVv1w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-2.4.0.tgz", + "integrity": "sha512-2c5D95sJx9CCv49x1Y6YAD1xRlgyOMORme1DAgwhGMXT2dybgvKgrI7S5lkLfIHELNmxtNeuT2SbLP48fXyZhg==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "cheerio": "^1.0.0-rc.3", "common-tags": "^1.8.0", "lodash": "^4.17.15", @@ -9143,11 +9137,11 @@ } }, "gatsby-remark-smartypants": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.2.4.tgz", - "integrity": "sha512-zxk9dTI/uVx7JesXdOlow7VyB02LUkGSw4PtHKKxXsf2umTuv/yLsScbh9svrItZoGZmQwl+03WeSkF8n0fJlg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.3.0.tgz", + "integrity": "sha512-7Go43ZP4qgNEPOIgHub05IP6yzNy29dwIHMOEDByu7fufcdCLMh1feUZsvITh2ghyrWkM4xR+60UxE9XmXMY5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "retext": "^5.0.0", "retext-smartypants": "^3.0.3", "unist-util-visit": "^1.4.1" @@ -9172,17 +9166,17 @@ } }, "gatsby-source-filesystem": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.5.tgz", - "integrity": "sha512-mZ8gPENU6iykLuoSJTb6bSydaJek7b7LwOPWpzThsdz/WiqhdfUV18SSP0G9/Eq62Tr6QUOLrmk4dBG5vI5Vmg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.0.tgz", + "integrity": "sha512-SUJbbl4hYyvudGImU86amxIfqYoYpkITlY0lHV7azeAQj3199ZUqO0hGwbl4MZ5fNwwQEbANEUbsoPkyc/QUZQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.4", @@ -9190,7 +9184,7 @@ "progress": "^2.0.3", "read-chunk": "^3.2.0", "valid-url": "^1.0.9", - "xstate": "^4.8.0" + "xstate": "^4.9.1" }, "dependencies": { "file-type": { @@ -9219,18 +9213,18 @@ } }, "gatsby-telemetry": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.2.6.tgz", - "integrity": "sha512-dPR7Ij+dkNyQQ/eHt2OFD793txv+LXN7NhZIsCT20NV7UUlPFtN+xOjmj1eRGQXe0bbgNZis24A7zN18vwKi7Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.0.tgz", + "integrity": "sha512-efqPO6grC/lkf01bI+NPhgu6cvTY2n+ecVk1m3QTVu2K1yVW8zwqPEEQlD1jw5CZ1muF4bcc6lvMEY7BcdiHtw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "boxen": "^4.2.0", "configstore": "^5.0.1", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "git-up": "4.0.1", "is-docker": "2.0.0", "lodash": "^4.17.15", @@ -9255,13 +9249,13 @@ } }, "gatsby-transformer-remark": { - "version": "2.7.5", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.7.5.tgz", - "integrity": "sha512-/2vehj+Ev7zpAF1OL0jqttjrCU0Ti2SXRwYbYtAo/AkXTM/Wn6yA7gLUOT74eM/Q2DosKcQVB3rkob/uJiXayQ==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.8.0.tgz", + "integrity": "sha512-5x21ko5ZxFfaCcqsRlyKtxVKkMYmFnIqsFIjswiEy/1x39Z54rK29Vv3tGZIi9+OKbcILtKuwqOX+e8DzQ4BBw==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "gray-matter": "^4.0.2", "hast-util-raw": "^4.0.0", "hast-util-to-html": "^4.0.1", @@ -9274,7 +9268,7 @@ "remark-retext": "^3.1.3", "remark-stringify": "6.0.4", "retext-english": "^3.0.4", - "sanitize-html": "^1.22.1", + "sanitize-html": "^1.23.0", "underscore.string": "^3.3.5", "unified": "^6.2.0", "unist-util-remove-position": "^1.1.4", @@ -9561,14 +9555,14 @@ } }, "gatsby-transformer-sharp": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.4.7.tgz", - "integrity": "sha512-7/fMY/N+2TMqBUBq6CJMJ6ag6Y6wWXACYYWkPnb9hxtwbY7tOwnIxjstcgqbRjW56rmsyX+HWzegCXlZ0uSJEA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.0.tgz", + "integrity": "sha512-MaoqJustBZqKFrTzpaLq1AZbi1e19tC7wPEVPgU7ppTM+1mnyPcsDsot7BXE7/6IR90FGE8pBEYY0AdjY8EEHQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "potrace": "^2.1.5", + "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "semver": "^5.7.1", "sharp": "^0.25.1" @@ -19326,15 +19320,15 @@ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" }, "webpack": { - "version": "4.42.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.42.1.tgz", - "integrity": "sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==", + "version": "4.43.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz", + "integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==", "requires": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/wasm-edit": "1.9.0", "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.2.1", + "acorn": "^6.4.1", "ajv": "^6.10.2", "ajv-keywords": "^3.4.1", "chrome-trace-event": "^1.0.2", @@ -19351,7 +19345,7 @@ "schema-utils": "^1.0.0", "tapable": "^1.1.3", "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.6.0", + "watchpack": "^1.6.1", "webpack-sources": "^1.4.1" }, "dependencies": { @@ -20148,11 +20142,37 @@ } }, "yaml-loader": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.5.0.tgz", - "integrity": "sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.6.0.tgz", + "integrity": "sha512-1bNiLelumURyj+zvVHOv8Y3dpCri0F2S+DCcmps0pA1zWRLjS+FhZQg4o3aUUDYESh73+pKZNI18bj7stpReow==", "requires": { - "js-yaml": "^3.5.2" + "loader-utils": "^1.4.0", + "yaml": "^1.8.3" + }, + "dependencies": { + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } } }, "yargs": { diff --git a/starters/blog/package.json b/starters/blog/package.json index f7078b9c83096..bfcfc7ab46118 100644 --- a/starters/blog/package.json +++ b/starters/blog/package.json @@ -8,23 +8,23 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-feed": "^2.4.4", - "gatsby-plugin-google-analytics": "^2.2.5", - "gatsby-plugin-manifest": "^2.3.7", - "gatsby-plugin-offline": "^3.1.5", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-plugin-typography": "^2.4.4", - "gatsby-remark-copy-linked-files": "^2.2.4", - "gatsby-remark-images": "^3.2.6", - "gatsby-remark-prismjs": "^3.4.5", - "gatsby-remark-responsive-iframe": "^2.3.4", - "gatsby-remark-smartypants": "^2.2.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-remark": "^2.7.5", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-feed": "^2.5.0", + "gatsby-plugin-google-analytics": "^2.3.0", + "gatsby-plugin-manifest": "^2.4.0", + "gatsby-plugin-offline": "^3.2.0", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-plugin-typography": "^2.5.0", + "gatsby-remark-copy-linked-files": "^2.3.0", + "gatsby-remark-images": "^3.3.0", + "gatsby-remark-prismjs": "^3.5.0", + "gatsby-remark-responsive-iframe": "^2.4.0", + "gatsby-remark-smartypants": "^2.3.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-remark": "^2.8.0", + "gatsby-transformer-sharp": "^2.5.0", "prismjs": "^1.20.0", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/starters/default/package-lock.json b/starters/default/package-lock.json index 4f272b35706b1..2f93697be6a3f 100644 --- a/starters/default/package-lock.json +++ b/starters/default/package-lock.json @@ -1981,9 +1981,9 @@ } }, "@types/node": { - "version": "13.13.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.2.tgz", - "integrity": "sha512-LB2R1Oyhpg8gu4SON/mfforE525+Hi/M1ineICEDftqNVTyFg1aRIeGuTvXAoWHc4nbrFncWtJgMmoyRvuGh7A==" + "version": "13.13.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.4.tgz", + "integrity": "sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==" }, "@types/parse-json": { "version": "4.0.0", @@ -2899,9 +2899,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.8.5.tgz", - "integrity": "sha512-MnGJM4mYyhBS7xl0VUjbRk9ETRRl8H64nvg5VE3TPKPPVfRrdpUwYz0iCzFxixY+VCVkT407Wmu10Bh9AYL2SQ==" + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.0.tgz", + "integrity": "sha512-lvunFJ/JPhQHh5nOGepg1V5aX4zmbBgrd7qjlBObvQHF7Enz0yh6PznKnwtIX54i+bMOrWPUjCZUPXg3Xs+FLQ==" }, "babel-plugin-syntax-object-rest-spread": { "version": "6.13.0", @@ -2923,23 +2923,23 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.3.6.tgz", - "integrity": "sha512-3BZhFENS8KxP5Y0Y+XX8hntdfFkG3MRg5upwAeeM/P+k7wO0mBrUMNl+6ekYV1yEQabfMJq1sJG00w58r0KCMA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.0.tgz", + "integrity": "sha512-LbzP0CYBhSb9Y/rniMS2tgvtn3/8Yk1wEQ4McxuCemZkhvcCEPsqN38vqFkhn74MTQIwY8o0v9DgKE42N50c+Q==", "requires": { "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.8.3", + "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.9.0", "@babel/plugin-transform-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/runtime": "^7.8.7", - "babel-plugin-dynamic-import-node": "^2.3.0", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/runtime": "^7.9.2", + "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.1.4" + "gatsby-core-utils": "^1.2.0" } }, "babel-runtime": { @@ -3812,11 +3812,10 @@ } }, "cache-manager-fs-hash": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz", - "integrity": "sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.8.tgz", + "integrity": "sha512-U4N81RiwyUVSAutgfWxW1sV6YJRk9QgizCRXOqdEevMDNA+0uiXtnZTHYfg11RKyJnX+yXsaPsJHloIylk4ZhQ==", "requires": { - "es6-promisify": "^6.0.0", "lockfile": "^1.0.4" } }, @@ -4033,9 +4032,9 @@ } }, "chokidar": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.1.tgz", - "integrity": "sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", + "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", @@ -4044,7 +4043,7 @@ "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", - "readdirp": "~3.3.0" + "readdirp": "~3.4.0" }, "dependencies": { "anymatch": { @@ -4110,11 +4109,11 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, "readdirp": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.3.0.tgz", - "integrity": "sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", "requires": { - "picomatch": "^2.0.7" + "picomatch": "^2.2.1" } }, "to-regex-range": { @@ -6197,11 +6196,6 @@ "is-symbol": "^1.0.2" } }, - "es6-promisify": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.1.0.tgz", - "integrity": "sha512-jCsk2fpfEFusVv1MDkF4Uf0hAzIKNDMgR6LyOIw6a3jwkN1sCgWzuwgnsHY9YSQ8n8P31HoncvE0LC44cpWTrw==" - }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -8182,16 +8176,16 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.20.36", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.20.36.tgz", - "integrity": "sha512-op/rtiWTATX0e8EoQIm4xfXIb4zDkpUzx5sORBCoe1I13lX/q/Z3f6FM80WmFih89VngC9juXN7oGS8TF8GHxA==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.0.tgz", + "integrity": "sha512-+BU+WM15IOfJeagmo0kcbogL4oCY4E8k4qlIeC98cyucCvbkaDK9R1cuXZgslA73ZJOdnWUfea7NwWLiFndXRw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/core": "^7.8.7", - "@babel/parser": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/parser": "^7.9.4", "@babel/polyfill": "^7.8.7", - "@babel/runtime": "^7.8.7", - "@babel/traverse": "^7.8.6", + "@babel/runtime": "^7.9.2", + "@babel/traverse": "^7.9.5", "@hapi/joi": "^15.1.1", "@mikaelkristiansson/domready": "^1.0.10", "@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2", @@ -8200,23 +8194,23 @@ "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "address": "1.1.2", - "autoprefixer": "^9.7.4", + "autoprefixer": "^9.7.6", "axios": "^0.19.2", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "better-opn": "1.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "browserslist": "^4.9.1", + "browserslist": "^4.12.0", "cache-manager": "^2.11.1", - "cache-manager-fs-hash": "^0.0.7", + "cache-manager-fs-hash": "^0.0.8", "chalk": "^2.4.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "common-tags": "^1.8.0", "compression": "^1.7.4", "convert-hrtime": "^3.0.0", @@ -8224,18 +8218,18 @@ "core-js": "^2.6.11", "cors": "^2.8.5", "css-loader": "^1.0.1", - "date-fns": "^2.11.0", + "date-fns": "^2.12.0", "debug": "^3.2.6", "del": "^5.1.0", "detect-port": "^1.3.0", "devcert": "^1.1.0", "dotenv": "^8.2.0", "eslint": "^6.8.0", - "eslint-config-react-app": "^5.2.0", + "eslint-config-react-app": "^5.2.1", "eslint-loader": "^2.2.1", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-graphql": "^3.1.1", - "eslint-plugin-import": "^2.20.1", + "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^1.7.0", @@ -8247,18 +8241,18 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.11.22", - "gatsby-core-utils": "^1.1.4", - "gatsby-graphiql-explorer": "^0.3.5", - "gatsby-link": "^2.3.5", - "gatsby-plugin-page-creator": "^2.2.4", - "gatsby-react-router-scroll": "^2.2.3", - "gatsby-telemetry": "^1.2.6", + "gatsby-cli": "^2.12.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-graphiql-explorer": "^0.4.0", + "gatsby-link": "^2.4.0", + "gatsby-plugin-page-creator": "^2.3.0", + "gatsby-react-router-scroll": "^2.3.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", - "graphql-playground-middleware-express": "^1.7.12", + "graphql-playground-middleware-express": "^1.7.14", "hasha": "^5.2.0", "invariant": "^2.2.4", "is-relative": "^1.0.0", @@ -8289,7 +8283,7 @@ "pnp-webpack-plugin": "^1.6.4", "postcss-flexbugs-fixes": "^4.2.0", "postcss-loader": "^3.0.0", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "prop-types": "^15.7.2", "raw-loader": "^0.5.1", "react-dev-utils": "^4.2.3", @@ -8301,7 +8295,7 @@ "semver": "^5.7.1", "shallow-compare": "^1.2.2", "sift": "^5.1.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "slugify": "^1.4.0", "socket.io": "^2.3.0", "stack-trace": "^0.0.10", @@ -8314,14 +8308,14 @@ "util.promisify": "^1.0.1", "uuid": "^3.4.0", "v8-compile-cache": "^1.1.2", - "webpack": "~4.42.0", + "webpack": "~4.43.0", "webpack-dev-middleware": "^3.7.2", "webpack-dev-server": "^3.10.3", "webpack-hot-middleware": "^2.25.0", "webpack-merge": "^4.2.2", "webpack-stats-plugin": "^0.3.1", - "xstate": "^4.8.0", - "yaml-loader": "^0.5.0" + "xstate": "^4.9.1", + "yaml-loader": "^0.6.0" }, "dependencies": { "ansi-regex": { @@ -8355,28 +8349,28 @@ } }, "gatsby-cli": { - "version": "2.11.22", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.11.22.tgz", - "integrity": "sha512-lU3uXiTASgbpb/iT4vvdOFST7H9LNSx54I6XG/cYOJ2z7ezB2JshuetLdfhb1HqwniIscvX60hbibcCKBd4YIw==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.0.tgz", + "integrity": "sha512-AT1vI09OvfEbjjpKgS2EFWC7UDdZzUJYe6Da2hN7dlcyzk9Z/qNrLu7j6PMtFbjKM3EMK2zSCX8NZ4g9igAIeg==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@hapi/joi": "^15.1.1", "better-opn": "^1.0.0", "bluebird": "^3.7.2", "chalk": "^2.4.2", - "clipboardy": "^2.2.0", + "clipboardy": "^2.3.0", "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", "core-js": "^2.6.11", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-recipes": "^0.0.19", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-recipes": "^0.1.0", + "gatsby-telemetry": "^1.3.0", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", "ink-spinner": "^3.0.1", @@ -8388,12 +8382,12 @@ "opentracing": "^0.14.4", "pretty-error": "^2.1.1", "progress": "^2.0.3", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "react": "^16.8.0", "redux": "^4.0.5", "resolve-cwd": "^2.0.0", "semver": "^6.3.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "source-map": "0.7.3", "stack-trace": "^0.0.10", "strip-ansi": "^5.2.0", @@ -8532,9 +8526,9 @@ } }, "gatsby-core-utils": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.4.tgz", - "integrity": "sha512-cXUB9PiPGqHzbFlwnJMgd9ezXb1goWOufh8oJglxp4x7vlPKUjPWpVG0UkwF6HNunpreN4WD8Jex5ed/dxEgtw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.0.tgz", + "integrity": "sha512-JBsVbniXObn26Hms8Je1vJdhMW04GesochBVLcaTraZC5dfqZDExPix65jrye/voC0YfFtXIngm59yspYZm1OQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8542,67 +8536,67 @@ } }, "gatsby-graphiql-explorer": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.3.5.tgz", - "integrity": "sha512-leGZY7oZHurMlb1fDgyzaUMhvuiw+EbtrQtD5O9niNpGPCCtrHVeYaYDx/Kh+udtwe5YMYKkZ+YjteQKg7ezEg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.0.tgz", + "integrity": "sha512-BddSKv1WgLnwmj0S/xyUt5jWCgWedZPuqjweMX6EwUBh36uKaI962VyRbwqE/pLdmKBMOU7u9zjNBcK5LXKbxA==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-image": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.3.5.tgz", - "integrity": "sha512-FRbmYrE+bFENiI2QGUwy0SKvNTOsxYHh6qNMdO3qwil0mtkiQax64ydExdEq1BciUVbvMqomd5n/yKu+cnuJVg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.0.tgz", + "integrity": "sha512-VkGZ5SiIi0eC1tt45rIWqu19ZA2P1lMmNgCIqM4AK4q+ib1x0WhiGOeIEsIYk7udlfLXEy7A0uzadsv8EZSy/w==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" } }, "gatsby-link": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.3.5.tgz", - "integrity": "sha512-FzagAbg+hW+3YEfo9YUxwDoReB3w5AnsImYf3RkF7Z0HDW+YfYNFh8pg+iItlGXW+eVKZJavMz5lbqpD6H/m3w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.0.tgz", + "integrity": "sha512-ElaUagFLlPqtLFZc7wd9RxckfMRf45Ro1X5QZi6Lz9wNQzpT/cCYzARgfcfEbM5Dsg3/p0mIQR1+0Cbjqk+1tQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@types/reach__router": "^1.3.3", "prop-types": "^15.7.2" } }, "gatsby-page-utils": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.1.4.tgz", - "integrity": "sha512-TFZJZ5Nl4u0ZUUvKsm16MXZEMB9P8QCndHtkLQpNsrlUz4hiSYcb3uPgAm0WPBNL+R4PXsaXyaCysKDeMKMpGQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.0.tgz", + "integrity": "sha512-kyvFYjGXWNKRignUaspko0TFrBufUPB0+uA+w30A81Jzc2FjD5e2yYByRBb7/pGPrHXXm7TySBt9n4/KVkXD2g==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-plugin-manifest": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.3.7.tgz", - "integrity": "sha512-XeOxDP5Gh8epSrzjrYuIMXNKkBL1hIk/TXrAwOag/DlPO8fN90JlPyk4JwhpNoMzun9rcTfxBO8k9BphYuZhEg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.0.tgz", + "integrity": "sha512-z61gZHnMZxYRhA1cU8vp7+COgZv2xnlz6uepDeCvb3TtB70JKcYfegsJqmkv90WOvumF9YYt+/p9yckGJWIQwQ==", "requires": { - "@babel/runtime": "^7.8.7", - "gatsby-core-utils": "^1.1.4", + "@babel/runtime": "^7.9.2", + "gatsby-core-utils": "^1.2.0", "semver": "^5.7.1", "sharp": "^0.25.1" } }, "gatsby-plugin-offline": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.1.5.tgz", - "integrity": "sha512-dinAvRgyra5slzgBOLpzE+PZ82kjsi+UhZtseYUBTQOJZeAWlTtxCjNI+TJD6uQQAew/qNOkTh9OPSV/iBnKEg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.0.tgz", + "integrity": "sha512-Wo7QrsPDcecA95X4cFi4vmFAi18Yfxii2BdEZEtR3IdqQr1/c8jyDZgR2fV7I/13ifIASXrp03jZd+J1xK91JA==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.15", @@ -8610,37 +8604,37 @@ } }, "gatsby-plugin-page-creator": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.2.4.tgz", - "integrity": "sha512-14GjgnEJMfi59zyXTMpBoAPPmF19H+2dDCbeDJ1CgbuO5P9jTsOTaKGnrtjdt9uFVV598IaEdKu2ztpXjxkeyw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.0.tgz", + "integrity": "sha512-5FWntUeutF1YUJUy0EHuZE6xBFOljIXSVFJ9gOoQbLUrFw7ba3OW6a7DBruteRX6oOWaQ3YtjGgGOEbpsP3lTQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.1.4", + "gatsby-page-utils": "^0.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-plugin-react-helmet": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.2.5.tgz", - "integrity": "sha512-Lbt1kWBAQE1RsZHxPxYov+M9X7PNaQuzfOS6Cplfp7+dN+Dm7lOe/iLMP/vM/GLCEyxJnY072JyIb6XkBgH5ZA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.0.tgz", + "integrity": "sha512-Z0G2/+fvX+FRkvd5H5VezJKlWNz39P6SZnPliIk6tGbKP4RIry5xdZYmyd3bn+IsyNvm2GmDoTQfOSqxsYNweQ==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-plugin-sharp": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.5.7.tgz", - "integrity": "sha512-TYY0+XKBwSzi3XNcRdusVe3uKrYbozqNgTgEp2Qji9yvNscXYAD/0nCPZ42Dyhfm+R2IeRMLzeajXQy7ZUwQBg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.0.tgz", + "integrity": "sha512-Bx6Nmnf26rtEplf424eF8X9QIQui6y7Eq8mUxxYvkiq/aKZQtSCwc7yzgovW7xgzrjujbOG00+6q3oFKqW7qOA==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", @@ -8648,7 +8642,7 @@ "imagemin-webp": "^5.1.0", "lodash": "^4.17.15", "mini-svg-data-uri": "^1.1.3", - "potrace": "^2.1.5", + "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "progress": "^2.0.3", "semver": "^5.7.1", @@ -8668,11 +8662,11 @@ } }, "gatsby-react-router-scroll": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.2.3.tgz", - "integrity": "sha512-14A4NCGl266bXAZCZZySCL/D0+d5SckRGYdBF9uNwLjTdYbcBWlSkiKT6nanqSdQDA+VIun1SGpqsmIr0I5XXw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.3.0.tgz", + "integrity": "sha512-P0XR2G61pRJDO5FPe6l9GFgu3B55v0WNRBzA+H8edXtAOqFavTdfVg/CANEBu/7m0fRmUaZ8hFmvMX56ptbQ5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "scroll-behavior": "^0.9.12", "warning": "^3.0.0" }, @@ -8688,28 +8682,28 @@ } }, "gatsby-recipes": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.0.19.tgz", - "integrity": "sha512-591V5j+jhP1CmgANiBwWsAWbKTsZ9t5Uor4hYtnbTfx2ZefIVTd65fgvE/ajioPbAQ14USd/Z3yplHQ8Ne9Hfw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.0.tgz", + "integrity": "sha512-HKg9q+/Pgaw4KxTXwksZds2qjyv25IbzXABMNwtFD8V4Nh/l0szYKwJxZcptfyp2ftMv1WnK9cjF5CT1HjpwDw==", "requires": { - "@babel/core": "^7.8.7", + "@babel/core": "^7.9.0", "@babel/generator": "^7.9.5", "@babel/standalone": "^7.9.5", "@babel/template": "^7.8.6", "@babel/types": "^7.9.5", "@hapi/joi": "^15.1.1", - "@mdx-js/mdx": "^1.5.8", - "@mdx-js/react": "^1.5.8", - "@mdx-js/runtime": "^1.5.8", + "@mdx-js/mdx": "^1.5.9", + "@mdx-js/react": "^1.5.9", + "@mdx-js/runtime": "^1.5.9", "acorn": "^7.1.1", "acorn-jsx": "^5.2.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "cors": "^2.8.5", "detect-port": "^1.3.0", "event-source-polyfill": "^1.0.12", @@ -8717,8 +8711,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", @@ -8728,7 +8722,7 @@ "humanize-list": "^1.0.1", "import-jsx": "^4.0.0", "ink-box": "^1.0.0", - "ink-link": "^1.0.0", + "ink-link": "^1.1.0", "ink-select-input": "^3.1.2", "ink-spinner": "^3.0.1", "is-blank": "^2.1.0", @@ -8736,11 +8730,11 @@ "is-relative": "^1.0.0", "is-string": "^1.0.5", "is-url": "^1.2.4", - "jest-diff": "^25.3.0", + "jest-diff": "^25.4.0", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "pkg-dir": "^4.2.0", - "prettier": "^2.0.4", + "prettier": "^2.0.5", "remark-stringify": "^8.0.0", "semver": "^7.3.2", "single-trailing-newline": "^1.0.0", @@ -8750,9 +8744,9 @@ "unist-util-remove": "^2.0.0", "unist-util-visit": "^2.0.2", "url-loader": "^1.1.2", - "urql": "^1.9.5", - "ws": "^7.2.3", - "xstate": "^4.8.0" + "urql": "^1.9.7", + "ws": "^7.2.5", + "xstate": "^4.9.1" }, "dependencies": { "cross-spawn": { @@ -8887,17 +8881,17 @@ } }, "gatsby-source-filesystem": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.5.tgz", - "integrity": "sha512-mZ8gPENU6iykLuoSJTb6bSydaJek7b7LwOPWpzThsdz/WiqhdfUV18SSP0G9/Eq62Tr6QUOLrmk4dBG5vI5Vmg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.0.tgz", + "integrity": "sha512-SUJbbl4hYyvudGImU86amxIfqYoYpkITlY0lHV7azeAQj3199ZUqO0hGwbl4MZ5fNwwQEbANEUbsoPkyc/QUZQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.4", @@ -8905,7 +8899,7 @@ "progress": "^2.0.3", "read-chunk": "^3.2.0", "valid-url": "^1.0.9", - "xstate": "^4.8.0" + "xstate": "^4.9.1" }, "dependencies": { "file-type": { @@ -8934,18 +8928,18 @@ } }, "gatsby-telemetry": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.2.6.tgz", - "integrity": "sha512-dPR7Ij+dkNyQQ/eHt2OFD793txv+LXN7NhZIsCT20NV7UUlPFtN+xOjmj1eRGQXe0bbgNZis24A7zN18vwKi7Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.0.tgz", + "integrity": "sha512-efqPO6grC/lkf01bI+NPhgu6cvTY2n+ecVk1m3QTVu2K1yVW8zwqPEEQlD1jw5CZ1muF4bcc6lvMEY7BcdiHtw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "boxen": "^4.2.0", "configstore": "^5.0.1", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "git-up": "4.0.1", "is-docker": "2.0.0", "lodash": "^4.17.15", @@ -8970,14 +8964,14 @@ } }, "gatsby-transformer-sharp": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.4.7.tgz", - "integrity": "sha512-7/fMY/N+2TMqBUBq6CJMJ6ag6Y6wWXACYYWkPnb9hxtwbY7tOwnIxjstcgqbRjW56rmsyX+HWzegCXlZ0uSJEA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.0.tgz", + "integrity": "sha512-MaoqJustBZqKFrTzpaLq1AZbi1e19tC7wPEVPgU7ppTM+1mnyPcsDsot7BXE7/6IR90FGE8pBEYY0AdjY8EEHQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "potrace": "^2.1.5", + "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "semver": "^5.7.1", "sharp": "^0.25.1" @@ -18010,15 +18004,15 @@ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" }, "webpack": { - "version": "4.42.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.42.1.tgz", - "integrity": "sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==", + "version": "4.43.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz", + "integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==", "requires": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/wasm-edit": "1.9.0", "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.2.1", + "acorn": "^6.4.1", "ajv": "^6.10.2", "ajv-keywords": "^3.4.1", "chrome-trace-event": "^1.0.2", @@ -18035,7 +18029,7 @@ "schema-utils": "^1.0.0", "tapable": "^1.1.3", "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.6.0", + "watchpack": "^1.6.1", "webpack-sources": "^1.4.1" }, "dependencies": { @@ -18822,11 +18816,37 @@ } }, "yaml-loader": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.5.0.tgz", - "integrity": "sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.6.0.tgz", + "integrity": "sha512-1bNiLelumURyj+zvVHOv8Y3dpCri0F2S+DCcmps0pA1zWRLjS+FhZQg4o3aUUDYESh73+pKZNI18bj7stpReow==", "requires": { - "js-yaml": "^3.5.2" + "loader-utils": "^1.4.0", + "yaml": "^1.8.3" + }, + "dependencies": { + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } } }, "yargs": { diff --git a/starters/default/package.json b/starters/default/package.json index 7391a9941a4f6..26415f2b29a9d 100644 --- a/starters/default/package.json +++ b/starters/default/package.json @@ -5,14 +5,14 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.20.36", - "gatsby-image": "^2.3.5", - "gatsby-plugin-manifest": "^2.3.7", - "gatsby-plugin-offline": "^3.1.5", - "gatsby-plugin-react-helmet": "^3.2.5", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", + "gatsby": "^2.21.0", + "gatsby-image": "^2.4.0", + "gatsby-plugin-manifest": "^2.4.0", + "gatsby-plugin-offline": "^3.2.0", + "gatsby-plugin-react-helmet": "^3.3.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/starters/gatsby-starter-blog-theme-core/package-lock.json b/starters/gatsby-starter-blog-theme-core/package-lock.json index bd2422f2188e3..aeeb290240f36 100644 --- a/starters/gatsby-starter-blog-theme-core/package-lock.json +++ b/starters/gatsby-starter-blog-theme-core/package-lock.json @@ -2914,9 +2914,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.8.5.tgz", - "integrity": "sha512-MnGJM4mYyhBS7xl0VUjbRk9ETRRl8H64nvg5VE3TPKPPVfRrdpUwYz0iCzFxixY+VCVkT407Wmu10Bh9AYL2SQ==" + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.0.tgz", + "integrity": "sha512-lvunFJ/JPhQHh5nOGepg1V5aX4zmbBgrd7qjlBObvQHF7Enz0yh6PznKnwtIX54i+bMOrWPUjCZUPXg3Xs+FLQ==" }, "babel-plugin-transform-react-remove-prop-types": { "version": "0.4.24", @@ -2924,23 +2924,23 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.3.6.tgz", - "integrity": "sha512-3BZhFENS8KxP5Y0Y+XX8hntdfFkG3MRg5upwAeeM/P+k7wO0mBrUMNl+6ekYV1yEQabfMJq1sJG00w58r0KCMA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.0.tgz", + "integrity": "sha512-LbzP0CYBhSb9Y/rniMS2tgvtn3/8Yk1wEQ4McxuCemZkhvcCEPsqN38vqFkhn74MTQIwY8o0v9DgKE42N50c+Q==", "requires": { "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.8.3", + "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.9.0", "@babel/plugin-transform-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/runtime": "^7.8.7", - "babel-plugin-dynamic-import-node": "^2.3.0", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/runtime": "^7.9.2", + "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.1.4" + "gatsby-core-utils": "^1.2.0" } }, "babel-runtime": { @@ -3786,11 +3786,10 @@ } }, "cache-manager-fs-hash": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz", - "integrity": "sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.8.tgz", + "integrity": "sha512-U4N81RiwyUVSAutgfWxW1sV6YJRk9QgizCRXOqdEevMDNA+0uiXtnZTHYfg11RKyJnX+yXsaPsJHloIylk4ZhQ==", "requires": { - "es6-promisify": "^6.0.0", "lockfile": "^1.0.4" } }, @@ -4043,9 +4042,9 @@ } }, "chokidar": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.1.tgz", - "integrity": "sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", + "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", @@ -4054,7 +4053,7 @@ "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", - "readdirp": "~3.3.0" + "readdirp": "~3.4.0" }, "dependencies": { "anymatch": { @@ -4120,11 +4119,11 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, "readdirp": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.3.0.tgz", - "integrity": "sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", "requires": { - "picomatch": "^2.0.7" + "picomatch": "^2.2.1" } }, "to-regex-range": { @@ -6211,11 +6210,6 @@ "is-symbol": "^1.0.2" } }, - "es6-promisify": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.1.0.tgz", - "integrity": "sha512-jCsk2fpfEFusVv1MDkF4Uf0hAzIKNDMgR6LyOIw6a3jwkN1sCgWzuwgnsHY9YSQ8n8P31HoncvE0LC44cpWTrw==" - }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -8204,16 +8198,16 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.20.36", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.20.36.tgz", - "integrity": "sha512-op/rtiWTATX0e8EoQIm4xfXIb4zDkpUzx5sORBCoe1I13lX/q/Z3f6FM80WmFih89VngC9juXN7oGS8TF8GHxA==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.0.tgz", + "integrity": "sha512-+BU+WM15IOfJeagmo0kcbogL4oCY4E8k4qlIeC98cyucCvbkaDK9R1cuXZgslA73ZJOdnWUfea7NwWLiFndXRw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/core": "^7.8.7", - "@babel/parser": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/parser": "^7.9.4", "@babel/polyfill": "^7.8.7", - "@babel/runtime": "^7.8.7", - "@babel/traverse": "^7.8.6", + "@babel/runtime": "^7.9.2", + "@babel/traverse": "^7.9.5", "@hapi/joi": "^15.1.1", "@mikaelkristiansson/domready": "^1.0.10", "@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2", @@ -8222,23 +8216,23 @@ "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "address": "1.1.2", - "autoprefixer": "^9.7.4", + "autoprefixer": "^9.7.6", "axios": "^0.19.2", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "better-opn": "1.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "browserslist": "^4.9.1", + "browserslist": "^4.12.0", "cache-manager": "^2.11.1", - "cache-manager-fs-hash": "^0.0.7", + "cache-manager-fs-hash": "^0.0.8", "chalk": "^2.4.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "common-tags": "^1.8.0", "compression": "^1.7.4", "convert-hrtime": "^3.0.0", @@ -8246,18 +8240,18 @@ "core-js": "^2.6.11", "cors": "^2.8.5", "css-loader": "^1.0.1", - "date-fns": "^2.11.0", + "date-fns": "^2.12.0", "debug": "^3.2.6", "del": "^5.1.0", "detect-port": "^1.3.0", "devcert": "^1.1.0", "dotenv": "^8.2.0", "eslint": "^6.8.0", - "eslint-config-react-app": "^5.2.0", + "eslint-config-react-app": "^5.2.1", "eslint-loader": "^2.2.1", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-graphql": "^3.1.1", - "eslint-plugin-import": "^2.20.1", + "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^1.7.0", @@ -8269,18 +8263,18 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.11.22", - "gatsby-core-utils": "^1.1.4", - "gatsby-graphiql-explorer": "^0.3.5", - "gatsby-link": "^2.3.5", - "gatsby-plugin-page-creator": "^2.2.4", - "gatsby-react-router-scroll": "^2.2.3", - "gatsby-telemetry": "^1.2.6", + "gatsby-cli": "^2.12.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-graphiql-explorer": "^0.4.0", + "gatsby-link": "^2.4.0", + "gatsby-plugin-page-creator": "^2.3.0", + "gatsby-react-router-scroll": "^2.3.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", - "graphql-playground-middleware-express": "^1.7.12", + "graphql-playground-middleware-express": "^1.7.14", "hasha": "^5.2.0", "invariant": "^2.2.4", "is-relative": "^1.0.0", @@ -8311,7 +8305,7 @@ "pnp-webpack-plugin": "^1.6.4", "postcss-flexbugs-fixes": "^4.2.0", "postcss-loader": "^3.0.0", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "prop-types": "^15.7.2", "raw-loader": "^0.5.1", "react-dev-utils": "^4.2.3", @@ -8323,7 +8317,7 @@ "semver": "^5.7.1", "shallow-compare": "^1.2.2", "sift": "^5.1.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "slugify": "^1.4.0", "socket.io": "^2.3.0", "stack-trace": "^0.0.10", @@ -8336,14 +8330,14 @@ "util.promisify": "^1.0.1", "uuid": "^3.4.0", "v8-compile-cache": "^1.1.2", - "webpack": "~4.42.0", + "webpack": "~4.43.0", "webpack-dev-middleware": "^3.7.2", "webpack-dev-server": "^3.10.3", "webpack-hot-middleware": "^2.25.0", "webpack-merge": "^4.2.2", "webpack-stats-plugin": "^0.3.1", - "xstate": "^4.8.0", - "yaml-loader": "^0.5.0" + "xstate": "^4.9.1", + "yaml-loader": "^0.6.0" }, "dependencies": { "ansi-regex": { @@ -8377,28 +8371,28 @@ } }, "gatsby-cli": { - "version": "2.11.22", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.11.22.tgz", - "integrity": "sha512-lU3uXiTASgbpb/iT4vvdOFST7H9LNSx54I6XG/cYOJ2z7ezB2JshuetLdfhb1HqwniIscvX60hbibcCKBd4YIw==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.0.tgz", + "integrity": "sha512-AT1vI09OvfEbjjpKgS2EFWC7UDdZzUJYe6Da2hN7dlcyzk9Z/qNrLu7j6PMtFbjKM3EMK2zSCX8NZ4g9igAIeg==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@hapi/joi": "^15.1.1", "better-opn": "^1.0.0", "bluebird": "^3.7.2", "chalk": "^2.4.2", - "clipboardy": "^2.2.0", + "clipboardy": "^2.3.0", "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", "core-js": "^2.6.11", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-recipes": "^0.0.19", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-recipes": "^0.1.0", + "gatsby-telemetry": "^1.3.0", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", "ink-spinner": "^3.0.1", @@ -8410,12 +8404,12 @@ "opentracing": "^0.14.4", "pretty-error": "^2.1.1", "progress": "^2.0.3", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "react": "^16.8.0", "redux": "^4.0.5", "resolve-cwd": "^2.0.0", "semver": "^6.3.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "source-map": "0.7.3", "stack-trace": "^0.0.10", "strip-ansi": "^5.2.0", @@ -8554,9 +8548,9 @@ } }, "gatsby-core-utils": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.4.tgz", - "integrity": "sha512-cXUB9PiPGqHzbFlwnJMgd9ezXb1goWOufh8oJglxp4x7vlPKUjPWpVG0UkwF6HNunpreN4WD8Jex5ed/dxEgtw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.0.tgz", + "integrity": "sha512-JBsVbniXObn26Hms8Je1vJdhMW04GesochBVLcaTraZC5dfqZDExPix65jrye/voC0YfFtXIngm59yspYZm1OQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8564,50 +8558,50 @@ } }, "gatsby-graphiql-explorer": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.3.5.tgz", - "integrity": "sha512-leGZY7oZHurMlb1fDgyzaUMhvuiw+EbtrQtD5O9niNpGPCCtrHVeYaYDx/Kh+udtwe5YMYKkZ+YjteQKg7ezEg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.0.tgz", + "integrity": "sha512-BddSKv1WgLnwmj0S/xyUt5jWCgWedZPuqjweMX6EwUBh36uKaI962VyRbwqE/pLdmKBMOU7u9zjNBcK5LXKbxA==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-link": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.3.5.tgz", - "integrity": "sha512-FzagAbg+hW+3YEfo9YUxwDoReB3w5AnsImYf3RkF7Z0HDW+YfYNFh8pg+iItlGXW+eVKZJavMz5lbqpD6H/m3w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.0.tgz", + "integrity": "sha512-ElaUagFLlPqtLFZc7wd9RxckfMRf45Ro1X5QZi6Lz9wNQzpT/cCYzARgfcfEbM5Dsg3/p0mIQR1+0Cbjqk+1tQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@types/reach__router": "^1.3.3", "prop-types": "^15.7.2" } }, "gatsby-page-utils": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.1.4.tgz", - "integrity": "sha512-TFZJZ5Nl4u0ZUUvKsm16MXZEMB9P8QCndHtkLQpNsrlUz4hiSYcb3uPgAm0WPBNL+R4PXsaXyaCysKDeMKMpGQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.0.tgz", + "integrity": "sha512-kyvFYjGXWNKRignUaspko0TFrBufUPB0+uA+w30A81Jzc2FjD5e2yYByRBb7/pGPrHXXm7TySBt9n4/KVkXD2g==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-plugin-mdx": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.1.11.tgz", - "integrity": "sha512-7Bo4DCCFjK28FFI2G6ixGgMfsHaHPCPVxMAwJUeHGAgr7UX1lTTqrDbkQgcGgkGEWpQcV+IbXxLCY9aX7vyPsA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.0.tgz", + "integrity": "sha512-s13XW+hFoT/UXASGF7zOZovuhIPY8HH5GgA4mLZFYwlRSpAuC+blVWsl1tMCcDGZeLIZv0bDabFAY2Zd+hDEYw==", "requires": { - "@babel/core": "^7.8.7", - "@babel/generator": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/generator": "^7.9.5", "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/types": "^7.8.7", + "@babel/plugin-proposal-object-rest-spread": "^7.9.5", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/types": "^7.9.5", "camelcase-css": "^2.0.1", "change-case": "^3.1.0", "core-js": "2", @@ -8616,9 +8610,9 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "gray-matter": "^4.0.2", - "json5": "^2.1.2", + "json5": "^2.1.3", "loader-utils": "^1.4.0", "lodash": "^4.17.15", "mdast-util-to-string": "^1.1.0", @@ -8710,29 +8704,29 @@ } }, "gatsby-plugin-page-creator": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.2.4.tgz", - "integrity": "sha512-14GjgnEJMfi59zyXTMpBoAPPmF19H+2dDCbeDJ1CgbuO5P9jTsOTaKGnrtjdt9uFVV598IaEdKu2ztpXjxkeyw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.0.tgz", + "integrity": "sha512-5FWntUeutF1YUJUy0EHuZE6xBFOljIXSVFJ9gOoQbLUrFw7ba3OW6a7DBruteRX6oOWaQ3YtjGgGOEbpsP3lTQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.1.4", + "gatsby-page-utils": "^0.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-plugin-sharp": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.5.7.tgz", - "integrity": "sha512-TYY0+XKBwSzi3XNcRdusVe3uKrYbozqNgTgEp2Qji9yvNscXYAD/0nCPZ42Dyhfm+R2IeRMLzeajXQy7ZUwQBg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.0.tgz", + "integrity": "sha512-Bx6Nmnf26rtEplf424eF8X9QIQui6y7Eq8mUxxYvkiq/aKZQtSCwc7yzgovW7xgzrjujbOG00+6q3oFKqW7qOA==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", @@ -8740,7 +8734,7 @@ "imagemin-webp": "^5.1.0", "lodash": "^4.17.15", "mini-svg-data-uri": "^1.1.3", - "potrace": "^2.1.5", + "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "progress": "^2.0.3", "semver": "^5.7.1", @@ -8760,11 +8754,11 @@ } }, "gatsby-react-router-scroll": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.2.3.tgz", - "integrity": "sha512-14A4NCGl266bXAZCZZySCL/D0+d5SckRGYdBF9uNwLjTdYbcBWlSkiKT6nanqSdQDA+VIun1SGpqsmIr0I5XXw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.3.0.tgz", + "integrity": "sha512-P0XR2G61pRJDO5FPe6l9GFgu3B55v0WNRBzA+H8edXtAOqFavTdfVg/CANEBu/7m0fRmUaZ8hFmvMX56ptbQ5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "scroll-behavior": "^0.9.12", "warning": "^3.0.0" }, @@ -8780,28 +8774,28 @@ } }, "gatsby-recipes": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.0.19.tgz", - "integrity": "sha512-591V5j+jhP1CmgANiBwWsAWbKTsZ9t5Uor4hYtnbTfx2ZefIVTd65fgvE/ajioPbAQ14USd/Z3yplHQ8Ne9Hfw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.0.tgz", + "integrity": "sha512-HKg9q+/Pgaw4KxTXwksZds2qjyv25IbzXABMNwtFD8V4Nh/l0szYKwJxZcptfyp2ftMv1WnK9cjF5CT1HjpwDw==", "requires": { - "@babel/core": "^7.8.7", + "@babel/core": "^7.9.0", "@babel/generator": "^7.9.5", "@babel/standalone": "^7.9.5", "@babel/template": "^7.8.6", "@babel/types": "^7.9.5", "@hapi/joi": "^15.1.1", - "@mdx-js/mdx": "^1.5.8", - "@mdx-js/react": "^1.5.8", - "@mdx-js/runtime": "^1.5.8", + "@mdx-js/mdx": "^1.5.9", + "@mdx-js/react": "^1.5.9", + "@mdx-js/runtime": "^1.5.9", "acorn": "^7.1.1", "acorn-jsx": "^5.2.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "cors": "^2.8.5", "detect-port": "^1.3.0", "event-source-polyfill": "^1.0.12", @@ -8809,8 +8803,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", @@ -8820,7 +8814,7 @@ "humanize-list": "^1.0.1", "import-jsx": "^4.0.0", "ink-box": "^1.0.0", - "ink-link": "^1.0.0", + "ink-link": "^1.1.0", "ink-select-input": "^3.1.2", "ink-spinner": "^3.0.1", "is-blank": "^2.1.0", @@ -8828,11 +8822,11 @@ "is-relative": "^1.0.0", "is-string": "^1.0.5", "is-url": "^1.2.4", - "jest-diff": "^25.3.0", + "jest-diff": "^25.4.0", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "pkg-dir": "^4.2.0", - "prettier": "^2.0.4", + "prettier": "^2.0.5", "remark-stringify": "^8.0.0", "semver": "^7.3.2", "single-trailing-newline": "^1.0.0", @@ -8842,9 +8836,9 @@ "unist-util-remove": "^2.0.0", "unist-util-visit": "^2.0.2", "url-loader": "^1.1.2", - "urql": "^1.9.5", - "ws": "^7.2.3", - "xstate": "^4.8.0" + "urql": "^1.9.7", + "ws": "^7.2.5", + "xstate": "^4.9.1" }, "dependencies": { "cross-spawn": { @@ -8979,11 +8973,11 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.2.4.tgz", - "integrity": "sha512-UxtoTrIAqqn+yghka6+nhFsmPgVUEBH2zITRV7RSOcdDgZoTOvrKxpKAoZkEsK/TSFzSZXDiJLDNSTzI598Udw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.3.0.tgz", + "integrity": "sha512-9N1BaHf9excQ319I/sc1e6j+Ovl2cpqRlnROHy67F44MwzVwYHvIeT61NhGm5Pm3Pvu+70HSKio+yrtuW7I9Ig==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "cheerio": "^1.0.0-rc.3", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", @@ -9047,19 +9041,19 @@ } }, "gatsby-remark-images": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.2.6.tgz", - "integrity": "sha512-2Yp4PH5HHDf+7Iw1nEhpPIxWqbXKVsalDwkuudSB289l+xs29IdW/XchbJ/94PuS0eeUoUDqaISvW/4Q5moAfQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.3.0.tgz", + "integrity": "sha512-I60o3Mfc51yk8hPDD0J3pR883fuvy3VN9Eba8U8EkQDH71wjeu3leoF9ReRDfg6StYIRW+xug7OZyjCfdvvz5w==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.15", "mdast-util-definitions": "^1.2.5", - "potrace": "^2.1.5", - "query-string": "^6.11.1", + "potrace": "^2.1.6", + "query-string": "^6.12.1", "unist-util-select": "^1.5.0", "unist-util-visit-parents": "^2.1.2" }, @@ -9141,11 +9135,11 @@ } }, "gatsby-remark-smartypants": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.2.4.tgz", - "integrity": "sha512-zxk9dTI/uVx7JesXdOlow7VyB02LUkGSw4PtHKKxXsf2umTuv/yLsScbh9svrItZoGZmQwl+03WeSkF8n0fJlg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.3.0.tgz", + "integrity": "sha512-7Go43ZP4qgNEPOIgHub05IP6yzNy29dwIHMOEDByu7fufcdCLMh1feUZsvITh2ghyrWkM4xR+60UxE9XmXMY5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "retext": "^5.0.0", "retext-smartypants": "^3.0.3", "unist-util-visit": "^1.4.1" @@ -9170,17 +9164,17 @@ } }, "gatsby-source-filesystem": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.5.tgz", - "integrity": "sha512-mZ8gPENU6iykLuoSJTb6bSydaJek7b7LwOPWpzThsdz/WiqhdfUV18SSP0G9/Eq62Tr6QUOLrmk4dBG5vI5Vmg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.0.tgz", + "integrity": "sha512-SUJbbl4hYyvudGImU86amxIfqYoYpkITlY0lHV7azeAQj3199ZUqO0hGwbl4MZ5fNwwQEbANEUbsoPkyc/QUZQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.4", @@ -9188,7 +9182,7 @@ "progress": "^2.0.3", "read-chunk": "^3.2.0", "valid-url": "^1.0.9", - "xstate": "^4.8.0" + "xstate": "^4.9.1" }, "dependencies": { "file-type": { @@ -9217,18 +9211,18 @@ } }, "gatsby-telemetry": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.2.6.tgz", - "integrity": "sha512-dPR7Ij+dkNyQQ/eHt2OFD793txv+LXN7NhZIsCT20NV7UUlPFtN+xOjmj1eRGQXe0bbgNZis24A7zN18vwKi7Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.0.tgz", + "integrity": "sha512-efqPO6grC/lkf01bI+NPhgu6cvTY2n+ecVk1m3QTVu2K1yVW8zwqPEEQlD1jw5CZ1muF4bcc6lvMEY7BcdiHtw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "boxen": "^4.2.0", "configstore": "^5.0.1", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "git-up": "4.0.1", "is-docker": "2.0.0", "lodash": "^4.17.15", @@ -9253,31 +9247,31 @@ } }, "gatsby-theme-blog-core": { - "version": "1.3.37", - "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.3.37.tgz", - "integrity": "sha512-XqoU72DKCG8K1aShNLVw5rw43E3UexN7KbMssT/csrGtiGIsbjaQjLhjafI2/KRtTeUgpteLMuIazNLoMq6CWQ==", - "requires": { - "@mdx-js/mdx": "^1.5.7", - "gatsby-core-utils": "^1.1.4", - "gatsby-plugin-mdx": "^1.1.11", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-remark-copy-linked-files": "^2.2.4", - "gatsby-remark-images": "^3.2.6", - "gatsby-remark-smartypants": "^2.2.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.4.0.tgz", + "integrity": "sha512-dZWhj5zXRT6lMZbGVm7k6UnvGmN/EIgL00/68JhHpaN73pn1mMNz32py8si0tP+M4tqp/FVJyK/rwBfwG5xe8A==", + "requires": { + "@mdx-js/mdx": "^1.5.9", + "gatsby-core-utils": "^1.2.0", + "gatsby-plugin-mdx": "^1.2.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-remark-copy-linked-files": "^2.3.0", + "gatsby-remark-images": "^3.3.0", + "gatsby-remark-smartypants": "^2.3.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", "remark-slug": "^5.1.2" } }, "gatsby-transformer-sharp": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.4.7.tgz", - "integrity": "sha512-7/fMY/N+2TMqBUBq6CJMJ6ag6Y6wWXACYYWkPnb9hxtwbY7tOwnIxjstcgqbRjW56rmsyX+HWzegCXlZ0uSJEA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.0.tgz", + "integrity": "sha512-MaoqJustBZqKFrTzpaLq1AZbi1e19tC7wPEVPgU7ppTM+1mnyPcsDsot7BXE7/6IR90FGE8pBEYY0AdjY8EEHQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "potrace": "^2.1.5", + "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "semver": "^5.7.1", "sharp": "^0.25.1" @@ -18977,15 +18971,15 @@ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" }, "webpack": { - "version": "4.42.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.42.1.tgz", - "integrity": "sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==", + "version": "4.43.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz", + "integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==", "requires": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/wasm-edit": "1.9.0", "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.2.1", + "acorn": "^6.4.1", "ajv": "^6.10.2", "ajv-keywords": "^3.4.1", "chrome-trace-event": "^1.0.2", @@ -19002,7 +18996,7 @@ "schema-utils": "^1.0.0", "tapable": "^1.1.3", "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.6.0", + "watchpack": "^1.6.1", "webpack-sources": "^1.4.1" }, "dependencies": { @@ -19643,11 +19637,37 @@ } }, "yaml-loader": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.5.0.tgz", - "integrity": "sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.6.0.tgz", + "integrity": "sha512-1bNiLelumURyj+zvVHOv8Y3dpCri0F2S+DCcmps0pA1zWRLjS+FhZQg4o3aUUDYESh73+pKZNI18bj7stpReow==", "requires": { - "js-yaml": "^3.5.2" + "loader-utils": "^1.4.0", + "yaml": "^1.8.3" + }, + "dependencies": { + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } } }, "yargs": { diff --git a/starters/gatsby-starter-blog-theme-core/package.json b/starters/gatsby-starter-blog-theme-core/package.json index c024dfc4d6f7b..100d8e07af788 100644 --- a/starters/gatsby-starter-blog-theme-core/package.json +++ b/starters/gatsby-starter-blog-theme-core/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@mdx-js/react": "^1.5.9", - "gatsby": "^2.20.36", - "gatsby-theme-blog-core": "^1.3.37", + "gatsby": "^2.21.0", + "gatsby-theme-blog-core": "^1.4.0", "react": "^16.12.0", "react-dom": "^16.12.0" } diff --git a/starters/gatsby-starter-blog-theme/package-lock.json b/starters/gatsby-starter-blog-theme/package-lock.json index fac0f8328404d..d0b0f423f0a98 100644 --- a/starters/gatsby-starter-blog-theme/package-lock.json +++ b/starters/gatsby-starter-blog-theme/package-lock.json @@ -3062,9 +3062,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.8.5.tgz", - "integrity": "sha512-MnGJM4mYyhBS7xl0VUjbRk9ETRRl8H64nvg5VE3TPKPPVfRrdpUwYz0iCzFxixY+VCVkT407Wmu10Bh9AYL2SQ==" + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.0.tgz", + "integrity": "sha512-lvunFJ/JPhQHh5nOGepg1V5aX4zmbBgrd7qjlBObvQHF7Enz0yh6PznKnwtIX54i+bMOrWPUjCZUPXg3Xs+FLQ==" }, "babel-plugin-syntax-jsx": { "version": "6.18.0", @@ -3077,23 +3077,23 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.3.6.tgz", - "integrity": "sha512-3BZhFENS8KxP5Y0Y+XX8hntdfFkG3MRg5upwAeeM/P+k7wO0mBrUMNl+6ekYV1yEQabfMJq1sJG00w58r0KCMA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.0.tgz", + "integrity": "sha512-LbzP0CYBhSb9Y/rniMS2tgvtn3/8Yk1wEQ4McxuCemZkhvcCEPsqN38vqFkhn74MTQIwY8o0v9DgKE42N50c+Q==", "requires": { "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.8.3", + "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.9.0", "@babel/plugin-transform-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/runtime": "^7.8.7", - "babel-plugin-dynamic-import-node": "^2.3.0", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/runtime": "^7.9.2", + "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.1.4" + "gatsby-core-utils": "^1.2.0" } }, "babel-runtime": { @@ -3939,11 +3939,10 @@ } }, "cache-manager-fs-hash": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz", - "integrity": "sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.8.tgz", + "integrity": "sha512-U4N81RiwyUVSAutgfWxW1sV6YJRk9QgizCRXOqdEevMDNA+0uiXtnZTHYfg11RKyJnX+yXsaPsJHloIylk4ZhQ==", "requires": { - "es6-promisify": "^6.0.0", "lockfile": "^1.0.4" } }, @@ -4196,9 +4195,9 @@ } }, "chokidar": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.1.tgz", - "integrity": "sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", + "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", @@ -4207,7 +4206,7 @@ "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", - "readdirp": "~3.3.0" + "readdirp": "~3.4.0" }, "dependencies": { "anymatch": { @@ -4273,11 +4272,11 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, "readdirp": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.3.0.tgz", - "integrity": "sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", "requires": { - "picomatch": "^2.0.7" + "picomatch": "^2.2.1" } }, "to-regex-range": { @@ -6388,11 +6387,6 @@ "is-symbol": "^1.0.2" } }, - "es6-promisify": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.1.0.tgz", - "integrity": "sha512-jCsk2fpfEFusVv1MDkF4Uf0hAzIKNDMgR6LyOIw6a3jwkN1sCgWzuwgnsHY9YSQ8n8P31HoncvE0LC44cpWTrw==" - }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -8386,16 +8380,16 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.20.36", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.20.36.tgz", - "integrity": "sha512-op/rtiWTATX0e8EoQIm4xfXIb4zDkpUzx5sORBCoe1I13lX/q/Z3f6FM80WmFih89VngC9juXN7oGS8TF8GHxA==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.0.tgz", + "integrity": "sha512-+BU+WM15IOfJeagmo0kcbogL4oCY4E8k4qlIeC98cyucCvbkaDK9R1cuXZgslA73ZJOdnWUfea7NwWLiFndXRw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/core": "^7.8.7", - "@babel/parser": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/parser": "^7.9.4", "@babel/polyfill": "^7.8.7", - "@babel/runtime": "^7.8.7", - "@babel/traverse": "^7.8.6", + "@babel/runtime": "^7.9.2", + "@babel/traverse": "^7.9.5", "@hapi/joi": "^15.1.1", "@mikaelkristiansson/domready": "^1.0.10", "@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2", @@ -8404,23 +8398,23 @@ "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "address": "1.1.2", - "autoprefixer": "^9.7.4", + "autoprefixer": "^9.7.6", "axios": "^0.19.2", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "better-opn": "1.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "browserslist": "^4.9.1", + "browserslist": "^4.12.0", "cache-manager": "^2.11.1", - "cache-manager-fs-hash": "^0.0.7", + "cache-manager-fs-hash": "^0.0.8", "chalk": "^2.4.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "common-tags": "^1.8.0", "compression": "^1.7.4", "convert-hrtime": "^3.0.0", @@ -8428,18 +8422,18 @@ "core-js": "^2.6.11", "cors": "^2.8.5", "css-loader": "^1.0.1", - "date-fns": "^2.11.0", + "date-fns": "^2.12.0", "debug": "^3.2.6", "del": "^5.1.0", "detect-port": "^1.3.0", "devcert": "^1.1.0", "dotenv": "^8.2.0", "eslint": "^6.8.0", - "eslint-config-react-app": "^5.2.0", + "eslint-config-react-app": "^5.2.1", "eslint-loader": "^2.2.1", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-graphql": "^3.1.1", - "eslint-plugin-import": "^2.20.1", + "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^1.7.0", @@ -8451,18 +8445,18 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.11.22", - "gatsby-core-utils": "^1.1.4", - "gatsby-graphiql-explorer": "^0.3.5", - "gatsby-link": "^2.3.5", - "gatsby-plugin-page-creator": "^2.2.4", - "gatsby-react-router-scroll": "^2.2.3", - "gatsby-telemetry": "^1.2.6", + "gatsby-cli": "^2.12.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-graphiql-explorer": "^0.4.0", + "gatsby-link": "^2.4.0", + "gatsby-plugin-page-creator": "^2.3.0", + "gatsby-react-router-scroll": "^2.3.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", - "graphql-playground-middleware-express": "^1.7.12", + "graphql-playground-middleware-express": "^1.7.14", "hasha": "^5.2.0", "invariant": "^2.2.4", "is-relative": "^1.0.0", @@ -8493,7 +8487,7 @@ "pnp-webpack-plugin": "^1.6.4", "postcss-flexbugs-fixes": "^4.2.0", "postcss-loader": "^3.0.0", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "prop-types": "^15.7.2", "raw-loader": "^0.5.1", "react-dev-utils": "^4.2.3", @@ -8505,7 +8499,7 @@ "semver": "^5.7.1", "shallow-compare": "^1.2.2", "sift": "^5.1.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "slugify": "^1.4.0", "socket.io": "^2.3.0", "stack-trace": "^0.0.10", @@ -8518,14 +8512,14 @@ "util.promisify": "^1.0.1", "uuid": "^3.4.0", "v8-compile-cache": "^1.1.2", - "webpack": "~4.42.0", + "webpack": "~4.43.0", "webpack-dev-middleware": "^3.7.2", "webpack-dev-server": "^3.10.3", "webpack-hot-middleware": "^2.25.0", "webpack-merge": "^4.2.2", "webpack-stats-plugin": "^0.3.1", - "xstate": "^4.8.0", - "yaml-loader": "^0.5.0" + "xstate": "^4.9.1", + "yaml-loader": "^0.6.0" }, "dependencies": { "ansi-regex": { @@ -8559,28 +8553,28 @@ } }, "gatsby-cli": { - "version": "2.11.22", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.11.22.tgz", - "integrity": "sha512-lU3uXiTASgbpb/iT4vvdOFST7H9LNSx54I6XG/cYOJ2z7ezB2JshuetLdfhb1HqwniIscvX60hbibcCKBd4YIw==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.0.tgz", + "integrity": "sha512-AT1vI09OvfEbjjpKgS2EFWC7UDdZzUJYe6Da2hN7dlcyzk9Z/qNrLu7j6PMtFbjKM3EMK2zSCX8NZ4g9igAIeg==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@hapi/joi": "^15.1.1", "better-opn": "^1.0.0", "bluebird": "^3.7.2", "chalk": "^2.4.2", - "clipboardy": "^2.2.0", + "clipboardy": "^2.3.0", "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", "core-js": "^2.6.11", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-recipes": "^0.0.19", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-recipes": "^0.1.0", + "gatsby-telemetry": "^1.3.0", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", "ink-spinner": "^3.0.1", @@ -8592,12 +8586,12 @@ "opentracing": "^0.14.4", "pretty-error": "^2.1.1", "progress": "^2.0.3", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "react": "^16.8.0", "redux": "^4.0.5", "resolve-cwd": "^2.0.0", "semver": "^6.3.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "source-map": "0.7.3", "stack-trace": "^0.0.10", "strip-ansi": "^5.2.0", @@ -8736,9 +8730,9 @@ } }, "gatsby-core-utils": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.4.tgz", - "integrity": "sha512-cXUB9PiPGqHzbFlwnJMgd9ezXb1goWOufh8oJglxp4x7vlPKUjPWpVG0UkwF6HNunpreN4WD8Jex5ed/dxEgtw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.0.tgz", + "integrity": "sha512-JBsVbniXObn26Hms8Je1vJdhMW04GesochBVLcaTraZC5dfqZDExPix65jrye/voC0YfFtXIngm59yspYZm1OQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8746,63 +8740,63 @@ } }, "gatsby-graphiql-explorer": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.3.5.tgz", - "integrity": "sha512-leGZY7oZHurMlb1fDgyzaUMhvuiw+EbtrQtD5O9niNpGPCCtrHVeYaYDx/Kh+udtwe5YMYKkZ+YjteQKg7ezEg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.0.tgz", + "integrity": "sha512-BddSKv1WgLnwmj0S/xyUt5jWCgWedZPuqjweMX6EwUBh36uKaI962VyRbwqE/pLdmKBMOU7u9zjNBcK5LXKbxA==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-image": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.3.5.tgz", - "integrity": "sha512-FRbmYrE+bFENiI2QGUwy0SKvNTOsxYHh6qNMdO3qwil0mtkiQax64ydExdEq1BciUVbvMqomd5n/yKu+cnuJVg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.0.tgz", + "integrity": "sha512-VkGZ5SiIi0eC1tt45rIWqu19ZA2P1lMmNgCIqM4AK4q+ib1x0WhiGOeIEsIYk7udlfLXEy7A0uzadsv8EZSy/w==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" } }, "gatsby-link": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.3.5.tgz", - "integrity": "sha512-FzagAbg+hW+3YEfo9YUxwDoReB3w5AnsImYf3RkF7Z0HDW+YfYNFh8pg+iItlGXW+eVKZJavMz5lbqpD6H/m3w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.0.tgz", + "integrity": "sha512-ElaUagFLlPqtLFZc7wd9RxckfMRf45Ro1X5QZi6Lz9wNQzpT/cCYzARgfcfEbM5Dsg3/p0mIQR1+0Cbjqk+1tQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@types/reach__router": "^1.3.3", "prop-types": "^15.7.2" } }, "gatsby-page-utils": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.1.4.tgz", - "integrity": "sha512-TFZJZ5Nl4u0ZUUvKsm16MXZEMB9P8QCndHtkLQpNsrlUz4hiSYcb3uPgAm0WPBNL+R4PXsaXyaCysKDeMKMpGQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.0.tgz", + "integrity": "sha512-kyvFYjGXWNKRignUaspko0TFrBufUPB0+uA+w30A81Jzc2FjD5e2yYByRBb7/pGPrHXXm7TySBt9n4/KVkXD2g==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-plugin-emotion": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.2.3.tgz", - "integrity": "sha512-RXkfO5kciogZrpF4/jyQwDcF4g2qdh9qDuagRMdRse887MVqKb+VG+x0KRx+0cg7cGiyg8xOfbTplBB+E0Z88A==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.3.0.tgz", + "integrity": "sha512-e4Z+xaaRdkmMY1qmTnNPzSJYkP/M9fOYm9mE/2sssDWvH5UwlmDPUMxMuDxDO722mbbB9RGEHxX4ElrsXH7Gcg==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@emotion/babel-preset-css-prop": "^10.0.27" } }, "gatsby-plugin-feed": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.4.4.tgz", - "integrity": "sha512-yJFDWFLAcji7PmFYmYr4MjCo+KiZObZXh7VTCJsOchK1XsZhWOmkpdQagnGDeL/oCpNWmQpQ8VrGocFD1Bk7ZA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.5.0.tgz", + "integrity": "sha512-cdZq/u49f3RAH8iaZoUSV4W/naYFAWQETjnQmaEQUPzZoChUFV4gaFgoJlR7LypmFyOlU15RAapcNW5lGZ910A==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@hapi/joi": "^15.1.1", "fs-extra": "^8.1.0", "lodash.merge": "^4.6.2", @@ -8810,17 +8804,17 @@ } }, "gatsby-plugin-mdx": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.1.11.tgz", - "integrity": "sha512-7Bo4DCCFjK28FFI2G6ixGgMfsHaHPCPVxMAwJUeHGAgr7UX1lTTqrDbkQgcGgkGEWpQcV+IbXxLCY9aX7vyPsA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.0.tgz", + "integrity": "sha512-s13XW+hFoT/UXASGF7zOZovuhIPY8HH5GgA4mLZFYwlRSpAuC+blVWsl1tMCcDGZeLIZv0bDabFAY2Zd+hDEYw==", "requires": { - "@babel/core": "^7.8.7", - "@babel/generator": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/generator": "^7.9.5", "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/types": "^7.8.7", + "@babel/plugin-proposal-object-rest-spread": "^7.9.5", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/types": "^7.9.5", "camelcase-css": "^2.0.1", "change-case": "^3.1.0", "core-js": "2", @@ -8829,9 +8823,9 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "gray-matter": "^4.0.2", - "json5": "^2.1.2", + "json5": "^2.1.3", "loader-utils": "^1.4.0", "lodash": "^4.17.15", "mdast-util-to-string": "^1.1.0", @@ -8923,37 +8917,37 @@ } }, "gatsby-plugin-page-creator": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.2.4.tgz", - "integrity": "sha512-14GjgnEJMfi59zyXTMpBoAPPmF19H+2dDCbeDJ1CgbuO5P9jTsOTaKGnrtjdt9uFVV598IaEdKu2ztpXjxkeyw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.0.tgz", + "integrity": "sha512-5FWntUeutF1YUJUy0EHuZE6xBFOljIXSVFJ9gOoQbLUrFw7ba3OW6a7DBruteRX6oOWaQ3YtjGgGOEbpsP3lTQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.1.4", + "gatsby-page-utils": "^0.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-plugin-react-helmet": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.2.5.tgz", - "integrity": "sha512-Lbt1kWBAQE1RsZHxPxYov+M9X7PNaQuzfOS6Cplfp7+dN+Dm7lOe/iLMP/vM/GLCEyxJnY072JyIb6XkBgH5ZA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.0.tgz", + "integrity": "sha512-Z0G2/+fvX+FRkvd5H5VezJKlWNz39P6SZnPliIk6tGbKP4RIry5xdZYmyd3bn+IsyNvm2GmDoTQfOSqxsYNweQ==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-plugin-sharp": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.5.7.tgz", - "integrity": "sha512-TYY0+XKBwSzi3XNcRdusVe3uKrYbozqNgTgEp2Qji9yvNscXYAD/0nCPZ42Dyhfm+R2IeRMLzeajXQy7ZUwQBg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.0.tgz", + "integrity": "sha512-Bx6Nmnf26rtEplf424eF8X9QIQui6y7Eq8mUxxYvkiq/aKZQtSCwc7yzgovW7xgzrjujbOG00+6q3oFKqW7qOA==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", @@ -8961,7 +8955,7 @@ "imagemin-webp": "^5.1.0", "lodash": "^4.17.15", "mini-svg-data-uri": "^1.1.3", - "potrace": "^2.1.5", + "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "progress": "^2.0.3", "semver": "^5.7.1", @@ -8986,19 +8980,19 @@ "integrity": "sha512-AlQC+uC9lvrP3LlGsLe0f0azp7B5c49qWl4b3FDj8xbravBoqFmJT7XrNTpYYbxnCnx/K1v0QtwP8qindw0S2g==" }, "gatsby-plugin-twitter": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-twitter/-/gatsby-plugin-twitter-2.2.5.tgz", - "integrity": "sha512-uxQHeBLm2eqMt/vvZaLtcosG8b2eI9mBfVWsyUk9LdAIVAfc2FYL6OlECzv9JdMbI9VRijoECjC1UwqhZ5bC9Q==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-twitter/-/gatsby-plugin-twitter-2.3.0.tgz", + "integrity": "sha512-uC39ZA0rnqR9DGE86k/82fnIZkIkgNRMu6Dz7a7KLwtXTNHjxAbz0dTzuB+20ObzKeAK/tfDV7Z1xhSa8rhqQw==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-react-router-scroll": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.2.3.tgz", - "integrity": "sha512-14A4NCGl266bXAZCZZySCL/D0+d5SckRGYdBF9uNwLjTdYbcBWlSkiKT6nanqSdQDA+VIun1SGpqsmIr0I5XXw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.3.0.tgz", + "integrity": "sha512-P0XR2G61pRJDO5FPe6l9GFgu3B55v0WNRBzA+H8edXtAOqFavTdfVg/CANEBu/7m0fRmUaZ8hFmvMX56ptbQ5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "scroll-behavior": "^0.9.12", "warning": "^3.0.0" }, @@ -9014,28 +9008,28 @@ } }, "gatsby-recipes": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.0.19.tgz", - "integrity": "sha512-591V5j+jhP1CmgANiBwWsAWbKTsZ9t5Uor4hYtnbTfx2ZefIVTd65fgvE/ajioPbAQ14USd/Z3yplHQ8Ne9Hfw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.0.tgz", + "integrity": "sha512-HKg9q+/Pgaw4KxTXwksZds2qjyv25IbzXABMNwtFD8V4Nh/l0szYKwJxZcptfyp2ftMv1WnK9cjF5CT1HjpwDw==", "requires": { - "@babel/core": "^7.8.7", + "@babel/core": "^7.9.0", "@babel/generator": "^7.9.5", "@babel/standalone": "^7.9.5", "@babel/template": "^7.8.6", "@babel/types": "^7.9.5", "@hapi/joi": "^15.1.1", - "@mdx-js/mdx": "^1.5.8", - "@mdx-js/react": "^1.5.8", - "@mdx-js/runtime": "^1.5.8", + "@mdx-js/mdx": "^1.5.9", + "@mdx-js/react": "^1.5.9", + "@mdx-js/runtime": "^1.5.9", "acorn": "^7.1.1", "acorn-jsx": "^5.2.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "cors": "^2.8.5", "detect-port": "^1.3.0", "event-source-polyfill": "^1.0.12", @@ -9043,8 +9037,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", @@ -9054,7 +9048,7 @@ "humanize-list": "^1.0.1", "import-jsx": "^4.0.0", "ink-box": "^1.0.0", - "ink-link": "^1.0.0", + "ink-link": "^1.1.0", "ink-select-input": "^3.1.2", "ink-spinner": "^3.0.1", "is-blank": "^2.1.0", @@ -9062,11 +9056,11 @@ "is-relative": "^1.0.0", "is-string": "^1.0.5", "is-url": "^1.2.4", - "jest-diff": "^25.3.0", + "jest-diff": "^25.4.0", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "pkg-dir": "^4.2.0", - "prettier": "^2.0.4", + "prettier": "^2.0.5", "remark-stringify": "^8.0.0", "semver": "^7.3.2", "single-trailing-newline": "^1.0.0", @@ -9076,9 +9070,9 @@ "unist-util-remove": "^2.0.0", "unist-util-visit": "^2.0.2", "url-loader": "^1.1.2", - "urql": "^1.9.5", - "ws": "^7.2.3", - "xstate": "^4.8.0" + "urql": "^1.9.7", + "ws": "^7.2.5", + "xstate": "^4.9.1" }, "dependencies": { "cross-spawn": { @@ -9213,11 +9207,11 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.2.4.tgz", - "integrity": "sha512-UxtoTrIAqqn+yghka6+nhFsmPgVUEBH2zITRV7RSOcdDgZoTOvrKxpKAoZkEsK/TSFzSZXDiJLDNSTzI598Udw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.3.0.tgz", + "integrity": "sha512-9N1BaHf9excQ319I/sc1e6j+Ovl2cpqRlnROHy67F44MwzVwYHvIeT61NhGm5Pm3Pvu+70HSKio+yrtuW7I9Ig==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "cheerio": "^1.0.0-rc.3", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", @@ -9281,19 +9275,19 @@ } }, "gatsby-remark-images": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.2.6.tgz", - "integrity": "sha512-2Yp4PH5HHDf+7Iw1nEhpPIxWqbXKVsalDwkuudSB289l+xs29IdW/XchbJ/94PuS0eeUoUDqaISvW/4Q5moAfQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.3.0.tgz", + "integrity": "sha512-I60o3Mfc51yk8hPDD0J3pR883fuvy3VN9Eba8U8EkQDH71wjeu3leoF9ReRDfg6StYIRW+xug7OZyjCfdvvz5w==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.15", "mdast-util-definitions": "^1.2.5", - "potrace": "^2.1.5", - "query-string": "^6.11.1", + "potrace": "^2.1.6", + "query-string": "^6.12.1", "unist-util-select": "^1.5.0", "unist-util-visit-parents": "^2.1.2" }, @@ -9375,11 +9369,11 @@ } }, "gatsby-remark-smartypants": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.2.4.tgz", - "integrity": "sha512-zxk9dTI/uVx7JesXdOlow7VyB02LUkGSw4PtHKKxXsf2umTuv/yLsScbh9svrItZoGZmQwl+03WeSkF8n0fJlg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.3.0.tgz", + "integrity": "sha512-7Go43ZP4qgNEPOIgHub05IP6yzNy29dwIHMOEDByu7fufcdCLMh1feUZsvITh2ghyrWkM4xR+60UxE9XmXMY5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "retext": "^5.0.0", "retext-smartypants": "^3.0.3", "unist-util-visit": "^1.4.1" @@ -9404,17 +9398,17 @@ } }, "gatsby-source-filesystem": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.5.tgz", - "integrity": "sha512-mZ8gPENU6iykLuoSJTb6bSydaJek7b7LwOPWpzThsdz/WiqhdfUV18SSP0G9/Eq62Tr6QUOLrmk4dBG5vI5Vmg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.0.tgz", + "integrity": "sha512-SUJbbl4hYyvudGImU86amxIfqYoYpkITlY0lHV7azeAQj3199ZUqO0hGwbl4MZ5fNwwQEbANEUbsoPkyc/QUZQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.4", @@ -9422,7 +9416,7 @@ "progress": "^2.0.3", "read-chunk": "^3.2.0", "valid-url": "^1.0.9", - "xstate": "^4.8.0" + "xstate": "^4.9.1" }, "dependencies": { "file-type": { @@ -9451,18 +9445,18 @@ } }, "gatsby-telemetry": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.2.6.tgz", - "integrity": "sha512-dPR7Ij+dkNyQQ/eHt2OFD793txv+LXN7NhZIsCT20NV7UUlPFtN+xOjmj1eRGQXe0bbgNZis24A7zN18vwKi7Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.0.tgz", + "integrity": "sha512-efqPO6grC/lkf01bI+NPhgu6cvTY2n+ecVk1m3QTVu2K1yVW8zwqPEEQlD1jw5CZ1muF4bcc6lvMEY7BcdiHtw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "boxen": "^4.2.0", "configstore": "^5.0.1", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "git-up": "4.0.1", "is-docker": "2.0.0", "lodash": "^4.17.15", @@ -9487,22 +9481,22 @@ } }, "gatsby-theme-blog": { - "version": "1.4.37", - "resolved": "https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-1.4.37.tgz", - "integrity": "sha512-h0rfBTjieffXqkO96wosJF4A6j+GbW2fYZc2RSi7lL1iOnwgxbyIYyIqzrMDxy0Eo4ooTfzoQ1gYAzI6la9Dug==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-1.5.0.tgz", + "integrity": "sha512-gnJjmU0FjDFhDPeQdBXfxOzQMaI5nFrhvEftVVcSL+o9br71C5WQDxLUBUlAEA1TXHDLbqLN6ZWLsdudM2f/vA==", "requires": { "@emotion/core": "^10.0.28", - "@mdx-js/react": "^1.5.7", + "@mdx-js/react": "^1.5.9", "@theme-ui/prism": "^0.2.50", "@theme-ui/typography": "^0.2.46", "deepmerge": "^4.2.2", - "gatsby-image": "^2.3.5", - "gatsby-plugin-emotion": "^4.2.3", - "gatsby-plugin-feed": "^2.4.4", - "gatsby-plugin-react-helmet": "^3.2.5", + "gatsby-image": "^2.4.0", + "gatsby-plugin-emotion": "^4.3.0", + "gatsby-plugin-feed": "^2.5.0", + "gatsby-plugin-react-helmet": "^3.3.0", "gatsby-plugin-theme-ui": "^0.2.53", - "gatsby-plugin-twitter": "^2.2.5", - "gatsby-theme-blog-core": "^1.3.37", + "gatsby-plugin-twitter": "^2.3.0", + "gatsby-theme-blog-core": "^1.4.0", "mdx-utils": "0.2.0", "react-helmet": "^5.2.1", "react-switch": "^5.0.1", @@ -9513,31 +9507,31 @@ } }, "gatsby-theme-blog-core": { - "version": "1.3.37", - "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.3.37.tgz", - "integrity": "sha512-XqoU72DKCG8K1aShNLVw5rw43E3UexN7KbMssT/csrGtiGIsbjaQjLhjafI2/KRtTeUgpteLMuIazNLoMq6CWQ==", - "requires": { - "@mdx-js/mdx": "^1.5.7", - "gatsby-core-utils": "^1.1.4", - "gatsby-plugin-mdx": "^1.1.11", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-remark-copy-linked-files": "^2.2.4", - "gatsby-remark-images": "^3.2.6", - "gatsby-remark-smartypants": "^2.2.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.4.0.tgz", + "integrity": "sha512-dZWhj5zXRT6lMZbGVm7k6UnvGmN/EIgL00/68JhHpaN73pn1mMNz32py8si0tP+M4tqp/FVJyK/rwBfwG5xe8A==", + "requires": { + "@mdx-js/mdx": "^1.5.9", + "gatsby-core-utils": "^1.2.0", + "gatsby-plugin-mdx": "^1.2.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-remark-copy-linked-files": "^2.3.0", + "gatsby-remark-images": "^3.3.0", + "gatsby-remark-smartypants": "^2.3.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", "remark-slug": "^5.1.2" } }, "gatsby-transformer-sharp": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.4.7.tgz", - "integrity": "sha512-7/fMY/N+2TMqBUBq6CJMJ6ag6Y6wWXACYYWkPnb9hxtwbY7tOwnIxjstcgqbRjW56rmsyX+HWzegCXlZ0uSJEA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.0.tgz", + "integrity": "sha512-MaoqJustBZqKFrTzpaLq1AZbi1e19tC7wPEVPgU7ppTM+1mnyPcsDsot7BXE7/6IR90FGE8pBEYY0AdjY8EEHQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "potrace": "^2.1.5", + "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "semver": "^5.7.1", "sharp": "^0.25.1" @@ -19365,15 +19359,15 @@ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" }, "webpack": { - "version": "4.42.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.42.1.tgz", - "integrity": "sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==", + "version": "4.43.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz", + "integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==", "requires": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/wasm-edit": "1.9.0", "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.2.1", + "acorn": "^6.4.1", "ajv": "^6.10.2", "ajv-keywords": "^3.4.1", "chrome-trace-event": "^1.0.2", @@ -19390,7 +19384,7 @@ "schema-utils": "^1.0.0", "tapable": "^1.1.3", "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.6.0", + "watchpack": "^1.6.1", "webpack-sources": "^1.4.1" }, "dependencies": { @@ -20036,11 +20030,37 @@ } }, "yaml-loader": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.5.0.tgz", - "integrity": "sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.6.0.tgz", + "integrity": "sha512-1bNiLelumURyj+zvVHOv8Y3dpCri0F2S+DCcmps0pA1zWRLjS+FhZQg4o3aUUDYESh73+pKZNI18bj7stpReow==", "requires": { - "js-yaml": "^3.5.2" + "loader-utils": "^1.4.0", + "yaml": "^1.8.3" + }, + "dependencies": { + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } } }, "yargs": { diff --git a/starters/gatsby-starter-blog-theme/package.json b/starters/gatsby-starter-blog-theme/package.json index e6e635aeaa622..576eda8fca10f 100644 --- a/starters/gatsby-starter-blog-theme/package.json +++ b/starters/gatsby-starter-blog-theme/package.json @@ -9,8 +9,8 @@ "clean": "gatsby clean" }, "dependencies": { - "gatsby": "^2.20.36", - "gatsby-theme-blog": "^1.4.37", + "gatsby": "^2.21.0", + "gatsby-theme-blog": "^1.5.0", "react": "^16.12.0", "react-dom": "^16.12.0" } diff --git a/starters/gatsby-starter-notes-theme/package-lock.json b/starters/gatsby-starter-notes-theme/package-lock.json index fad09ff3cbf40..54ab640442a49 100644 --- a/starters/gatsby-starter-notes-theme/package-lock.json +++ b/starters/gatsby-starter-notes-theme/package-lock.json @@ -2418,9 +2418,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.8.5.tgz", - "integrity": "sha512-MnGJM4mYyhBS7xl0VUjbRk9ETRRl8H64nvg5VE3TPKPPVfRrdpUwYz0iCzFxixY+VCVkT407Wmu10Bh9AYL2SQ==" + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.0.tgz", + "integrity": "sha512-lvunFJ/JPhQHh5nOGepg1V5aX4zmbBgrd7qjlBObvQHF7Enz0yh6PznKnwtIX54i+bMOrWPUjCZUPXg3Xs+FLQ==" }, "babel-plugin-syntax-jsx": { "version": "6.18.0", @@ -2433,23 +2433,23 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.3.6.tgz", - "integrity": "sha512-3BZhFENS8KxP5Y0Y+XX8hntdfFkG3MRg5upwAeeM/P+k7wO0mBrUMNl+6ekYV1yEQabfMJq1sJG00w58r0KCMA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.0.tgz", + "integrity": "sha512-LbzP0CYBhSb9Y/rniMS2tgvtn3/8Yk1wEQ4McxuCemZkhvcCEPsqN38vqFkhn74MTQIwY8o0v9DgKE42N50c+Q==", "requires": { "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.8.3", + "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.9.0", "@babel/plugin-transform-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/runtime": "^7.8.7", - "babel-plugin-dynamic-import-node": "^2.3.0", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/runtime": "^7.9.2", + "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.1.4" + "gatsby-core-utils": "^1.2.0" } }, "babel-runtime": { @@ -3043,11 +3043,10 @@ } }, "cache-manager-fs-hash": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz", - "integrity": "sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.8.tgz", + "integrity": "sha512-U4N81RiwyUVSAutgfWxW1sV6YJRk9QgizCRXOqdEevMDNA+0uiXtnZTHYfg11RKyJnX+yXsaPsJHloIylk4ZhQ==", "requires": { - "es6-promisify": "^6.0.0", "lockfile": "^1.0.4" } }, @@ -3268,9 +3267,9 @@ } }, "chokidar": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.1.tgz", - "integrity": "sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", + "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", @@ -3279,7 +3278,7 @@ "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", - "readdirp": "~3.3.0" + "readdirp": "~3.4.0" }, "dependencies": { "anymatch": { @@ -3345,11 +3344,11 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, "readdirp": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.3.0.tgz", - "integrity": "sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", "requires": { - "picomatch": "^2.0.7" + "picomatch": "^2.2.1" } }, "to-regex-range": { @@ -5174,11 +5173,6 @@ "is-symbol": "^1.0.2" } }, - "es6-promisify": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.1.0.tgz", - "integrity": "sha512-jCsk2fpfEFusVv1MDkF4Uf0hAzIKNDMgR6LyOIw6a3jwkN1sCgWzuwgnsHY9YSQ8n8P31HoncvE0LC44cpWTrw==" - }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -7006,16 +7000,16 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.20.36", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.20.36.tgz", - "integrity": "sha512-op/rtiWTATX0e8EoQIm4xfXIb4zDkpUzx5sORBCoe1I13lX/q/Z3f6FM80WmFih89VngC9juXN7oGS8TF8GHxA==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.0.tgz", + "integrity": "sha512-+BU+WM15IOfJeagmo0kcbogL4oCY4E8k4qlIeC98cyucCvbkaDK9R1cuXZgslA73ZJOdnWUfea7NwWLiFndXRw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/core": "^7.8.7", - "@babel/parser": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/parser": "^7.9.4", "@babel/polyfill": "^7.8.7", - "@babel/runtime": "^7.8.7", - "@babel/traverse": "^7.8.6", + "@babel/runtime": "^7.9.2", + "@babel/traverse": "^7.9.5", "@hapi/joi": "^15.1.1", "@mikaelkristiansson/domready": "^1.0.10", "@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2", @@ -7024,23 +7018,23 @@ "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "address": "1.1.2", - "autoprefixer": "^9.7.4", + "autoprefixer": "^9.7.6", "axios": "^0.19.2", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "better-opn": "1.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "browserslist": "^4.9.1", + "browserslist": "^4.12.0", "cache-manager": "^2.11.1", - "cache-manager-fs-hash": "^0.0.7", + "cache-manager-fs-hash": "^0.0.8", "chalk": "^2.4.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "common-tags": "^1.8.0", "compression": "^1.7.4", "convert-hrtime": "^3.0.0", @@ -7048,18 +7042,18 @@ "core-js": "^2.6.11", "cors": "^2.8.5", "css-loader": "^1.0.1", - "date-fns": "^2.11.0", + "date-fns": "^2.12.0", "debug": "^3.2.6", "del": "^5.1.0", "detect-port": "^1.3.0", "devcert": "^1.1.0", "dotenv": "^8.2.0", "eslint": "^6.8.0", - "eslint-config-react-app": "^5.2.0", + "eslint-config-react-app": "^5.2.1", "eslint-loader": "^2.2.1", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-graphql": "^3.1.1", - "eslint-plugin-import": "^2.20.1", + "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^1.7.0", @@ -7071,18 +7065,18 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.11.22", - "gatsby-core-utils": "^1.1.4", - "gatsby-graphiql-explorer": "^0.3.5", - "gatsby-link": "^2.3.5", - "gatsby-plugin-page-creator": "^2.2.4", - "gatsby-react-router-scroll": "^2.2.3", - "gatsby-telemetry": "^1.2.6", + "gatsby-cli": "^2.12.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-graphiql-explorer": "^0.4.0", + "gatsby-link": "^2.4.0", + "gatsby-plugin-page-creator": "^2.3.0", + "gatsby-react-router-scroll": "^2.3.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", - "graphql-playground-middleware-express": "^1.7.12", + "graphql-playground-middleware-express": "^1.7.14", "hasha": "^5.2.0", "invariant": "^2.2.4", "is-relative": "^1.0.0", @@ -7113,7 +7107,7 @@ "pnp-webpack-plugin": "^1.6.4", "postcss-flexbugs-fixes": "^4.2.0", "postcss-loader": "^3.0.0", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "prop-types": "^15.7.2", "raw-loader": "^0.5.1", "react-dev-utils": "^4.2.3", @@ -7125,7 +7119,7 @@ "semver": "^5.7.1", "shallow-compare": "^1.2.2", "sift": "^5.1.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "slugify": "^1.4.0", "socket.io": "^2.3.0", "stack-trace": "^0.0.10", @@ -7138,14 +7132,14 @@ "util.promisify": "^1.0.1", "uuid": "^3.4.0", "v8-compile-cache": "^1.1.2", - "webpack": "~4.42.0", + "webpack": "~4.43.0", "webpack-dev-middleware": "^3.7.2", "webpack-dev-server": "^3.10.3", "webpack-hot-middleware": "^2.25.0", "webpack-merge": "^4.2.2", "webpack-stats-plugin": "^0.3.1", - "xstate": "^4.8.0", - "yaml-loader": "^0.5.0" + "xstate": "^4.9.1", + "yaml-loader": "^0.6.0" }, "dependencies": { "ansi-regex": { @@ -7179,28 +7173,28 @@ } }, "gatsby-cli": { - "version": "2.11.22", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.11.22.tgz", - "integrity": "sha512-lU3uXiTASgbpb/iT4vvdOFST7H9LNSx54I6XG/cYOJ2z7ezB2JshuetLdfhb1HqwniIscvX60hbibcCKBd4YIw==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.0.tgz", + "integrity": "sha512-AT1vI09OvfEbjjpKgS2EFWC7UDdZzUJYe6Da2hN7dlcyzk9Z/qNrLu7j6PMtFbjKM3EMK2zSCX8NZ4g9igAIeg==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@hapi/joi": "^15.1.1", "better-opn": "^1.0.0", "bluebird": "^3.7.2", "chalk": "^2.4.2", - "clipboardy": "^2.2.0", + "clipboardy": "^2.3.0", "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", "core-js": "^2.6.11", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-recipes": "^0.0.19", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-recipes": "^0.1.0", + "gatsby-telemetry": "^1.3.0", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", "ink-spinner": "^3.0.1", @@ -7212,12 +7206,12 @@ "opentracing": "^0.14.4", "pretty-error": "^2.1.1", "progress": "^2.0.3", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "react": "^16.8.0", "redux": "^4.0.5", "resolve-cwd": "^2.0.0", "semver": "^6.3.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "source-map": "0.7.3", "stack-trace": "^0.0.10", "strip-ansi": "^5.2.0", @@ -7356,9 +7350,9 @@ } }, "gatsby-core-utils": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.4.tgz", - "integrity": "sha512-cXUB9PiPGqHzbFlwnJMgd9ezXb1goWOufh8oJglxp4x7vlPKUjPWpVG0UkwF6HNunpreN4WD8Jex5ed/dxEgtw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.0.tgz", + "integrity": "sha512-JBsVbniXObn26Hms8Je1vJdhMW04GesochBVLcaTraZC5dfqZDExPix65jrye/voC0YfFtXIngm59yspYZm1OQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -7366,33 +7360,33 @@ } }, "gatsby-graphiql-explorer": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.3.5.tgz", - "integrity": "sha512-leGZY7oZHurMlb1fDgyzaUMhvuiw+EbtrQtD5O9niNpGPCCtrHVeYaYDx/Kh+udtwe5YMYKkZ+YjteQKg7ezEg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.0.tgz", + "integrity": "sha512-BddSKv1WgLnwmj0S/xyUt5jWCgWedZPuqjweMX6EwUBh36uKaI962VyRbwqE/pLdmKBMOU7u9zjNBcK5LXKbxA==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-link": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.3.5.tgz", - "integrity": "sha512-FzagAbg+hW+3YEfo9YUxwDoReB3w5AnsImYf3RkF7Z0HDW+YfYNFh8pg+iItlGXW+eVKZJavMz5lbqpD6H/m3w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.0.tgz", + "integrity": "sha512-ElaUagFLlPqtLFZc7wd9RxckfMRf45Ro1X5QZi6Lz9wNQzpT/cCYzARgfcfEbM5Dsg3/p0mIQR1+0Cbjqk+1tQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@types/reach__router": "^1.3.3", "prop-types": "^15.7.2" } }, "gatsby-page-utils": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.1.4.tgz", - "integrity": "sha512-TFZJZ5Nl4u0ZUUvKsm16MXZEMB9P8QCndHtkLQpNsrlUz4hiSYcb3uPgAm0WPBNL+R4PXsaXyaCysKDeMKMpGQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.0.tgz", + "integrity": "sha512-kyvFYjGXWNKRignUaspko0TFrBufUPB0+uA+w30A81Jzc2FjD5e2yYByRBb7/pGPrHXXm7TySBt9n4/KVkXD2g==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" @@ -7408,26 +7402,26 @@ } }, "gatsby-plugin-emotion": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.2.3.tgz", - "integrity": "sha512-RXkfO5kciogZrpF4/jyQwDcF4g2qdh9qDuagRMdRse887MVqKb+VG+x0KRx+0cg7cGiyg8xOfbTplBB+E0Z88A==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.3.0.tgz", + "integrity": "sha512-e4Z+xaaRdkmMY1qmTnNPzSJYkP/M9fOYm9mE/2sssDWvH5UwlmDPUMxMuDxDO722mbbB9RGEHxX4ElrsXH7Gcg==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@emotion/babel-preset-css-prop": "^10.0.27" } }, "gatsby-plugin-mdx": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.1.11.tgz", - "integrity": "sha512-7Bo4DCCFjK28FFI2G6ixGgMfsHaHPCPVxMAwJUeHGAgr7UX1lTTqrDbkQgcGgkGEWpQcV+IbXxLCY9aX7vyPsA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.0.tgz", + "integrity": "sha512-s13XW+hFoT/UXASGF7zOZovuhIPY8HH5GgA4mLZFYwlRSpAuC+blVWsl1tMCcDGZeLIZv0bDabFAY2Zd+hDEYw==", "requires": { - "@babel/core": "^7.8.7", - "@babel/generator": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/generator": "^7.9.5", "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/types": "^7.8.7", + "@babel/plugin-proposal-object-rest-spread": "^7.9.5", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/types": "^7.9.5", "camelcase-css": "^2.0.1", "change-case": "^3.1.0", "core-js": "2", @@ -7436,9 +7430,9 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "gray-matter": "^4.0.2", - "json5": "^2.1.2", + "json5": "^2.1.3", "loader-utils": "^1.4.0", "lodash": "^4.17.15", "mdast-util-to-string": "^1.1.0", @@ -7550,14 +7544,14 @@ } }, "gatsby-plugin-page-creator": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.2.4.tgz", - "integrity": "sha512-14GjgnEJMfi59zyXTMpBoAPPmF19H+2dDCbeDJ1CgbuO5P9jTsOTaKGnrtjdt9uFVV598IaEdKu2ztpXjxkeyw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.0.tgz", + "integrity": "sha512-5FWntUeutF1YUJUy0EHuZE6xBFOljIXSVFJ9gOoQbLUrFw7ba3OW6a7DBruteRX6oOWaQ3YtjGgGOEbpsP3lTQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.1.4", + "gatsby-page-utils": "^0.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" @@ -7577,11 +7571,11 @@ "integrity": "sha512-AlQC+uC9lvrP3LlGsLe0f0azp7B5c49qWl4b3FDj8xbravBoqFmJT7XrNTpYYbxnCnx/K1v0QtwP8qindw0S2g==" }, "gatsby-react-router-scroll": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.2.3.tgz", - "integrity": "sha512-14A4NCGl266bXAZCZZySCL/D0+d5SckRGYdBF9uNwLjTdYbcBWlSkiKT6nanqSdQDA+VIun1SGpqsmIr0I5XXw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.3.0.tgz", + "integrity": "sha512-P0XR2G61pRJDO5FPe6l9GFgu3B55v0WNRBzA+H8edXtAOqFavTdfVg/CANEBu/7m0fRmUaZ8hFmvMX56ptbQ5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "scroll-behavior": "^0.9.12", "warning": "^3.0.0" }, @@ -7597,28 +7591,28 @@ } }, "gatsby-recipes": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.0.19.tgz", - "integrity": "sha512-591V5j+jhP1CmgANiBwWsAWbKTsZ9t5Uor4hYtnbTfx2ZefIVTd65fgvE/ajioPbAQ14USd/Z3yplHQ8Ne9Hfw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.0.tgz", + "integrity": "sha512-HKg9q+/Pgaw4KxTXwksZds2qjyv25IbzXABMNwtFD8V4Nh/l0szYKwJxZcptfyp2ftMv1WnK9cjF5CT1HjpwDw==", "requires": { - "@babel/core": "^7.8.7", + "@babel/core": "^7.9.0", "@babel/generator": "^7.9.5", "@babel/standalone": "^7.9.5", "@babel/template": "^7.8.6", "@babel/types": "^7.9.5", "@hapi/joi": "^15.1.1", - "@mdx-js/mdx": "^1.5.8", - "@mdx-js/react": "^1.5.8", - "@mdx-js/runtime": "^1.5.8", + "@mdx-js/mdx": "^1.5.9", + "@mdx-js/react": "^1.5.9", + "@mdx-js/runtime": "^1.5.9", "acorn": "^7.1.1", "acorn-jsx": "^5.2.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "cors": "^2.8.5", "detect-port": "^1.3.0", "event-source-polyfill": "^1.0.12", @@ -7626,8 +7620,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", @@ -7637,7 +7631,7 @@ "humanize-list": "^1.0.1", "import-jsx": "^4.0.0", "ink-box": "^1.0.0", - "ink-link": "^1.0.0", + "ink-link": "^1.1.0", "ink-select-input": "^3.1.2", "ink-spinner": "^3.0.1", "is-blank": "^2.1.0", @@ -7645,11 +7639,11 @@ "is-relative": "^1.0.0", "is-string": "^1.0.5", "is-url": "^1.2.4", - "jest-diff": "^25.3.0", + "jest-diff": "^25.4.0", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "pkg-dir": "^4.2.0", - "prettier": "^2.0.4", + "prettier": "^2.0.5", "remark-stringify": "^8.0.0", "semver": "^7.3.2", "single-trailing-newline": "^1.0.0", @@ -7659,9 +7653,9 @@ "unist-util-remove": "^2.0.0", "unist-util-visit": "^2.0.2", "url-loader": "^1.1.2", - "urql": "^1.9.5", - "ws": "^7.2.3", - "xstate": "^4.8.0" + "urql": "^1.9.7", + "ws": "^7.2.5", + "xstate": "^4.9.1" }, "dependencies": { "cross-spawn": { @@ -7796,17 +7790,17 @@ } }, "gatsby-source-filesystem": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.5.tgz", - "integrity": "sha512-mZ8gPENU6iykLuoSJTb6bSydaJek7b7LwOPWpzThsdz/WiqhdfUV18SSP0G9/Eq62Tr6QUOLrmk4dBG5vI5Vmg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.0.tgz", + "integrity": "sha512-SUJbbl4hYyvudGImU86amxIfqYoYpkITlY0lHV7azeAQj3199ZUqO0hGwbl4MZ5fNwwQEbANEUbsoPkyc/QUZQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.4", @@ -7814,7 +7808,7 @@ "progress": "^2.0.3", "read-chunk": "^3.2.0", "valid-url": "^1.0.9", - "xstate": "^4.8.0" + "xstate": "^4.9.1" }, "dependencies": { "got": { @@ -7838,18 +7832,18 @@ } }, "gatsby-telemetry": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.2.6.tgz", - "integrity": "sha512-dPR7Ij+dkNyQQ/eHt2OFD793txv+LXN7NhZIsCT20NV7UUlPFtN+xOjmj1eRGQXe0bbgNZis24A7zN18vwKi7Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.0.tgz", + "integrity": "sha512-efqPO6grC/lkf01bI+NPhgu6cvTY2n+ecVk1m3QTVu2K1yVW8zwqPEEQlD1jw5CZ1muF4bcc6lvMEY7BcdiHtw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "boxen": "^4.2.0", "configstore": "^5.0.1", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "git-up": "4.0.1", "is-docker": "2.0.0", "lodash": "^4.17.15", @@ -7874,24 +7868,24 @@ } }, "gatsby-theme-notes": { - "version": "1.2.37", - "resolved": "https://registry.npmjs.org/gatsby-theme-notes/-/gatsby-theme-notes-1.2.37.tgz", - "integrity": "sha512-cG/WukLzBelrzjpNQqd6O9GMJpJIffDrlCpqv8axpWpadNui7YF7AiSVZ8ypKsn83QaIN1Nblwk1iZU/uHaqTw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-theme-notes/-/gatsby-theme-notes-1.3.0.tgz", + "integrity": "sha512-JhsBA/X+ji2z/NDsDq7WUvjBmkz6mCPVJuAR/isg+i/JDfkDTGSdaqppEyl2PJNanfp0YreJOU1Hakgm3oKNcA==", "requires": { "@emotion/core": "^10.0.28", - "@mdx-js/mdx": "^1.5.7", - "@mdx-js/react": "^1.5.7", + "@mdx-js/mdx": "^1.5.9", + "@mdx-js/react": "^1.5.9", "@theme-ui/prism": "^0.2.50", "@theme-ui/typography": "^0.2.46", "deepmerge": "^4.2.2", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "gatsby-plugin-compile-es6-packages": "^2.1.0", - "gatsby-plugin-emotion": "^4.2.3", - "gatsby-plugin-mdx": "^1.1.11", + "gatsby-plugin-emotion": "^4.3.0", + "gatsby-plugin-mdx": "^1.2.0", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-redirects": "^1.0.0", "gatsby-plugin-theme-ui": "^0.2.53", - "gatsby-source-filesystem": "^2.2.5", + "gatsby-source-filesystem": "^2.3.0", "is-present": "^1.0.0", "react-feather": "^1.1.6", "theme-ui": "^0.2.52", @@ -16315,15 +16309,15 @@ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" }, "webpack": { - "version": "4.42.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.42.1.tgz", - "integrity": "sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==", + "version": "4.43.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz", + "integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==", "requires": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/wasm-edit": "1.9.0", "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.2.1", + "acorn": "^6.4.1", "ajv": "^6.10.2", "ajv-keywords": "^3.4.1", "chrome-trace-event": "^1.0.2", @@ -16340,7 +16334,7 @@ "schema-utils": "^1.0.0", "tapable": "^1.1.3", "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.6.0", + "watchpack": "^1.6.1", "webpack-sources": "^1.4.1" }, "dependencies": { @@ -16922,11 +16916,37 @@ } }, "yaml-loader": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.5.0.tgz", - "integrity": "sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.6.0.tgz", + "integrity": "sha512-1bNiLelumURyj+zvVHOv8Y3dpCri0F2S+DCcmps0pA1zWRLjS+FhZQg4o3aUUDYESh73+pKZNI18bj7stpReow==", "requires": { - "js-yaml": "^3.5.2" + "loader-utils": "^1.4.0", + "yaml": "^1.8.3" + }, + "dependencies": { + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } } }, "yargs": { diff --git a/starters/gatsby-starter-notes-theme/package.json b/starters/gatsby-starter-notes-theme/package.json index 9bdcfdaf08c24..8ac7bd4c7c44d 100644 --- a/starters/gatsby-starter-notes-theme/package.json +++ b/starters/gatsby-starter-notes-theme/package.json @@ -9,8 +9,8 @@ "clean": "gatsby clean" }, "dependencies": { - "gatsby": "^2.20.36", - "gatsby-theme-notes": "^1.2.37", + "gatsby": "^2.21.0", + "gatsby-theme-notes": "^1.3.0", "react": "^16.12.0", "react-dom": "^16.12.0" } diff --git a/starters/gatsby-starter-theme-workspace/example/package.json b/starters/gatsby-starter-theme-workspace/example/package.json index daedc28c1ed22..81eabe7ea1eab 100644 --- a/starters/gatsby-starter-theme-workspace/example/package.json +++ b/starters/gatsby-starter-theme-workspace/example/package.json @@ -9,7 +9,7 @@ "build": "gatsby build" }, "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "gatsby-theme-minimal": "^1.0.0", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/starters/gatsby-starter-theme/package-lock.json b/starters/gatsby-starter-theme/package-lock.json index c1ba60894b270..2eedcd8fcabc3 100644 --- a/starters/gatsby-starter-theme/package-lock.json +++ b/starters/gatsby-starter-theme/package-lock.json @@ -3062,9 +3062,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.8.5.tgz", - "integrity": "sha512-MnGJM4mYyhBS7xl0VUjbRk9ETRRl8H64nvg5VE3TPKPPVfRrdpUwYz0iCzFxixY+VCVkT407Wmu10Bh9AYL2SQ==" + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.0.tgz", + "integrity": "sha512-lvunFJ/JPhQHh5nOGepg1V5aX4zmbBgrd7qjlBObvQHF7Enz0yh6PznKnwtIX54i+bMOrWPUjCZUPXg3Xs+FLQ==" }, "babel-plugin-syntax-jsx": { "version": "6.18.0", @@ -3077,23 +3077,23 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.3.6.tgz", - "integrity": "sha512-3BZhFENS8KxP5Y0Y+XX8hntdfFkG3MRg5upwAeeM/P+k7wO0mBrUMNl+6ekYV1yEQabfMJq1sJG00w58r0KCMA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.0.tgz", + "integrity": "sha512-LbzP0CYBhSb9Y/rniMS2tgvtn3/8Yk1wEQ4McxuCemZkhvcCEPsqN38vqFkhn74MTQIwY8o0v9DgKE42N50c+Q==", "requires": { "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.8.3", + "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.9.0", "@babel/plugin-transform-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/runtime": "^7.8.7", - "babel-plugin-dynamic-import-node": "^2.3.0", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/runtime": "^7.9.2", + "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.1.4" + "gatsby-core-utils": "^1.2.0" } }, "babel-runtime": { @@ -3939,11 +3939,10 @@ } }, "cache-manager-fs-hash": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz", - "integrity": "sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.8.tgz", + "integrity": "sha512-U4N81RiwyUVSAutgfWxW1sV6YJRk9QgizCRXOqdEevMDNA+0uiXtnZTHYfg11RKyJnX+yXsaPsJHloIylk4ZhQ==", "requires": { - "es6-promisify": "^6.0.0", "lockfile": "^1.0.4" } }, @@ -4196,9 +4195,9 @@ } }, "chokidar": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.1.tgz", - "integrity": "sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", + "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", @@ -4207,7 +4206,7 @@ "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", - "readdirp": "~3.3.0" + "readdirp": "~3.4.0" }, "dependencies": { "anymatch": { @@ -4273,11 +4272,11 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, "readdirp": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.3.0.tgz", - "integrity": "sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", "requires": { - "picomatch": "^2.0.7" + "picomatch": "^2.2.1" } }, "to-regex-range": { @@ -6388,11 +6387,6 @@ "is-symbol": "^1.0.2" } }, - "es6-promisify": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.1.0.tgz", - "integrity": "sha512-jCsk2fpfEFusVv1MDkF4Uf0hAzIKNDMgR6LyOIw6a3jwkN1sCgWzuwgnsHY9YSQ8n8P31HoncvE0LC44cpWTrw==" - }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -8386,16 +8380,16 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.20.36", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.20.36.tgz", - "integrity": "sha512-op/rtiWTATX0e8EoQIm4xfXIb4zDkpUzx5sORBCoe1I13lX/q/Z3f6FM80WmFih89VngC9juXN7oGS8TF8GHxA==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.0.tgz", + "integrity": "sha512-+BU+WM15IOfJeagmo0kcbogL4oCY4E8k4qlIeC98cyucCvbkaDK9R1cuXZgslA73ZJOdnWUfea7NwWLiFndXRw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/core": "^7.8.7", - "@babel/parser": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/parser": "^7.9.4", "@babel/polyfill": "^7.8.7", - "@babel/runtime": "^7.8.7", - "@babel/traverse": "^7.8.6", + "@babel/runtime": "^7.9.2", + "@babel/traverse": "^7.9.5", "@hapi/joi": "^15.1.1", "@mikaelkristiansson/domready": "^1.0.10", "@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2", @@ -8404,23 +8398,23 @@ "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "address": "1.1.2", - "autoprefixer": "^9.7.4", + "autoprefixer": "^9.7.6", "axios": "^0.19.2", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "better-opn": "1.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "browserslist": "^4.9.1", + "browserslist": "^4.12.0", "cache-manager": "^2.11.1", - "cache-manager-fs-hash": "^0.0.7", + "cache-manager-fs-hash": "^0.0.8", "chalk": "^2.4.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "common-tags": "^1.8.0", "compression": "^1.7.4", "convert-hrtime": "^3.0.0", @@ -8428,18 +8422,18 @@ "core-js": "^2.6.11", "cors": "^2.8.5", "css-loader": "^1.0.1", - "date-fns": "^2.11.0", + "date-fns": "^2.12.0", "debug": "^3.2.6", "del": "^5.1.0", "detect-port": "^1.3.0", "devcert": "^1.1.0", "dotenv": "^8.2.0", "eslint": "^6.8.0", - "eslint-config-react-app": "^5.2.0", + "eslint-config-react-app": "^5.2.1", "eslint-loader": "^2.2.1", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-graphql": "^3.1.1", - "eslint-plugin-import": "^2.20.1", + "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^1.7.0", @@ -8451,18 +8445,18 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.11.22", - "gatsby-core-utils": "^1.1.4", - "gatsby-graphiql-explorer": "^0.3.5", - "gatsby-link": "^2.3.5", - "gatsby-plugin-page-creator": "^2.2.4", - "gatsby-react-router-scroll": "^2.2.3", - "gatsby-telemetry": "^1.2.6", + "gatsby-cli": "^2.12.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-graphiql-explorer": "^0.4.0", + "gatsby-link": "^2.4.0", + "gatsby-plugin-page-creator": "^2.3.0", + "gatsby-react-router-scroll": "^2.3.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", - "graphql-playground-middleware-express": "^1.7.12", + "graphql-playground-middleware-express": "^1.7.14", "hasha": "^5.2.0", "invariant": "^2.2.4", "is-relative": "^1.0.0", @@ -8493,7 +8487,7 @@ "pnp-webpack-plugin": "^1.6.4", "postcss-flexbugs-fixes": "^4.2.0", "postcss-loader": "^3.0.0", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "prop-types": "^15.7.2", "raw-loader": "^0.5.1", "react-dev-utils": "^4.2.3", @@ -8505,7 +8499,7 @@ "semver": "^5.7.1", "shallow-compare": "^1.2.2", "sift": "^5.1.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "slugify": "^1.4.0", "socket.io": "^2.3.0", "stack-trace": "^0.0.10", @@ -8518,14 +8512,14 @@ "util.promisify": "^1.0.1", "uuid": "^3.4.0", "v8-compile-cache": "^1.1.2", - "webpack": "~4.42.0", + "webpack": "~4.43.0", "webpack-dev-middleware": "^3.7.2", "webpack-dev-server": "^3.10.3", "webpack-hot-middleware": "^2.25.0", "webpack-merge": "^4.2.2", "webpack-stats-plugin": "^0.3.1", - "xstate": "^4.8.0", - "yaml-loader": "^0.5.0" + "xstate": "^4.9.1", + "yaml-loader": "^0.6.0" }, "dependencies": { "ansi-regex": { @@ -8559,28 +8553,28 @@ } }, "gatsby-cli": { - "version": "2.11.22", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.11.22.tgz", - "integrity": "sha512-lU3uXiTASgbpb/iT4vvdOFST7H9LNSx54I6XG/cYOJ2z7ezB2JshuetLdfhb1HqwniIscvX60hbibcCKBd4YIw==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.0.tgz", + "integrity": "sha512-AT1vI09OvfEbjjpKgS2EFWC7UDdZzUJYe6Da2hN7dlcyzk9Z/qNrLu7j6PMtFbjKM3EMK2zSCX8NZ4g9igAIeg==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@hapi/joi": "^15.1.1", "better-opn": "^1.0.0", "bluebird": "^3.7.2", "chalk": "^2.4.2", - "clipboardy": "^2.2.0", + "clipboardy": "^2.3.0", "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", "core-js": "^2.6.11", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-recipes": "^0.0.19", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-recipes": "^0.1.0", + "gatsby-telemetry": "^1.3.0", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", "ink-spinner": "^3.0.1", @@ -8592,12 +8586,12 @@ "opentracing": "^0.14.4", "pretty-error": "^2.1.1", "progress": "^2.0.3", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "react": "^16.8.0", "redux": "^4.0.5", "resolve-cwd": "^2.0.0", "semver": "^6.3.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "source-map": "0.7.3", "stack-trace": "^0.0.10", "strip-ansi": "^5.2.0", @@ -8736,9 +8730,9 @@ } }, "gatsby-core-utils": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.4.tgz", - "integrity": "sha512-cXUB9PiPGqHzbFlwnJMgd9ezXb1goWOufh8oJglxp4x7vlPKUjPWpVG0UkwF6HNunpreN4WD8Jex5ed/dxEgtw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.0.tgz", + "integrity": "sha512-JBsVbniXObn26Hms8Je1vJdhMW04GesochBVLcaTraZC5dfqZDExPix65jrye/voC0YfFtXIngm59yspYZm1OQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8746,43 +8740,43 @@ } }, "gatsby-graphiql-explorer": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.3.5.tgz", - "integrity": "sha512-leGZY7oZHurMlb1fDgyzaUMhvuiw+EbtrQtD5O9niNpGPCCtrHVeYaYDx/Kh+udtwe5YMYKkZ+YjteQKg7ezEg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.0.tgz", + "integrity": "sha512-BddSKv1WgLnwmj0S/xyUt5jWCgWedZPuqjweMX6EwUBh36uKaI962VyRbwqE/pLdmKBMOU7u9zjNBcK5LXKbxA==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-image": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.3.5.tgz", - "integrity": "sha512-FRbmYrE+bFENiI2QGUwy0SKvNTOsxYHh6qNMdO3qwil0mtkiQax64ydExdEq1BciUVbvMqomd5n/yKu+cnuJVg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.0.tgz", + "integrity": "sha512-VkGZ5SiIi0eC1tt45rIWqu19ZA2P1lMmNgCIqM4AK4q+ib1x0WhiGOeIEsIYk7udlfLXEy7A0uzadsv8EZSy/w==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "object-fit-images": "^3.2.4", "prop-types": "^15.7.2" } }, "gatsby-link": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.3.5.tgz", - "integrity": "sha512-FzagAbg+hW+3YEfo9YUxwDoReB3w5AnsImYf3RkF7Z0HDW+YfYNFh8pg+iItlGXW+eVKZJavMz5lbqpD6H/m3w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.0.tgz", + "integrity": "sha512-ElaUagFLlPqtLFZc7wd9RxckfMRf45Ro1X5QZi6Lz9wNQzpT/cCYzARgfcfEbM5Dsg3/p0mIQR1+0Cbjqk+1tQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@types/reach__router": "^1.3.3", "prop-types": "^15.7.2" } }, "gatsby-page-utils": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.1.4.tgz", - "integrity": "sha512-TFZJZ5Nl4u0ZUUvKsm16MXZEMB9P8QCndHtkLQpNsrlUz4hiSYcb3uPgAm0WPBNL+R4PXsaXyaCysKDeMKMpGQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.0.tgz", + "integrity": "sha512-kyvFYjGXWNKRignUaspko0TFrBufUPB0+uA+w30A81Jzc2FjD5e2yYByRBb7/pGPrHXXm7TySBt9n4/KVkXD2g==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" @@ -8798,20 +8792,20 @@ } }, "gatsby-plugin-emotion": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.2.3.tgz", - "integrity": "sha512-RXkfO5kciogZrpF4/jyQwDcF4g2qdh9qDuagRMdRse887MVqKb+VG+x0KRx+0cg7cGiyg8xOfbTplBB+E0Z88A==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.3.0.tgz", + "integrity": "sha512-e4Z+xaaRdkmMY1qmTnNPzSJYkP/M9fOYm9mE/2sssDWvH5UwlmDPUMxMuDxDO722mbbB9RGEHxX4ElrsXH7Gcg==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@emotion/babel-preset-css-prop": "^10.0.27" } }, "gatsby-plugin-feed": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.4.4.tgz", - "integrity": "sha512-yJFDWFLAcji7PmFYmYr4MjCo+KiZObZXh7VTCJsOchK1XsZhWOmkpdQagnGDeL/oCpNWmQpQ8VrGocFD1Bk7ZA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-2.5.0.tgz", + "integrity": "sha512-cdZq/u49f3RAH8iaZoUSV4W/naYFAWQETjnQmaEQUPzZoChUFV4gaFgoJlR7LypmFyOlU15RAapcNW5lGZ910A==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@hapi/joi": "^15.1.1", "fs-extra": "^8.1.0", "lodash.merge": "^4.6.2", @@ -8819,17 +8813,17 @@ } }, "gatsby-plugin-mdx": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.1.11.tgz", - "integrity": "sha512-7Bo4DCCFjK28FFI2G6ixGgMfsHaHPCPVxMAwJUeHGAgr7UX1lTTqrDbkQgcGgkGEWpQcV+IbXxLCY9aX7vyPsA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.0.tgz", + "integrity": "sha512-s13XW+hFoT/UXASGF7zOZovuhIPY8HH5GgA4mLZFYwlRSpAuC+blVWsl1tMCcDGZeLIZv0bDabFAY2Zd+hDEYw==", "requires": { - "@babel/core": "^7.8.7", - "@babel/generator": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/generator": "^7.9.5", "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/types": "^7.8.7", + "@babel/plugin-proposal-object-rest-spread": "^7.9.5", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/types": "^7.9.5", "camelcase-css": "^2.0.1", "change-case": "^3.1.0", "core-js": "2", @@ -8838,9 +8832,9 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "gray-matter": "^4.0.2", - "json5": "^2.1.2", + "json5": "^2.1.3", "loader-utils": "^1.4.0", "lodash": "^4.17.15", "mdast-util-to-string": "^1.1.0", @@ -8952,25 +8946,25 @@ } }, "gatsby-plugin-page-creator": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.2.4.tgz", - "integrity": "sha512-14GjgnEJMfi59zyXTMpBoAPPmF19H+2dDCbeDJ1CgbuO5P9jTsOTaKGnrtjdt9uFVV598IaEdKu2ztpXjxkeyw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.0.tgz", + "integrity": "sha512-5FWntUeutF1YUJUy0EHuZE6xBFOljIXSVFJ9gOoQbLUrFw7ba3OW6a7DBruteRX6oOWaQ3YtjGgGOEbpsP3lTQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.1.4", + "gatsby-page-utils": "^0.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-plugin-react-helmet": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.2.5.tgz", - "integrity": "sha512-Lbt1kWBAQE1RsZHxPxYov+M9X7PNaQuzfOS6Cplfp7+dN+Dm7lOe/iLMP/vM/GLCEyxJnY072JyIb6XkBgH5ZA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.0.tgz", + "integrity": "sha512-Z0G2/+fvX+FRkvd5H5VezJKlWNz39P6SZnPliIk6tGbKP4RIry5xdZYmyd3bn+IsyNvm2GmDoTQfOSqxsYNweQ==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-plugin-redirects": { @@ -8982,15 +8976,15 @@ } }, "gatsby-plugin-sharp": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.5.7.tgz", - "integrity": "sha512-TYY0+XKBwSzi3XNcRdusVe3uKrYbozqNgTgEp2Qji9yvNscXYAD/0nCPZ42Dyhfm+R2IeRMLzeajXQy7ZUwQBg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.0.tgz", + "integrity": "sha512-Bx6Nmnf26rtEplf424eF8X9QIQui6y7Eq8mUxxYvkiq/aKZQtSCwc7yzgovW7xgzrjujbOG00+6q3oFKqW7qOA==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", @@ -8998,7 +8992,7 @@ "imagemin-webp": "^5.1.0", "lodash": "^4.17.15", "mini-svg-data-uri": "^1.1.3", - "potrace": "^2.1.5", + "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "progress": "^2.0.3", "semver": "^5.7.1", @@ -9023,19 +9017,19 @@ "integrity": "sha512-AlQC+uC9lvrP3LlGsLe0f0azp7B5c49qWl4b3FDj8xbravBoqFmJT7XrNTpYYbxnCnx/K1v0QtwP8qindw0S2g==" }, "gatsby-plugin-twitter": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-twitter/-/gatsby-plugin-twitter-2.2.5.tgz", - "integrity": "sha512-uxQHeBLm2eqMt/vvZaLtcosG8b2eI9mBfVWsyUk9LdAIVAfc2FYL6OlECzv9JdMbI9VRijoECjC1UwqhZ5bC9Q==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-twitter/-/gatsby-plugin-twitter-2.3.0.tgz", + "integrity": "sha512-uC39ZA0rnqR9DGE86k/82fnIZkIkgNRMu6Dz7a7KLwtXTNHjxAbz0dTzuB+20ObzKeAK/tfDV7Z1xhSa8rhqQw==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-react-router-scroll": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.2.3.tgz", - "integrity": "sha512-14A4NCGl266bXAZCZZySCL/D0+d5SckRGYdBF9uNwLjTdYbcBWlSkiKT6nanqSdQDA+VIun1SGpqsmIr0I5XXw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.3.0.tgz", + "integrity": "sha512-P0XR2G61pRJDO5FPe6l9GFgu3B55v0WNRBzA+H8edXtAOqFavTdfVg/CANEBu/7m0fRmUaZ8hFmvMX56ptbQ5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "scroll-behavior": "^0.9.12", "warning": "^3.0.0" }, @@ -9051,28 +9045,28 @@ } }, "gatsby-recipes": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.0.19.tgz", - "integrity": "sha512-591V5j+jhP1CmgANiBwWsAWbKTsZ9t5Uor4hYtnbTfx2ZefIVTd65fgvE/ajioPbAQ14USd/Z3yplHQ8Ne9Hfw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.0.tgz", + "integrity": "sha512-HKg9q+/Pgaw4KxTXwksZds2qjyv25IbzXABMNwtFD8V4Nh/l0szYKwJxZcptfyp2ftMv1WnK9cjF5CT1HjpwDw==", "requires": { - "@babel/core": "^7.8.7", + "@babel/core": "^7.9.0", "@babel/generator": "^7.9.5", "@babel/standalone": "^7.9.5", "@babel/template": "^7.8.6", "@babel/types": "^7.9.5", "@hapi/joi": "^15.1.1", - "@mdx-js/mdx": "^1.5.8", - "@mdx-js/react": "^1.5.8", - "@mdx-js/runtime": "^1.5.8", + "@mdx-js/mdx": "^1.5.9", + "@mdx-js/react": "^1.5.9", + "@mdx-js/runtime": "^1.5.9", "acorn": "^7.1.1", "acorn-jsx": "^5.2.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "cors": "^2.8.5", "detect-port": "^1.3.0", "event-source-polyfill": "^1.0.12", @@ -9080,8 +9074,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", @@ -9091,7 +9085,7 @@ "humanize-list": "^1.0.1", "import-jsx": "^4.0.0", "ink-box": "^1.0.0", - "ink-link": "^1.0.0", + "ink-link": "^1.1.0", "ink-select-input": "^3.1.2", "ink-spinner": "^3.0.1", "is-blank": "^2.1.0", @@ -9099,11 +9093,11 @@ "is-relative": "^1.0.0", "is-string": "^1.0.5", "is-url": "^1.2.4", - "jest-diff": "^25.3.0", + "jest-diff": "^25.4.0", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "pkg-dir": "^4.2.0", - "prettier": "^2.0.4", + "prettier": "^2.0.5", "remark-stringify": "^8.0.0", "semver": "^7.3.2", "single-trailing-newline": "^1.0.0", @@ -9113,9 +9107,9 @@ "unist-util-remove": "^2.0.0", "unist-util-visit": "^2.0.2", "url-loader": "^1.1.2", - "urql": "^1.9.5", - "ws": "^7.2.3", - "xstate": "^4.8.0" + "urql": "^1.9.7", + "ws": "^7.2.5", + "xstate": "^4.9.1" }, "dependencies": { "cross-spawn": { @@ -9250,11 +9244,11 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.2.4.tgz", - "integrity": "sha512-UxtoTrIAqqn+yghka6+nhFsmPgVUEBH2zITRV7RSOcdDgZoTOvrKxpKAoZkEsK/TSFzSZXDiJLDNSTzI598Udw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.3.0.tgz", + "integrity": "sha512-9N1BaHf9excQ319I/sc1e6j+Ovl2cpqRlnROHy67F44MwzVwYHvIeT61NhGm5Pm3Pvu+70HSKio+yrtuW7I9Ig==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "cheerio": "^1.0.0-rc.3", "fs-extra": "^8.1.0", "is-relative-url": "^3.0.0", @@ -9318,19 +9312,19 @@ } }, "gatsby-remark-images": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.2.6.tgz", - "integrity": "sha512-2Yp4PH5HHDf+7Iw1nEhpPIxWqbXKVsalDwkuudSB289l+xs29IdW/XchbJ/94PuS0eeUoUDqaISvW/4Q5moAfQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.3.0.tgz", + "integrity": "sha512-I60o3Mfc51yk8hPDD0J3pR883fuvy3VN9Eba8U8EkQDH71wjeu3leoF9ReRDfg6StYIRW+xug7OZyjCfdvvz5w==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.15", "mdast-util-definitions": "^1.2.5", - "potrace": "^2.1.5", - "query-string": "^6.11.1", + "potrace": "^2.1.6", + "query-string": "^6.12.1", "unist-util-select": "^1.5.0", "unist-util-visit-parents": "^2.1.2" }, @@ -9412,11 +9406,11 @@ } }, "gatsby-remark-smartypants": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.2.4.tgz", - "integrity": "sha512-zxk9dTI/uVx7JesXdOlow7VyB02LUkGSw4PtHKKxXsf2umTuv/yLsScbh9svrItZoGZmQwl+03WeSkF8n0fJlg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.3.0.tgz", + "integrity": "sha512-7Go43ZP4qgNEPOIgHub05IP6yzNy29dwIHMOEDByu7fufcdCLMh1feUZsvITh2ghyrWkM4xR+60UxE9XmXMY5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "retext": "^5.0.0", "retext-smartypants": "^3.0.3", "unist-util-visit": "^1.4.1" @@ -9441,17 +9435,17 @@ } }, "gatsby-source-filesystem": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.5.tgz", - "integrity": "sha512-mZ8gPENU6iykLuoSJTb6bSydaJek7b7LwOPWpzThsdz/WiqhdfUV18SSP0G9/Eq62Tr6QUOLrmk4dBG5vI5Vmg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.0.tgz", + "integrity": "sha512-SUJbbl4hYyvudGImU86amxIfqYoYpkITlY0lHV7azeAQj3199ZUqO0hGwbl4MZ5fNwwQEbANEUbsoPkyc/QUZQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.4", @@ -9459,7 +9453,7 @@ "progress": "^2.0.3", "read-chunk": "^3.2.0", "valid-url": "^1.0.9", - "xstate": "^4.8.0" + "xstate": "^4.9.1" }, "dependencies": { "file-type": { @@ -9488,18 +9482,18 @@ } }, "gatsby-telemetry": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.2.6.tgz", - "integrity": "sha512-dPR7Ij+dkNyQQ/eHt2OFD793txv+LXN7NhZIsCT20NV7UUlPFtN+xOjmj1eRGQXe0bbgNZis24A7zN18vwKi7Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.0.tgz", + "integrity": "sha512-efqPO6grC/lkf01bI+NPhgu6cvTY2n+ecVk1m3QTVu2K1yVW8zwqPEEQlD1jw5CZ1muF4bcc6lvMEY7BcdiHtw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "boxen": "^4.2.0", "configstore": "^5.0.1", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "git-up": "4.0.1", "is-docker": "2.0.0", "lodash": "^4.17.15", @@ -9524,22 +9518,22 @@ } }, "gatsby-theme-blog": { - "version": "1.4.37", - "resolved": "https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-1.4.37.tgz", - "integrity": "sha512-h0rfBTjieffXqkO96wosJF4A6j+GbW2fYZc2RSi7lL1iOnwgxbyIYyIqzrMDxy0Eo4ooTfzoQ1gYAzI6la9Dug==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-1.5.0.tgz", + "integrity": "sha512-gnJjmU0FjDFhDPeQdBXfxOzQMaI5nFrhvEftVVcSL+o9br71C5WQDxLUBUlAEA1TXHDLbqLN6ZWLsdudM2f/vA==", "requires": { "@emotion/core": "^10.0.28", - "@mdx-js/react": "^1.5.7", + "@mdx-js/react": "^1.5.9", "@theme-ui/prism": "^0.2.50", "@theme-ui/typography": "^0.2.46", "deepmerge": "^4.2.2", - "gatsby-image": "^2.3.5", - "gatsby-plugin-emotion": "^4.2.3", - "gatsby-plugin-feed": "^2.4.4", - "gatsby-plugin-react-helmet": "^3.2.5", + "gatsby-image": "^2.4.0", + "gatsby-plugin-emotion": "^4.3.0", + "gatsby-plugin-feed": "^2.5.0", + "gatsby-plugin-react-helmet": "^3.3.0", "gatsby-plugin-theme-ui": "^0.2.53", - "gatsby-plugin-twitter": "^2.2.5", - "gatsby-theme-blog-core": "^1.3.37", + "gatsby-plugin-twitter": "^2.3.0", + "gatsby-theme-blog-core": "^1.4.0", "mdx-utils": "0.2.0", "react-helmet": "^5.2.1", "react-switch": "^5.0.1", @@ -9550,41 +9544,41 @@ } }, "gatsby-theme-blog-core": { - "version": "1.3.37", - "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.3.37.tgz", - "integrity": "sha512-XqoU72DKCG8K1aShNLVw5rw43E3UexN7KbMssT/csrGtiGIsbjaQjLhjafI2/KRtTeUgpteLMuIazNLoMq6CWQ==", - "requires": { - "@mdx-js/mdx": "^1.5.7", - "gatsby-core-utils": "^1.1.4", - "gatsby-plugin-mdx": "^1.1.11", - "gatsby-plugin-sharp": "^2.5.7", - "gatsby-remark-copy-linked-files": "^2.2.4", - "gatsby-remark-images": "^3.2.6", - "gatsby-remark-smartypants": "^2.2.4", - "gatsby-source-filesystem": "^2.2.5", - "gatsby-transformer-sharp": "^2.4.7", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.4.0.tgz", + "integrity": "sha512-dZWhj5zXRT6lMZbGVm7k6UnvGmN/EIgL00/68JhHpaN73pn1mMNz32py8si0tP+M4tqp/FVJyK/rwBfwG5xe8A==", + "requires": { + "@mdx-js/mdx": "^1.5.9", + "gatsby-core-utils": "^1.2.0", + "gatsby-plugin-mdx": "^1.2.0", + "gatsby-plugin-sharp": "^2.6.0", + "gatsby-remark-copy-linked-files": "^2.3.0", + "gatsby-remark-images": "^3.3.0", + "gatsby-remark-smartypants": "^2.3.0", + "gatsby-source-filesystem": "^2.3.0", + "gatsby-transformer-sharp": "^2.5.0", "remark-slug": "^5.1.2" } }, "gatsby-theme-notes": { - "version": "1.2.37", - "resolved": "https://registry.npmjs.org/gatsby-theme-notes/-/gatsby-theme-notes-1.2.37.tgz", - "integrity": "sha512-cG/WukLzBelrzjpNQqd6O9GMJpJIffDrlCpqv8axpWpadNui7YF7AiSVZ8ypKsn83QaIN1Nblwk1iZU/uHaqTw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-theme-notes/-/gatsby-theme-notes-1.3.0.tgz", + "integrity": "sha512-JhsBA/X+ji2z/NDsDq7WUvjBmkz6mCPVJuAR/isg+i/JDfkDTGSdaqppEyl2PJNanfp0YreJOU1Hakgm3oKNcA==", "requires": { "@emotion/core": "^10.0.28", - "@mdx-js/mdx": "^1.5.7", - "@mdx-js/react": "^1.5.7", + "@mdx-js/mdx": "^1.5.9", + "@mdx-js/react": "^1.5.9", "@theme-ui/prism": "^0.2.50", "@theme-ui/typography": "^0.2.46", "deepmerge": "^4.2.2", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "gatsby-plugin-compile-es6-packages": "^2.1.0", - "gatsby-plugin-emotion": "^4.2.3", - "gatsby-plugin-mdx": "^1.1.11", + "gatsby-plugin-emotion": "^4.3.0", + "gatsby-plugin-mdx": "^1.2.0", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-redirects": "^1.0.0", "gatsby-plugin-theme-ui": "^0.2.53", - "gatsby-source-filesystem": "^2.2.5", + "gatsby-source-filesystem": "^2.3.0", "is-present": "^1.0.0", "react-feather": "^1.1.6", "theme-ui": "^0.2.52", @@ -9594,14 +9588,14 @@ } }, "gatsby-transformer-sharp": { - "version": "2.4.7", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.4.7.tgz", - "integrity": "sha512-7/fMY/N+2TMqBUBq6CJMJ6ag6Y6wWXACYYWkPnb9hxtwbY7tOwnIxjstcgqbRjW56rmsyX+HWzegCXlZ0uSJEA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.0.tgz", + "integrity": "sha512-MaoqJustBZqKFrTzpaLq1AZbi1e19tC7wPEVPgU7ppTM+1mnyPcsDsot7BXE7/6IR90FGE8pBEYY0AdjY8EEHQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "potrace": "^2.1.5", + "potrace": "^2.1.6", "probe-image-size": "^4.1.1", "semver": "^5.7.1", "sharp": "^0.25.1" @@ -19463,15 +19457,15 @@ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" }, "webpack": { - "version": "4.42.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.42.1.tgz", - "integrity": "sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==", + "version": "4.43.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz", + "integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==", "requires": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/wasm-edit": "1.9.0", "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.2.1", + "acorn": "^6.4.1", "ajv": "^6.10.2", "ajv-keywords": "^3.4.1", "chrome-trace-event": "^1.0.2", @@ -19488,7 +19482,7 @@ "schema-utils": "^1.0.0", "tapable": "^1.1.3", "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.6.0", + "watchpack": "^1.6.1", "webpack-sources": "^1.4.1" }, "dependencies": { @@ -20134,11 +20128,37 @@ } }, "yaml-loader": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.5.0.tgz", - "integrity": "sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.6.0.tgz", + "integrity": "sha512-1bNiLelumURyj+zvVHOv8Y3dpCri0F2S+DCcmps0pA1zWRLjS+FhZQg4o3aUUDYESh73+pKZNI18bj7stpReow==", "requires": { - "js-yaml": "^3.5.2" + "loader-utils": "^1.4.0", + "yaml": "^1.8.3" + }, + "dependencies": { + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } } }, "yargs": { diff --git a/starters/gatsby-starter-theme/package.json b/starters/gatsby-starter-theme/package.json index ba5b3ae8e3429..f4f7403f9813b 100644 --- a/starters/gatsby-starter-theme/package.json +++ b/starters/gatsby-starter-theme/package.json @@ -9,9 +9,9 @@ "clean": "gatsby clean" }, "dependencies": { - "gatsby": "^2.20.36", - "gatsby-theme-blog": "^1.4.37", - "gatsby-theme-notes": "^1.2.37", + "gatsby": "^2.21.0", + "gatsby-theme-blog": "^1.5.0", + "gatsby-theme-notes": "^1.3.0", "react": "^16.12.0", "react-dom": "^16.12.0" } diff --git a/starters/hello-world/package-lock.json b/starters/hello-world/package-lock.json index d75f0316023b6..ccd8aad826334 100644 --- a/starters/hello-world/package-lock.json +++ b/starters/hello-world/package-lock.json @@ -2247,9 +2247,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.8.5.tgz", - "integrity": "sha512-MnGJM4mYyhBS7xl0VUjbRk9ETRRl8H64nvg5VE3TPKPPVfRrdpUwYz0iCzFxixY+VCVkT407Wmu10Bh9AYL2SQ==" + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.0.tgz", + "integrity": "sha512-lvunFJ/JPhQHh5nOGepg1V5aX4zmbBgrd7qjlBObvQHF7Enz0yh6PznKnwtIX54i+bMOrWPUjCZUPXg3Xs+FLQ==" }, "babel-plugin-transform-react-remove-prop-types": { "version": "0.4.24", @@ -2257,23 +2257,23 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.3.6.tgz", - "integrity": "sha512-3BZhFENS8KxP5Y0Y+XX8hntdfFkG3MRg5upwAeeM/P+k7wO0mBrUMNl+6ekYV1yEQabfMJq1sJG00w58r0KCMA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.0.tgz", + "integrity": "sha512-LbzP0CYBhSb9Y/rniMS2tgvtn3/8Yk1wEQ4McxuCemZkhvcCEPsqN38vqFkhn74MTQIwY8o0v9DgKE42N50c+Q==", "requires": { "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.8.3", + "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.9.0", "@babel/plugin-transform-spread": "^7.8.3", - "@babel/preset-env": "^7.8.7", - "@babel/preset-react": "^7.8.3", - "@babel/runtime": "^7.8.7", - "babel-plugin-dynamic-import-node": "^2.3.0", + "@babel/preset-env": "^7.9.5", + "@babel/preset-react": "^7.9.4", + "@babel/runtime": "^7.9.2", + "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.1.4" + "gatsby-core-utils": "^1.2.0" } }, "babel-runtime": { @@ -2867,11 +2867,10 @@ } }, "cache-manager-fs-hash": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz", - "integrity": "sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.8.tgz", + "integrity": "sha512-U4N81RiwyUVSAutgfWxW1sV6YJRk9QgizCRXOqdEevMDNA+0uiXtnZTHYfg11RKyJnX+yXsaPsJHloIylk4ZhQ==", "requires": { - "es6-promisify": "^6.0.0", "lockfile": "^1.0.4" } }, @@ -3019,9 +3018,9 @@ "integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=" }, "chokidar": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.1.tgz", - "integrity": "sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", + "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", @@ -3030,7 +3029,7 @@ "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", - "readdirp": "~3.3.0" + "readdirp": "~3.4.0" }, "dependencies": { "anymatch": { @@ -3096,11 +3095,11 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, "readdirp": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.3.0.tgz", - "integrity": "sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", "requires": { - "picomatch": "^2.0.7" + "picomatch": "^2.2.1" } }, "to-regex-range": { @@ -4874,11 +4873,6 @@ "is-symbol": "^1.0.2" } }, - "es6-promisify": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.1.0.tgz", - "integrity": "sha512-jCsk2fpfEFusVv1MDkF4Uf0hAzIKNDMgR6LyOIw6a3jwkN1sCgWzuwgnsHY9YSQ8n8P31HoncvE0LC44cpWTrw==" - }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -6688,16 +6682,16 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.20.36", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.20.36.tgz", - "integrity": "sha512-op/rtiWTATX0e8EoQIm4xfXIb4zDkpUzx5sORBCoe1I13lX/q/Z3f6FM80WmFih89VngC9juXN7oGS8TF8GHxA==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.0.tgz", + "integrity": "sha512-+BU+WM15IOfJeagmo0kcbogL4oCY4E8k4qlIeC98cyucCvbkaDK9R1cuXZgslA73ZJOdnWUfea7NwWLiFndXRw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/core": "^7.8.7", - "@babel/parser": "^7.8.8", + "@babel/core": "^7.9.0", + "@babel/parser": "^7.9.4", "@babel/polyfill": "^7.8.7", - "@babel/runtime": "^7.8.7", - "@babel/traverse": "^7.8.6", + "@babel/runtime": "^7.9.2", + "@babel/traverse": "^7.9.5", "@hapi/joi": "^15.1.1", "@mikaelkristiansson/domready": "^1.0.10", "@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2", @@ -6706,23 +6700,23 @@ "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "address": "1.1.2", - "autoprefixer": "^9.7.4", + "autoprefixer": "^9.7.6", "axios": "^0.19.2", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "better-opn": "1.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "browserslist": "^4.9.1", + "browserslist": "^4.12.0", "cache-manager": "^2.11.1", - "cache-manager-fs-hash": "^0.0.7", + "cache-manager-fs-hash": "^0.0.8", "chalk": "^2.4.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "common-tags": "^1.8.0", "compression": "^1.7.4", "convert-hrtime": "^3.0.0", @@ -6730,18 +6724,18 @@ "core-js": "^2.6.11", "cors": "^2.8.5", "css-loader": "^1.0.1", - "date-fns": "^2.11.0", + "date-fns": "^2.12.0", "debug": "^3.2.6", "del": "^5.1.0", "detect-port": "^1.3.0", "devcert": "^1.1.0", "dotenv": "^8.2.0", "eslint": "^6.8.0", - "eslint-config-react-app": "^5.2.0", + "eslint-config-react-app": "^5.2.1", "eslint-loader": "^2.2.1", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-graphql": "^3.1.1", - "eslint-plugin-import": "^2.20.1", + "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^1.7.0", @@ -6753,18 +6747,18 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.11.22", - "gatsby-core-utils": "^1.1.4", - "gatsby-graphiql-explorer": "^0.3.5", - "gatsby-link": "^2.3.5", - "gatsby-plugin-page-creator": "^2.2.4", - "gatsby-react-router-scroll": "^2.2.3", - "gatsby-telemetry": "^1.2.6", + "gatsby-cli": "^2.12.0", + "gatsby-core-utils": "^1.2.0", + "gatsby-graphiql-explorer": "^0.4.0", + "gatsby-link": "^2.4.0", + "gatsby-plugin-page-creator": "^2.3.0", + "gatsby-react-router-scroll": "^2.3.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", - "graphql-playground-middleware-express": "^1.7.12", + "graphql-playground-middleware-express": "^1.7.14", "hasha": "^5.2.0", "invariant": "^2.2.4", "is-relative": "^1.0.0", @@ -6795,7 +6789,7 @@ "pnp-webpack-plugin": "^1.6.4", "postcss-flexbugs-fixes": "^4.2.0", "postcss-loader": "^3.0.0", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "prop-types": "^15.7.2", "raw-loader": "^0.5.1", "react-dev-utils": "^4.2.3", @@ -6807,7 +6801,7 @@ "semver": "^5.7.1", "shallow-compare": "^1.2.2", "sift": "^5.1.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "slugify": "^1.4.0", "socket.io": "^2.3.0", "stack-trace": "^0.0.10", @@ -6820,14 +6814,14 @@ "util.promisify": "^1.0.1", "uuid": "^3.4.0", "v8-compile-cache": "^1.1.2", - "webpack": "~4.42.0", + "webpack": "~4.43.0", "webpack-dev-middleware": "^3.7.2", "webpack-dev-server": "^3.10.3", "webpack-hot-middleware": "^2.25.0", "webpack-merge": "^4.2.2", "webpack-stats-plugin": "^0.3.1", - "xstate": "^4.8.0", - "yaml-loader": "^0.5.0" + "xstate": "^4.9.1", + "yaml-loader": "^0.6.0" }, "dependencies": { "ansi-regex": { @@ -6861,28 +6855,28 @@ } }, "gatsby-cli": { - "version": "2.11.22", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.11.22.tgz", - "integrity": "sha512-lU3uXiTASgbpb/iT4vvdOFST7H9LNSx54I6XG/cYOJ2z7ezB2JshuetLdfhb1HqwniIscvX60hbibcCKBd4YIw==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.0.tgz", + "integrity": "sha512-AT1vI09OvfEbjjpKgS2EFWC7UDdZzUJYe6Da2hN7dlcyzk9Z/qNrLu7j6PMtFbjKM3EMK2zSCX8NZ4g9igAIeg==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@hapi/joi": "^15.1.1", "better-opn": "^1.0.0", "bluebird": "^3.7.2", "chalk": "^2.4.2", - "clipboardy": "^2.2.0", + "clipboardy": "^2.3.0", "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", "core-js": "^2.6.11", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-recipes": "^0.0.19", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-recipes": "^0.1.0", + "gatsby-telemetry": "^1.3.0", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", "ink-spinner": "^3.0.1", @@ -6894,12 +6888,12 @@ "opentracing": "^0.14.4", "pretty-error": "^2.1.1", "progress": "^2.0.3", - "prompts": "^2.3.1", + "prompts": "^2.3.2", "react": "^16.8.0", "redux": "^4.0.5", "resolve-cwd": "^2.0.0", "semver": "^6.3.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.3", "source-map": "0.7.3", "stack-trace": "^0.0.10", "strip-ansi": "^5.2.0", @@ -7038,9 +7032,9 @@ } }, "gatsby-core-utils": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.4.tgz", - "integrity": "sha512-cXUB9PiPGqHzbFlwnJMgd9ezXb1goWOufh8oJglxp4x7vlPKUjPWpVG0UkwF6HNunpreN4WD8Jex5ed/dxEgtw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.0.tgz", + "integrity": "sha512-JBsVbniXObn26Hms8Je1vJdhMW04GesochBVLcaTraZC5dfqZDExPix65jrye/voC0YfFtXIngm59yspYZm1OQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -7048,58 +7042,58 @@ } }, "gatsby-graphiql-explorer": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.3.5.tgz", - "integrity": "sha512-leGZY7oZHurMlb1fDgyzaUMhvuiw+EbtrQtD5O9niNpGPCCtrHVeYaYDx/Kh+udtwe5YMYKkZ+YjteQKg7ezEg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.0.tgz", + "integrity": "sha512-BddSKv1WgLnwmj0S/xyUt5jWCgWedZPuqjweMX6EwUBh36uKaI962VyRbwqE/pLdmKBMOU7u9zjNBcK5LXKbxA==", "requires": { - "@babel/runtime": "^7.8.7" + "@babel/runtime": "^7.9.2" } }, "gatsby-link": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.3.5.tgz", - "integrity": "sha512-FzagAbg+hW+3YEfo9YUxwDoReB3w5AnsImYf3RkF7Z0HDW+YfYNFh8pg+iItlGXW+eVKZJavMz5lbqpD6H/m3w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.0.tgz", + "integrity": "sha512-ElaUagFLlPqtLFZc7wd9RxckfMRf45Ro1X5QZi6Lz9wNQzpT/cCYzARgfcfEbM5Dsg3/p0mIQR1+0Cbjqk+1tQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "@types/reach__router": "^1.3.3", "prop-types": "^15.7.2" } }, "gatsby-page-utils": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.1.4.tgz", - "integrity": "sha512-TFZJZ5Nl4u0ZUUvKsm16MXZEMB9P8QCndHtkLQpNsrlUz4hiSYcb3uPgAm0WPBNL+R4PXsaXyaCysKDeMKMpGQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.0.tgz", + "integrity": "sha512-kyvFYjGXWNKRignUaspko0TFrBufUPB0+uA+w30A81Jzc2FjD5e2yYByRBb7/pGPrHXXm7TySBt9n4/KVkXD2g==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", - "chokidar": "3.3.1", + "chokidar": "3.4.0", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-plugin-page-creator": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.2.4.tgz", - "integrity": "sha512-14GjgnEJMfi59zyXTMpBoAPPmF19H+2dDCbeDJ1CgbuO5P9jTsOTaKGnrtjdt9uFVV598IaEdKu2ztpXjxkeyw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.0.tgz", + "integrity": "sha512-5FWntUeutF1YUJUy0EHuZE6xBFOljIXSVFJ9gOoQbLUrFw7ba3OW6a7DBruteRX6oOWaQ3YtjGgGOEbpsP3lTQ==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.1.4", + "gatsby-page-utils": "^0.2.0", "glob": "^7.1.6", "lodash": "^4.17.15", "micromatch": "^3.1.10" } }, "gatsby-react-router-scroll": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.2.3.tgz", - "integrity": "sha512-14A4NCGl266bXAZCZZySCL/D0+d5SckRGYdBF9uNwLjTdYbcBWlSkiKT6nanqSdQDA+VIun1SGpqsmIr0I5XXw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.3.0.tgz", + "integrity": "sha512-P0XR2G61pRJDO5FPe6l9GFgu3B55v0WNRBzA+H8edXtAOqFavTdfVg/CANEBu/7m0fRmUaZ8hFmvMX56ptbQ5Q==", "requires": { - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "scroll-behavior": "^0.9.12", "warning": "^3.0.0" }, @@ -7115,28 +7109,28 @@ } }, "gatsby-recipes": { - "version": "0.0.19", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.0.19.tgz", - "integrity": "sha512-591V5j+jhP1CmgANiBwWsAWbKTsZ9t5Uor4hYtnbTfx2ZefIVTd65fgvE/ajioPbAQ14USd/Z3yplHQ8Ne9Hfw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.0.tgz", + "integrity": "sha512-HKg9q+/Pgaw4KxTXwksZds2qjyv25IbzXABMNwtFD8V4Nh/l0szYKwJxZcptfyp2ftMv1WnK9cjF5CT1HjpwDw==", "requires": { - "@babel/core": "^7.8.7", + "@babel/core": "^7.9.0", "@babel/generator": "^7.9.5", "@babel/standalone": "^7.9.5", "@babel/template": "^7.8.6", "@babel/types": "^7.9.5", "@hapi/joi": "^15.1.1", - "@mdx-js/mdx": "^1.5.8", - "@mdx-js/react": "^1.5.8", - "@mdx-js/runtime": "^1.5.8", + "@mdx-js/mdx": "^1.5.9", + "@mdx-js/react": "^1.5.9", + "@mdx-js/runtime": "^1.5.9", "acorn": "^7.1.1", "acorn-jsx": "^5.2.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", - "babel-loader": "^8.0.6", + "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^0.3.3", - "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-remove-graphql-queries": "^2.8.5", - "babel-preset-gatsby": "^0.3.6", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-remove-graphql-queries": "^2.9.0", + "babel-preset-gatsby": "^0.4.0", "cors": "^2.8.5", "detect-port": "^1.3.0", "event-source-polyfill": "^1.0.12", @@ -7144,8 +7138,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", - "gatsby-telemetry": "^1.2.6", + "gatsby-core-utils": "^1.2.0", + "gatsby-telemetry": "^1.3.0", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", @@ -7155,7 +7149,7 @@ "humanize-list": "^1.0.1", "import-jsx": "^4.0.0", "ink-box": "^1.0.0", - "ink-link": "^1.0.0", + "ink-link": "^1.1.0", "ink-select-input": "^3.1.2", "ink-spinner": "^3.0.1", "is-blank": "^2.1.0", @@ -7163,11 +7157,11 @@ "is-relative": "^1.0.0", "is-string": "^1.0.5", "is-url": "^1.2.4", - "jest-diff": "^25.3.0", + "jest-diff": "^25.4.0", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "pkg-dir": "^4.2.0", - "prettier": "^2.0.4", + "prettier": "^2.0.5", "remark-stringify": "^8.0.0", "semver": "^7.3.2", "single-trailing-newline": "^1.0.0", @@ -7177,9 +7171,9 @@ "unist-util-remove": "^2.0.0", "unist-util-visit": "^2.0.2", "url-loader": "^1.1.2", - "urql": "^1.9.5", - "ws": "^7.2.3", - "xstate": "^4.8.0" + "urql": "^1.9.7", + "ws": "^7.2.5", + "xstate": "^4.9.1" }, "dependencies": { "cross-spawn": { @@ -7314,18 +7308,18 @@ } }, "gatsby-telemetry": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.2.6.tgz", - "integrity": "sha512-dPR7Ij+dkNyQQ/eHt2OFD793txv+LXN7NhZIsCT20NV7UUlPFtN+xOjmj1eRGQXe0bbgNZis24A7zN18vwKi7Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.0.tgz", + "integrity": "sha512-efqPO6grC/lkf01bI+NPhgu6cvTY2n+ecVk1m3QTVu2K1yVW8zwqPEEQlD1jw5CZ1muF4bcc6lvMEY7BcdiHtw==", "requires": { "@babel/code-frame": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/runtime": "^7.9.2", "bluebird": "^3.7.2", "boxen": "^4.2.0", "configstore": "^5.0.1", - "envinfo": "^7.5.0", + "envinfo": "^7.5.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.1.4", + "gatsby-core-utils": "^1.2.0", "git-up": "4.0.1", "is-docker": "2.0.0", "lodash": "^4.17.15", @@ -15075,15 +15069,15 @@ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" }, "webpack": { - "version": "4.42.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.42.1.tgz", - "integrity": "sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==", + "version": "4.43.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz", + "integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==", "requires": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/wasm-edit": "1.9.0", "@webassemblyjs/wasm-parser": "1.9.0", - "acorn": "^6.2.1", + "acorn": "^6.4.1", "ajv": "^6.10.2", "ajv-keywords": "^3.4.1", "chrome-trace-event": "^1.0.2", @@ -15100,7 +15094,7 @@ "schema-utils": "^1.0.0", "tapable": "^1.1.3", "terser-webpack-plugin": "^1.4.3", - "watchpack": "^1.6.0", + "watchpack": "^1.6.1", "webpack-sources": "^1.4.1" }, "dependencies": { @@ -15660,11 +15654,37 @@ } }, "yaml-loader": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.5.0.tgz", - "integrity": "sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.6.0.tgz", + "integrity": "sha512-1bNiLelumURyj+zvVHOv8Y3dpCri0F2S+DCcmps0pA1zWRLjS+FhZQg4o3aUUDYESh73+pKZNI18bj7stpReow==", "requires": { - "js-yaml": "^3.5.2" + "loader-utils": "^1.4.0", + "yaml": "^1.8.3" + }, + "dependencies": { + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + } } }, "yargs": { diff --git a/starters/hello-world/package.json b/starters/hello-world/package.json index d6eeefbef4922..e48bef844a21d 100644 --- a/starters/hello-world/package.json +++ b/starters/hello-world/package.json @@ -14,7 +14,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "gatsby": "^2.20.36", + "gatsby": "^2.21.0", "react": "^16.12.0", "react-dom": "^16.12.0" },