diff --git a/examples/client-only-paths/package.json b/examples/client-only-paths/package.json index cfea98b8f6696..1ebb6b26074c2 100644 --- a/examples/client-only-paths/package.json +++ b/examples/client-only-paths/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-netlify": "^2.3.2", "gatsby-plugin-typography": "^2.5.1", "lodash": "^4.17.15", diff --git a/examples/creating-source-plugins/example-site/package.json b/examples/creating-source-plugins/example-site/package.json index e157060e7a95a..c149a15b4f698 100644 --- a/examples/creating-source-plugins/example-site/package.json +++ b/examples/creating-source-plugins/example-site/package.json @@ -14,7 +14,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-sharp": "^2.6.2", "gatsby-transformer-sharp": "^2.5.2", diff --git a/examples/creating-source-plugins/source-plugin/package.json b/examples/creating-source-plugins/source-plugin/package.json index bdf44dfe493a2..a0ff270e50354 100644 --- a/examples/creating-source-plugins/source-plugin/package.json +++ b/examples/creating-source-plugins/source-plugin/package.json @@ -13,16 +13,16 @@ "author": "Kyle Gill ", "license": "MIT", "dependencies": { - "apollo-cache-inmemory": "^1.6.5", - "apollo-client": "^2.6.8", + "apollo-cache-inmemory": "^1.6.6", + "apollo-client": "^2.6.9", "apollo-link": "^1.2.14", "apollo-link-http": "^1.5.17", "apollo-link-ws": "^1.0.20", - "apollo-utilities": "^1.3.3", + "apollo-utilities": "^1.3.4", "gatsby-source-filesystem": "^2.3.1", "graphql": "^15.0.0", "graphql-tag": "^2.10.3", "node-fetch": "^2.6.0", - "ws": "^7.2.5" + "ws": "^7.3.0" } } diff --git a/examples/data-fetching/package.json b/examples/data-fetching/package.json index 42d57cc91bcee..5b49a19b4571a 100644 --- a/examples/data-fetching/package.json +++ b/examples/data-fetching/package.json @@ -6,7 +6,7 @@ "author": "@gatsbyjs", "dependencies": { "dotenv": "^8.2.0", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-source-graphql": "^2.5.1", "prop-types": "^15.7.2", diff --git a/examples/ecommerce-tutorial-with-stripe/package.json b/examples/ecommerce-tutorial-with-stripe/package.json index ee951512b1524..60aedd7187a96 100644 --- a/examples/ecommerce-tutorial-with-stripe/package.json +++ b/examples/ecommerce-tutorial-with-stripe/package.json @@ -6,7 +6,7 @@ "author": "@thorwebdev", "dependencies": { "@stripe/stripe-js": "^1.5.0", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-offline": "^2.2.10", diff --git a/examples/feed/package.json b/examples/feed/package.json index 062fb2a4612d8..3c13275c97b6c 100644 --- a/examples/feed/package.json +++ b/examples/feed/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Nicholas Young ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-feed": "^2.5.1", "gatsby-source-filesystem": "^2.3.1", "gatsby-transformer-remark": "^2.8.7", diff --git a/examples/gatsbygram/package.json b/examples/gatsbygram/package.json index 24bf6a9b57b51..95308b08535d3 100644 --- a/examples/gatsbygram/package.json +++ b/examples/gatsbygram/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "core-js": "^2.6.11", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-core-utils": "^1.2.1", "gatsby-image": "^2.4.3", "gatsby-plugin-glamor": "^2.3.1", diff --git a/examples/graphql-reference/package.json b/examples/graphql-reference/package.json index d52984b14561a..fb56261081e15 100644 --- a/examples/graphql-reference/package.json +++ b/examples/graphql-reference/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "LekoArts ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-sharp": "^2.6.2", diff --git a/examples/hn/package.json b/examples/hn/package.json index 16bd28e77a53a..1ff119fa8cb83 100644 --- a/examples/hn/package.json +++ b/examples/hn/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "flat": "^2.0.1", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-core-utils": "^1.2.1", "gatsby-plugin-manifest": "^2.4.2", "gatsby-source-hacker-news": "^2.4.1", diff --git a/examples/image-processing/package.json b/examples/image-processing/package.json index cc62d4aa3a2b4..76cddc49d1e22 100644 --- a/examples/image-processing/package.json +++ b/examples/image-processing/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-plugin-offline": "^2.2.10", diff --git a/examples/no-plugins/package.json b/examples/no-plugins/package.json index f5930b5c6b4e3..2abbe8fa654d6 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.21.21", + "gatsby": "^2.21.22", "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 58e287f1b9c13..3080d66ab371c 100644 --- a/examples/no-trailing-slashes/package.json +++ b/examples/no-trailing-slashes/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Scotty Eckenthal ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-plugin-offline": "^2.2.10", "lodash": "^4.17.15", diff --git a/examples/recipe-createPage/package.json b/examples/recipe-createPage/package.json index ae4c7b454d7dd..92363751785b0 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.21.21", + "gatsby": "^2.21.22", "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 8c15d8b948e39..63fed9a891155 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.21.21", + "gatsby": "^2.21.22", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0", diff --git a/examples/recipe-sourcing-contentful/package.json b/examples/recipe-sourcing-contentful/package.json index ce9a15a390844..618b60cfc30b0 100644 --- a/examples/recipe-sourcing-contentful/package.json +++ b/examples/recipe-sourcing-contentful/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-offline": "^2.2.10", "gatsby-source-contentful": "^2.3.3", diff --git a/examples/recipe-sourcing-markdown/package.json b/examples/recipe-sourcing-markdown/package.json index 328265b869086..d3cf6be7ce552 100644 --- a/examples/recipe-sourcing-markdown/package.json +++ b/examples/recipe-sourcing-markdown/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-source-filesystem": "^2.3.1", "gatsby-transformer-remark": "^2.8.7", "prop-types": "^15.7.2", diff --git a/examples/recipe-static-image/package.json b/examples/recipe-static-image/package.json index a7836aac401c5..f220ed9b21f44 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.21.21", + "gatsby": "^2.21.22", "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 af556e7667861..3749043e5fd9b 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.21.21", + "gatsby": "^2.21.22", "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 8d945274b1748..3cbe93b1b6669 100644 --- a/examples/recipes-gatsby-image/package.json +++ b/examples/recipes-gatsby-image/package.json @@ -7,7 +7,7 @@ "dependencies": { "@mdx-js/mdx": "^1.6.1", "@mdx-js/react": "^1.6.1", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-mdx": "^1.2.6", diff --git a/examples/simple-auth/package.json b/examples/simple-auth/package.json index 3d27e3bba620f..060e1a9ee4db4 100644 --- a/examples/simple-auth/package.json +++ b/examples/simple-auth/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Jason Lengstorf ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-react-helmet": "^3.3.1", "prop-types": "^15.7.2", "react": "^16.4.0", diff --git a/examples/sitemap/package.json b/examples/sitemap/package.json index c31737d6afeb8..6dfd928ad1986 100644 --- a/examples/sitemap/package.json +++ b/examples/sitemap/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Nicholas Young ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-core-utils": "^1.2.1", "gatsby-plugin-sitemap": "^2.4.2", "gatsby-source-filesystem": "^2.3.1", diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index f58e7014f95f1..355fbccff339a 100644 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -5,7 +5,7 @@ "author": "scott.eckenthal@gmail.com", "dependencies": { "app-root-dir": "^1.0.2", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-source-filesystem": "^2.3.1", "gatsby-transformer-react-docgen": "^5.2.1", "gatsby-transformer-remark": "^2.8.7", diff --git a/examples/using-MDX/package.json b/examples/using-MDX/package.json index 3dafc5536b0b6..8441065daf85c 100644 --- a/examples/using-MDX/package.json +++ b/examples/using-MDX/package.json @@ -7,7 +7,7 @@ "dependencies": { "@mdx-js/mdx": "^1.6.1", "@mdx-js/react": "^1.6.1", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-mdx": "^1.2.6", diff --git a/examples/using-asciidoc/package.json b/examples/using-asciidoc/package.json index 197059fb467dd..cc9cf69076c45 100644 --- a/examples/using-asciidoc/package.json +++ b/examples/using-asciidoc/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "asciidoctor.js": "^1.5.9", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-core-utils": "^1.2.1", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-typography": "^2.5.1", diff --git a/examples/using-contentful/package.json b/examples/using-contentful/package.json index 9a93ea7a39685..de725c433bfcf 100644 --- a/examples/using-contentful/package.json +++ b/examples/using-contentful/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Marcus Ericsson (mericsson.com)", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-core-utils": "^1.2.1", "gatsby-image": "^2.4.3", "gatsby-plugin-google-analytics": "^2.3.1", diff --git a/examples/using-css-modules/package.json b/examples/using-css-modules/package.json index 7f340d38a1b5c..5f10dad0ad93f 100644 --- a/examples/using-css-modules/package.json +++ b/examples/using-css-modules/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site demonstrating using css modules in Gatsby with normal (Postcss) css and sass/scss.", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-sass": "^2.3.1", "node-sass": "^4.14.1", "react": "^16.4.0", diff --git a/examples/using-csv/package.json b/examples/using-csv/package.json index 98244b4a2f55e..8f66d4d231b9f 100644 --- a/examples/using-csv/package.json +++ b/examples/using-csv/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-csv", "author": "Sonal Saldanha ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-source-filesystem": "^2.3.1", "gatsby-transformer-csv": "^2.3.1", diff --git a/examples/using-cxs/package.json b/examples/using-cxs/package.json index 5cc72c211e0c1..64d7dd42c4ded 100644 --- a/examples/using-cxs/package.json +++ b/examples/using-cxs/package.json @@ -6,7 +6,7 @@ "author": "Chen-Tai Hou ", "dependencies": { "cxs": "^6.2.0", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-cxs": "^2.3.1", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-plugin-offline": "^2.2.10", diff --git a/examples/using-cypress/package.json b/examples/using-cypress/package.json index beff069936008..4b90f2382b2f8 100644 --- a/examples/using-cypress/package.json +++ b/examples/using-cypress/package.json @@ -17,7 +17,7 @@ "test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run" }, "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-offline": "^3.2.1", diff --git a/examples/using-drupal/package.json b/examples/using-drupal/package.json index d8913d97dd75c..4210031c4abc9 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-glamor": "^2.3.1", "gatsby-plugin-google-analytics": "^2.3.1", diff --git a/examples/using-emotion-prismjs/package.json b/examples/using-emotion-prismjs/package.json index 3cb3c81810992..81274a43899e1 100644 --- a/examples/using-emotion-prismjs/package.json +++ b/examples/using-emotion-prismjs/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^10.0.27", "emotion": "^10.0.27", "emotion-server": "^10.0.27", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-emotion": "^4.3.1", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-plugin-offline": "^2.2.10", diff --git a/examples/using-emotion/package.json b/examples/using-emotion/package.json index 121ec97e9b05d..b3165ab09dd9c 100644 --- a/examples/using-emotion/package.json +++ b/examples/using-emotion/package.json @@ -8,7 +8,7 @@ "@emotion/styled": "^10.0.27", "emotion": "^10.0.27", "emotion-server": "^10.0.27", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-emotion": "^4.3.1", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-plugin-offline": "^2.2.10", diff --git a/examples/using-excel/package.json b/examples/using-excel/package.json index d0ca0ebf1fd44..e1f60c0e022dd 100644 --- a/examples/using-excel/package.json +++ b/examples/using-excel/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-excel", "author": "SheetJS ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-source-filesystem": "^2.3.1", "gatsby-transformer-excel": "^2.4.1", "react": "^16.4.0", diff --git a/examples/using-faker/package.json b/examples/using-faker/package.json index 040c98acd6627..31156db3a1196 100644 --- a/examples/using-faker/package.json +++ b/examples/using-faker/package.json @@ -5,7 +5,7 @@ "author": "Kyle Mathews ", "dependencies": { "core-js": "^2.6.11", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-source-faker": "^2.3.1", "react": "^16.3.2", diff --git a/examples/using-fragments/package.json b/examples/using-fragments/package.json index fcf78b26629bc..06dc7e0f7ac36 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.21.21", + "gatsby": "^2.21.22", "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 b7fe9cc27f244..984622cc34ec0 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -7,7 +7,7 @@ "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", "emotion": "^10.0.27", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-emotion": "^4.3.1", "gatsby-plugin-netlify": "^2.3.2", diff --git a/examples/using-gatsby-source-graphql/package.json b/examples/using-gatsby-source-graphql/package.json index 577b87ae1a00d..c60ff2542bdcd 100644 --- a/examples/using-gatsby-source-graphql/package.json +++ b/examples/using-gatsby-source-graphql/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "dateformat": "^3.0.3", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-netlify": "^2.3.2", "gatsby-plugin-sharp": "^2.6.2", diff --git a/examples/using-gatsby-with-json-yaml/package.json b/examples/using-gatsby-with-json-yaml/package.json index a93ea4cec291a..d8e690cd8bd01 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.21.21", + "gatsby": "^2.21.22", "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 8097002928b37..871c5b9607d0e 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.21.21", + "gatsby": "^2.21.22", "react": "^16.5.1", "react-dom": "^16.5.1" }, diff --git a/examples/using-glamor/package.json b/examples/using-glamor/package.json index 399369e14f162..4ffbf30cb80f0 100644 --- a/examples/using-glamor/package.json +++ b/examples/using-glamor/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-glamor": "^2.3.1", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-plugin-offline": "^2.2.10", diff --git a/examples/using-hjson/package.json b/examples/using-hjson/package.json index 33f0c5cfa6959..438cae8e6c25f 100644 --- a/examples/using-hjson/package.json +++ b/examples/using-hjson/package.json @@ -5,7 +5,7 @@ "author": "Remi Barraquand ", "dependencies": { "core-js": "^2.6.11", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-source-filesystem": "^2.3.1", "gatsby-transformer-hjson": "^2.4.1", "react": "^16.3.2", diff --git a/examples/using-i18n/package.json b/examples/using-i18n/package.json index 92fde675a042c..e8bb545927290 100644 --- a/examples/using-i18n/package.json +++ b/examples/using-i18n/package.json @@ -13,7 +13,7 @@ "dependencies": { "@mdx-js/mdx": "^1.6.1", "@mdx-js/react": "^1.6.1", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-mdx": "^1.2.6", "gatsby-source-filesystem": "^2.3.1", "gatsby-transformer-json": "^2.4.1", diff --git a/examples/using-javascript-transforms/package.json b/examples/using-javascript-transforms/package.json index 7af94c6a086a9..9b7fb0daeaf61 100644 --- a/examples/using-javascript-transforms/package.json +++ b/examples/using-javascript-transforms/package.json @@ -23,7 +23,7 @@ "dependencies": { "bulma": "0.8.2", "d3": "4.13.0", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-sass": "^2.3.1", "gatsby-remark-prismjs": "^3.5.1", "gatsby-source-filesystem": "^2.3.1", diff --git a/examples/using-jest/package.json b/examples/using-jest/package.json index df4f68d268e97..e1c411fecd84b 100644 --- a/examples/using-jest/package.json +++ b/examples/using-jest/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-offline": "^2.2.10", diff --git a/examples/using-js-search/package.json b/examples/using-js-search/package.json index 9e5222a2e81eb..42f5ef6998c6f 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.21.21", + "gatsby": "^2.21.22", "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 ee817b11b2471..5fda6bc75ffd8 100644 --- a/examples/using-jss/package.json +++ b/examples/using-jss/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Vladimir Guguiev ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-flow": "^1.3.2", "gatsby-plugin-jss": "^2.3.1", "react": "^16.4.0", diff --git a/examples/using-local-plugins/package.json b/examples/using-local-plugins/package.json index 8097002928b37..871c5b9607d0e 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.21.21", + "gatsby": "^2.21.22", "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 3edc51f7bdb94..255fbbc48905b 100644 --- a/examples/using-markdown-pages/package.json +++ b/examples/using-markdown-pages/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-offline": "^2.2.10", diff --git a/examples/using-medium/package.json b/examples/using-medium/package.json index 763baf829ef64..a08fbd5027b3d 100644 --- a/examples/using-medium/package.json +++ b/examples/using-medium/package.json @@ -7,7 +7,7 @@ "author": "Robert Vogt ", "license": "MIT", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-source-medium": "^2.3.1", "react": "^16.4.0", "react-dom": "^16.4.0" diff --git a/examples/using-mobx/package.json b/examples/using-mobx/package.json index d134a6ec45b5f..db3854f354bc3 100644 --- a/examples/using-mobx/package.json +++ b/examples/using-mobx/package.json @@ -16,7 +16,7 @@ ], "license": "MIT", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "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 6cd1dc0a17de5..84dc311406912 100644 --- a/examples/using-mongodb/package.json +++ b/examples/using-mongodb/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using gatsby-source-mongodb", "author": "jhermans85@hotmail.com", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-source-mongodb": "^2.3.1", "gatsby-transformer-remark": "^2.8.7", 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 ffe607a6ddf38..6f5ab31dc6c6a 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,7 +3,7 @@ "description": "A example with the default starter loading multiple local plugins", "version": "0.1.0", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-offline": "^3.2.1", diff --git a/examples/using-multiple-providers/package.json b/examples/using-multiple-providers/package.json index 2ea1a82f37ba6..4808c4c8f937a 100644 --- a/examples/using-multiple-providers/package.json +++ b/examples/using-multiple-providers/package.json @@ -5,9 +5,9 @@ "version": "1.0.0", "author": "Michal Piechowiak ", "dependencies": { - "apollo-boost": "^0.4.7", + "apollo-boost": "^0.4.8", "babel-plugin-styled-components": "^1.10.7", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-jss": "^2.3.1", "gatsby-plugin-styled-components": "^3.3.1", "isomorphic-fetch": "^2.2.1", diff --git a/examples/using-multiple-themes/package.json b/examples/using-multiple-themes/package.json index cc879d7cd5fc7..cf301d07e8ebd 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.19", - "gatsby": "^2.21.21", - "gatsby-theme-blog": "^1.5.21", - "gatsby-theme-notes": "^1.3.21", + "gatsby": "^2.21.22", + "gatsby-theme-blog": "^1.5.22", + "gatsby-theme-notes": "^1.3.22", "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 4e0d740859ff4..0f27277269654 100644 --- a/examples/using-page-loading-indicator/package.json +++ b/examples/using-page-loading-indicator/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-page-loading-indicator", "author": "Kyle Mathews", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-nprogress": "^2.3.1", "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 ce30a976de9c6..7844041deb13b 100644 --- a/examples/using-page-transitions/package.json +++ b/examples/using-page-transitions/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Steven Surgnier ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-layout": "^1.3.1", "gatsby-plugin-react-helmet": "^3.3.1", "react": "^16.4.1", diff --git a/examples/using-path-prefix/package.json b/examples/using-path-prefix/package.json index b59b5a6d35cda..407a9f4b8693f 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.21.21", + "gatsby": "^2.21.22", "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 adc4c17f10ac0..93dee2ce6d4bd 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.21.21", + "gatsby": "^2.21.22", "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 ce5c11762db94..22102938a714d 100644 --- a/examples/using-prefetching-preloading-modules/package.json +++ b/examples/using-prefetching-preloading-modules/package.json @@ -6,7 +6,7 @@ "author": "Nuttapol Laoticharoen ", "dependencies": { "babel-plugin-styled-components": "^1.10.7", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-styled-components": "^3.3.1", diff --git a/examples/using-redirects/package.json b/examples/using-redirects/package.json index 0d91a37e1c741..052a87929ca8d 100644 --- a/examples/using-redirects/package.json +++ b/examples/using-redirects/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site demonstrating using createRedirect for client-side, in browser redirection in Gatsby", "author": "Ricky de Laveaga ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-react-helmet": "^3.3.1", "react": "^16.3.2", "react-dom": "^16.3.2", diff --git a/examples/using-redux/package.json b/examples/using-redux/package.json index 91174786e3883..aa6dff5405001 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.21.21", + "gatsby": "^2.21.22", "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 ad0e8aa014103..7b98b82fe1bde 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site on gatsby-remark-copy-linked-files", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-react-helmet": "^3.3.1", diff --git a/examples/using-remark/package.json b/examples/using-remark/package.json index 92d2dabf9d971..9b94ce582de23 100644 --- a/examples/using-remark/package.json +++ b/examples/using-remark/package.json @@ -7,7 +7,7 @@ "dependencies": { "babel-plugin-lodash": "^3.3.4", "es6-object-assign": "^1.1.0", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-core-utils": "^1.2.1", "gatsby-image": "^2.4.3", "gatsby-plugin-catch-links": "^2.3.1", diff --git a/examples/using-sass/package.json b/examples/using-sass/package.json index f8c40c456b191..e7db3ee2caeb3 100644 --- a/examples/using-sass/package.json +++ b/examples/using-sass/package.json @@ -11,7 +11,7 @@ "author": "Daniel Farrell ", "license": "MIT", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-sass": "^2.3.1", diff --git a/examples/using-shopify/package.json b/examples/using-shopify/package.json index 3e5cae346a301..df697f8164a9f 100644 --- a/examples/using-shopify/package.json +++ b/examples/using-shopify/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-offline": "^2.2.10", diff --git a/examples/using-sqip/package.json b/examples/using-sqip/package.json index 031d646ccb3c7..5af889ca6edcb 100644 --- a/examples/using-sqip/package.json +++ b/examples/using-sqip/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Benedikt Rötsch ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-sharp": "^2.6.2", "gatsby-source-filesystem": "^2.3.1", diff --git a/examples/using-square-payments/package.json b/examples/using-square-payments/package.json index 50dfc8bf1d3f5..719caa13f14b1 100644 --- a/examples/using-square-payments/package.json +++ b/examples/using-square-payments/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-offline": "^3.2.1", diff --git a/examples/using-styled-components/package.json b/examples/using-styled-components/package.json index 1ec4827c8a59e..197b8c4fa90b8 100644 --- a/examples/using-styled-components/package.json +++ b/examples/using-styled-components/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "babel-plugin-styled-components": "^1.10.7", - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-react-helmet": "^3.3.1", diff --git a/examples/using-styled-jsx/package.json b/examples/using-styled-jsx/package.json index 326471a072121..096fe7e65fb3b 100644 --- a/examples/using-styled-jsx/package.json +++ b/examples/using-styled-jsx/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-styled-jsx", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-styled-jsx": "^3.3.1", "react": "^16.2.0", "react-dom": "^16.2.0", diff --git a/examples/using-styletron/package.json b/examples/using-styletron/package.json index 26daf7ea33be7..e01cdd814cc58 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.21.21", + "gatsby": "^2.21.22", "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 bf506cc00d155..531be45e9c4d2 100644 --- a/examples/using-stylus/package.json +++ b/examples/using-stylus/package.json @@ -11,7 +11,7 @@ "author": "Ian Sinnott ", "license": "MIT", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-google-analytics": "^2.3.1", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-stylus": "^2.3.1", diff --git a/examples/using-type-definitions/package.json b/examples/using-type-definitions/package.json index 97cc52c479ab6..bf93246f3bc4d 100644 --- a/examples/using-type-definitions/package.json +++ b/examples/using-type-definitions/package.json @@ -4,7 +4,7 @@ "description": "An example site using createTypes action and createResolvers API", "version": "0.1.0", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-sharp": "^2.6.2", "gatsby-source-filesystem": "^2.3.1", diff --git a/examples/using-typescript/package.json b/examples/using-typescript/package.json index b3fa15dad8589..843c7f0188822 100644 --- a/examples/using-typescript/package.json +++ b/examples/using-typescript/package.json @@ -13,7 +13,7 @@ }, "sideEffects": false, "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-plugin-typography": "^2.5.1", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/examples/using-video/package.json b/examples/using-video/package.json index 9d2d66847487d..346fe32eec75b 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.21.21", + "gatsby": "^2.21.22", "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 7be848933f5a1..a66bf63e59025 100644 --- a/examples/using-wordpress-with-acf/package.json +++ b/examples/using-wordpress-with-acf/package.json @@ -5,7 +5,7 @@ "version": "1.0.0-beta.6", "author": "Sebastien Fichot ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-core-utils": "^1.2.1", "gatsby-image": "^2.4.3", "gatsby-plugin-glamor": "^2.3.1", diff --git a/examples/using-wordpress/package.json b/examples/using-wordpress/package.json index f53338adace21..3a8486343f012 100644 --- a/examples/using-wordpress/package.json +++ b/examples/using-wordpress/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Vishwa Mehta ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-core-utils": "^1.2.1", "gatsby-source-wordpress": "^3.3.1", "react": "^16.9.0", diff --git a/starters/blog/package-lock.json b/starters/blog/package-lock.json index e8c9dc974e21e..57c4ff058dd82 100644 --- a/starters/blog/package-lock.json +++ b/starters/blog/package-lock.json @@ -2078,9 +2078,9 @@ } }, "@types/react": { - "version": "16.9.34", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz", - "integrity": "sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==", + "version": "16.9.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz", + "integrity": "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" @@ -2389,9 +2389,9 @@ } }, "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", + "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==" }, "acorn-dynamic-import": { "version": "4.0.0", @@ -4047,9 +4047,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001054", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001054.tgz", - "integrity": "sha512-jiKlTI6Ur8Kjfj8z0muGrV6FscpRvefcQVPSuMuXnvRCfExU7zlVLNjmOz1TnurWgUrAY7MMmjyy+uTgIl1XHw==" + "version": "1.0.30001055", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001055.tgz", + "integrity": "sha512-MbwsBmKrBSKIWldfdIagO5OJWZclpJtS4h0Jrk/4HFrXJxTdVdH23Fd+xCiHriVGvYcWyW8mR/CPsYajlH8Iuw==" }, "caseless": { "version": "0.12.0", @@ -6164,9 +6164,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.431", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.431.tgz", - "integrity": "sha512-2okqkXCIda7qDwjYhUFxPcQdZDIZZ/zBLDzVOif7WW/TSNfEhdT6SO07O1x/sFteEHX189Z//UwjbZKKCOn2Fg==" + "version": "1.3.432", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.432.tgz", + "integrity": "sha512-/GdNhXyLP5Yl2322CUX/+Xi8NhdHBqL6lD9VJVKjH6CjoPGakvwZ5CpKgj/oOlbzuWWjOvMjDw1bBuAIRCNTlw==" }, "elliptic": { "version": "6.5.2", @@ -7887,9 +7887,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.21.21", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.21.tgz", - "integrity": "sha512-HJJHG4AUVvVCT6cRRROyDH1yMy7Ep6YuUVeUqpTiYXjYzZZldzVQlnbiQflQDl0H4qrTMfocyQoOsxfyU6vCcQ==", + "version": "2.21.22", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.22.tgz", + "integrity": "sha512-o27LT+own9vYbex7oJEtgfVxbvCIjpeRCNocRTeLwYrJyyqQ0MmQ2kMBsfBjqVrLndvv8Xqa0yiFLq9FQhOLkQ==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/core": "^7.9.6", @@ -7952,7 +7952,7 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.15", + "gatsby-cli": "^2.12.16", "gatsby-core-utils": "^1.2.1", "gatsby-graphiql-explorer": "^0.4.1", "gatsby-link": "^2.4.2", @@ -8097,9 +8097,9 @@ } }, "gatsby-cli": { - "version": "2.12.15", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.15.tgz", - "integrity": "sha512-lt3Umooa61evuttRB32K+kW1H5AQVtXXdgCPCJleILjyLjefhaQnkF2kAm04DOtACH1oG03cGdEbk0+Th3y5gQ==", + "version": "2.12.16", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.16.tgz", + "integrity": "sha512-XSaIRKUaRbHN+ACaBVbYkM7JPcP0ZyoCMKHfzIan6Yyx3Ic8coG+7sc/NJx5mzmAKcnAlK4/492pAcsxnaxlWw==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/runtime": "^7.9.6", @@ -8117,7 +8117,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.2.1", - "gatsby-recipes": "^0.1.14", + "gatsby-recipes": "^0.1.15", "gatsby-telemetry": "^1.3.3", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", @@ -8496,9 +8496,9 @@ } }, "gatsby-recipes": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.14.tgz", - "integrity": "sha512-raYrJXKGCAZ1mqfoa8V2gX8jhxX9K+Mwmp3vSUo+hOwFU1FfEjpRyrncvtL841lv4zI13MQ59aLe6dMehS3jIw==", + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.15.tgz", + "integrity": "sha512-sEzIpRGn5XY55FdDcWBMf2jEyAQZLtH5z4RDoPm3iB9I6yljkGU23ooHqqINDZVr33o8Ybeqep+XujjEG3jzdw==", "requires": { "@babel/core": "^7.9.6", "@babel/generator": "^7.9.6", @@ -9859,9 +9859,9 @@ } }, "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" } } }, @@ -10173,9 +10173,9 @@ }, "dependencies": { "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.1.tgz", + "integrity": "sha512-MnI0l35oYL2C/c80rjJN7qu50MDx39yYE7y7oYck2YA3v+y7EaAenY8IU8AP4d1RWqE8VAKWFGSh3rfP87ll3g==" } } }, @@ -19681,9 +19681,9 @@ } }, "ws": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", - "integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", + "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" }, "x-is-string": { "version": "0.1.0", diff --git a/starters/blog/package.json b/starters/blog/package.json index 33b639ea5a12e..132840d579909 100644 --- a/starters/blog/package.json +++ b/starters/blog/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-feed": "^2.5.1", "gatsby-plugin-google-analytics": "^2.3.1", diff --git a/starters/default/package-lock.json b/starters/default/package-lock.json index 9e0336cc4215f..371befdddfe01 100644 --- a/starters/default/package-lock.json +++ b/starters/default/package-lock.json @@ -2070,9 +2070,9 @@ } }, "@types/react": { - "version": "16.9.34", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz", - "integrity": "sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==", + "version": "16.9.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz", + "integrity": "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" @@ -2363,9 +2363,9 @@ } }, "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", + "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==" }, "acorn-dynamic-import": { "version": "4.0.0", @@ -4016,9 +4016,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001054", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001054.tgz", - "integrity": "sha512-jiKlTI6Ur8Kjfj8z0muGrV6FscpRvefcQVPSuMuXnvRCfExU7zlVLNjmOz1TnurWgUrAY7MMmjyy+uTgIl1XHw==" + "version": "1.0.30001055", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001055.tgz", + "integrity": "sha512-MbwsBmKrBSKIWldfdIagO5OJWZclpJtS4h0Jrk/4HFrXJxTdVdH23Fd+xCiHriVGvYcWyW8mR/CPsYajlH8Iuw==" }, "caseless": { "version": "0.12.0", @@ -6087,9 +6087,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.431", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.431.tgz", - "integrity": "sha512-2okqkXCIda7qDwjYhUFxPcQdZDIZZ/zBLDzVOif7WW/TSNfEhdT6SO07O1x/sFteEHX189Z//UwjbZKKCOn2Fg==" + "version": "1.3.432", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.432.tgz", + "integrity": "sha512-/GdNhXyLP5Yl2322CUX/+Xi8NhdHBqL6lD9VJVKjH6CjoPGakvwZ5CpKgj/oOlbzuWWjOvMjDw1bBuAIRCNTlw==" }, "elliptic": { "version": "6.5.2", @@ -7810,9 +7810,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.21.21", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.21.tgz", - "integrity": "sha512-HJJHG4AUVvVCT6cRRROyDH1yMy7Ep6YuUVeUqpTiYXjYzZZldzVQlnbiQflQDl0H4qrTMfocyQoOsxfyU6vCcQ==", + "version": "2.21.22", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.22.tgz", + "integrity": "sha512-o27LT+own9vYbex7oJEtgfVxbvCIjpeRCNocRTeLwYrJyyqQ0MmQ2kMBsfBjqVrLndvv8Xqa0yiFLq9FQhOLkQ==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/core": "^7.9.6", @@ -7875,7 +7875,7 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.15", + "gatsby-cli": "^2.12.16", "gatsby-core-utils": "^1.2.1", "gatsby-graphiql-explorer": "^0.4.1", "gatsby-link": "^2.4.2", @@ -8020,9 +8020,9 @@ } }, "gatsby-cli": { - "version": "2.12.15", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.15.tgz", - "integrity": "sha512-lt3Umooa61evuttRB32K+kW1H5AQVtXXdgCPCJleILjyLjefhaQnkF2kAm04DOtACH1oG03cGdEbk0+Th3y5gQ==", + "version": "2.12.16", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.16.tgz", + "integrity": "sha512-XSaIRKUaRbHN+ACaBVbYkM7JPcP0ZyoCMKHfzIan6Yyx3Ic8coG+7sc/NJx5mzmAKcnAlK4/492pAcsxnaxlWw==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/runtime": "^7.9.6", @@ -8040,7 +8040,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.2.1", - "gatsby-recipes": "^0.1.14", + "gatsby-recipes": "^0.1.15", "gatsby-telemetry": "^1.3.3", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", @@ -8390,9 +8390,9 @@ } }, "gatsby-recipes": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.14.tgz", - "integrity": "sha512-raYrJXKGCAZ1mqfoa8V2gX8jhxX9K+Mwmp3vSUo+hOwFU1FfEjpRyrncvtL841lv4zI13MQ59aLe6dMehS3jIw==", + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.15.tgz", + "integrity": "sha512-sEzIpRGn5XY55FdDcWBMf2jEyAQZLtH5z4RDoPm3iB9I6yljkGU23ooHqqINDZVr33o8Ybeqep+XujjEG3jzdw==", "requires": { "@babel/core": "^7.9.6", "@babel/generator": "^7.9.6", @@ -9243,9 +9243,9 @@ } }, "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" } } }, @@ -9504,9 +9504,9 @@ }, "dependencies": { "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.1.tgz", + "integrity": "sha512-MnI0l35oYL2C/c80rjJN7qu50MDx39yYE7y7oYck2YA3v+y7EaAenY8IU8AP4d1RWqE8VAKWFGSh3rfP87ll3g==" } } }, @@ -18385,9 +18385,9 @@ } }, "ws": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", - "integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", + "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" }, "xdg-basedir": { "version": "4.0.0", diff --git a/starters/default/package.json b/starters/default/package.json index e264810dd249d..2be29a377d286 100644 --- a/starters/default/package.json +++ b/starters/default/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.21.21", + "gatsby": "^2.21.22", "gatsby-image": "^2.4.3", "gatsby-plugin-manifest": "^2.4.2", "gatsby-plugin-offline": "^3.2.1", diff --git a/starters/gatsby-starter-blog-theme-core/package-lock.json b/starters/gatsby-starter-blog-theme-core/package-lock.json index e121e20fd3085..841b5617abb4d 100644 --- a/starters/gatsby-starter-blog-theme-core/package-lock.json +++ b/starters/gatsby-starter-blog-theme-core/package-lock.json @@ -2070,9 +2070,9 @@ } }, "@types/react": { - "version": "16.9.34", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz", - "integrity": "sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==", + "version": "16.9.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz", + "integrity": "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" @@ -2381,9 +2381,9 @@ } }, "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", + "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==" }, "acorn-dynamic-import": { "version": "4.0.0", @@ -2531,9 +2531,9 @@ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, "arch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.1.tgz", - "integrity": "sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.2.tgz", + "integrity": "sha512-NTBIIbAfkJeIletyABbVtdPgeKfDafR+1mZV/AyyfC1UkVkp9iUjV+wwmqtUgphHYajbI86jejBJp5e+jkGTiQ==" }, "archive-type": { "version": "4.0.0", @@ -3999,9 +3999,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001054", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001054.tgz", - "integrity": "sha512-jiKlTI6Ur8Kjfj8z0muGrV6FscpRvefcQVPSuMuXnvRCfExU7zlVLNjmOz1TnurWgUrAY7MMmjyy+uTgIl1XHw==" + "version": "1.0.30001055", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001055.tgz", + "integrity": "sha512-MbwsBmKrBSKIWldfdIagO5OJWZclpJtS4h0Jrk/4HFrXJxTdVdH23Fd+xCiHriVGvYcWyW8mR/CPsYajlH8Iuw==" }, "caseless": { "version": "0.12.0", @@ -6101,9 +6101,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.431", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.431.tgz", - "integrity": "sha512-2okqkXCIda7qDwjYhUFxPcQdZDIZZ/zBLDzVOif7WW/TSNfEhdT6SO07O1x/sFteEHX189Z//UwjbZKKCOn2Fg==" + "version": "1.3.432", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.432.tgz", + "integrity": "sha512-/GdNhXyLP5Yl2322CUX/+Xi8NhdHBqL6lD9VJVKjH6CjoPGakvwZ5CpKgj/oOlbzuWWjOvMjDw1bBuAIRCNTlw==" }, "elliptic": { "version": "6.5.2", @@ -6252,9 +6252,9 @@ } }, "entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz", - "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.2.tgz", + "integrity": "sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==" }, "envinfo": { "version": "7.5.1", @@ -7832,9 +7832,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.21.21", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.21.tgz", - "integrity": "sha512-HJJHG4AUVvVCT6cRRROyDH1yMy7Ep6YuUVeUqpTiYXjYzZZldzVQlnbiQflQDl0H4qrTMfocyQoOsxfyU6vCcQ==", + "version": "2.21.22", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.22.tgz", + "integrity": "sha512-o27LT+own9vYbex7oJEtgfVxbvCIjpeRCNocRTeLwYrJyyqQ0MmQ2kMBsfBjqVrLndvv8Xqa0yiFLq9FQhOLkQ==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/core": "^7.9.6", @@ -7897,7 +7897,7 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.15", + "gatsby-cli": "^2.12.16", "gatsby-core-utils": "^1.2.1", "gatsby-graphiql-explorer": "^0.4.1", "gatsby-link": "^2.4.2", @@ -8042,9 +8042,9 @@ } }, "gatsby-cli": { - "version": "2.12.15", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.15.tgz", - "integrity": "sha512-lt3Umooa61evuttRB32K+kW1H5AQVtXXdgCPCJleILjyLjefhaQnkF2kAm04DOtACH1oG03cGdEbk0+Th3y5gQ==", + "version": "2.12.16", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.16.tgz", + "integrity": "sha512-XSaIRKUaRbHN+ACaBVbYkM7JPcP0ZyoCMKHfzIan6Yyx3Ic8coG+7sc/NJx5mzmAKcnAlK4/492pAcsxnaxlWw==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/runtime": "^7.9.6", @@ -8062,7 +8062,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.2.1", - "gatsby-recipes": "^0.1.14", + "gatsby-recipes": "^0.1.15", "gatsby-telemetry": "^1.3.3", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", @@ -8482,9 +8482,9 @@ } }, "gatsby-recipes": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.14.tgz", - "integrity": "sha512-raYrJXKGCAZ1mqfoa8V2gX8jhxX9K+Mwmp3vSUo+hOwFU1FfEjpRyrncvtL841lv4zI13MQ59aLe6dMehS3jIw==", + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.15.tgz", + "integrity": "sha512-sEzIpRGn5XY55FdDcWBMf2jEyAQZLtH5z4RDoPm3iB9I6yljkGU23ooHqqINDZVr33o8Ybeqep+XujjEG3jzdw==", "requires": { "@babel/core": "^7.9.6", "@babel/generator": "^7.9.6", @@ -8954,9 +8954,9 @@ } }, "gatsby-theme-blog-core": { - "version": "1.4.21", - "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.4.21.tgz", - "integrity": "sha512-iqd2qXvr+Q9refm1zmzVTu4JyMGtk/YYN/YHBT5nK1PS0wNQmJwxlsdrPwvnLvpT7YH79I0UawEDF1CsctY6bw==", + "version": "1.4.22", + "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.4.22.tgz", + "integrity": "sha512-lwawuiZASQUaoE7JcITmFYwfisn1SCVcZKl2aO+0zRBUnI7D5j0T5eSenLaWt0UrP+cJccZj3kStz7z173CQfQ==", "requires": { "@mdx-js/mdx": "^1.6.1", "gatsby-core-utils": "^1.2.1", @@ -9549,9 +9549,9 @@ } }, "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" } } }, @@ -9819,9 +9819,9 @@ }, "dependencies": { "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.1.tgz", + "integrity": "sha512-MnI0l35oYL2C/c80rjJN7qu50MDx39yYE7y7oYck2YA3v+y7EaAenY8IU8AP4d1RWqE8VAKWFGSh3rfP87ll3g==" } } }, @@ -19181,9 +19181,9 @@ } }, "ws": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", - "integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", + "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" }, "x-is-string": { "version": "0.1.0", diff --git a/starters/gatsby-starter-blog-theme-core/package.json b/starters/gatsby-starter-blog-theme-core/package.json index 22a20183526d8..300904f71807a 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.6.1", - "gatsby": "^2.21.21", - "gatsby-theme-blog-core": "^1.4.21", + "gatsby": "^2.21.22", + "gatsby-theme-blog-core": "^1.4.22", "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 b4eb638ae0961..7f520d5f8e2c1 100644 --- a/starters/gatsby-starter-blog-theme/package-lock.json +++ b/starters/gatsby-starter-blog-theme/package-lock.json @@ -2201,9 +2201,9 @@ } }, "@types/react": { - "version": "16.9.34", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz", - "integrity": "sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==", + "version": "16.9.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz", + "integrity": "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" @@ -2512,9 +2512,9 @@ } }, "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", + "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==" }, "acorn-dynamic-import": { "version": "4.0.0", @@ -2662,9 +2662,9 @@ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, "arch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.1.tgz", - "integrity": "sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.2.tgz", + "integrity": "sha512-NTBIIbAfkJeIletyABbVtdPgeKfDafR+1mZV/AyyfC1UkVkp9iUjV+wwmqtUgphHYajbI86jejBJp5e+jkGTiQ==" }, "archive-type": { "version": "4.0.0", @@ -4152,9 +4152,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001054", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001054.tgz", - "integrity": "sha512-jiKlTI6Ur8Kjfj8z0muGrV6FscpRvefcQVPSuMuXnvRCfExU7zlVLNjmOz1TnurWgUrAY7MMmjyy+uTgIl1XHw==" + "version": "1.0.30001055", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001055.tgz", + "integrity": "sha512-MbwsBmKrBSKIWldfdIagO5OJWZclpJtS4h0Jrk/4HFrXJxTdVdH23Fd+xCiHriVGvYcWyW8mR/CPsYajlH8Iuw==" }, "caseless": { "version": "0.12.0", @@ -6278,9 +6278,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.431", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.431.tgz", - "integrity": "sha512-2okqkXCIda7qDwjYhUFxPcQdZDIZZ/zBLDzVOif7WW/TSNfEhdT6SO07O1x/sFteEHX189Z//UwjbZKKCOn2Fg==" + "version": "1.3.432", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.432.tgz", + "integrity": "sha512-/GdNhXyLP5Yl2322CUX/+Xi8NhdHBqL6lD9VJVKjH6CjoPGakvwZ5CpKgj/oOlbzuWWjOvMjDw1bBuAIRCNTlw==" }, "elliptic": { "version": "6.5.2", @@ -6429,9 +6429,9 @@ } }, "entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz", - "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.2.tgz", + "integrity": "sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==" }, "envinfo": { "version": "7.5.1", @@ -8014,9 +8014,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.21.21", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.21.tgz", - "integrity": "sha512-HJJHG4AUVvVCT6cRRROyDH1yMy7Ep6YuUVeUqpTiYXjYzZZldzVQlnbiQflQDl0H4qrTMfocyQoOsxfyU6vCcQ==", + "version": "2.21.22", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.22.tgz", + "integrity": "sha512-o27LT+own9vYbex7oJEtgfVxbvCIjpeRCNocRTeLwYrJyyqQ0MmQ2kMBsfBjqVrLndvv8Xqa0yiFLq9FQhOLkQ==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/core": "^7.9.6", @@ -8079,7 +8079,7 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.15", + "gatsby-cli": "^2.12.16", "gatsby-core-utils": "^1.2.1", "gatsby-graphiql-explorer": "^0.4.1", "gatsby-link": "^2.4.2", @@ -8224,9 +8224,9 @@ } }, "gatsby-cli": { - "version": "2.12.15", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.15.tgz", - "integrity": "sha512-lt3Umooa61evuttRB32K+kW1H5AQVtXXdgCPCJleILjyLjefhaQnkF2kAm04DOtACH1oG03cGdEbk0+Th3y5gQ==", + "version": "2.12.16", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.16.tgz", + "integrity": "sha512-XSaIRKUaRbHN+ACaBVbYkM7JPcP0ZyoCMKHfzIan6Yyx3Ic8coG+7sc/NJx5mzmAKcnAlK4/492pAcsxnaxlWw==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/runtime": "^7.9.6", @@ -8244,7 +8244,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.2.1", - "gatsby-recipes": "^0.1.14", + "gatsby-recipes": "^0.1.15", "gatsby-telemetry": "^1.3.3", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", @@ -8716,9 +8716,9 @@ } }, "gatsby-recipes": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.14.tgz", - "integrity": "sha512-raYrJXKGCAZ1mqfoa8V2gX8jhxX9K+Mwmp3vSUo+hOwFU1FfEjpRyrncvtL841lv4zI13MQ59aLe6dMehS3jIw==", + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.15.tgz", + "integrity": "sha512-sEzIpRGn5XY55FdDcWBMf2jEyAQZLtH5z4RDoPm3iB9I6yljkGU23ooHqqINDZVr33o8Ybeqep+XujjEG3jzdw==", "requires": { "@babel/core": "^7.9.6", "@babel/generator": "^7.9.6", @@ -9188,9 +9188,9 @@ } }, "gatsby-theme-blog": { - "version": "1.5.21", - "resolved": "https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-1.5.21.tgz", - "integrity": "sha512-UBriwU/o9PwOEVYiIycXxakt9iY5NM4SXalGTFL+HGCynOl3XBVMbVkxD7jk9HMiMg6FOKl7LusVuom+1AJH9w==", + "version": "1.5.22", + "resolved": "https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-1.5.22.tgz", + "integrity": "sha512-IVhsIpjSrReB5BV333ZFkp2TS+DLD0Bz4XbdbdryGFjB4mC7jPA5m+vkHmWvRGIiPG9jcR1Rk7cHq1gE7JUMpg==", "requires": { "@emotion/core": "^10.0.28", "@mdx-js/react": "^1.6.1", @@ -9203,7 +9203,7 @@ "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-theme-ui": "^0.2.53", "gatsby-plugin-twitter": "^2.3.1", - "gatsby-theme-blog-core": "^1.4.21", + "gatsby-theme-blog-core": "^1.4.22", "mdx-utils": "0.2.0", "react-helmet": "^5.2.1", "react-switch": "^5.0.1", @@ -9214,9 +9214,9 @@ } }, "gatsby-theme-blog-core": { - "version": "1.4.21", - "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.4.21.tgz", - "integrity": "sha512-iqd2qXvr+Q9refm1zmzVTu4JyMGtk/YYN/YHBT5nK1PS0wNQmJwxlsdrPwvnLvpT7YH79I0UawEDF1CsctY6bw==", + "version": "1.4.22", + "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.4.22.tgz", + "integrity": "sha512-lwawuiZASQUaoE7JcITmFYwfisn1SCVcZKl2aO+0zRBUnI7D5j0T5eSenLaWt0UrP+cJccZj3kStz7z173CQfQ==", "requires": { "@mdx-js/mdx": "^1.6.1", "gatsby-core-utils": "^1.2.1", @@ -9814,9 +9814,9 @@ } }, "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" } } }, @@ -10084,9 +10084,9 @@ }, "dependencies": { "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.1.tgz", + "integrity": "sha512-MnI0l35oYL2C/c80rjJN7qu50MDx39yYE7y7oYck2YA3v+y7EaAenY8IU8AP4d1RWqE8VAKWFGSh3rfP87ll3g==" } } }, @@ -19569,9 +19569,9 @@ } }, "ws": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", - "integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", + "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" }, "x-is-string": { "version": "0.1.0", diff --git a/starters/gatsby-starter-blog-theme/package.json b/starters/gatsby-starter-blog-theme/package.json index 3d216eaceaea1..b85380084320f 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.21.21", - "gatsby-theme-blog": "^1.5.21", + "gatsby": "^2.21.22", + "gatsby-theme-blog": "^1.5.22", "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 29e1b2cc68eb4..3646ef16ac65e 100644 --- a/starters/gatsby-starter-notes-theme/package-lock.json +++ b/starters/gatsby-starter-notes-theme/package-lock.json @@ -1619,9 +1619,9 @@ } }, "@types/react": { - "version": "16.9.34", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz", - "integrity": "sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==", + "version": "16.9.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz", + "integrity": "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" @@ -1930,9 +1930,9 @@ } }, "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", + "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==" }, "acorn-dynamic-import": { "version": "4.0.0", @@ -2070,9 +2070,9 @@ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, "arch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.1.tgz", - "integrity": "sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.2.tgz", + "integrity": "sha512-NTBIIbAfkJeIletyABbVtdPgeKfDafR+1mZV/AyyfC1UkVkp9iUjV+wwmqtUgphHYajbI86jejBJp5e+jkGTiQ==" }, "argparse": { "version": "1.0.10", @@ -3240,9 +3240,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001054", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001054.tgz", - "integrity": "sha512-jiKlTI6Ur8Kjfj8z0muGrV6FscpRvefcQVPSuMuXnvRCfExU7zlVLNjmOz1TnurWgUrAY7MMmjyy+uTgIl1XHw==" + "version": "1.0.30001055", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001055.tgz", + "integrity": "sha512-MbwsBmKrBSKIWldfdIagO5OJWZclpJtS4h0Jrk/4HFrXJxTdVdH23Fd+xCiHriVGvYcWyW8mR/CPsYajlH8Iuw==" }, "ccount": { "version": "1.0.5", @@ -5059,9 +5059,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.431", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.431.tgz", - "integrity": "sha512-2okqkXCIda7qDwjYhUFxPcQdZDIZZ/zBLDzVOif7WW/TSNfEhdT6SO07O1x/sFteEHX189Z//UwjbZKKCOn2Fg==" + "version": "1.3.432", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.432.tgz", + "integrity": "sha512-/GdNhXyLP5Yl2322CUX/+Xi8NhdHBqL6lD9VJVKjH6CjoPGakvwZ5CpKgj/oOlbzuWWjOvMjDw1bBuAIRCNTlw==" }, "elliptic": { "version": "6.5.2", @@ -5210,9 +5210,9 @@ } }, "entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz", - "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.2.tgz", + "integrity": "sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==" }, "envinfo": { "version": "7.5.1", @@ -6629,9 +6629,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.21.21", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.21.tgz", - "integrity": "sha512-HJJHG4AUVvVCT6cRRROyDH1yMy7Ep6YuUVeUqpTiYXjYzZZldzVQlnbiQflQDl0H4qrTMfocyQoOsxfyU6vCcQ==", + "version": "2.21.22", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.22.tgz", + "integrity": "sha512-o27LT+own9vYbex7oJEtgfVxbvCIjpeRCNocRTeLwYrJyyqQ0MmQ2kMBsfBjqVrLndvv8Xqa0yiFLq9FQhOLkQ==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/core": "^7.9.6", @@ -6694,7 +6694,7 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.15", + "gatsby-cli": "^2.12.16", "gatsby-core-utils": "^1.2.1", "gatsby-graphiql-explorer": "^0.4.1", "gatsby-link": "^2.4.2", @@ -6839,9 +6839,9 @@ } }, "gatsby-cli": { - "version": "2.12.15", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.15.tgz", - "integrity": "sha512-lt3Umooa61evuttRB32K+kW1H5AQVtXXdgCPCJleILjyLjefhaQnkF2kAm04DOtACH1oG03cGdEbk0+Th3y5gQ==", + "version": "2.12.16", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.16.tgz", + "integrity": "sha512-XSaIRKUaRbHN+ACaBVbYkM7JPcP0ZyoCMKHfzIan6Yyx3Ic8coG+7sc/NJx5mzmAKcnAlK4/492pAcsxnaxlWw==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/runtime": "^7.9.6", @@ -6859,7 +6859,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.2.1", - "gatsby-recipes": "^0.1.14", + "gatsby-recipes": "^0.1.15", "gatsby-telemetry": "^1.3.3", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", @@ -7294,9 +7294,9 @@ } }, "gatsby-recipes": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.14.tgz", - "integrity": "sha512-raYrJXKGCAZ1mqfoa8V2gX8jhxX9K+Mwmp3vSUo+hOwFU1FfEjpRyrncvtL841lv4zI13MQ59aLe6dMehS3jIw==", + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.15.tgz", + "integrity": "sha512-sEzIpRGn5XY55FdDcWBMf2jEyAQZLtH5z4RDoPm3iB9I6yljkGU23ooHqqINDZVr33o8Ybeqep+XujjEG3jzdw==", "requires": { "@babel/core": "^7.9.6", "@babel/generator": "^7.9.6", @@ -7585,9 +7585,9 @@ } }, "gatsby-theme-notes": { - "version": "1.3.21", - "resolved": "https://registry.npmjs.org/gatsby-theme-notes/-/gatsby-theme-notes-1.3.21.tgz", - "integrity": "sha512-0Q5vT7CJecd2MhB3Ni5WZnquxHJsFNqLvWR19FGmlDBOpB9JymUWhidk2R/owj2ORAgD9ypO/VliOK8MrUejDA==", + "version": "1.3.22", + "resolved": "https://registry.npmjs.org/gatsby-theme-notes/-/gatsby-theme-notes-1.3.22.tgz", + "integrity": "sha512-XcoheoNZKLAHXZ+o3Bo22ojx0JH0ehL9wZlxdgeWuGEUWUlpk+Bpp8epL6vqsT4QNaL3bqA+q5SioZUysDptYw==", "requires": { "@emotion/core": "^10.0.28", "@mdx-js/mdx": "^1.6.1", @@ -8101,9 +8101,9 @@ } }, "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" } } }, @@ -8371,9 +8371,9 @@ }, "dependencies": { "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.1.tgz", + "integrity": "sha512-MnI0l35oYL2C/c80rjJN7qu50MDx39yYE7y7oYck2YA3v+y7EaAenY8IU8AP4d1RWqE8VAKWFGSh3rfP87ll3g==" } } }, @@ -16511,9 +16511,9 @@ } }, "ws": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", - "integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", + "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" }, "x-is-string": { "version": "0.1.0", diff --git a/starters/gatsby-starter-notes-theme/package.json b/starters/gatsby-starter-notes-theme/package.json index db407298c0ce2..7e313b8d3701a 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.21.21", - "gatsby-theme-notes": "^1.3.21", + "gatsby": "^2.21.22", + "gatsby-theme-notes": "^1.3.22", "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 54c7eef8068f8..d6df746d99760 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.21.21", + "gatsby": "^2.21.22", "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 7b5d4f337ff96..4bca2abb4da70 100644 --- a/starters/gatsby-starter-theme/package-lock.json +++ b/starters/gatsby-starter-theme/package-lock.json @@ -2201,9 +2201,9 @@ } }, "@types/react": { - "version": "16.9.34", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz", - "integrity": "sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==", + "version": "16.9.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz", + "integrity": "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" @@ -2512,9 +2512,9 @@ } }, "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", + "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==" }, "acorn-dynamic-import": { "version": "4.0.0", @@ -2662,9 +2662,9 @@ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, "arch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.1.tgz", - "integrity": "sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.2.tgz", + "integrity": "sha512-NTBIIbAfkJeIletyABbVtdPgeKfDafR+1mZV/AyyfC1UkVkp9iUjV+wwmqtUgphHYajbI86jejBJp5e+jkGTiQ==" }, "archive-type": { "version": "4.0.0", @@ -4152,9 +4152,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001054", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001054.tgz", - "integrity": "sha512-jiKlTI6Ur8Kjfj8z0muGrV6FscpRvefcQVPSuMuXnvRCfExU7zlVLNjmOz1TnurWgUrAY7MMmjyy+uTgIl1XHw==" + "version": "1.0.30001055", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001055.tgz", + "integrity": "sha512-MbwsBmKrBSKIWldfdIagO5OJWZclpJtS4h0Jrk/4HFrXJxTdVdH23Fd+xCiHriVGvYcWyW8mR/CPsYajlH8Iuw==" }, "caseless": { "version": "0.12.0", @@ -6278,9 +6278,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.431", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.431.tgz", - "integrity": "sha512-2okqkXCIda7qDwjYhUFxPcQdZDIZZ/zBLDzVOif7WW/TSNfEhdT6SO07O1x/sFteEHX189Z//UwjbZKKCOn2Fg==" + "version": "1.3.432", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.432.tgz", + "integrity": "sha512-/GdNhXyLP5Yl2322CUX/+Xi8NhdHBqL6lD9VJVKjH6CjoPGakvwZ5CpKgj/oOlbzuWWjOvMjDw1bBuAIRCNTlw==" }, "elliptic": { "version": "6.5.2", @@ -6429,9 +6429,9 @@ } }, "entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz", - "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.2.tgz", + "integrity": "sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==" }, "envinfo": { "version": "7.5.1", @@ -8014,9 +8014,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.21.21", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.21.tgz", - "integrity": "sha512-HJJHG4AUVvVCT6cRRROyDH1yMy7Ep6YuUVeUqpTiYXjYzZZldzVQlnbiQflQDl0H4qrTMfocyQoOsxfyU6vCcQ==", + "version": "2.21.22", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.22.tgz", + "integrity": "sha512-o27LT+own9vYbex7oJEtgfVxbvCIjpeRCNocRTeLwYrJyyqQ0MmQ2kMBsfBjqVrLndvv8Xqa0yiFLq9FQhOLkQ==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/core": "^7.9.6", @@ -8079,7 +8079,7 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.15", + "gatsby-cli": "^2.12.16", "gatsby-core-utils": "^1.2.1", "gatsby-graphiql-explorer": "^0.4.1", "gatsby-link": "^2.4.2", @@ -8224,9 +8224,9 @@ } }, "gatsby-cli": { - "version": "2.12.15", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.15.tgz", - "integrity": "sha512-lt3Umooa61evuttRB32K+kW1H5AQVtXXdgCPCJleILjyLjefhaQnkF2kAm04DOtACH1oG03cGdEbk0+Th3y5gQ==", + "version": "2.12.16", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.16.tgz", + "integrity": "sha512-XSaIRKUaRbHN+ACaBVbYkM7JPcP0ZyoCMKHfzIan6Yyx3Ic8coG+7sc/NJx5mzmAKcnAlK4/492pAcsxnaxlWw==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/runtime": "^7.9.6", @@ -8244,7 +8244,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.2.1", - "gatsby-recipes": "^0.1.14", + "gatsby-recipes": "^0.1.15", "gatsby-telemetry": "^1.3.3", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", @@ -8753,9 +8753,9 @@ } }, "gatsby-recipes": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.14.tgz", - "integrity": "sha512-raYrJXKGCAZ1mqfoa8V2gX8jhxX9K+Mwmp3vSUo+hOwFU1FfEjpRyrncvtL841lv4zI13MQ59aLe6dMehS3jIw==", + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.15.tgz", + "integrity": "sha512-sEzIpRGn5XY55FdDcWBMf2jEyAQZLtH5z4RDoPm3iB9I6yljkGU23ooHqqINDZVr33o8Ybeqep+XujjEG3jzdw==", "requires": { "@babel/core": "^7.9.6", "@babel/generator": "^7.9.6", @@ -9225,9 +9225,9 @@ } }, "gatsby-theme-blog": { - "version": "1.5.21", - "resolved": "https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-1.5.21.tgz", - "integrity": "sha512-UBriwU/o9PwOEVYiIycXxakt9iY5NM4SXalGTFL+HGCynOl3XBVMbVkxD7jk9HMiMg6FOKl7LusVuom+1AJH9w==", + "version": "1.5.22", + "resolved": "https://registry.npmjs.org/gatsby-theme-blog/-/gatsby-theme-blog-1.5.22.tgz", + "integrity": "sha512-IVhsIpjSrReB5BV333ZFkp2TS+DLD0Bz4XbdbdryGFjB4mC7jPA5m+vkHmWvRGIiPG9jcR1Rk7cHq1gE7JUMpg==", "requires": { "@emotion/core": "^10.0.28", "@mdx-js/react": "^1.6.1", @@ -9240,7 +9240,7 @@ "gatsby-plugin-react-helmet": "^3.3.1", "gatsby-plugin-theme-ui": "^0.2.53", "gatsby-plugin-twitter": "^2.3.1", - "gatsby-theme-blog-core": "^1.4.21", + "gatsby-theme-blog-core": "^1.4.22", "mdx-utils": "0.2.0", "react-helmet": "^5.2.1", "react-switch": "^5.0.1", @@ -9251,9 +9251,9 @@ } }, "gatsby-theme-blog-core": { - "version": "1.4.21", - "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.4.21.tgz", - "integrity": "sha512-iqd2qXvr+Q9refm1zmzVTu4JyMGtk/YYN/YHBT5nK1PS0wNQmJwxlsdrPwvnLvpT7YH79I0UawEDF1CsctY6bw==", + "version": "1.4.22", + "resolved": "https://registry.npmjs.org/gatsby-theme-blog-core/-/gatsby-theme-blog-core-1.4.22.tgz", + "integrity": "sha512-lwawuiZASQUaoE7JcITmFYwfisn1SCVcZKl2aO+0zRBUnI7D5j0T5eSenLaWt0UrP+cJccZj3kStz7z173CQfQ==", "requires": { "@mdx-js/mdx": "^1.6.1", "gatsby-core-utils": "^1.2.1", @@ -9268,9 +9268,9 @@ } }, "gatsby-theme-notes": { - "version": "1.3.21", - "resolved": "https://registry.npmjs.org/gatsby-theme-notes/-/gatsby-theme-notes-1.3.21.tgz", - "integrity": "sha512-0Q5vT7CJecd2MhB3Ni5WZnquxHJsFNqLvWR19FGmlDBOpB9JymUWhidk2R/owj2ORAgD9ypO/VliOK8MrUejDA==", + "version": "1.3.22", + "resolved": "https://registry.npmjs.org/gatsby-theme-notes/-/gatsby-theme-notes-1.3.22.tgz", + "integrity": "sha512-XcoheoNZKLAHXZ+o3Bo22ojx0JH0ehL9wZlxdgeWuGEUWUlpk+Bpp8epL6vqsT4QNaL3bqA+q5SioZUysDptYw==", "requires": { "@emotion/core": "^10.0.28", "@mdx-js/mdx": "^1.6.1", @@ -9878,9 +9878,9 @@ } }, "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" } } }, @@ -10148,9 +10148,9 @@ }, "dependencies": { "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.1.tgz", + "integrity": "sha512-MnI0l35oYL2C/c80rjJN7qu50MDx39yYE7y7oYck2YA3v+y7EaAenY8IU8AP4d1RWqE8VAKWFGSh3rfP87ll3g==" } } }, @@ -19667,9 +19667,9 @@ } }, "ws": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", - "integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", + "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" }, "x-is-string": { "version": "0.1.0", diff --git a/starters/gatsby-starter-theme/package.json b/starters/gatsby-starter-theme/package.json index dfe2385e1e3ee..e3872d82f4517 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.21.21", - "gatsby-theme-blog": "^1.5.21", - "gatsby-theme-notes": "^1.3.21", + "gatsby": "^2.21.22", + "gatsby-theme-blog": "^1.5.22", + "gatsby-theme-notes": "^1.3.22", "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 77714ca6e54dc..fbb85e9e5dac4 100644 --- a/starters/hello-world/package-lock.json +++ b/starters/hello-world/package-lock.json @@ -1488,9 +1488,9 @@ } }, "@types/react": { - "version": "16.9.34", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz", - "integrity": "sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==", + "version": "16.9.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.35.tgz", + "integrity": "sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" @@ -1781,9 +1781,9 @@ } }, "acorn": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", - "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.2.0.tgz", + "integrity": "sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==" }, "acorn-dynamic-import": { "version": "4.0.0", @@ -1921,9 +1921,9 @@ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, "arch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.1.tgz", - "integrity": "sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.2.tgz", + "integrity": "sha512-NTBIIbAfkJeIletyABbVtdPgeKfDafR+1mZV/AyyfC1UkVkp9iUjV+wwmqtUgphHYajbI86jejBJp5e+jkGTiQ==" }, "argparse": { "version": "1.0.10", @@ -3055,9 +3055,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001054", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001054.tgz", - "integrity": "sha512-jiKlTI6Ur8Kjfj8z0muGrV6FscpRvefcQVPSuMuXnvRCfExU7zlVLNjmOz1TnurWgUrAY7MMmjyy+uTgIl1XHw==" + "version": "1.0.30001055", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001055.tgz", + "integrity": "sha512-MbwsBmKrBSKIWldfdIagO5OJWZclpJtS4h0Jrk/4HFrXJxTdVdH23Fd+xCiHriVGvYcWyW8mR/CPsYajlH8Iuw==" }, "ccount": { "version": "1.0.5", @@ -4759,9 +4759,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.431", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.431.tgz", - "integrity": "sha512-2okqkXCIda7qDwjYhUFxPcQdZDIZZ/zBLDzVOif7WW/TSNfEhdT6SO07O1x/sFteEHX189Z//UwjbZKKCOn2Fg==" + "version": "1.3.432", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.432.tgz", + "integrity": "sha512-/GdNhXyLP5Yl2322CUX/+Xi8NhdHBqL6lD9VJVKjH6CjoPGakvwZ5CpKgj/oOlbzuWWjOvMjDw1bBuAIRCNTlw==" }, "elliptic": { "version": "6.5.2", @@ -4910,9 +4910,9 @@ } }, "entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz", - "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.2.tgz", + "integrity": "sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==" }, "envinfo": { "version": "7.5.1", @@ -6311,9 +6311,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "2.21.21", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.21.tgz", - "integrity": "sha512-HJJHG4AUVvVCT6cRRROyDH1yMy7Ep6YuUVeUqpTiYXjYzZZldzVQlnbiQflQDl0H4qrTMfocyQoOsxfyU6vCcQ==", + "version": "2.21.22", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.22.tgz", + "integrity": "sha512-o27LT+own9vYbex7oJEtgfVxbvCIjpeRCNocRTeLwYrJyyqQ0MmQ2kMBsfBjqVrLndvv8Xqa0yiFLq9FQhOLkQ==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/core": "^7.9.6", @@ -6376,7 +6376,7 @@ "flat": "^4.1.0", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.15", + "gatsby-cli": "^2.12.16", "gatsby-core-utils": "^1.2.1", "gatsby-graphiql-explorer": "^0.4.1", "gatsby-link": "^2.4.2", @@ -6521,9 +6521,9 @@ } }, "gatsby-cli": { - "version": "2.12.15", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.15.tgz", - "integrity": "sha512-lt3Umooa61evuttRB32K+kW1H5AQVtXXdgCPCJleILjyLjefhaQnkF2kAm04DOtACH1oG03cGdEbk0+Th3y5gQ==", + "version": "2.12.16", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.16.tgz", + "integrity": "sha512-XSaIRKUaRbHN+ACaBVbYkM7JPcP0ZyoCMKHfzIan6Yyx3Ic8coG+7sc/NJx5mzmAKcnAlK4/492pAcsxnaxlWw==", "requires": { "@babel/code-frame": "^7.8.3", "@babel/runtime": "^7.9.6", @@ -6541,7 +6541,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.2.1", - "gatsby-recipes": "^0.1.14", + "gatsby-recipes": "^0.1.15", "gatsby-telemetry": "^1.3.3", "hosted-git-info": "^3.0.4", "ink": "^2.7.1", @@ -6812,9 +6812,9 @@ } }, "gatsby-recipes": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.14.tgz", - "integrity": "sha512-raYrJXKGCAZ1mqfoa8V2gX8jhxX9K+Mwmp3vSUo+hOwFU1FfEjpRyrncvtL841lv4zI13MQ59aLe6dMehS3jIw==", + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.15.tgz", + "integrity": "sha512-sEzIpRGn5XY55FdDcWBMf2jEyAQZLtH5z4RDoPm3iB9I6yljkGU23ooHqqINDZVr33o8Ybeqep+XujjEG3jzdw==", "requires": { "@babel/core": "^7.9.6", "@babel/generator": "^7.9.6", @@ -7519,9 +7519,9 @@ } }, "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" } } }, @@ -7780,9 +7780,9 @@ }, "dependencies": { "eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.1.tgz", + "integrity": "sha512-MnI0l35oYL2C/c80rjJN7qu50MDx39yYE7y7oYck2YA3v+y7EaAenY8IU8AP4d1RWqE8VAKWFGSh3rfP87ll3g==" } } }, @@ -15254,9 +15254,9 @@ } }, "ws": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", - "integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", + "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" }, "xdg-basedir": { "version": "4.0.0", diff --git a/starters/hello-world/package.json b/starters/hello-world/package.json index 62ff3607ee59b..05312fcaa2c6c 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.21.21", + "gatsby": "^2.21.22", "react": "^16.12.0", "react-dom": "^16.12.0" },