From 252d8670e3a662a708fdc0b5f62247261b80b5b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 03:06:06 -0700 Subject: [PATCH] fix: update minor updates in packages except react, babel and eslint (#17254) --- .../package.json | 2 +- packages/babel-preset-gatsby/package.json | 2 +- packages/gatsby-cli/package.json | 2 +- packages/gatsby-codemods/package.json | 2 +- packages/gatsby-core-utils/package.json | 2 +- packages/gatsby-cypress/package.json | 2 +- packages/gatsby-design-tokens/package.json | 2 +- packages/gatsby-dev-cli/package.json | 2 +- .../gatsby-graphiql-explorer/package.json | 2 +- packages/gatsby-image/package.json | 2 +- packages/gatsby-link/package.json | 2 +- packages/gatsby-page-utils/package.json | 2 +- .../gatsby-plugin-canonical-urls/package.json | 2 +- .../gatsby-plugin-catch-links/package.json | 2 +- .../gatsby-plugin-coffeescript/package.json | 2 +- .../package.json | 2 +- packages/gatsby-plugin-cxs/package.json | 2 +- packages/gatsby-plugin-emotion/package.json | 4 +- .../package.json | 2 +- packages/gatsby-plugin-feed/package.json | 2 +- packages/gatsby-plugin-flow/package.json | 2 +- packages/gatsby-plugin-fullstory/package.json | 2 +- packages/gatsby-plugin-glamor/package.json | 2 +- .../package.json | 2 +- .../gatsby-plugin-google-gtag/package.json | 2 +- .../package.json | 2 +- packages/gatsby-plugin-guess-js/package.json | 2 +- packages/gatsby-plugin-jss/package.json | 2 +- packages/gatsby-plugin-layout/package.json | 2 +- packages/gatsby-plugin-less/package.json | 2 +- packages/gatsby-plugin-lodash/package.json | 2 +- packages/gatsby-plugin-manifest/package.json | 2 +- .../gatsby-plugin-netlify-cms/package.json | 2 +- packages/gatsby-plugin-netlify/package.json | 2 +- packages/gatsby-plugin-nprogress/package.json | 2 +- packages/gatsby-plugin-offline/package.json | 2 +- .../gatsby-plugin-page-creator/package.json | 2 +- packages/gatsby-plugin-postcss/package.json | 2 +- packages/gatsby-plugin-preact/package.json | 2 +- .../gatsby-plugin-preload-fonts/package.json | 2 +- .../package.json | 2 +- .../gatsby-plugin-react-helmet/package.json | 2 +- .../package.json | 2 +- packages/gatsby-plugin-sass/package.json | 2 +- packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-plugin-sitemap/package.json | 2 +- .../package.json | 2 +- .../gatsby-plugin-styled-jsx/package.json | 2 +- packages/gatsby-plugin-styletron/package.json | 2 +- packages/gatsby-plugin-stylus/package.json | 2 +- packages/gatsby-plugin-subfont/package.json | 2 +- packages/gatsby-plugin-twitter/package.json | 2 +- .../gatsby-plugin-typescript/package.json | 2 +- .../gatsby-plugin-typography/package.json | 2 +- .../gatsby-react-router-scroll/package.json | 2 +- .../package.json | 2 +- .../gatsby-remark-code-repls/package.json | 2 +- .../package.json | 2 +- .../gatsby-remark-custom-blocks/package.json | 2 +- .../gatsby-remark-embed-snippet/package.json | 2 +- packages/gatsby-remark-graphviz/package.json | 2 +- .../package.json | 2 +- packages/gatsby-remark-images/package.json | 4 +- packages/gatsby-remark-katex/package.json | 2 +- packages/gatsby-remark-prismjs/package.json | 2 +- .../package.json | 2 +- .../gatsby-remark-smartypants/package.json | 2 +- .../gatsby-source-contentful/package.json | 2 +- packages/gatsby-source-drupal/package.json | 2 +- packages/gatsby-source-faker/package.json | 2 +- .../gatsby-source-filesystem/package.json | 2 +- packages/gatsby-source-graphql/package.json | 2 +- .../gatsby-source-hacker-news/package.json | 2 +- packages/gatsby-source-lever/package.json | 2 +- packages/gatsby-source-medium/package.json | 2 +- packages/gatsby-source-mongodb/package.json | 4 +- .../package.json | 2 +- packages/gatsby-source-shopify/package.json | 2 +- packages/gatsby-source-wikipedia/package.json | 2 +- packages/gatsby-source-wordpress/package.json | 2 +- packages/gatsby-telemetry/package.json | 2 +- .../gatsby-transformer-asciidoc/package.json | 2 +- packages/gatsby-transformer-csv/package.json | 2 +- .../package.json | 2 +- .../gatsby-transformer-excel/package.json | 2 +- .../gatsby-transformer-hjson/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/gatsby-transformer-json/package.json | 2 +- packages/gatsby-transformer-pdf/package.json | 2 +- .../package.json | 4 +- .../gatsby-transformer-remark/package.json | 2 +- .../lambda/package.json | 2 +- .../package.json | 2 +- .../gatsby-transformer-sharp/package.json | 2 +- packages/gatsby-transformer-sqip/package.json | 2 +- packages/gatsby-transformer-toml/package.json | 2 +- packages/gatsby-transformer-xml/package.json | 2 +- packages/gatsby-transformer-yaml/package.json | 2 +- packages/gatsby/package.json | 2 +- packages/graphql-skip-limit/package.json | 2 +- yarn.lock | 76 ++++++++++++------- 102 files changed, 155 insertions(+), 131 deletions(-) diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index fe0600c95628a..df75b8b824b0d 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -12,7 +12,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "license": "MIT", "main": "index.js", diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index 2b7e52b780366..eddabceaedf9a 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@babel/cli": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "engines": { "node": ">=8.0.0" diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index f4081d0c891ae..1537bfa7c075f 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -52,7 +52,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "optionalDependencies": { "ink": "^2.3.0", diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index c2109a3bebce7..fd247bbb9a881 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -30,7 +30,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "jscodeshift": "^0.6.4" }, "engines": { diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index a5ba8e6d00ec4..ff835fbc71851 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -32,6 +32,6 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" } } diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index 428c46e106596..7aa3e3c7b203c 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -21,7 +21,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "keywords": [ "gatsby", diff --git a/packages/gatsby-design-tokens/package.json b/packages/gatsby-design-tokens/package.json index ad59478a2b690..4fe4a000511e2 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -20,7 +20,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "engines": { "node": ">=8.0.0" diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index d7e6ed9612188..703f6bd2d92d8 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -28,7 +28,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme", "keywords": [ diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index 47847f4ddd181..29d7f1a27ccd7 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -39,7 +39,7 @@ "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.6", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "css-loader": "^1.0.1", "graphiql": "^0.14.2", "graphiql-explorer": "^0.4.3", diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index 9f0da8b8ebc13..5f73a700be4e5 100644 --- a/packages/gatsby-image/package.json +++ b/packages/gatsby-image/package.json @@ -16,7 +16,7 @@ "@babel/core": "^7.5.5", "@testing-library/react": "^9.1.3", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image#readme", "keywords": [ diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index b7dd8004406d9..2c90560c360d4 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -16,7 +16,7 @@ "@babel/core": "^7.5.5", "@testing-library/react": "^9.1.3", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link#readme", "keywords": [ diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 34b5bb1de781f..c8f4111d4d1ff 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -33,7 +33,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "peerDependencies": { "gatsby": "^2.0.0" diff --git a/packages/gatsby-plugin-canonical-urls/package.json b/packages/gatsby-plugin-canonical-urls/package.json index 90352609b1a5d..3d24dab73a8e6 100644 --- a/packages/gatsby-plugin-canonical-urls/package.json +++ b/packages/gatsby-plugin-canonical-urls/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls#readme", "keywords": [ diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index 13f0ab4b78e44..aa07381db2363 100644 --- a/packages/gatsby-plugin-catch-links/package.json +++ b/packages/gatsby-plugin-catch-links/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links#readme", "keywords": [ diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json index 8010268886c0f..150ed1941f8f3 100644 --- a/packages/gatsby-plugin-coffeescript/package.json +++ b/packages/gatsby-plugin-coffeescript/package.json @@ -19,7 +19,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme", "keywords": [ diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json index 20d3e22a58cd2..740b20b2a9d74 100644 --- a/packages/gatsby-plugin-create-client-paths/package.json +++ b/packages/gatsby-plugin-create-client-paths/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths#readme", "keywords": [ diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index 78b64c788c4c6..573bca8805729 100644 --- a/packages/gatsby-plugin-cxs/package.json +++ b/packages/gatsby-plugin-cxs/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "cxs": "^6.2.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme", diff --git a/packages/gatsby-plugin-emotion/package.json b/packages/gatsby-plugin-emotion/package.json index 7ec8cd1fe3950..6d399e0ee7f5e 100644 --- a/packages/gatsby-plugin-emotion/package.json +++ b/packages/gatsby-plugin-emotion/package.json @@ -8,13 +8,13 @@ }, "dependencies": { "@babel/runtime": "^7.5.5", - "@emotion/babel-preset-css-prop": "^10.0.14" + "@emotion/babel-preset-css-prop": "^10.0.17" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion#readme", "keywords": [ diff --git a/packages/gatsby-plugin-facebook-analytics/package.json b/packages/gatsby-plugin-facebook-analytics/package.json index b9b33ed1cd671..48b42130c53c2 100644 --- a/packages/gatsby-plugin-facebook-analytics/package.json +++ b/packages/gatsby-plugin-facebook-analytics/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme", "keywords": [ diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 44f24fe6722b4..a019d35af0876 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -17,7 +17,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed#readme", "keywords": [ diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index e417b6bf4435b..bce2b11e6ac51 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -31,7 +31,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "engines": { "node": ">=8.0.0" diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json index 8795fd360e8ef..26225c947b24b 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -30,7 +30,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "peerDependencies": { "gatsby": "^2.0.0" diff --git a/packages/gatsby-plugin-glamor/package.json b/packages/gatsby-plugin-glamor/package.json index 10baec6f2bc40..674cae8589a6a 100644 --- a/packages/gatsby-plugin-glamor/package.json +++ b/packages/gatsby-plugin-glamor/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor#readme", "keywords": [ diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index b543e31f6de0e..8b127a7be055e 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -14,7 +14,7 @@ "@babel/core": "^7.5.5", "@testing-library/react": "^9.1.3", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics#readme", "keywords": [ diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json index 8bc83bd2a3787..c5e18eff6af79 100644 --- a/packages/gatsby-plugin-google-gtag/package.json +++ b/packages/gatsby-plugin-google-gtag/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag#readme", "keywords": [ diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 05ea53af39403..5e68d3e25e5f3 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ diff --git a/packages/gatsby-plugin-guess-js/package.json b/packages/gatsby-plugin-guess-js/package.json index cf4b75ed98fbc..2e11e07b86aa4 100644 --- a/packages/gatsby-plugin-guess-js/package.json +++ b/packages/gatsby-plugin-guess-js/package.json @@ -35,7 +35,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "peerDependencies": { "gatsby": "^2.0.0" diff --git a/packages/gatsby-plugin-jss/package.json b/packages/gatsby-plugin-jss/package.json index e4391eb9f17cb..8b549ca622d53 100644 --- a/packages/gatsby-plugin-jss/package.json +++ b/packages/gatsby-plugin-jss/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss#readme", "keywords": [ diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json index 674ddab4d4f4a..ebff70606b51e 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -30,7 +30,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "engines": { "node": ">=8.0.0" diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index 0dd9c71ae9ab5..a6a5973dc8149 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less#readme", "keywords": [ diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json index 41c5a373307b3..a6be949aa8851 100644 --- a/packages/gatsby-plugin-lodash/package.json +++ b/packages/gatsby-plugin-lodash/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash#readme", "keywords": [ diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 52881ee6fdfaa..8c569fcc6f35e 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -16,7 +16,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest#readme", "keywords": [ diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index de88d16feb6a1..b47c70da4b858 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -19,7 +19,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "react": "^16.9.0", "react-dom": "^16.9.0" }, diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 5f203a6c9ff95..5e570528eb72d 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -23,7 +23,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme", "keywords": [ diff --git a/packages/gatsby-plugin-nprogress/package.json b/packages/gatsby-plugin-nprogress/package.json index 37dea6d11ec35..071afce28ffe5 100644 --- a/packages/gatsby-plugin-nprogress/package.json +++ b/packages/gatsby-plugin-nprogress/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-nprogress#readme", "keywords": [ diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 906470f8e685f..fb6db61d83492 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -19,7 +19,7 @@ "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", "cpx": "^1.5.0", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", "keywords": [ diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 3ed57c25b1d3d..f041d3370274c 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -36,7 +36,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "peerDependencies": { "gatsby": "^2.0.0" diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index 85a440c5ceff0..49adae91337f7 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss#readme", "keywords": [ diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 76c887133924b..de007c2fbe05f 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact#readme", "keywords": [ diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index e05b9f4089759..055fcdb7eb442 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -22,7 +22,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preload-fonts#readme", "keywords": [ diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index d92f5bb741368..12e006a87bb14 100644 --- a/packages/gatsby-plugin-react-css-modules/package.json +++ b/packages/gatsby-plugin-react-css-modules/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-css-modules#readme", "keywords": [ diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json index f8dddf5b3dc10..1748dcd308940 100644 --- a/packages/gatsby-plugin-react-helmet/package.json +++ b/packages/gatsby-plugin-react-helmet/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet#readme", "keywords": [ diff --git a/packages/gatsby-plugin-remove-trailing-slashes/package.json b/packages/gatsby-plugin-remove-trailing-slashes/package.json index d23bd6a11e181..9196836f43810 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/package.json +++ b/packages/gatsby-plugin-remove-trailing-slashes/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-remove-trailing-slashes#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 155bb5c868508..042b99c6444ea 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 3ae87c511e5be..9ad58dcb6574f 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -30,7 +30,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 3a277b0e0eeed..6b80e86044709 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -16,7 +16,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme", "keywords": [ diff --git a/packages/gatsby-plugin-styled-components/package.json b/packages/gatsby-plugin-styled-components/package.json index 97fb827266a5c..02ef3a29d20d1 100644 --- a/packages/gatsby-plugin-styled-components/package.json +++ b/packages/gatsby-plugin-styled-components/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components#readme", "keywords": [ diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json index 344709ab9e25e..ba23024ac2185 100644 --- a/packages/gatsby-plugin-styled-jsx/package.json +++ b/packages/gatsby-plugin-styled-jsx/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-jsx#readme", "keywords": [ diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json index 13354efc7d025..2c8425e6e4a8d 100644 --- a/packages/gatsby-plugin-styletron/package.json +++ b/packages/gatsby-plugin-styletron/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron#readme", "keywords": [ diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index a917a92bd24fb..9ac369fb0a456 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-stylus#readme", "keywords": [ diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index 4f2be1a57d261..566e9b14a0511 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -32,7 +32,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "engines": { "node": ">=8.0.0" diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index dad3156aed5bf..3f3cb9bb7beef 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index bef63a954d051..1bd396431a7c8 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -18,7 +18,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index 01113a4ff25f2..7e7a50936f696 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -13,7 +13,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "react": "^16.9.0", "react-dom": "^16.9.0", "react-typography": "^0.16.19", diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index e4bdcbc90b3cb..c55f5a12d3004 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -16,7 +16,7 @@ "@babel/core": "^7.5.5", "babel-plugin-dev-expression": "^0.2.2", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-react-router-scroll#readme", "keywords": [ diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index e8081e3a25a54..05af558b36c96 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -17,7 +17,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", "keywords": [ diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index 8d2f12c39c123..44461a57af9a5 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -19,7 +19,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls#readme", "keywords": [ diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index bfca39017a9fc..88ca28bbc44d8 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -20,7 +20,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "remark": "^10.0.1", "remark-mdx": "^1.4.0", "semver": "^6.3.0" diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index 4c267f3c9b40f..04ab954cb568f 100644 --- a/packages/gatsby-remark-custom-blocks/package.json +++ b/packages/gatsby-remark-custom-blocks/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "rimraf": "^3.0.0", "unist-util-find": "^1.0.1" }, diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 05454c4c69752..bf7513d36c28b 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -16,7 +16,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-embed-snippet#readme", "keywords": [ diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index e7186cd1dde13..96406d66d60cf 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -16,7 +16,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "hast-util-to-html": "^4.0.1", "mdast-util-to-hast": "^3.0.4", "remark": "^9.0.0", diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index b53e4565f50af..313ccb9438371 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -28,7 +28,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "keywords": [ "contentful", diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index d9353a6069526..2def9cc94f59d 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -14,7 +14,7 @@ "lodash": "^4.17.15", "mdast-util-definitions": "^1.2.4", "potrace": "^2.1.2", - "query-string": "^6.8.2", + "query-string": "^6.8.3", "slash": "^3.0.0", "unist-util-select": "^1.5.0", "unist-util-visit-parents": "^2.1.2" @@ -23,7 +23,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "hast-util-to-html": "^6.0.2", "mdast-util-to-hast": "^6.0.2" }, diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index 343b8ccfaa57f..1c81d9e0ca118 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "katex": "^0.11.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-katex#readme", diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 9fd6f022b0c92..a79c6ba6ca494 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "prismjs": "^1.17.1", "remark": "^9.0.0" }, diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index 0fdca792b261d..6fe30300dc886 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -17,7 +17,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "remark": "^10.0.1", "remark-mdx": "^1.4.0", "semver": "^6.3.0", diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json index 9fe917500855d..53753cd116229 100644 --- a/packages/gatsby-remark-smartypants/package.json +++ b/packages/gatsby-remark-smartypants/package.json @@ -16,7 +16,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-smartypants#readme", "keywords": [ diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 356239f9a20c0..33fd46220f6c3 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -27,7 +27,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful#readme", "keywords": [ diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 67563cf264d24..f3df7df5fb025 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -19,7 +19,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal#readme", "keywords": [ diff --git a/packages/gatsby-source-faker/package.json b/packages/gatsby-source-faker/package.json index a7a8d9f7a4fdc..9d5ef1857c0f9 100644 --- a/packages/gatsby-source-faker/package.json +++ b/packages/gatsby-source-faker/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker#readme", "keywords": [ diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 903d70fc9ed22..fac0ec2ee7ddf 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -27,7 +27,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem#readme", "keywords": [ diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 94fd1ef55bd2a..0119ea9a0f7da 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -19,7 +19,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql#readme", "keywords": [ diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index da481c8839f96..55aa139d1078c 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-hacker-news#readme", "keywords": [ diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index 747fc812360c7..1a7efff54d219 100644 --- a/packages/gatsby-source-lever/package.json +++ b/packages/gatsby-source-lever/package.json @@ -21,7 +21,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-lever#readme", "keywords": [ diff --git a/packages/gatsby-source-medium/package.json b/packages/gatsby-source-medium/package.json index 0ee7470ca853f..d9133cf7cf992 100644 --- a/packages/gatsby-source-medium/package.json +++ b/packages/gatsby-source-medium/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-medium#readme", "keywords": [ diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index 7a6c3aa1af30b..86a0bf6f6a9bd 100644 --- a/packages/gatsby-source-mongodb/package.json +++ b/packages/gatsby-source-mongodb/package.json @@ -14,13 +14,13 @@ "lodash.camelcase": "^4.3.0", "lodash.isstring": "^4.0.1", "mongodb": "^3.3.2", - "query-string": "^6.8.2" + "query-string": "^6.8.3" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb#readme", "keywords": [ diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index e6ebe6e19e73a..e2d7f72f0a4bd 100644 --- a/packages/gatsby-source-npm-package-search/package.json +++ b/packages/gatsby-source-npm-package-search/package.json @@ -18,7 +18,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "keywords": [ "gatsby", diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 19c622dea5eb6..8cba2b40053f2 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "dependencies": { "babel-preset-gatsby-package": "^0.2.3", diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index d63e226843e3d..ddd08248f1cea 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -36,7 +36,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "engines": { "node": ">=8.0.0" diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index ca7ab7363eb2f..539cba91ce0cf 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -25,7 +25,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress#readme", "keywords": [ diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 9579e58c0139c..e58d0a01997dc 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -30,7 +30,7 @@ "@babel/core": "^7.5.5", "babel-jest": "^24.9.0", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "jest": "^24.9.0", "jest-cli": "^24.9.0", "jest-junit": "^6.4.0" diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index bb286fb4b5009..80e2d9420dda1 100644 --- a/packages/gatsby-transformer-asciidoc/package.json +++ b/packages/gatsby-transformer-asciidoc/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "lodash": "^4.17.15" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-asciidoc#readme", diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json index 1bde409cabd3d..ec944cddd8b26 100644 --- a/packages/gatsby-transformer-csv/package.json +++ b/packages/gatsby-transformer-csv/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "json2csv": "^3.11" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-csv#readme", diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index e47a0e9c00008..b3d1277ddc46d 100644 --- a/packages/gatsby-transformer-documentationjs/package.json +++ b/packages/gatsby-transformer-documentationjs/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs#readme", "keywords": [ diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index da011270921ac..02aaa7667e024 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-excel#readme", "keywords": [ diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index a5a775a3af852..9091d84f0486e 100644 --- a/packages/gatsby-transformer-hjson/package.json +++ b/packages/gatsby-transformer-hjson/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-hjson#readme", "keywords": [ diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json index 116bb8f7e0085..4d142593e37a1 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/package.json +++ b/packages/gatsby-transformer-javascript-frontmatter/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "keywords": [ "gatsby", diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json index 44affb593fcc0..954eb17781860 100644 --- a/packages/gatsby-transformer-javascript-static-exports/package.json +++ b/packages/gatsby-transformer-javascript-static-exports/package.json @@ -16,7 +16,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-static-exports#readme", "keywords": [ diff --git a/packages/gatsby-transformer-json/package.json b/packages/gatsby-transformer-json/package.json index 94e00e65c5208..98afd7a7f6011 100644 --- a/packages/gatsby-transformer-json/package.json +++ b/packages/gatsby-transformer-json/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-json#readme", "keywords": [ diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index e0602b95c7e17..3061ded6a029e 100644 --- a/packages/gatsby-transformer-pdf/package.json +++ b/packages/gatsby-transformer-pdf/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-pdf#readme", "keywords": [ diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index 9c7f43ce7f171..6e0e0badc7295 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -10,7 +10,7 @@ "@babel/code-frame": "^7.5.5", "@babel/runtime": "^7.5.5", "@babel/types": "^7.5.5", - "ast-types": "^0.12.4", + "ast-types": "^0.13.2", "common-tags": "^1.8.0", "react-docgen": "^5.0.0-beta.1" }, @@ -18,7 +18,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "lodash": "^4.17.15" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-react-docgen#readme", diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index a57acc17fa592..f7396b1f04137 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -33,7 +33,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", "keywords": [ diff --git a/packages/gatsby-transformer-screenshot/lambda/package.json b/packages/gatsby-transformer-screenshot/lambda/package.json index 2363fdb79b4de..a0a0e7dcf304f 100644 --- a/packages/gatsby-transformer-screenshot/lambda/package.json +++ b/packages/gatsby-transformer-screenshot/lambda/package.json @@ -4,7 +4,7 @@ "tar": "^4.4.10" }, "devDependencies": { - "aws-sdk": "^2.520.0" + "aws-sdk": "^2.521.0" }, "keywords": [ "gatsby-plugin" diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index 2f3b5d3919acf..f52582e364d93 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -14,7 +14,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot#readme", "keywords": [ diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 762f185be27bf..927d0660c5a13 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -19,7 +19,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sharp#readme", "keywords": [ diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index ac18c4d9892f4..7c79b6cf9e51d 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -20,7 +20,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "debug": "^3.2.6" }, "peerDependencies": { diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json index f14759db517fe..88ec4c5351ffa 100644 --- a/packages/gatsby-transformer-toml/package.json +++ b/packages/gatsby-transformer-toml/package.json @@ -15,7 +15,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-toml#readme", "keywords": [ diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json index f276b63cf5dd0..4504ba689b00a 100644 --- a/packages/gatsby-transformer-xml/package.json +++ b/packages/gatsby-transformer-xml/package.json @@ -16,7 +16,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-xml#readme", "keywords": [ diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json index 0fcd2ff4db6e9..d3e8d4bf32727 100644 --- a/packages/gatsby-transformer-yaml/package.json +++ b/packages/gatsby-transformer-yaml/package.json @@ -16,7 +16,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0" + "cross-env": "^5.2.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml#readme", "keywords": [ diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 76dd0ade39251..4eac9f48d4f29 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -146,7 +146,7 @@ "@babel/cli": "^7.5.5", "@babel/runtime": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "documentation": "^12.1.1", "react": "^16.9.0", "react-dom": "^16.9.0", diff --git a/packages/graphql-skip-limit/package.json b/packages/graphql-skip-limit/package.json index c72a258b189a2..21f05d4a92c51 100644 --- a/packages/graphql-skip-limit/package.json +++ b/packages/graphql-skip-limit/package.json @@ -16,7 +16,7 @@ "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "babel-preset-gatsby-package": "^0.2.3", - "cross-env": "^5.2.0", + "cross-env": "^5.2.1", "graphql": "^14.5.4" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/graphql-skip-limit#readme", diff --git a/yarn.lock b/yarn.lock index 7451c62f52e5e..a92c471c559ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -92,6 +92,14 @@ "@babel/types" "^7.0.0" esutils "^2.0.0" +"@babel/helper-builder-react-jsx@^7.3.0": + version "7.3.0" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz#a1ac95a5d2b3e88ae5e54846bf462eeb81b318a4" + integrity sha512-MjA9KgwCuPEkQd9ncSXvSyJ5y+j2sICHyrI0M3L+6fnS4wMSNDc1ARXsbTfbb2cXHn17VisSnU/sHFTCxVxSMw== + dependencies: + "@babel/types" "^7.3.0" + esutils "^2.0.0" + "@babel/helper-call-delegate@^7.4.4": version "7.4.4" resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz#87c1f8ca19ad552a736a7a27b1c1fcf8b1ff1f43" @@ -756,7 +764,7 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-jsx" "^7.0.0" -"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.1.6": +"@babel/plugin-transform-react-jsx@^7.0.0": version "7.1.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.1.6.tgz#e6188e7d2a2dcd2796d45a87f8b0a8c906f57d1a" dependencies: @@ -764,6 +772,15 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-jsx" "^7.0.0" +"@babel/plugin-transform-react-jsx@^7.3.0": + version "7.3.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.3.0.tgz#f2cab99026631c767e2745a5368b331cfe8f5290" + integrity sha512-a/+aRb7R06WcKvQLOu4/TpjKOdvVEKRLWFpKcNuHhiREPgGRB4TQJxq07+EZLS8LFVYpfq1a5lDUnuMdcCpBKg== + dependencies: + "@babel/helper-builder-react-jsx" "^7.3.0" + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-jsx" "^7.2.0" + "@babel/plugin-transform-regenerator@^7.4.5": version "7.4.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz#629dc82512c55cee01341fb27bdfcb210354680f" @@ -944,7 +961,7 @@ pirates "^4.0.0" source-map-support "^0.5.9" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5": version "7.5.5" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132" integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ== @@ -1006,15 +1023,15 @@ dependencies: "@babel/plugin-syntax-jsx" "^7.2.0" -"@emotion/babel-preset-css-prop@^10.0.14": - version "10.0.14" - resolved "https://registry.yarnpkg.com/@emotion/babel-preset-css-prop/-/babel-preset-css-prop-10.0.14.tgz#2b8508c4e8218b9ef239f9351e0e7bf137a32fbc" - integrity sha512-gfjnldUq+5u1/S6UMqFE4fPrcWDlcxDIArZeYKk4hhSDb3IToMKfbezNTk52Dp7SMlb0Y22Co0ReBz4dh1IdhQ== +"@emotion/babel-preset-css-prop@^10.0.17": + version "10.0.17" + resolved "https://registry.yarnpkg.com/@emotion/babel-preset-css-prop/-/babel-preset-css-prop-10.0.17.tgz#8ec9b6abe5f95c7dfb455e71810c2d3a12929245" + integrity sha512-vlgk87XKLlko7CTFOn8Iz1zkKWJjyPXXJRg6yI+GnvhxuSjurjctx+Z/bAKgQgXOdDNs0cmU90A3kOemq5XtzA== dependencies: - "@babel/plugin-transform-react-jsx" "^7.1.6" - "@babel/runtime" "^7.4.3" + "@babel/plugin-transform-react-jsx" "^7.3.0" + "@babel/runtime" "^7.5.5" "@emotion/babel-plugin-jsx-pragmatic" "^0.1.3" - babel-plugin-emotion "^10.0.14" + babel-plugin-emotion "^10.0.17" "@emotion/hash@0.7.2": version "0.7.2" @@ -1026,10 +1043,10 @@ resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.2.tgz#7f4c71b7654068dfcccad29553520f984cc66b30" integrity sha512-hnHhwQzvPCW1QjBWFyBtsETdllOM92BfrKWbUTmh9aeOlcVOiXvlPsK4104xH8NsaKfg86PTFsWkueQeUfMA/w== -"@emotion/serialize@^0.11.9": - version "0.11.9" - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.9.tgz#123e0f51d2dee9693fae1057bd7fc27b021d6868" - integrity sha512-/Cn4V81z3ZyFiDQRw8nhGFaHkxHtmCSSBUit4vgTuLA1BqxfJUYiqSq97tq/vV8z9LfIoqs6a9v6QrUFWZpK7A== +"@emotion/serialize@^0.11.10": + version "0.11.10" + resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.10.tgz#53207dba7e28bd96928fc2a37e20b31b712bf9a2" + integrity sha512-04AB+wU00vv9jLgkWn13c/GJg2yXp3w7ZR3Q1O6mBSE6mbUmYeNX3OpBhfp//6r47lFyY0hBJJue+bA30iokHQ== dependencies: "@emotion/hash" "0.7.2" "@emotion/memoize" "0.7.2" @@ -3522,6 +3539,11 @@ ast-types@^0.12.4: resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.12.4.tgz#71ce6383800f24efc9a1a3308f3a6e420a0974d1" integrity sha512-ky/YVYCbtVAS8TdMIaTiPFHwEpRB5z1hctepJplTr3UW5q8TDrpIMCILyk8pmLxGtn2KCtC/lSn7zOsaI7nzDw== +ast-types@^0.13.2: + version "0.13.2" + resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48" + integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA== + ast-types@^0.7.0: version "0.7.8" resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.7.8.tgz#902d2e0d60d071bdcd46dc115e1809ed11c138a9" @@ -3752,15 +3774,15 @@ babel-plugin-dynamic-import-node@^2.3.0: dependencies: object.assign "^4.1.0" -babel-plugin-emotion@^10.0.14: - version "10.0.16" - resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.16.tgz#cb306798058b102a634ca80e69b012caa345bb09" - integrity sha512-a01Xrourr/VRpw4KicX9drDwfVGHmw8HmlQk++N4fv0j73EfHKWC1Ah4Vu8s1cTGVvTiwum+UhVpJenV8j03FQ== +babel-plugin-emotion@^10.0.17: + version "10.0.17" + resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.17.tgz#5673fbed7b1ed61b4b98d5530f33c8a4d1b08484" + integrity sha512-KNuBadotqYWpQexHhHOu7M9EV1j2c+Oh/JJqBfEQDusD6mnORsCZKHkl+xYwK82CPQ/23wRrsBIEYnKjtbMQJw== dependencies: "@babel/helper-module-imports" "^7.0.0" "@emotion/hash" "0.7.2" "@emotion/memoize" "0.7.2" - "@emotion/serialize" "^0.11.9" + "@emotion/serialize" "^0.11.10" babel-plugin-macros "^2.0.0" babel-plugin-syntax-jsx "^6.18.0" convert-source-map "^1.5.0" @@ -5774,13 +5796,6 @@ createerror@1.3.0, createerror@^1.2.0, createerror@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/createerror/-/createerror-1.3.0.tgz#c666bd4cd6b94e35415396569d4649dd0cdb3313" -cross-env@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2" - dependencies: - cross-spawn "^6.0.5" - is-windows "^1.0.0" - cross-env@^5.2.1: version "5.2.1" resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d" @@ -15531,7 +15546,7 @@ query-string@^5.0.1: object-assign "^4.1.0" strict-uri-encode "^1.0.0" -query-string@^6.5.0, query-string@^6.8.2: +query-string@^6.5.0: version "6.8.2" resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.8.2.tgz#36cb7e452ae11a4b5e9efee83375e0954407b2f6" integrity sha512-J3Qi8XZJXh93t2FiKyd/7Ec6GNifsjKXUsVFkSBj/kjLsDylWhnCz4NT1bkPcKotttPW+QbKGqqPH8OoI2pdqw== @@ -15540,6 +15555,15 @@ query-string@^6.5.0, query-string@^6.8.2: split-on-first "^1.0.0" strict-uri-encode "^2.0.0" +query-string@^6.8.3: + version "6.8.3" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.8.3.tgz#fd9fb7ffb068b79062b43383685611ee47777d4b" + integrity sha512-llcxWccnyaWlODe7A9hRjkvdCKamEKTh+wH8ITdTc3OhchaqUZteiSCX/2ablWHVrkVIe04dntnaZJ7BdyW0lQ== + dependencies: + decode-uri-component "^0.2.0" + split-on-first "^1.0.0" + strict-uri-encode "^2.0.0" + querystring-es3@^0.2.0, querystring-es3@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"