From efca24ed86041b95e710099f7c87c271d61b0c98 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Aug 2021 08:11:32 +0000 Subject: [PATCH] chore(deps): update minor updates --- packages/gatsby-plugin-fastify/package.json | 12 +- .../test-site/package.json | 20 +- .../gatsby-plugin-fastify/test-site/yarn.lock | 297 +++++++-------- .../gatsby-plugin-github-ribbon/package.json | 4 +- .../gatsby-plugin-relative-ci/package.json | 4 +- packages/gatsby-source-packagist/package.json | 6 +- yarn.lock | 340 ++++++++++++------ 7 files changed, 404 insertions(+), 279 deletions(-) diff --git a/packages/gatsby-plugin-fastify/package.json b/packages/gatsby-plugin-fastify/package.json index 412a4aefd..652aa239c 100644 --- a/packages/gatsby-plugin-fastify/package.json +++ b/packages/gatsby-plugin-fastify/package.json @@ -26,21 +26,21 @@ "watch": "yarn build --watch" }, "dependencies": { - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.15.3", "picomatch": "^2.3.0" }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "@types/node": "^14.17.6", - "babel-preset-gatsby-package": "^1.10.0", + "babel-preset-gatsby-package": "^1.11.0", "cross-env": "^7.0.3", - "fastify": "^3.19.0", + "fastify": "^3.20.1", "fastify-caching": "^6.1.0", "fastify-compress": "^3.6.0", "fastify-plugin": "^3.0.0", "fastify-static": "^4.2.0", - "gatsby": "^3.10.2" + "gatsby": "^3.11.1" }, "peerDependencies": { "fastify": "^3.19.0", @@ -50,6 +50,6 @@ "gatsby": "^3.7.0" }, "engines": { - "node": ">=12.13.0" + "node": ">=v12.22.4" } } diff --git a/packages/gatsby-plugin-fastify/test-site/package.json b/packages/gatsby-plugin-fastify/test-site/package.json index 6e7f1a961..b6d9cf5a1 100644 --- a/packages/gatsby-plugin-fastify/test-site/package.json +++ b/packages/gatsby-plugin-fastify/test-site/package.json @@ -15,19 +15,19 @@ "clean": "gatsby clean" }, "dependencies": { - "fastify": "^3.19.0", + "fastify": "^3.20.1", "fastify-compress": "^3.6.0", "fastify-static": "^4.2.0", - "gatsby": "^3.6.1", + "gatsby": "^3.11.1", "gatsby-plugin-fastify": "link:../", - "gatsby-plugin-image": "^1.10.1", - "gatsby-plugin-manifest": "^3.6.0", - "gatsby-plugin-postcss": "^4.6.0", - "gatsby-plugin-react-helmet": "^4.6.0", - "gatsby-plugin-sharp": "^3.6.0", - "gatsby-plugin-sitemap": "^4.2.0", - "gatsby-source-filesystem": "^3.6.0", - "gatsby-transformer-sharp": "^3.6.0", + "gatsby-plugin-image": "^1.11.0", + "gatsby-plugin-manifest": "^3.11.0", + "gatsby-plugin-postcss": "^4.11.0", + "gatsby-plugin-react-helmet": "^4.11.0", + "gatsby-plugin-sharp": "^3.11.0", + "gatsby-plugin-sitemap": "^4.7.0", + "gatsby-source-filesystem": "^3.11.0", + "gatsby-transformer-sharp": "^3.11.0", "postcss": "^8.3.0", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/packages/gatsby-plugin-fastify/test-site/yarn.lock b/packages/gatsby-plugin-fastify/test-site/yarn.lock index 09f3ba740..45401c270 100644 --- a/packages/gatsby-plugin-fastify/test-site/yarn.lock +++ b/packages/gatsby-plugin-fastify/test-site/yarn.lock @@ -1004,13 +1004,20 @@ core-js-pure "^3.15.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.14.6", "@babel/runtime@^7.14.8", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.14.6", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446" integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg== dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.15.3": + version "7.15.3" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b" + integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/standalone@^7.14.7": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.14.8.tgz#4fbb0be8161dbdb30e68d903595fb6479ecf9209" @@ -2718,20 +2725,20 @@ babel-plugin-polyfill-regenerator@^0.2.2: dependencies: "@babel/helper-define-polyfill-provider" "^0.2.2" -babel-plugin-remove-graphql-queries@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.10.0.tgz#879bd4aaa95a0516bf358d6b3653a1cec0e2e1d1" - integrity sha512-boXe4V22Tz5DhlbsyNFWRMSYpAQhbBksxnHQZF3Rs1TVptIcm3RmJKL10ze6qTKJW2a97J3qpmAmNpi/CFTttg== +babel-plugin-remove-graphql-queries@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.11.0.tgz#b921e95f2d8fd49c57fe7fcac15546ab9b03f5b2" + integrity sha512-YVXU3hC4BWHtkKoAVi2lzGCfx9PBCXa2IMk2MnXcpoRoGPN4hKMIGqnSrdRrBTjow8FdFQ/y5SYYmhDcAiYkoQ== babel-plugin-transform-react-remove-prop-types@^0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== -babel-preset-gatsby@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.10.0.tgz#dc8f443f0a653f90df79dafc0d86087378420dd0" - integrity sha512-fyRpNl/8S738Ke+MkFreRigofSeeaQYm5aycyiAxcJrXb+lKp6aSzPpLMRq48Ypgeace0b+PJ2F5gNugx9e+LA== +babel-preset-gatsby@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.11.0.tgz#2bf2ac10f84d1bc76f32000a1a8591be4770ea9b" + integrity sha512-qEd0bQbytain59zTFXEjoE2CEIDQMbFIALULcSVtKoUaoA4bDYvlRXUemt9z8BCa6864fh7ikU5+afOtazLm1Q== dependencies: "@babel/plugin-proposal-class-properties" "^7.14.0" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" @@ -2746,8 +2753,8 @@ babel-preset-gatsby@^1.10.0: babel-plugin-dynamic-import-node "^2.3.3" babel-plugin-macros "^2.8.0" babel-plugin-transform-react-remove-prop-types "^0.4.24" - gatsby-core-utils "^2.10.0" - gatsby-legacy-polyfills "^1.10.0" + gatsby-core-utils "^2.11.0" + gatsby-legacy-polyfills "^1.11.0" backo2@^1.0.2, backo2@~1.0.2: version "1.0.2" @@ -3800,10 +3807,10 @@ cosmiconfig@^6.0.0: path-type "^4.0.0" yaml "^1.7.2" -create-gatsby@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-1.10.0.tgz#0ccc0bc65cc7f7b217c18e97481b442301b4a0e6" - integrity sha512-EiN8bJepWMN4itheoQ9ul1jNrSWoWy5Cw+kAfF1sN0J7ZWtuYCFfRZX97VRTt6C7bvlHkTw7gew2pUbFS8La+Q== +create-gatsby@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-1.11.0.tgz#005488cddade3ab4a8a8406b9f1b00adfc509e5e" + integrity sha512-3FM3YJI5OExHIUUiJSASBibwzo7oBKtQYxHB0YeLC/7U7rkSJWjSbJ+cJllC+NeCGoDIzZ21QTkhczzzz7j1FQ== create-require@^1.1.0: version "1.1.1" @@ -5381,10 +5388,10 @@ fastify-warning@^0.2.0: resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f" integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw== -fastify@^3.19.0: - version "3.19.2" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.19.2.tgz#4e592835183a83f5b797897312a1a84eb6ff861d" - integrity sha512-s9naCdC0V1ynEzxMoe/0oX8XgcLk90VAnIms4z6KcF7Rpn1XiguoMyZSviTmv1x5rgy/OjGGBM45sNpMoBzCUQ== +fastify@^3.20.1: + version "3.20.1" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.20.1.tgz#8ca19b1da6e5e09b552b412168b1923a0eea9f9f" + integrity sha512-AzIpPuHdPaRBMWCg+LbnfGvhmBVpF1tRihGOfpxnUphL1eh8ZrN1GbY3cXY07yn4fUNzYsByTkc9/IjwXH7DAQ== dependencies: "@fastify/ajv-compiler" "^1.0.0" abstract-logging "^2.0.0" @@ -5392,7 +5399,7 @@ fastify@^3.19.0: fast-json-stringify "^2.5.2" fastify-error "^0.3.0" fastify-warning "^0.2.0" - find-my-way "^4.0.0" + find-my-way "^4.1.0" flatstr "^1.0.12" light-my-request "^4.2.0" pino "^6.13.0" @@ -5580,7 +5587,7 @@ find-cache-dir@^3.3.1: make-dir "^3.0.2" pkg-dir "^4.1.0" -find-my-way@^4.0.0: +find-my-way@^4.1.0: version "4.3.3" resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-4.3.3.tgz#2ab3880a03bcaa8594548d66b0cd1c5a6e98dd44" integrity sha512-5E4bRdaATB1MewjOCBjx4xvD205a4t2ripCnXB+YFhYEJ0NABtrcC7XLXLq0TPoFe/WYGUFqys3Qk3HCOGeNcw== @@ -5795,10 +5802,10 @@ functional-red-black-tree@^1.0.1: resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= -gatsby-cli@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-3.10.0.tgz#b5a5949893dad097715f0f36debaebafcfc47a4d" - integrity sha512-RgHTA2qdxhdUugoi+S6BCv6LFDYxuV7P8QfbG0QRmmIAybtmpgfse6oLspWgtXwR4liRDZh/hRgwVA4y48JmlA== +gatsby-cli@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-3.11.0.tgz#6c41779c8533b211bb55de19abc583b9794a8dd5" + integrity sha512-jrC1VqQHCR4N++if2bZm+iVUpdCazfZgVK0FPnmTb6Uq3xqEqS5agZR9HeE/FV8ebQ1h6/4MfFt9XsSG4Z6TFw== dependencies: "@babel/code-frame" "^7.14.0" "@types/common-tags" "^1.8.0" @@ -5808,14 +5815,14 @@ gatsby-cli@^3.10.0: common-tags "^1.8.0" configstore "^5.0.1" convert-hrtime "^3.0.0" - create-gatsby "^1.10.0" + create-gatsby "^1.11.0" envinfo "^7.7.3" execa "^5.1.1" fs-exists-cached "^1.0.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" - gatsby-recipes "^0.21.0" - gatsby-telemetry "^2.10.0" + gatsby-core-utils "^2.11.0" + gatsby-recipes "^0.22.0" + gatsby-telemetry "^2.11.0" hosted-git-info "^3.0.6" is-valid-path "^0.1.1" joi "^17.4.0" @@ -5839,10 +5846,10 @@ gatsby-cli@^3.10.0: yoga-layout-prebuilt "^1.9.6" yurnalist "^2.1.0" -gatsby-core-utils@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.10.0.tgz#bc37ea9eb6bb5f327aa4bdc0345a37d9390d4a7a" - integrity sha512-xvVebKSrjHkZQQkeEjuAekCAg17KT2l44d/yn7w2dzBGay244m8hoY8LRtLRdsrSp30ix89QklefuP9frEfhbA== +gatsby-core-utils@^2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.11.0.tgz#155aafe7962ba6ad9b3e72c784bba8a87f99ea6b" + integrity sha512-t5PL1/MvTPSG6IeJn+Yd3Fxp0L3HfLI1vvVsmxXvxEiwDp5MJjjtZbrSnWpST1oylMSKI/UECUEKQUax9UJW+A== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -5853,119 +5860,121 @@ gatsby-core-utils@^2.10.0: tmp "^0.2.1" xdg-basedir "^4.0.0" -gatsby-graphiql-explorer@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.10.0.tgz#61811a1e96a715b07a8b89673ac1a943fd42f9a0" - integrity sha512-KCPHiFV0sYcw++CNqDaiWktZ3ZRaHBZBUhYdnDrQGuphJ02zpTINnxiTBRYYTNhaDdi4wmGI46RJVikr7AHfvg== +gatsby-graphiql-explorer@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.11.0.tgz#0144d3f8af43b85dc1dc399fd61ea5dc8a30ac7d" + integrity sha512-HNLr6xTTeRq6U++JVO/+u0IAi7NG4On+Vx4whxJSYOmwzxUW9ikQBufhyFnJhpm3BNARu6+bBxejY8t3E+ZIZQ== dependencies: "@babel/runtime" "^7.14.6" -gatsby-legacy-polyfills@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.10.0.tgz#929097725313628c2c00845f2741bb6075b47a87" - integrity sha512-hhC0cUp8cnZYzm9/y4DAFeTK5K99m5FOkir4/Tw7EjaPSwkjCytHS/gsOMf9cVAd/4H2A+GPYV5XvjNhBuJNGQ== +gatsby-legacy-polyfills@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.11.0.tgz#739747707c5e98b3bfffed42a83fb402b1ac4541" + integrity sha512-bBqwsOwJEOTuo4eqiQX0MTPcbM+WYI6xTKbfgcJ9t8qCWoCKmRXz+xbHt9HoBbtQ8DnfQOPlM8q5NxIqq8iMEA== dependencies: core-js-compat "3.9.0" -gatsby-link@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.10.0.tgz#4e3be3f891d7e2569174ef5664e6a51545b0ce80" - integrity sha512-8Tt5zDmbth/E89eIAuH8yeZbUzN5We+P/s0Y98+trxxxT2G7QLjFlCSf3/ofFW/mlZLS5DkM64nLGp0q43rBKQ== +gatsby-link@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.11.0.tgz#b8e32280ed121ed24b8bd501561d71323bcec6df" + integrity sha512-kOishEy33DWl+16ByFqKigxA1W+XdKnFgrG5FAu9a9hAv5FF35wGLx2KEd48ccclK2pBDx7viiXP2lqYjpV7SQ== dependencies: "@babel/runtime" "^7.14.6" "@types/reach__router" "^1.3.7" prop-types "^15.7.2" -gatsby-page-utils@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-1.10.0.tgz#e0acb3905ddab5e73568141827f3aeddd7d635c7" - integrity sha512-nu4z/6I60Cgk6HPBgrZ8Zkf4PfZel1Ur42gWTCXQkfe/zuDNfoqT6udndMdk6PT09go2VrLbXoeunysANm/BJg== +gatsby-page-utils@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-1.11.0.tgz#a8ba0b4cc50f235f421c39d2fd0ce6c906896367" + integrity sha512-1v8oGrV97VF3nlYYeSj9RUb87pxiAnrsZF2CWnR+8wcL2+gP6Z9w+kReiVQy4RbzTH7ldQwVChbaXdb3UKNylg== dependencies: "@babel/runtime" "^7.14.6" bluebird "^3.7.2" chokidar "^3.5.1" fs-exists-cached "^1.0.0" - gatsby-core-utils "^2.10.0" + gatsby-core-utils "^2.11.0" glob "^7.1.6" lodash "^4.17.21" micromatch "^4.0.2" "gatsby-plugin-fastify@link:..": - version "0.0.0" - uid "" + version "0.3.2" + dependencies: + "@babel/runtime" "^7.15.3" + picomatch "^2.3.0" -gatsby-plugin-image@^1.10.1: - version "1.10.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.10.1.tgz#27a5eb2031f16d5b7320c2399266decdf295618a" - integrity sha512-0gbp3XqQFOAUnyN1GJOho1Eng+rQEMy1aPhRlb1s2xdWW3zx2Uqt9N7ZRsBMo1PIxBSFeqBKzU9GDux2RVyUCA== +gatsby-plugin-image@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.11.0.tgz#c7d2ffa79c6476e1fdf305a183bc02e99f31ec12" + integrity sha512-hlbGHpGTgHOp0QTWE9jF0IILRbzbbDPkjktCjXR43Pt24L7/Df4HqdFrJM7hB36O4d7j3vY1GSW1L5OUEPPkhw== dependencies: "@babel/code-frame" "^7.14.0" "@babel/parser" "^7.14.7" "@babel/traverse" "^7.14.7" babel-jsx-utils "^1.1.0" - babel-plugin-remove-graphql-queries "^3.10.0" + babel-plugin-remove-graphql-queries "^3.11.0" camelcase "^5.3.1" chokidar "^3.5.1" common-tags "^1.8.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" + gatsby-core-utils "^2.11.0" objectFitPolyfill "^2.3.0" prop-types "^15.7.2" -gatsby-plugin-manifest@^3.6.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.10.0.tgz#87ce4383b938b06a9346610b9e4bd0cccd72c15a" - integrity sha512-vx5bZDxEUYgXYXo4OqMJ+affCUi6mDhgT39Oppy1hBMkwYeNQKeiP8mJ77kRqlGUX44rsTJ4/bD2qvJgJLHaMQ== +gatsby-plugin-manifest@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.11.0.tgz#9dfc08f3573636edb7eba904291da9ca482524f4" + integrity sha512-ZeM8OmolC9rcOVa76PdpSM0Q3vfUBzyztqW/30Ax9VGx0JiE+LeMnjsApCWWU9wXCiZUncc2UgDrJDad7dMbeQ== dependencies: "@babel/runtime" "^7.14.6" - gatsby-core-utils "^2.10.0" - gatsby-plugin-utils "^1.10.0" + gatsby-core-utils "^2.11.0" + gatsby-plugin-utils "^1.11.0" semver "^7.3.5" sharp "^0.28.3" -gatsby-plugin-page-creator@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.10.0.tgz#aa9dc22a86bb3bd18ea200f8a4a39ea34d3a3425" - integrity sha512-3DJUxqEcEyvAq3uoPP3MZIrlibruMkaG7vb0g6WOucA5kd6D/4Q7ghb6DT5WU0IKpOy6MNuH1c2Qba7KMpS4jQ== +gatsby-plugin-page-creator@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.11.0.tgz#ec3e328509553f72950d9e89faeb9074ec3232d4" + integrity sha512-yeXoRigBKobqchb7rRydYMKvcpv+4omfEjp8e6kahabXOeQsfUUniyOf8bKkmATAKNdq3bdDyGTRdOPN1JQMjw== dependencies: "@babel/traverse" "^7.14.7" "@sindresorhus/slugify" "^1.1.2" chokidar "^3.5.1" fs-exists-cached "^1.0.0" - gatsby-core-utils "^2.10.0" - gatsby-page-utils "^1.10.0" - gatsby-telemetry "^2.10.0" + gatsby-core-utils "^2.11.0" + gatsby-page-utils "^1.11.0" + gatsby-telemetry "^2.11.0" globby "^11.0.3" lodash "^4.17.21" -gatsby-plugin-postcss@^4.6.0: - version "4.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.10.0.tgz#9549f2dd6f722cc01db0db6ccd043afabb47576f" - integrity sha512-4Jhn66Csw6iNEJUqReLXp4fXtD8sfx359rVX2RhtM8tb7oOhXOkQMxisL8hC8XiYkuxJYsGSotNKyyugWb6Rdg== +gatsby-plugin-postcss@^4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.11.0.tgz#b9f3c42eee4918b957637942295e7a8672a42e83" + integrity sha512-t8ZWZocRMk9NR0wYlWV7U0GF9HkGuBeYSbv/F2h4EEecrTcEEk36exgPJtAxH8r/yk8Boapa9/UKoroxEo4Pag== dependencies: "@babel/runtime" "^7.14.6" postcss-loader "^4.3.0" -gatsby-plugin-react-helmet@^4.6.0: - version "4.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.10.0.tgz#b33f25dd7b2062cdf6040bb4249ab5a3aa2dd4e4" - integrity sha512-cmYU2Y0krb6L5Bgb4RoR/LW9ZJw946eDrvVOYk71hoSEjsvIIYkAwAI+kVziApdCGH9Is79y1qMrLKMAG+YKSw== +gatsby-plugin-react-helmet@^4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.11.0.tgz#1c5354174572e232e04efd670778ccad7840d808" + integrity sha512-FTEneTpt2IngYRVXrJXIHtQFnFt6THu7JH/9aAtq51hPVIglrDVBsDnPgRfALjNzJfKt0OyNmpoLEXOTFLpSGg== dependencies: "@babel/runtime" "^7.14.6" -gatsby-plugin-sharp@^3.6.0: - version "3.10.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.10.2.tgz#0354d5dea20cd21ac607f0a022cde167bac97c21" - integrity sha512-aaoxfsYgfS2LqGLxLHit9fRAH8mbpltyEni+l9SYMUwjfZAJHFnY0tqstsIYijMZyeatAzm3UWt7lQnEUEtGTg== +gatsby-plugin-sharp@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.11.0.tgz#59d7798dcc7412d1749d40eee399b9b1e787b83b" + integrity sha512-r1c0Mgt32Mf1nhJ1XyIFBDpYbFZMTtkMgalUmkUn+gHVG+JOoFOpa1HR0Wk5/hIRpFMcEs9JInV1nfe/p9EteQ== dependencies: "@babel/runtime" "^7.14.6" async "^3.2.0" bluebird "^3.7.2" filenamify "^4.2.0" fs-extra "^9.1.0" - gatsby-core-utils "^2.10.0" - gatsby-plugin-utils "^1.10.0" - gatsby-telemetry "^2.10.0" + gatsby-core-utils "^2.11.0" + gatsby-plugin-utils "^1.11.0" + gatsby-telemetry "^2.11.0" got "^10.7.0" imagemin "^7.0.1" imagemin-mozjpeg "^9.0.0" @@ -5980,20 +5989,20 @@ gatsby-plugin-sharp@^3.6.0: svgo "1.3.2" uuid "3.4.0" -gatsby-plugin-sitemap@^4.2.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.6.0.tgz#2fd4bf8d71ea5790513335ad92fde51e9ff49559" - integrity sha512-DoBGmLR7fWmeB+NQTdDrELQU0zWJiGIF1Fy6k0Ujub7y7RwN5c67FjSDwWuOWJmMr5PC5oGJUWQANvgfAbGMgA== +gatsby-plugin-sitemap@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.7.0.tgz#4bcf4ef0c2444eb621c718453da11ad157516747" + integrity sha512-sfFgy3HUMF7k0xAsejufIGMMHjqqaQXbYyysDrZaWQtEvrNP+p2bXMqzOj20M/ciCRPCaGZ0QMUpk9vlKrF3Kg== dependencies: "@babel/runtime" "^7.14.6" common-tags "^1.8.0" minimatch "^3.0.4" sitemap "^7.0.0" -gatsby-plugin-typescript@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.10.0.tgz#921e103bc3fd11b899e3091b9aa432542dad8948" - integrity sha512-nk8sOTpz3+6bfWuwzcwHmovDQzLxlmgVjtiEUouqfmSsvvkNmjSTxINE0imY3dV9Cq4qWXqXz1ux5f0cRr2OxA== +gatsby-plugin-typescript@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.11.0.tgz#4c68d62a2813eefcece50f776e1996af4a5b6f5a" + integrity sha512-23QHfwCgmSNPTDIZwf58LNd6/2z7iNGgYF67fhNhm5KKDq+4nwiEu6057zvzfiXQAKGRGUJb3DxvnpPE9xs7bQ== dependencies: "@babel/core" "^7.14.6" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" @@ -6001,26 +6010,26 @@ gatsby-plugin-typescript@^3.10.0: "@babel/plugin-proposal-optional-chaining" "^7.14.5" "@babel/preset-typescript" "^7.14.0" "@babel/runtime" "^7.14.6" - babel-plugin-remove-graphql-queries "^3.10.0" + babel-plugin-remove-graphql-queries "^3.11.0" -gatsby-plugin-utils@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.10.0.tgz#88ca8a1d63be68ebdd65af83046c0f2fa011f725" - integrity sha512-JRg3er+8qay7qCaGTlFR96AeMPYVShihcAJd8TwpbfrmVSn69iWVLt3hUstpSdQxvhSRF4m4unVEhlKH3oSTOg== +gatsby-plugin-utils@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.11.0.tgz#f4c76e991fbda81d3dcafe93beaf37e830331a55" + integrity sha512-MtWLv/63DRhWrorJFJsjIlwMLvQRMxFS2xbRirTbmlvhfU0YzL3Ax5kiRv673rxt8eaaZ7dHT6Ax/5ZPxNzdeA== dependencies: joi "^17.2.1" -gatsby-react-router-scroll@^4.10.0: - version "4.10.0" - resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.10.0.tgz#4df44bf4dcae2b2af75b5487fded9c385e5b54f1" - integrity sha512-yeGpfd+ScDZwkdqgJdyMES8sj2SJ0At5W9j+p0u/03hkkMG4JocttwvzJRIQEHbl9Dz8bBDtlgba3zwTU2cWww== +gatsby-react-router-scroll@^4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.11.0.tgz#4f16430cc51a8a6c52387cb01abe197731696d87" + integrity sha512-7yaVUpQ3MDlZuL16inkVEnni/MP1vSYdFWtoGGwYNiAKOwSQpavhndU6iODALqcR2KlTxRs+ZJLbbCUjCzIx/Q== dependencies: "@babel/runtime" "^7.14.6" -gatsby-recipes@^0.21.0: - version "0.21.0" - resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.21.0.tgz#865b61788e39385209bf8e3857454490b0f8d868" - integrity sha512-oo9ci5G6TiXc5wVnRrTfJhX92ZsjICVa0ldX7aQ/8JR77HelfO3MFfQuIkswla+o0MGcbyxgVoLX45kgzY7aaA== +gatsby-recipes@^0.22.0: + version "0.22.0" + resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.22.0.tgz#075a3f19a62333888fe7f4b5228bc44c2a206c06" + integrity sha512-FQrM59qd64Pwe6UVJmuTAwyZx4IVkj0huwZ1y37IWn49Xuq0Ihhmsrb1BgP99euXZz34c+PWhsFnWvW26skgtw== dependencies: "@babel/core" "^7.14.6" "@babel/generator" "^7.14.5" @@ -6045,8 +6054,8 @@ gatsby-recipes@^0.21.0: express "^4.17.1" express-graphql "^0.12.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" - gatsby-telemetry "^2.10.0" + gatsby-core-utils "^2.11.0" + gatsby-telemetry "^2.11.0" glob "^7.1.6" graphql "^15.4.0" graphql-compose "~7.25.0" @@ -6081,17 +6090,17 @@ gatsby-recipes@^0.21.0: xstate "^4.9.1" yoga-layout-prebuilt "^1.9.6" -gatsby-source-filesystem@^3.6.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.10.0.tgz#57f1e3d7d778177316651a42c9fb62e457e4997b" - integrity sha512-u5gNZ/p6ZX0RQ2em2Y6e7VYNolavadHagizSsdbgxXKGMtJJq+q2OElGDfAvmAs6htIZ1jx7sF+dpS5ZHuCixw== +gatsby-source-filesystem@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.11.0.tgz#b9d67f9a685e8542d1be0f0917a6223b31a787e4" + integrity sha512-cKQ4yhzLfw8Gs0B1FtgsLu51iqF+BUu/UewLBtu61I7Qyym797ESqeAvBd0bdHYckXmWl7c3qhBd1531iOXp2w== dependencies: "@babel/runtime" "^7.14.6" better-queue "^3.8.10" chokidar "^3.4.3" file-type "^16.0.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" + gatsby-core-utils "^2.11.0" got "^9.6.0" md5-file "^5.0.0" mime "^2.4.6" @@ -6100,10 +6109,10 @@ gatsby-source-filesystem@^3.6.0: valid-url "^1.0.9" xstate "^4.14.0" -gatsby-telemetry@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-2.10.0.tgz#ebc7e74e10d1ddc88aa69c8288eb3984c58a8fa7" - integrity sha512-uon+KRo6NQqkc6Qk/QTw+RmaxIjFFIK7cSU8XXE3y353il2Tk04Kxct2hMHn8Zdl4TYyKla1T5UIvVV/EfpBcg== +gatsby-telemetry@^2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-2.11.0.tgz#e5d2de76b3bfce6aa787d261830d21bbde8b92cd" + integrity sha512-6GEcZpsY5N/+K+SGGdDHuOknjer6vsYLJsUuUWkz32t8OK9lE1cLvXIdO2eTHdS4rtWFM324a/yFMlizp59SbA== dependencies: "@babel/code-frame" "^7.14.0" "@babel/runtime" "^7.14.6" @@ -6113,17 +6122,17 @@ gatsby-telemetry@^2.10.0: boxen "^4.2.0" configstore "^5.0.1" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" + gatsby-core-utils "^2.11.0" git-up "^4.0.2" is-docker "^2.1.1" lodash "^4.17.21" node-fetch "^2.6.1" uuid "3.4.0" -gatsby-transformer-sharp@^3.6.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.10.0.tgz#533eb06475785997712b4fdc95cce40c0fd27776" - integrity sha512-QmzQST+PTHAkl5X2owPxPoOwiwlZBYdKKCZ7Nn8ANS8BUAxHlfpBGCUY5Y9/GDDAytGAmYE0C7sgWhUvvi5I3A== +gatsby-transformer-sharp@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.11.0.tgz#5bac77192cfbaa3cdadf7aacdbb78a4bcad87ea0" + integrity sha512-JOEyfYTqoUXOUAxxcFBQF40U5OoHVk6ZZQT2Ij8Zh6GPNEosdIoT4GGI5BlDbio4L2duiG/Gx71AdXHuPjFZww== dependencies: "@babel/runtime" "^7.14.6" bluebird "^3.7.2" @@ -6134,17 +6143,17 @@ gatsby-transformer-sharp@^3.6.0: semver "^7.3.4" sharp "^0.28.3" -gatsby-worker@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-0.1.0.tgz#861eb266665a08e3cf2847e1d604871155b24921" - integrity sha512-YEGupwa21qSr9xTQkCaynIVxR/8zRd53V06PW7Qwo5faOIgJryEI54a6Z9ueWPsXiuEXxx1T6LiLpAmk7k4+rA== +gatsby-worker@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-0.2.0.tgz#8b4963e701e1454ef08c7f9e04bd3654581a17d7" + integrity sha512-PbtR389T+Y2DqwXLHGj8Xvw6zVEduGeBI0/iOCU2jZ9WVlbu/Ld2Shr+EqtiFegAaKMZ0kFGbNOXhGvNmbijgw== dependencies: "@babel/core" "^7.14.6" -gatsby@^3.6.1: - version "3.10.2" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.10.2.tgz#596916c3f29b23ce999115b52f23e18d0f87af30" - integrity sha512-O4Pp1wA20Opkv4OxFkc7asjh9FB/yZxkQcI1FIeDZSUxjPV6PN9smgAy13aVM3dFNp6fMSZkN8pyWQoKc2q1sg== +gatsby@^3.11.1: + version "3.11.1" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.11.1.tgz#888973ee1f97b63d8cb549921b4c2624b152f36b" + integrity sha512-KDMdMBrqPiS50CNjlhOdEZLz2PWewgDNbjnfSTYCxxFifTdi09wbNynnbAQ879nbhRTd0tGsNv6YGRsVEIbSQA== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.14.6" @@ -6168,8 +6177,8 @@ gatsby@^3.6.1: babel-plugin-add-module-exports "^1.0.4" babel-plugin-dynamic-import-node "^2.3.3" babel-plugin-lodash "^3.3.4" - babel-plugin-remove-graphql-queries "^3.10.0" - babel-preset-gatsby "^1.10.0" + babel-plugin-remove-graphql-queries "^3.11.0" + babel-preset-gatsby "^1.11.0" better-opn "^2.0.0" bluebird "^3.7.2" body-parser "^1.19.0" @@ -6211,17 +6220,17 @@ gatsby@^3.6.1: find-cache-dir "^3.3.1" fs-exists-cached "1.0.0" fs-extra "^8.1.0" - gatsby-cli "^3.10.0" - gatsby-core-utils "^2.10.0" - gatsby-graphiql-explorer "^1.10.0" - gatsby-legacy-polyfills "^1.10.0" - gatsby-link "^3.10.0" - gatsby-plugin-page-creator "^3.10.0" - gatsby-plugin-typescript "^3.10.0" - gatsby-plugin-utils "^1.10.0" - gatsby-react-router-scroll "^4.10.0" - gatsby-telemetry "^2.10.0" - gatsby-worker "^0.1.0" + gatsby-cli "^3.11.0" + gatsby-core-utils "^2.11.0" + gatsby-graphiql-explorer "^1.11.0" + gatsby-legacy-polyfills "^1.11.0" + gatsby-link "^3.11.0" + gatsby-plugin-page-creator "^3.11.0" + gatsby-plugin-typescript "^3.11.0" + gatsby-plugin-utils "^1.11.0" + gatsby-react-router-scroll "^4.11.0" + gatsby-telemetry "^2.11.0" + gatsby-worker "^0.2.0" glob "^7.1.6" got "8.3.2" graphql "^15.4.0" diff --git a/packages/gatsby-plugin-github-ribbon/package.json b/packages/gatsby-plugin-github-ribbon/package.json index a991e98f8..e763d5464 100644 --- a/packages/gatsby-plugin-github-ribbon/package.json +++ b/packages/gatsby-plugin-github-ribbon/package.json @@ -32,9 +32,9 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", + "@babel/core": "^7.15.0", "babel-jest": "^25.5.1", - "babel-preset-gatsby-package": "^1.10.0", + "babel-preset-gatsby-package": "^1.11.0", "cross-env": "^7.0.3", "gatsby": "^2.32.13", "jest": "^25.5.4", diff --git a/packages/gatsby-plugin-relative-ci/package.json b/packages/gatsby-plugin-relative-ci/package.json index cd106ce85..28c350ae6 100644 --- a/packages/gatsby-plugin-relative-ci/package.json +++ b/packages/gatsby-plugin-relative-ci/package.json @@ -22,8 +22,8 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.10.0", + "@babel/core": "^7.15.0", + "babel-preset-gatsby-package": "^1.11.0", "cross-env": "^7.0.3", "prettier": "^2.3.2" }, diff --git a/packages/gatsby-source-packagist/package.json b/packages/gatsby-source-packagist/package.json index 4d3a69088..37216c4c7 100644 --- a/packages/gatsby-source-packagist/package.json +++ b/packages/gatsby-source-packagist/package.json @@ -33,10 +33,10 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.10.0", + "@babel/core": "^7.15.0", + "babel-preset-gatsby-package": "^1.11.0", "cross-env": "^7.0.3", - "gatsby-source-filesystem": "^3.10.0", + "gatsby-source-filesystem": "^3.11.0", "prettier": "^2.3.2" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index f809bd20a..711dee1f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -63,6 +63,11 @@ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08" integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw== +"@babel/compat-data@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== + "@babel/core@7.10.5": version "7.10.5" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" @@ -106,7 +111,7 @@ semver "^6.3.0" source-map "^0.5.0" -"@babel/core@^7.14.6", "@babel/core@^7.14.8": +"@babel/core@^7.14.6": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== @@ -127,6 +132,27 @@ semver "^6.3.0" source-map "^0.5.0" +"@babel/core@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/generator" "^7.15.0" + "@babel/helper-compilation-targets" "^7.15.0" + "@babel/helper-module-transforms" "^7.15.0" + "@babel/helpers" "^7.14.8" + "@babel/parser" "^7.15.0" + "@babel/template" "^7.14.5" + "@babel/traverse" "^7.15.0" + "@babel/types" "^7.15.0" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.1.2" + semver "^6.3.0" + source-map "^0.5.0" + "@babel/eslint-parser@^7.14.7": version "7.14.7" resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.7.tgz#91be59a4f7dd60d02a3ef772d156976465596bda" @@ -154,6 +180,15 @@ jsesc "^2.5.1" source-map "^0.5.0" +"@babel/generator@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== + dependencies: + "@babel/types" "^7.15.0" + jsesc "^2.5.1" + source-map "^0.5.0" + "@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" @@ -204,6 +239,16 @@ browserslist "^4.16.6" semver "^6.3.0" +"@babel/helper-compilation-targets@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== + dependencies: + "@babel/compat-data" "^7.15.0" + "@babel/helper-validator-option" "^7.14.5" + browserslist "^4.16.6" + semver "^6.3.0" + "@babel/helper-create-class-features-plugin@^7.13.0": version "7.13.11" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6" @@ -346,6 +391,13 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-member-expression-to-functions@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== + dependencies: + "@babel/types" "^7.15.0" + "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12": version "7.13.12" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" @@ -388,6 +440,20 @@ "@babel/traverse" "^7.14.8" "@babel/types" "^7.14.8" +"@babel/helper-module-transforms@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== + dependencies: + "@babel/helper-module-imports" "^7.14.5" + "@babel/helper-replace-supers" "^7.15.0" + "@babel/helper-simple-access" "^7.14.8" + "@babel/helper-split-export-declaration" "^7.14.5" + "@babel/helper-validator-identifier" "^7.14.9" + "@babel/template" "^7.14.5" + "@babel/traverse" "^7.15.0" + "@babel/types" "^7.15.0" + "@babel/helper-optimise-call-expression@^7.12.13": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" @@ -455,6 +521,16 @@ "@babel/traverse" "^7.14.5" "@babel/types" "^7.14.5" +"@babel/helper-replace-supers@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== + dependencies: + "@babel/helper-member-expression-to-functions" "^7.15.0" + "@babel/helper-optimise-call-expression" "^7.14.5" + "@babel/traverse" "^7.15.0" + "@babel/types" "^7.15.0" + "@babel/helper-simple-access@^7.12.13", "@babel/helper-simple-access@^7.13.12": version "7.13.12" resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6" @@ -507,6 +583,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== +"@babel/helper-validator-identifier@^7.14.9": + version "7.14.9" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" + integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== + "@babel/helper-validator-option@^7.12.17": version "7.12.17" resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" @@ -583,6 +664,11 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== +"@babel/parser@^7.15.0": + version "7.15.3" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862" + integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA== + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": version "7.13.12" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a" @@ -1851,13 +1937,20 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.14.6", "@babel/runtime@^7.14.8": +"@babel/runtime@^7.14.6": version "7.14.8" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446" integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg== dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.15.3": + version "7.15.3" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b" + integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/standalone@^7.12.6": version "7.13.15" resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.13.15.tgz#21d86e0bfc94bd5c43f5db5a65084337cd336c33" @@ -1915,6 +2008,21 @@ debug "^4.1.0" globals "^11.1.0" +"@babel/traverse@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== + dependencies: + "@babel/code-frame" "^7.14.5" + "@babel/generator" "^7.15.0" + "@babel/helper-function-name" "^7.14.5" + "@babel/helper-hoist-variables" "^7.14.5" + "@babel/helper-split-export-declaration" "^7.14.5" + "@babel/parser" "^7.15.0" + "@babel/types" "^7.15.0" + debug "^4.1.0" + globals "^11.1.0" + "@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.6", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": version "7.13.14" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d" @@ -1932,6 +2040,14 @@ "@babel/helper-validator-identifier" "^7.14.8" to-fast-properties "^2.0.0" +"@babel/types@^7.15.0": + version "7.15.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== + dependencies: + "@babel/helper-validator-identifier" "^7.14.9" + to-fast-properties "^2.0.0" + "@bcoe/v8-coverage@^0.2.3": version "0.2.3" resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" @@ -4080,10 +4196,10 @@ babel-plugin-remove-graphql-queries@^2.16.1: resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.16.1.tgz#bacfcd87eabdfffe025072c11602a9586cd0285a" integrity sha512-PkHJuRodMp4p617a/ZVhV8elBhRoFpOTpdu2DaApXJFIsDJWhjZ8d4BGbbFCT/yKJrhRDTdqg1r5AhWEaEUKkw== -babel-plugin-remove-graphql-queries@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.10.0.tgz#879bd4aaa95a0516bf358d6b3653a1cec0e2e1d1" - integrity sha512-boXe4V22Tz5DhlbsyNFWRMSYpAQhbBksxnHQZF3Rs1TVptIcm3RmJKL10ze6qTKJW2a97J3qpmAmNpi/CFTttg== +babel-plugin-remove-graphql-queries@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.11.0.tgz#b921e95f2d8fd49c57fe7fcac15546ab9b03f5b2" + integrity sha512-YVXU3hC4BWHtkKoAVi2lzGCfx9PBCXa2IMk2MnXcpoRoGPN4hKMIGqnSrdRrBTjow8FdFQ/y5SYYmhDcAiYkoQ== babel-plugin-transform-react-remove-prop-types@^0.4.24: version "0.4.24" @@ -4107,10 +4223,10 @@ babel-preset-current-node-syntax@^0.1.2: "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" "@babel/plugin-syntax-optional-chaining" "^7.8.3" -babel-preset-gatsby-package@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-1.10.0.tgz#ee2c88d77c9dbc2c25964b57aa44e53f53d42fd5" - integrity sha512-HtyivDUWg5F9Rn41ZWwUfNCB+rLjatNLiAL/15bDaGT/AE4SjsAqKxyn2pQzmddj3KBfghe89NR9rcqkKKM/BQ== +babel-preset-gatsby-package@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-1.11.0.tgz#1bcfd2d54ffb5559eddca9bd77b37df1407b692f" + integrity sha512-5tVGshy2UKtlXe459k+oCP2WpEQeztGh8FL2smN3+r/t2SunKJV/aCnRBn5/6owTnsD341y9YyP2r1tJSRUZJA== dependencies: "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" "@babel/plugin-proposal-optional-chaining" "^7.14.5" @@ -4144,10 +4260,10 @@ babel-preset-gatsby@^0.12.3: gatsby-core-utils "^1.10.1" gatsby-legacy-polyfills "^0.7.1" -babel-preset-gatsby@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.10.0.tgz#dc8f443f0a653f90df79dafc0d86087378420dd0" - integrity sha512-fyRpNl/8S738Ke+MkFreRigofSeeaQYm5aycyiAxcJrXb+lKp6aSzPpLMRq48Ypgeace0b+PJ2F5gNugx9e+LA== +babel-preset-gatsby@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.11.0.tgz#2bf2ac10f84d1bc76f32000a1a8591be4770ea9b" + integrity sha512-qEd0bQbytain59zTFXEjoE2CEIDQMbFIALULcSVtKoUaoA4bDYvlRXUemt9z8BCa6864fh7ikU5+afOtazLm1Q== dependencies: "@babel/plugin-proposal-class-properties" "^7.14.0" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" @@ -4162,8 +4278,8 @@ babel-preset-gatsby@^1.10.0: babel-plugin-dynamic-import-node "^2.3.3" babel-plugin-macros "^2.8.0" babel-plugin-transform-react-remove-prop-types "^0.4.24" - gatsby-core-utils "^2.10.0" - gatsby-legacy-polyfills "^1.10.0" + gatsby-core-utils "^2.11.0" + gatsby-legacy-polyfills "^1.11.0" babel-preset-jest@^25.5.0: version "25.5.0" @@ -5424,10 +5540,10 @@ create-gatsby@^0.5.1: resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-0.5.1.tgz#a99519416c1a73ae27562b9035b6357f22748319" integrity sha512-iQ3Z757x02uw9Z3ereR/+RNjiQPCKLEAh3GLqfcTNNVeGgRd07XdgIgGIZrbuNaKL/3EGdfejd7ElJ1UBLQSHQ== -create-gatsby@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-1.10.0.tgz#0ccc0bc65cc7f7b217c18e97481b442301b4a0e6" - integrity sha512-EiN8bJepWMN4itheoQ9ul1jNrSWoWy5Cw+kAfF1sN0J7ZWtuYCFfRZX97VRTt6C7bvlHkTw7gew2pUbFS8La+Q== +create-gatsby@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-1.11.0.tgz#005488cddade3ab4a8a8406b9f1b00adfc509e5e" + integrity sha512-3FM3YJI5OExHIUUiJSASBibwzo7oBKtQYxHB0YeLC/7U7rkSJWjSbJ+cJllC+NeCGoDIzZ21QTkhczzzz7j1FQ== create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: version "1.2.0" @@ -7412,10 +7528,10 @@ fastify-warning@^0.2.0: resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f" integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw== -fastify@^3.19.0: - version "3.19.2" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.19.2.tgz#4e592835183a83f5b797897312a1a84eb6ff861d" - integrity sha512-s9naCdC0V1ynEzxMoe/0oX8XgcLk90VAnIms4z6KcF7Rpn1XiguoMyZSviTmv1x5rgy/OjGGBM45sNpMoBzCUQ== +fastify@^3.20.1: + version "3.20.1" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.20.1.tgz#8ca19b1da6e5e09b552b412168b1923a0eea9f9f" + integrity sha512-AzIpPuHdPaRBMWCg+LbnfGvhmBVpF1tRihGOfpxnUphL1eh8ZrN1GbY3cXY07yn4fUNzYsByTkc9/IjwXH7DAQ== dependencies: "@fastify/ajv-compiler" "^1.0.0" abstract-logging "^2.0.0" @@ -7423,7 +7539,7 @@ fastify@^3.19.0: fast-json-stringify "^2.5.2" fastify-error "^0.3.0" fastify-warning "^0.2.0" - find-my-way "^4.0.0" + find-my-way "^4.1.0" flatstr "^1.0.12" light-my-request "^4.2.0" pino "^6.13.0" @@ -7608,7 +7724,7 @@ find-cache-dir@^3.3.1: make-dir "^3.0.2" pkg-dir "^4.1.0" -find-my-way@^4.0.0: +find-my-way@^4.1.0: version "4.3.3" resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-4.3.3.tgz#2ab3880a03bcaa8594548d66b0cd1c5a6e98dd44" integrity sha512-5E4bRdaATB1MewjOCBjx4xvD205a4t2ripCnXB+YFhYEJ0NABtrcC7XLXLq0TPoFe/WYGUFqys3Qk3HCOGeNcw== @@ -7930,10 +8046,10 @@ gatsby-cli@^2.19.3: yoga-layout-prebuilt "^1.9.6" yurnalist "^2.1.0" -gatsby-cli@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-3.10.0.tgz#b5a5949893dad097715f0f36debaebafcfc47a4d" - integrity sha512-RgHTA2qdxhdUugoi+S6BCv6LFDYxuV7P8QfbG0QRmmIAybtmpgfse6oLspWgtXwR4liRDZh/hRgwVA4y48JmlA== +gatsby-cli@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-3.11.0.tgz#6c41779c8533b211bb55de19abc583b9794a8dd5" + integrity sha512-jrC1VqQHCR4N++if2bZm+iVUpdCazfZgVK0FPnmTb6Uq3xqEqS5agZR9HeE/FV8ebQ1h6/4MfFt9XsSG4Z6TFw== dependencies: "@babel/code-frame" "^7.14.0" "@types/common-tags" "^1.8.0" @@ -7943,14 +8059,14 @@ gatsby-cli@^3.10.0: common-tags "^1.8.0" configstore "^5.0.1" convert-hrtime "^3.0.0" - create-gatsby "^1.10.0" + create-gatsby "^1.11.0" envinfo "^7.7.3" execa "^5.1.1" fs-exists-cached "^1.0.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" - gatsby-recipes "^0.21.0" - gatsby-telemetry "^2.10.0" + gatsby-core-utils "^2.11.0" + gatsby-recipes "^0.22.0" + gatsby-telemetry "^2.11.0" hosted-git-info "^3.0.6" is-valid-path "^0.1.1" joi "^17.4.0" @@ -7987,10 +8103,10 @@ gatsby-core-utils@^1.10.1: tmp "^0.2.1" xdg-basedir "^4.0.0" -gatsby-core-utils@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.10.0.tgz#bc37ea9eb6bb5f327aa4bdc0345a37d9390d4a7a" - integrity sha512-xvVebKSrjHkZQQkeEjuAekCAg17KT2l44d/yn7w2dzBGay244m8hoY8LRtLRdsrSp30ix89QklefuP9frEfhbA== +gatsby-core-utils@^2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.11.0.tgz#155aafe7962ba6ad9b3e72c784bba8a87f99ea6b" + integrity sha512-t5PL1/MvTPSG6IeJn+Yd3Fxp0L3HfLI1vvVsmxXvxEiwDp5MJjjtZbrSnWpST1oylMSKI/UECUEKQUax9UJW+A== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -8008,10 +8124,10 @@ gatsby-graphiql-explorer@^0.11.0: dependencies: "@babel/runtime" "^7.12.5" -gatsby-graphiql-explorer@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.10.0.tgz#61811a1e96a715b07a8b89673ac1a943fd42f9a0" - integrity sha512-KCPHiFV0sYcw++CNqDaiWktZ3ZRaHBZBUhYdnDrQGuphJ02zpTINnxiTBRYYTNhaDdi4wmGI46RJVikr7AHfvg== +gatsby-graphiql-explorer@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.11.0.tgz#0144d3f8af43b85dc1dc399fd61ea5dc8a30ac7d" + integrity sha512-HNLr6xTTeRq6U++JVO/+u0IAi7NG4On+Vx4whxJSYOmwzxUW9ikQBufhyFnJhpm3BNARu6+bBxejY8t3E+ZIZQ== dependencies: "@babel/runtime" "^7.14.6" @@ -8022,10 +8138,10 @@ gatsby-legacy-polyfills@^0.7.1: dependencies: core-js-compat "^3.6.5" -gatsby-legacy-polyfills@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.10.0.tgz#929097725313628c2c00845f2741bb6075b47a87" - integrity sha512-hhC0cUp8cnZYzm9/y4DAFeTK5K99m5FOkir4/Tw7EjaPSwkjCytHS/gsOMf9cVAd/4H2A+GPYV5XvjNhBuJNGQ== +gatsby-legacy-polyfills@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.11.0.tgz#739747707c5e98b3bfffed42a83fb402b1ac4541" + integrity sha512-bBqwsOwJEOTuo4eqiQX0MTPcbM+WYI6xTKbfgcJ9t8qCWoCKmRXz+xbHt9HoBbtQ8DnfQOPlM8q5NxIqq8iMEA== dependencies: core-js-compat "3.9.0" @@ -8038,10 +8154,10 @@ gatsby-link@^2.11.0: "@types/reach__router" "^1.3.7" prop-types "^15.7.2" -gatsby-link@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.10.0.tgz#4e3be3f891d7e2569174ef5664e6a51545b0ce80" - integrity sha512-8Tt5zDmbth/E89eIAuH8yeZbUzN5We+P/s0Y98+trxxxT2G7QLjFlCSf3/ofFW/mlZLS5DkM64nLGp0q43rBKQ== +gatsby-link@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.11.0.tgz#b8e32280ed121ed24b8bd501561d71323bcec6df" + integrity sha512-kOishEy33DWl+16ByFqKigxA1W+XdKnFgrG5FAu9a9hAv5FF35wGLx2KEd48ccclK2pBDx7viiXP2lqYjpV7SQ== dependencies: "@babel/runtime" "^7.14.6" "@types/reach__router" "^1.3.7" @@ -8061,16 +8177,16 @@ gatsby-page-utils@^0.9.1: lodash "^4.17.20" micromatch "^4.0.2" -gatsby-page-utils@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-1.10.0.tgz#e0acb3905ddab5e73568141827f3aeddd7d635c7" - integrity sha512-nu4z/6I60Cgk6HPBgrZ8Zkf4PfZel1Ur42gWTCXQkfe/zuDNfoqT6udndMdk6PT09go2VrLbXoeunysANm/BJg== +gatsby-page-utils@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-1.11.0.tgz#a8ba0b4cc50f235f421c39d2fd0ce6c906896367" + integrity sha512-1v8oGrV97VF3nlYYeSj9RUb87pxiAnrsZF2CWnR+8wcL2+gP6Z9w+kReiVQy4RbzTH7ldQwVChbaXdb3UKNylg== dependencies: "@babel/runtime" "^7.14.6" bluebird "^3.7.2" chokidar "^3.5.1" fs-exists-cached "^1.0.0" - gatsby-core-utils "^2.10.0" + gatsby-core-utils "^2.11.0" glob "^7.1.6" lodash "^4.17.21" micromatch "^4.0.2" @@ -8089,18 +8205,18 @@ gatsby-plugin-page-creator@^2.10.2: globby "^11.0.2" lodash "^4.17.20" -gatsby-plugin-page-creator@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.10.0.tgz#aa9dc22a86bb3bd18ea200f8a4a39ea34d3a3425" - integrity sha512-3DJUxqEcEyvAq3uoPP3MZIrlibruMkaG7vb0g6WOucA5kd6D/4Q7ghb6DT5WU0IKpOy6MNuH1c2Qba7KMpS4jQ== +gatsby-plugin-page-creator@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.11.0.tgz#ec3e328509553f72950d9e89faeb9074ec3232d4" + integrity sha512-yeXoRigBKobqchb7rRydYMKvcpv+4omfEjp8e6kahabXOeQsfUUniyOf8bKkmATAKNdq3bdDyGTRdOPN1JQMjw== dependencies: "@babel/traverse" "^7.14.7" "@sindresorhus/slugify" "^1.1.2" chokidar "^3.5.1" fs-exists-cached "^1.0.0" - gatsby-core-utils "^2.10.0" - gatsby-page-utils "^1.10.0" - gatsby-telemetry "^2.10.0" + gatsby-core-utils "^2.11.0" + gatsby-page-utils "^1.11.0" + gatsby-telemetry "^2.11.0" globby "^11.0.3" lodash "^4.17.21" @@ -8117,10 +8233,10 @@ gatsby-plugin-typescript@^2.12.1: "@babel/runtime" "^7.12.5" babel-plugin-remove-graphql-queries "^2.16.1" -gatsby-plugin-typescript@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.10.0.tgz#921e103bc3fd11b899e3091b9aa432542dad8948" - integrity sha512-nk8sOTpz3+6bfWuwzcwHmovDQzLxlmgVjtiEUouqfmSsvvkNmjSTxINE0imY3dV9Cq4qWXqXz1ux5f0cRr2OxA== +gatsby-plugin-typescript@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.11.0.tgz#4c68d62a2813eefcece50f776e1996af4a5b6f5a" + integrity sha512-23QHfwCgmSNPTDIZwf58LNd6/2z7iNGgYF67fhNhm5KKDq+4nwiEu6057zvzfiXQAKGRGUJb3DxvnpPE9xs7bQ== dependencies: "@babel/core" "^7.14.6" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" @@ -8128,7 +8244,7 @@ gatsby-plugin-typescript@^3.10.0: "@babel/plugin-proposal-optional-chaining" "^7.14.5" "@babel/preset-typescript" "^7.14.0" "@babel/runtime" "^7.14.6" - babel-plugin-remove-graphql-queries "^3.10.0" + babel-plugin-remove-graphql-queries "^3.11.0" gatsby-plugin-utils@^0.9.0: version "0.9.0" @@ -8137,10 +8253,10 @@ gatsby-plugin-utils@^0.9.0: dependencies: joi "^17.2.1" -gatsby-plugin-utils@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.10.0.tgz#88ca8a1d63be68ebdd65af83046c0f2fa011f725" - integrity sha512-JRg3er+8qay7qCaGTlFR96AeMPYVShihcAJd8TwpbfrmVSn69iWVLt3hUstpSdQxvhSRF4m4unVEhlKH3oSTOg== +gatsby-plugin-utils@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.11.0.tgz#f4c76e991fbda81d3dcafe93beaf37e830331a55" + integrity sha512-MtWLv/63DRhWrorJFJsjIlwMLvQRMxFS2xbRirTbmlvhfU0YzL3Ax5kiRv673rxt8eaaZ7dHT6Ax/5ZPxNzdeA== dependencies: joi "^17.2.1" @@ -8151,17 +8267,17 @@ gatsby-react-router-scroll@^3.7.0: dependencies: "@babel/runtime" "^7.12.5" -gatsby-react-router-scroll@^4.10.0: - version "4.10.0" - resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.10.0.tgz#4df44bf4dcae2b2af75b5487fded9c385e5b54f1" - integrity sha512-yeGpfd+ScDZwkdqgJdyMES8sj2SJ0At5W9j+p0u/03hkkMG4JocttwvzJRIQEHbl9Dz8bBDtlgba3zwTU2cWww== +gatsby-react-router-scroll@^4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.11.0.tgz#4f16430cc51a8a6c52387cb01abe197731696d87" + integrity sha512-7yaVUpQ3MDlZuL16inkVEnni/MP1vSYdFWtoGGwYNiAKOwSQpavhndU6iODALqcR2KlTxRs+ZJLbbCUjCzIx/Q== dependencies: "@babel/runtime" "^7.14.6" -gatsby-recipes@^0.21.0: - version "0.21.0" - resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.21.0.tgz#865b61788e39385209bf8e3857454490b0f8d868" - integrity sha512-oo9ci5G6TiXc5wVnRrTfJhX92ZsjICVa0ldX7aQ/8JR77HelfO3MFfQuIkswla+o0MGcbyxgVoLX45kgzY7aaA== +gatsby-recipes@^0.22.0: + version "0.22.0" + resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.22.0.tgz#075a3f19a62333888fe7f4b5228bc44c2a206c06" + integrity sha512-FQrM59qd64Pwe6UVJmuTAwyZx4IVkj0huwZ1y37IWn49Xuq0Ihhmsrb1BgP99euXZz34c+PWhsFnWvW26skgtw== dependencies: "@babel/core" "^7.14.6" "@babel/generator" "^7.14.5" @@ -8186,8 +8302,8 @@ gatsby-recipes@^0.21.0: express "^4.17.1" express-graphql "^0.12.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" - gatsby-telemetry "^2.10.0" + gatsby-core-utils "^2.11.0" + gatsby-telemetry "^2.11.0" glob "^7.1.6" graphql "^15.4.0" graphql-compose "~7.25.0" @@ -8286,17 +8402,17 @@ gatsby-recipes@^0.9.3: xstate "^4.9.1" yoga-layout-prebuilt "^1.9.6" -gatsby-source-filesystem@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.10.0.tgz#57f1e3d7d778177316651a42c9fb62e457e4997b" - integrity sha512-u5gNZ/p6ZX0RQ2em2Y6e7VYNolavadHagizSsdbgxXKGMtJJq+q2OElGDfAvmAs6htIZ1jx7sF+dpS5ZHuCixw== +gatsby-source-filesystem@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.11.0.tgz#b9d67f9a685e8542d1be0f0917a6223b31a787e4" + integrity sha512-cKQ4yhzLfw8Gs0B1FtgsLu51iqF+BUu/UewLBtu61I7Qyym797ESqeAvBd0bdHYckXmWl7c3qhBd1531iOXp2w== dependencies: "@babel/runtime" "^7.14.6" better-queue "^3.8.10" chokidar "^3.4.3" file-type "^16.0.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" + gatsby-core-utils "^2.11.0" got "^9.6.0" md5-file "^5.0.0" mime "^2.4.6" @@ -8325,10 +8441,10 @@ gatsby-telemetry@^1.10.2: node-fetch "^2.6.1" uuid "3.4.0" -gatsby-telemetry@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-2.10.0.tgz#ebc7e74e10d1ddc88aa69c8288eb3984c58a8fa7" - integrity sha512-uon+KRo6NQqkc6Qk/QTw+RmaxIjFFIK7cSU8XXE3y353il2Tk04Kxct2hMHn8Zdl4TYyKla1T5UIvVV/EfpBcg== +gatsby-telemetry@^2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-2.11.0.tgz#e5d2de76b3bfce6aa787d261830d21bbde8b92cd" + integrity sha512-6GEcZpsY5N/+K+SGGdDHuOknjer6vsYLJsUuUWkz32t8OK9lE1cLvXIdO2eTHdS4rtWFM324a/yFMlizp59SbA== dependencies: "@babel/code-frame" "^7.14.0" "@babel/runtime" "^7.14.6" @@ -8338,17 +8454,17 @@ gatsby-telemetry@^2.10.0: boxen "^4.2.0" configstore "^5.0.1" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" + gatsby-core-utils "^2.11.0" git-up "^4.0.2" is-docker "^2.1.1" lodash "^4.17.21" node-fetch "^2.6.1" uuid "3.4.0" -gatsby-worker@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-0.1.0.tgz#861eb266665a08e3cf2847e1d604871155b24921" - integrity sha512-YEGupwa21qSr9xTQkCaynIVxR/8zRd53V06PW7Qwo5faOIgJryEI54a6Z9ueWPsXiuEXxx1T6LiLpAmk7k4+rA== +gatsby-worker@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-0.2.0.tgz#8b4963e701e1454ef08c7f9e04bd3654581a17d7" + integrity sha512-PbtR389T+Y2DqwXLHGj8Xvw6zVEduGeBI0/iOCU2jZ9WVlbu/Ld2Shr+EqtiFegAaKMZ0kFGbNOXhGvNmbijgw== dependencies: "@babel/core" "^7.14.6" @@ -8512,10 +8628,10 @@ gatsby@^2.32.13: xstate "^4.11.0" yaml-loader "^0.6.0" -gatsby@^3.10.2: - version "3.10.2" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.10.2.tgz#596916c3f29b23ce999115b52f23e18d0f87af30" - integrity sha512-O4Pp1wA20Opkv4OxFkc7asjh9FB/yZxkQcI1FIeDZSUxjPV6PN9smgAy13aVM3dFNp6fMSZkN8pyWQoKc2q1sg== +gatsby@^3.11.1: + version "3.11.1" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.11.1.tgz#888973ee1f97b63d8cb549921b4c2624b152f36b" + integrity sha512-KDMdMBrqPiS50CNjlhOdEZLz2PWewgDNbjnfSTYCxxFifTdi09wbNynnbAQ879nbhRTd0tGsNv6YGRsVEIbSQA== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.14.6" @@ -8539,8 +8655,8 @@ gatsby@^3.10.2: babel-plugin-add-module-exports "^1.0.4" babel-plugin-dynamic-import-node "^2.3.3" babel-plugin-lodash "^3.3.4" - babel-plugin-remove-graphql-queries "^3.10.0" - babel-preset-gatsby "^1.10.0" + babel-plugin-remove-graphql-queries "^3.11.0" + babel-preset-gatsby "^1.11.0" better-opn "^2.0.0" bluebird "^3.7.2" body-parser "^1.19.0" @@ -8582,17 +8698,17 @@ gatsby@^3.10.2: find-cache-dir "^3.3.1" fs-exists-cached "1.0.0" fs-extra "^8.1.0" - gatsby-cli "^3.10.0" - gatsby-core-utils "^2.10.0" - gatsby-graphiql-explorer "^1.10.0" - gatsby-legacy-polyfills "^1.10.0" - gatsby-link "^3.10.0" - gatsby-plugin-page-creator "^3.10.0" - gatsby-plugin-typescript "^3.10.0" - gatsby-plugin-utils "^1.10.0" - gatsby-react-router-scroll "^4.10.0" - gatsby-telemetry "^2.10.0" - gatsby-worker "^0.1.0" + gatsby-cli "^3.11.0" + gatsby-core-utils "^2.11.0" + gatsby-graphiql-explorer "^1.11.0" + gatsby-legacy-polyfills "^1.11.0" + gatsby-link "^3.11.0" + gatsby-plugin-page-creator "^3.11.0" + gatsby-plugin-typescript "^3.11.0" + gatsby-plugin-utils "^1.11.0" + gatsby-react-router-scroll "^4.11.0" + gatsby-telemetry "^2.11.0" + gatsby-worker "^0.2.0" glob "^7.1.6" got "8.3.2" graphql "^15.4.0"