From ac128abc7679fbd24784217a04675eb494996f4d Mon Sep 17 00:00:00 2001 From: Sunny Zanchi Date: Tue, 3 Jan 2023 13:16:07 -0500 Subject: [PATCH 1/2] fix: upgrade `gatsby` to 4.21.0 to fix Firefox dev on `gatsby` 4.19.0, Firefox won't render the site in development if there are any runtime errors. this was fixed in 4.21.0. see gatsbyjs/gatsby#36365 --- package.json | 2 +- yarn.lock | 386 +++++++++++++++++++++++++++++---------------------- 2 files changed, 224 insertions(+), 164 deletions(-) diff --git a/package.json b/package.json index ce88dadee22..2cfe2d68cc5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "common-tags": "^1.8.0", "date-fns": "^2.17.0", "front-matter": "^4.0.2", - "gatsby": "~4.19.0", + "gatsby": "4.21.0", "gatsby-image": "^3.11.0", "gatsby-plugin-gatsby-cloud": "~4.19.0", "gatsby-plugin-json-output": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 4a1faaee914..252352c9e1a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1320,15 +1320,15 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@gatsbyjs/parcel-namer-relative-to-cwd@1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@gatsbyjs/parcel-namer-relative-to-cwd/-/parcel-namer-relative-to-cwd-1.4.0.tgz#e1c225952922b03088a37649d06cf51b86ba4616" - integrity sha512-oXhiaPtYTGYqGZlazYRUabWVHWx5z6sAyBVLhUnpsKcBsK815cET+mjeWDKpmvJmFTKHC72Bvy1WIEnW3++YxA== +"@gatsbyjs/parcel-namer-relative-to-cwd@^1.6.0": + version "1.10.0" + resolved "https://registry.yarnpkg.com/@gatsbyjs/parcel-namer-relative-to-cwd/-/parcel-namer-relative-to-cwd-1.10.0.tgz#4768957e2bd343ade1c8dfeb27bff2849ab46564" + integrity sha512-JSiOxG2SD64joKfcCOdujIpqmhs+k5Ic1sO/hQ83EVF6G9DJJTf8n12rGb2rzPb00TFT4ldb/nWxQRV+kQTlPA== dependencies: "@babel/runtime" "^7.18.0" "@parcel/namer-default" "2.6.2" "@parcel/plugin" "2.6.2" - gatsby-core-utils "^3.19.0" + gatsby-core-utils "^3.25.0" "@gatsbyjs/potrace@^2.2.0": version "2.2.0" @@ -1337,7 +1337,7 @@ dependencies: jimp "^0.16.1" -"@gatsbyjs/reach-router@^1.3.6": +"@gatsbyjs/reach-router@^1.3.9": version "1.3.9" resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-1.3.9.tgz#305c3c4c5041f27e53fc33e344a08ee2c4b985af" integrity sha512-/354IaUSM54xb7K/TxpLBJB94iEAJ3P82JD38T8bLnIDWF+uw8+W/82DKnQ7y24FJcKxtVmG43aiDLG88KSuYQ== @@ -3749,6 +3749,13 @@ dependencies: "@types/node" "*" +"@types/sharp@^0.30.5": + version "0.30.5" + resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.30.5.tgz#d75d91f7acf5260525aeae229845046dcff6d17a" + integrity sha512-EhO29617AIBqxoVtpd1qdBanWpspk/kD2B6qTFRJ31Q23Rdf+DNU1xlHSwtqvwq1vgOqBwq1i38SX+HGCymIQg== + dependencies: + "@types/node" "*" + "@types/stack-utils@^2.0.0": version "2.0.1" resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" @@ -4852,14 +4859,14 @@ babel-plugin-prismjs@^2.0.1: resolved "https://registry.yarnpkg.com/babel-plugin-prismjs/-/babel-plugin-prismjs-2.1.0.tgz#ade627896106326ad04d6d77fba92877618de571" integrity sha512-ehzSKYfeAz4U78zi/sfwsjDPlq0LvDKxNefcZTJ/iKBu+plsHsLqZhUeGf1+82LAcA35UZGbU6ksEx2Utphc/g== -babel-plugin-remove-graphql-queries@^4.19.0, babel-plugin-remove-graphql-queries@^4.20.0: - version "4.20.0" - resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.20.0.tgz#4328dd4aa4fa5e3a9f2c21ee2a90a6ec7ed16133" - integrity sha512-VSMby4x3BnC8VHMBvl3xr5vr0v3fl9Uyak2sfnqNdCZsuOLJvPQLL4Sd4+utJhQhtUixN8qZyhgov0GAGjgsSw== +babel-plugin-remove-graphql-queries@^4.21.0, babel-plugin-remove-graphql-queries@^4.25.0: + version "4.25.0" + resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.25.0.tgz#ebfc91d8dbe567035b8ce4c3df0a068b745571df" + integrity sha512-enyqRNRrn7vTG3nwg1V+XhoAJIyUv3ZukQCs5KbHOK+WNDDiGZQzIG+FCiZFACScdZBJWyx7TYRYbOFJZ/KEGg== dependencies: "@babel/runtime" "^7.15.4" "@babel/types" "^7.15.4" - gatsby-core-utils "^3.20.0" + gatsby-core-utils "^3.25.0" babel-plugin-syntax-object-rest-spread@^6.8.0: version "6.13.0" @@ -4956,10 +4963,10 @@ babel-preset-gatsby@^1.3.0: gatsby-core-utils "^2.14.0" gatsby-legacy-polyfills "^1.14.0" -babel-preset-gatsby@^2.19.0: - version "2.20.0" - resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-2.20.0.tgz#01b4582e8ca738502392fd2f795c29bb47882ceb" - integrity sha512-8ryE5YM7YyXTJx6TK2Avm3sT7UCQYDNmwJtDBHCD9VyGYDpifjUQTRT3KCMV3g3IL4ejzEAGwYmqXrNEE77Hfw== +babel-preset-gatsby@^2.21.0: + version "2.25.0" + resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-2.25.0.tgz#13c7bccbbf91792d6bd7a95a6531560df8c306f8" + integrity sha512-KFfSTDAkY87/Myq1KIUk9cVphWZem/08U7ps9Hiotbo6Mge/lL6ggh3xKP9SdR5Le4DLLyIUI7a4ILrAVacYDg== dependencies: "@babel/plugin-proposal-class-properties" "^7.14.0" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" @@ -4974,8 +4981,8 @@ babel-preset-gatsby@^2.19.0: babel-plugin-dynamic-import-node "^2.3.3" babel-plugin-macros "^3.1.0" babel-plugin-transform-react-remove-prop-types "^0.4.24" - gatsby-core-utils "^3.20.0" - gatsby-legacy-polyfills "^2.20.0" + gatsby-core-utils "^3.25.0" + gatsby-legacy-polyfills "^2.25.0" babel-preset-jest@^27.4.0: version "27.5.1" @@ -5291,13 +5298,12 @@ buffer@^5.2.0, buffer@^5.5.0, buffer@^5.7.0: base64-js "^1.3.1" ieee754 "^1.1.13" -busboy@^0.2.11: - version "0.2.14" - resolved "https://registry.yarnpkg.com/busboy/-/busboy-0.2.14.tgz#6c2a622efcf47c57bbbe1e2a9c37ad36c7925453" - integrity sha512-InWFDomvlkEj+xWLBfU3AvnbVYqeTWmQopiW0tWWEy5yehYm2YkGEc59sUmw/4ty5Zj/b0WHGs1LgecuBSBGrg== +busboy@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893" + integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA== dependencies: - dicer "0.2.5" - readable-stream "1.1.x" + streamsearch "^1.1.0" bytes@3.0.0: version "3.0.0" @@ -6089,10 +6095,10 @@ cosmiconfig@^7.0.0: path-type "^4.0.0" yaml "^1.10.0" -create-gatsby@^2.20.0: - version "2.20.0" - resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-2.20.0.tgz#5bf89650250420fc5e749464bf09c6d6fce2b6b3" - integrity sha512-gMQRMpOleM9XB7VLRhto+5KTniWLXPUZWyh/cHcD94w8VmC/kR3oGKWLY2cPZ5N9uNQS3/eVcG0L2LOSIVKZ9A== +create-gatsby@^2.25.0: + version "2.25.0" + resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-2.25.0.tgz#9878d20b0bf3316565339f54a193856163d6f7da" + integrity sha512-96Kl/6Far2j65/vFv/6Mb9+T+/4oW8hlC3UmdfjgBgUIzTPFmezY1ygPu2dfCKjprWkArB8DpE7EsAaJoRKB1Q== dependencies: "@babel/runtime" "^7.15.4" @@ -6634,14 +6640,6 @@ devcert@^1.2.0: tmp "^0.0.33" tslib "^1.10.0" -dicer@0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.2.5.tgz#5996c086bb33218c812c090bddc09cd12facb70f" - integrity sha512-FDvbtnq7dzlPz0wyYlOExifDEZcu8h+rErEXgfxqmLfRfC/kJidEFh4+effJRO3P0xmfqyPbSMG0LveNRfTKVg== - dependencies: - readable-stream "1.1.x" - streamsearch "0.1.2" - diff-sequences@^27.5.1: version "27.5.1" resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327" @@ -7026,7 +7024,7 @@ error-ex@^1.3.1: dependencies: is-arrayish "^0.2.1" -error-stack-parser@^2.0.6: +error-stack-parser@^2.0.6, error-stack-parser@^2.1.4: version "2.1.4" resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz#229cb01cdbfa84440bfa91876285b94680188286" integrity sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ== @@ -7354,7 +7352,7 @@ eslint-visitor-keys@^3.3.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== -eslint-webpack-plugin@^2.6.0: +eslint-webpack-plugin@^2.7.0: version "2.7.0" resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143" integrity sha512-bNaVVUvU4srexGhVcayn/F4pJAz19CWBkKoMx7aSQ4wtTbZQCnG5O9LHCE42mM+JSKOUp7n6vd5CIwzj7lOVGA== @@ -8135,10 +8133,10 @@ functions-have-names@^1.2.2: resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== -gatsby-cli@^4.19.0: - version "4.20.0" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-4.20.0.tgz#ec8425a614a7e87111494cc3de3a6be37bd0d3b9" - integrity sha512-PinzwqJOf27MGxhc8kqNplCYIYKpXF1dgYMXH0cEQVJVS9VsRKioW8bugvbxiTio9zqn58yyAUF41xVPnc3Yyg== +gatsby-cli@^4.21.0: + version "4.25.0" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-4.25.0.tgz#da76a6a61a97948c6ce07984b33c911554982f51" + integrity sha512-CJ2PCsfFmn9Xqc/jg9MFMU1BG5oQGiej1TFFx8GhChJ+kGhi9ANnNM+qo1K4vOmoMnsT4SSGiPAFD10AWFqpAQ== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.15.5" @@ -8155,20 +8153,18 @@ gatsby-cli@^4.19.0: chalk "^4.1.2" clipboardy "^2.3.0" common-tags "^1.8.2" - configstore "^5.0.1" convert-hrtime "^3.0.0" - create-gatsby "^2.20.0" + create-gatsby "^2.25.0" envinfo "^7.8.1" execa "^5.1.1" fs-exists-cached "^1.0.0" fs-extra "^10.1.0" - gatsby-core-utils "^3.20.0" - gatsby-telemetry "^3.20.0" + gatsby-core-utils "^3.25.0" + gatsby-telemetry "^3.25.0" hosted-git-info "^3.0.8" is-valid-path "^0.1.1" joi "^17.4.2" lodash "^4.17.21" - meant "^1.0.3" node-fetch "^2.6.6" opentracing "^0.14.5" pretty-error "^2.1.2" @@ -8222,10 +8218,31 @@ gatsby-core-utils@^3.19.0, gatsby-core-utils@^3.20.0, gatsby-core-utils@^3.4.0: tmp "^0.2.1" xdg-basedir "^4.0.0" -gatsby-graphiql-explorer@^2.19.0: - version "2.20.0" - resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.20.0.tgz#b860b27aaa5826a3c9a6f563e852338360059887" - integrity sha512-nunhvXxFpQoF9Z9d7wLiCylqskmeT360p9UWfr+AW+B1T5JCz0msA312qPm3K+t+0Ws84mtE8B9TukZefPHg+Q== +gatsby-core-utils@^3.21.0, gatsby-core-utils@^3.25.0: + version "3.25.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.25.0.tgz#6ebfd2b8c95f3bbc3b52a9619a1ff26c68109c25" + integrity sha512-lmMDwbnKpqAi+8WWd7MvCTCx3E0u7j8sbVgydERNCYVxKVpzD/aLCH4WPb4EE9m1H1rSm76w0Z+MaentyB/c/Q== + dependencies: + "@babel/runtime" "^7.15.4" + ci-info "2.0.0" + configstore "^5.0.1" + fastq "^1.13.0" + file-type "^16.5.3" + fs-extra "^10.1.0" + got "^11.8.5" + import-from "^4.0.0" + lmdb "2.5.3" + lock "^1.1.0" + node-object-hash "^2.3.10" + proper-lockfile "^4.1.2" + resolve-from "^5.0.0" + tmp "^0.2.1" + xdg-basedir "^4.0.0" + +gatsby-graphiql-explorer@^2.21.0: + version "2.25.0" + resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.25.0.tgz#78fe692009739cbd330b6c10a1cfebcff8301ab8" + integrity sha512-/NDsaW4x3/KtvzmxYvedhDwUW1kb7gQO6iOhCkillVJSYBd6mPB8aOSulM49fyCT76UXGYFtRaUI8fyOkmpWhg== dependencies: "@babel/runtime" "^7.15.4" @@ -8246,43 +8263,43 @@ gatsby-legacy-polyfills@^1.14.0: "@babel/runtime" "^7.15.4" core-js-compat "3.9.0" -gatsby-legacy-polyfills@^2.19.0, gatsby-legacy-polyfills@^2.20.0: - version "2.20.0" - resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-2.20.0.tgz#a44e64d37b410ac31d143e563d56a4b1bb673275" - integrity sha512-HZN53VdsuoG+5qhNvq4uRVFYs+AiD1o1kM1vAylHrJrKPgV4yZYw194bM+dphuxWsKTcqNRZCz+er+s5XUXAXg== +gatsby-legacy-polyfills@^2.21.0, gatsby-legacy-polyfills@^2.25.0: + version "2.25.0" + resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-2.25.0.tgz#1a8633df7fff795a70cdf4d43a8d0251674940ab" + integrity sha512-cMeFwMH1FGENo2gNpyTyMYc/CJ7uBGE26n89OGrVVvBMaQegK+CMNZBOh09sLrXUcOp8hSOX2IwzvOlo6CdWpg== dependencies: "@babel/runtime" "^7.15.4" core-js-compat "3.9.0" -gatsby-link@^4.19.1: - version "4.20.0" - resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.20.0.tgz#9ad6fb31028da3039f5ff017086d990a2b936323" - integrity sha512-RHQRxlYWuhdigKN9YTufRoOAPagyvOg0iAa7Pg0QOv3F1cmX3/W1UYc7qirwqfj7D/xLxgHNxXCi88o5FIk2JA== +gatsby-link@^4.21.0: + version "4.25.0" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.25.0.tgz#f7bd0b1e8c74be14e67cd649de1c4aa25f145237" + integrity sha512-Fpwk45sUMPvFUAZehNE8SLb3vQyVSxt9YxU++ZZECyukK4A/3Wxk3eIzoNvwfpMfWu6pnAkqcBhIO6KAfvbPGQ== dependencies: "@types/reach__router" "^1.3.10" - gatsby-page-utils "^2.20.0" + gatsby-page-utils "^2.25.0" prop-types "^15.8.1" -gatsby-page-utils@^2.19.0, gatsby-page-utils@^2.20.0: - version "2.20.0" - resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-2.20.0.tgz#b82129c7e624d3e76e834e2473ddf3743b49fd7d" - integrity sha512-XnzXsi2cVPvN0WzsqTbBdOVfiHNcM+NVwBKUDBKXkCa3UOZ1iDE62O6M1zWty//ggytQ9H+YFskwvXVAJe8EGQ== +gatsby-page-utils@^2.21.0, gatsby-page-utils@^2.25.0: + version "2.25.0" + resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-2.25.0.tgz#1bd878b1a1a8b51822437bf8cbe2d5b38bfcee3e" + integrity sha512-TlwS149JCeb3xGANeV8HdcQi9Q8J9hYwlO9jdxLGVIXVGbWIMWFrDuwx382jOOsISGQ3jfByToNulUzO6fiqig== dependencies: "@babel/runtime" "^7.15.4" bluebird "^3.7.2" chokidar "^3.5.3" fs-exists-cached "^1.0.0" - gatsby-core-utils "^3.20.0" + gatsby-core-utils "^3.25.0" glob "^7.2.3" lodash "^4.17.21" micromatch "^4.0.5" -gatsby-parcel-config@0.10.1: - version "0.10.1" - resolved "https://registry.yarnpkg.com/gatsby-parcel-config/-/gatsby-parcel-config-0.10.1.tgz#58bbd2a3f789bdbb89da576aba472a8f3fb21b2c" - integrity sha512-KY/HgjOKY6LmG78zLATzz/xOMezPfyGeYpwg7YwmCJq+uIEZXlsSFku4uPbFSn9TM7fHNNjojqlPqAwoGjpn7A== +gatsby-parcel-config@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/gatsby-parcel-config/-/gatsby-parcel-config-0.12.0.tgz#130d22f66cfee001a8e700bffcea144c69d6ea6d" + integrity sha512-ZGCo2gLhXNFcjkpDu2rUw5/cCxU6rP3hQ4QgWcHbrfDBU8jPxn2UCZp0rFTslLdbZAD3kjVhPkKCwIgoUpE4+g== dependencies: - "@gatsbyjs/parcel-namer-relative-to-cwd" "1.4.0" + "@gatsbyjs/parcel-namer-relative-to-cwd" "^1.6.0" "@parcel/bundler-default" "2.6.2" "@parcel/compressor-raw" "2.6.2" "@parcel/namer-default" "2.6.2" @@ -8417,10 +8434,10 @@ gatsby-plugin-offline@^5.4.0: lodash "^4.17.21" workbox-build "^4.3.1" -gatsby-plugin-page-creator@^4.19.0: - version "4.20.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.20.0.tgz#b85a5d50028304b377e9d6b4b88d152b35d907e2" - integrity sha512-q+muWr54XOPAl4wNgU7a67vc1GgDgcc+J4dP1bmQRsoO7hprDwhkD1CaHUxOgUXmsKKqR+ALReIOa47IYvYKCw== +gatsby-plugin-page-creator@^4.21.0: + version "4.25.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.25.0.tgz#6f47f1a49e18af9ef42207c22b20f5d78ccc02fb" + integrity sha512-plHek7xHSV9l1bLPa1JAnxzBqP7j2ihCPRwpBk/wIJAR8cG65wjAT+Nu8DKpW0+2/MYill84ns1r2m8g0L/7bg== dependencies: "@babel/runtime" "^7.15.4" "@babel/traverse" "^7.15.4" @@ -8428,10 +8445,10 @@ gatsby-plugin-page-creator@^4.19.0: chokidar "^3.5.3" fs-exists-cached "^1.0.0" fs-extra "^10.1.0" - gatsby-core-utils "^3.20.0" - gatsby-page-utils "^2.20.0" - gatsby-plugin-utils "^3.14.0" - gatsby-telemetry "^3.20.0" + gatsby-core-utils "^3.25.0" + gatsby-page-utils "^2.25.0" + gatsby-plugin-utils "^3.19.0" + gatsby-telemetry "^3.25.0" globby "^11.1.0" lodash "^4.17.21" @@ -8509,10 +8526,10 @@ gatsby-plugin-typegen@^2.2.4: async "^3.2.0" common-tags "^1.8.0" -gatsby-plugin-typescript@^4.19.0: - version "4.20.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.20.0.tgz#ce0c3c049b11367107c8c390a6e06ca58d446668" - integrity sha512-OrCph5Bd1p4OdiKdB9bQ3tJewpGwS8a8Oa9HzW8axaYwfPTfmjAbf5HTCtbkM/jaDA5ooXPQkkc32eRKKfFAkA== +gatsby-plugin-typescript@^4.21.0: + version "4.25.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.25.0.tgz#e498d00a4e811157fae0214bee9bfae13c569ef6" + integrity sha512-8BTtiVWuIqIEGx/PBBMWd6FYPgel16hT3js7SMo5oI9K4EPsSxRItgRf41MTJGxRR20EhL4e99g2S8x0v1+odA== dependencies: "@babel/core" "^7.15.5" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" @@ -8520,7 +8537,7 @@ gatsby-plugin-typescript@^4.19.0: "@babel/plugin-proposal-optional-chaining" "^7.14.5" "@babel/preset-typescript" "^7.15.0" "@babel/runtime" "^7.15.4" - babel-plugin-remove-graphql-queries "^4.20.0" + babel-plugin-remove-graphql-queries "^4.25.0" gatsby-plugin-use-dark-mode@^1.3.0: version "1.5.0" @@ -8530,7 +8547,7 @@ gatsby-plugin-use-dark-mode@^1.3.0: prop-types "^15.8.1" terser "^4.0.0" -gatsby-plugin-utils@^3.13.0, gatsby-plugin-utils@^3.14.0: +gatsby-plugin-utils@^3.13.0: version "3.14.0" resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.14.0.tgz#d9b730689029d48f0527301b8b18cd9103a71383" integrity sha512-Dj40dEPzkirU28vPNve7QtvPIqFahY8fmQMZH4aZXFI9h5AbMfCgtWGeBBeHvNB2CA8piyPcYrnNOL+oRe/zCg== @@ -8548,10 +8565,25 @@ gatsby-plugin-utils@^3.13.0, gatsby-plugin-utils@^3.14.0: mini-svg-data-uri "^1.4.4" svgo "^2.8.0" -gatsby-react-router-scroll@^5.19.0: - version "5.20.0" - resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-5.20.0.tgz#aa79923844f9b2dc0171d35ae6266d05366238fa" - integrity sha512-77v3FoYW97mqGes6vJHAnY67xMuVtwiy+CO5Z1VX3FqNH+SQPPqqbsvKiA8iC4zyFf0oWjkbUMXLndqr+B819Q== +gatsby-plugin-utils@^3.15.0, gatsby-plugin-utils@^3.19.0: + version "3.19.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.19.0.tgz#f464b02cc51dcdc0c0e094b7352ee4bf660126ea" + integrity sha512-EZtvgHSU5NPbEn6a4cfSpEGCQ09SfwbhoybHTJKj1clop86HSwOCV2iH8RbCc+X6jbdgHaSZsfsl7zG1h7DBUw== + dependencies: + "@babel/runtime" "^7.15.4" + fastq "^1.13.0" + fs-extra "^10.1.0" + gatsby-core-utils "^3.25.0" + gatsby-sharp "^0.19.0" + graphql-compose "^9.0.7" + import-from "^4.0.0" + joi "^17.4.2" + mime "^3.0.0" + +gatsby-react-router-scroll@^5.21.0: + version "5.25.0" + resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-5.25.0.tgz#86cec0acc0594db01e7f3c37cf5034e034f2b635" + integrity sha512-SFSdezIa5lahCE8ieCLrtLA5tztemGco/rN8si9rI9KHu1h1jPvDhsNqs2g+Z50JrUb1RPfsmxJTmLa5i6MIgQ== dependencies: "@babel/runtime" "^7.15.4" prop-types "^15.8.1" @@ -8598,18 +8630,10 @@ gatsby-remark-images@^6.4.0: unist-util-select "^3.0.4" unist-util-visit-parents "^3.1.1" -gatsby-script@^1.4.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/gatsby-script/-/gatsby-script-1.5.0.tgz#ee8a7d8849bf6aa47a2d0c783dcd7d3e9ec58946" - integrity sha512-yFqrh+ZNid8kKgNlzzz9Na+utgOXzaVyrF6/LvUkBIiW8IPNF4KzGLQT4T2j6G7npSwnPSQJjAoka7wGqNLZ/g== - -gatsby-sharp@^0.13.0: - version "0.13.0" - resolved "https://registry.yarnpkg.com/gatsby-sharp/-/gatsby-sharp-0.13.0.tgz#995865616f82235c1007b690a162744f8be2c0af" - integrity sha512-dGuIuWP3rC7hXl/CgkHEY4WQEW+B9Rsg8uo6u+OumuLnLBxD4vTusEIGctVKzlyIxpENEQylQ7w1JKHX9fOy9g== - dependencies: - "@types/sharp" "^0.30.0" - sharp "^0.30.3" +gatsby-script@^1.6.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/gatsby-script/-/gatsby-script-1.10.0.tgz#0096ceaee2f251528c02bed5e7e058314d359127" + integrity sha512-8jAtQR0mw3G8sCy6i2D1jfGvUF5d9AIboEQuo9ZEChT4Ep5f+PSRxiWZqSjhKvintAOIeS4QXCJP5Rtp3xZKLg== gatsby-sharp@^0.14.0: version "0.14.0" @@ -8619,6 +8643,22 @@ gatsby-sharp@^0.14.0: "@types/sharp" "^0.30.0" sharp "^0.30.3" +gatsby-sharp@^0.15.0: + version "0.15.0" + resolved "https://registry.yarnpkg.com/gatsby-sharp/-/gatsby-sharp-0.15.0.tgz#a911f9ffe0efee947ae762b83fb0c8f343c87195" + integrity sha512-JtW6lLW5GmuQSyZ5l64Cg1qjXhFsMDAf9nzc2RC8srf6hsr2ifI0vTCHh0jImFXQqseaQ3HVlbCKYMbDtXXCIg== + dependencies: + "@types/sharp" "^0.30.5" + sharp "^0.30.7" + +gatsby-sharp@^0.19.0: + version "0.19.0" + resolved "https://registry.yarnpkg.com/gatsby-sharp/-/gatsby-sharp-0.19.0.tgz#c2c35d885103ebf9d2733737db798312897a716c" + integrity sha512-EbI3RNBu2+aaxuMUP/INmoj8vcNAG6BgpFvi1tLeU7/gVTNVQ+7pC/ZYtlVCzSw+faaw7r1ZBMi6F66mNIIz5A== + dependencies: + "@types/sharp" "^0.30.5" + sharp "^0.30.7" + gatsby-source-filesystem@^3.10.0: version "3.14.0" resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.14.0.tgz#ae2b930091a932b33270cb9cc2d9caaf0abc1742" @@ -8656,7 +8696,7 @@ gatsby-source-filesystem@~4.19.0: valid-url "^1.0.9" xstate "^4.26.1" -gatsby-telemetry@^3.19.0, gatsby-telemetry@^3.20.0: +gatsby-telemetry@^3.19.0: version "3.20.0" resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-3.20.0.tgz#d70f01c70a9cb5ab6c70f6b489ed6158ffd571b5" integrity sha512-tHQITCmO8gHYbvb7OeMhyOHiCITK0mNI7d0v/UGaXbR0ALO/hsOT29TkMDEeaHtnTZ5kTY/4hLq/3P0X4qrJiQ== @@ -8675,6 +8715,24 @@ gatsby-telemetry@^3.19.0, gatsby-telemetry@^3.20.0: lodash "^4.17.21" node-fetch "^2.6.7" +gatsby-telemetry@^3.21.0, gatsby-telemetry@^3.25.0: + version "3.25.0" + resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-3.25.0.tgz#1e5b109927fd465daa097fd3946ab2a9eb39b25a" + integrity sha512-FGC1yS2evJxTN/Ku9XonCBiqhH6uO6aPjjps65BbL+Xbpct/qfirIFxYG6DhHPrksR0fKOhstJGnQqay74hWdQ== + dependencies: + "@babel/code-frame" "^7.14.0" + "@babel/runtime" "^7.15.4" + "@turist/fetch" "^7.2.0" + "@turist/time" "^0.0.2" + boxen "^4.2.0" + configstore "^5.0.1" + fs-extra "^10.1.0" + gatsby-core-utils "^3.25.0" + git-up "^7.0.0" + is-docker "^2.2.1" + lodash "^4.17.21" + node-fetch "^2.6.7" + gatsby-transformer-json@~4.19.0: version "4.19.0" resolved "https://registry.yarnpkg.com/gatsby-transformer-json/-/gatsby-transformer-json-4.19.0.tgz#2016e67cfb787dcde122f7b617c0982a873e4828" @@ -8753,18 +8811,18 @@ gatsby-transformer-yaml@~4.19.0: lodash "^4.17.21" unist-util-select "^1.5.0" -gatsby-worker@^1.19.0: - version "1.20.0" - resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-1.20.0.tgz#90d5b9f6ffaf955782d368fa09e0014f90e3617f" - integrity sha512-fKiuKB+WcNNat5Ok10WQOF7A+tmGqp7Q7rM0HoPGakdQFBQVXF5UINkRPeJVfiZBetVflEfYECLezYY94iJ23A== +gatsby-worker@^1.21.0: + version "1.25.0" + resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-1.25.0.tgz#0bbed669f3b21345a350743b9826cbfd007fa3a9" + integrity sha512-gjp28irgHASihwvMyF5aZMALWGax9mEmcD8VYGo2osRe7p6BZuWi4cSuP9XM9EvytDvIugpnSadmTP01B7LtWg== dependencies: "@babel/core" "^7.15.5" "@babel/runtime" "^7.15.4" -gatsby@~4.19.0: - version "4.19.2" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.19.2.tgz#83bcc570f415124ab6fc10597662b3d8a388bf15" - integrity sha512-e39NL+nEi0GPlE62mz66lwllbR4Baof4l/b187df4tLWZhoUU9mY/flohxPHFH4gxXqD2AqGnJsm/jOXsIKO0g== +gatsby@4.21.0: + version "4.21.0" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.21.0.tgz#a966c7dd48938d5597193a62e697d29ad3d54532" + integrity sha512-N6IgLXyxuyay8hDCzMuaQ0aGA/eVCz6pGs4KRjv+6hbI3DC+UG5Hn2HyFsx0Mn5gDzdl0DWHeEDhTVujH5KGSA== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.15.5" @@ -8775,7 +8833,7 @@ gatsby@~4.19.0: "@babel/traverse" "^7.15.4" "@babel/types" "^7.15.4" "@builder.io/partytown" "^0.5.2" - "@gatsbyjs/reach-router" "^1.3.6" + "@gatsbyjs/reach-router" "^1.3.9" "@gatsbyjs/webpack-hot-middleware" "^2.25.2" "@graphql-codegen/add" "^3.1.1" "@graphql-codegen/core" "^2.5.1" @@ -8800,8 +8858,8 @@ gatsby@~4.19.0: 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 "^4.19.0" - babel-preset-gatsby "^2.19.0" + babel-plugin-remove-graphql-queries "^4.21.0" + babel-preset-gatsby "^2.21.0" better-opn "^2.1.1" bluebird "^3.7.2" browserslist "^4.17.5" @@ -8823,6 +8881,7 @@ gatsby@~4.19.0: devcert "^1.2.0" dotenv "^8.6.0" enhanced-resolve "^5.8.3" + error-stack-parser "^2.1.4" eslint "^7.32.0" eslint-config-react-app "^6.0.0" eslint-plugin-flowtype "^5.10.0" @@ -8831,7 +8890,7 @@ gatsby@~4.19.0: eslint-plugin-jsx-a11y "^6.5.1" eslint-plugin-react "^7.30.1" eslint-plugin-react-hooks "^4.5.0" - eslint-webpack-plugin "^2.6.0" + eslint-webpack-plugin "^2.7.0" event-source-polyfill "1.0.25" execa "^5.1.1" express "^4.17.1" @@ -8843,23 +8902,23 @@ gatsby@~4.19.0: find-cache-dir "^3.3.2" fs-exists-cached "1.0.0" fs-extra "^10.1.0" - gatsby-cli "^4.19.0" - gatsby-core-utils "^3.19.0" - gatsby-graphiql-explorer "^2.19.0" - gatsby-legacy-polyfills "^2.19.0" - gatsby-link "^4.19.1" - gatsby-page-utils "^2.19.0" - gatsby-parcel-config "0.10.1" - gatsby-plugin-page-creator "^4.19.0" - gatsby-plugin-typescript "^4.19.0" - gatsby-plugin-utils "^3.13.0" - gatsby-react-router-scroll "^5.19.0" - gatsby-script "^1.4.0" - gatsby-telemetry "^3.19.0" - gatsby-worker "^1.19.0" + gatsby-cli "^4.21.0" + gatsby-core-utils "^3.21.0" + gatsby-graphiql-explorer "^2.21.0" + gatsby-legacy-polyfills "^2.21.0" + gatsby-link "^4.21.0" + gatsby-page-utils "^2.21.0" + gatsby-parcel-config "^0.12.0" + gatsby-plugin-page-creator "^4.21.0" + gatsby-plugin-typescript "^4.21.0" + gatsby-plugin-utils "^3.15.0" + gatsby-react-router-scroll "^5.21.0" + gatsby-script "^1.6.0" + gatsby-telemetry "^3.21.0" + gatsby-worker "^1.21.0" glob "^7.2.3" globby "^11.1.0" - got "^11.8.2" + got "^11.8.5" graphql "^15.7.2" graphql-compose "^9.0.7" graphql-playground-middleware-express "^1.7.22" @@ -8880,7 +8939,7 @@ gatsby@~4.19.0: mini-css-extract-plugin "1.6.2" mitt "^1.2.0" moment "^2.29.1" - multer "^1.4.3" + multer "^1.4.5-lts.1" node-fetch "^2.6.6" node-html-parser "^5.3.3" normalize-path "^3.0.0" @@ -8927,7 +8986,7 @@ gatsby@~4.19.0: xstate "^4.26.0" yaml-loader "^0.6.0" optionalDependencies: - gatsby-sharp "^0.13.0" + gatsby-sharp "^0.15.0" generate-robotstxt@^8.0.3: version "8.0.3" @@ -9030,6 +9089,14 @@ git-up@^4.0.5: is-ssh "^1.3.0" parse-url "^6.0.0" +git-up@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/git-up/-/git-up-7.0.0.tgz#bace30786e36f56ea341b6f69adfd83286337467" + integrity sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ== + dependencies: + is-ssh "^1.4.0" + parse-url "^8.1.0" + github-from-package@0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce" @@ -10015,7 +10082,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4: +inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3, inherits@~2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -10423,7 +10490,7 @@ is-shared-array-buffer@^1.0.2: dependencies: call-bind "^1.0.2" -is-ssh@^1.3.0: +is-ssh@^1.3.0, is-ssh@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.4.0.tgz#4f8220601d2839d8fa624b3106f8e8884f01b8b2" integrity sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ== @@ -10549,11 +10616,6 @@ is-yarn-global@^0.3.0: resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232" integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw== -isarray@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" - integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ== - isarray@^1.0.0, isarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" @@ -12454,17 +12516,16 @@ msgpackr@^1.5.4: optionalDependencies: msgpackr-extract "^2.0.2" -multer@^1.4.3: - version "1.4.4" - resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.4.tgz#e2bc6cac0df57a8832b858d7418ccaa8ebaf7d8c" - integrity sha512-2wY2+xD4udX612aMqMcB8Ws2Voq6NIUPEtD1be6m411T4uDH/VtL9i//xvcyFlTVfRdaBsk7hV5tgrGQqhuBiw== +multer@^1.4.5-lts.1: + version "1.4.5-lts.1" + resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.5-lts.1.tgz#803e24ad1984f58edffbc79f56e305aec5cfd1ac" + integrity sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ== dependencies: append-field "^1.0.0" - busboy "^0.2.11" + busboy "^1.0.0" concat-stream "^1.5.2" mkdirp "^0.5.4" object-assign "^4.1.1" - on-finished "^2.3.0" type-is "^1.6.4" xtend "^4.0.0" @@ -12839,7 +12900,7 @@ omggif@^1.0.10, omggif@^1.0.9: resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19" integrity sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw== -on-finished@2.4.1, on-finished@^2.3.0: +on-finished@2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== @@ -13176,6 +13237,13 @@ parse-path@^4.0.0: qs "^6.9.4" query-string "^6.13.8" +parse-path@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-7.0.0.tgz#605a2d58d0a749c8594405d8cc3a2bf76d16099b" + integrity sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog== + dependencies: + protocols "^2.0.0" + parse-srcset@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/parse-srcset/-/parse-srcset-1.0.2.tgz#f2bd221f6cc970a938d88556abc589caaaa2bde1" @@ -13191,6 +13259,13 @@ parse-url@^6.0.0: parse-path "^4.0.0" protocols "^1.4.0" +parse-url@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-8.1.0.tgz#972e0827ed4b57fc85f0ea6b0d839f0d8a57a57d" + integrity sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w== + dependencies: + parse-path "^7.0.0" + parse5-htmlparser2-tree-adapter@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz#23c2cc233bcf09bb7beba8b8a69d46b08c62c2f1" @@ -13959,7 +14034,7 @@ protocols@^1.4.0: resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.8.tgz#48eea2d8f58d9644a4a32caae5d5db290a075ce8" integrity sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg== -protocols@^2.0.1: +protocols@^2.0.0, protocols@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/protocols/-/protocols-2.0.1.tgz#8f155da3fc0f32644e83c5782c8e8212ccf70a86" integrity sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q== @@ -14431,16 +14506,6 @@ read@^1.0.7: dependencies: mute-stream "~0.0.4" -readable-stream@1.1.x: - version "1.1.14" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" - integrity sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "0.0.1" - string_decoder "~0.10.x" - readable-stream@3, readable-stream@^3.0.2, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.5.0, readable-stream@^3.6.0: version "3.6.0" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" @@ -15905,10 +15970,10 @@ stream-shift@^1.0.0: resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== -streamsearch@0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a" - integrity sha512-jos8u++JKm0ARcSUTAZXOVC0mSox7Bhn6sBgty73P1f3JGf7yG2clTbBNHUdde/kdvP2FESam+vM6l8jBrNxHA== +streamsearch@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764" + integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg== strict-uri-encode@^2.0.0: version "2.0.0" @@ -16001,11 +16066,6 @@ string_decoder@^1.1.1: dependencies: safe-buffer "~5.2.0" -string_decoder@~0.10.x: - version "0.10.31" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" - integrity sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ== - string_decoder@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" From bf2f8e3e94fce0627394a04d6783873c018e655c Mon Sep 17 00:00:00 2001 From: Sunny Zanchi Date: Tue, 3 Jan 2023 13:16:25 -0500 Subject: [PATCH 2/2] upgrade Gatsby core dependencies to 4.21.0 --- package.json | 14 ++--- yarn.lock | 146 +++++++++++++++++++++++++++++++-------------------- 2 files changed, 95 insertions(+), 65 deletions(-) diff --git a/package.json b/package.json index 2cfe2d68cc5..a4f5bdb0174 100644 --- a/package.json +++ b/package.json @@ -17,24 +17,24 @@ "front-matter": "^4.0.2", "gatsby": "4.21.0", "gatsby-image": "^3.11.0", - "gatsby-plugin-gatsby-cloud": "~4.19.0", + "gatsby-plugin-gatsby-cloud": "4.21.0", "gatsby-plugin-json-output": "^1.2.0", - "gatsby-plugin-manifest": "~4.19.0", + "gatsby-plugin-manifest": "4.21.0", "gatsby-plugin-mdx": "3.4.0", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^5.4.0", "gatsby-plugin-react-helmet": "^5.4.0", - "gatsby-plugin-sharp": "~4.19.0", + "gatsby-plugin-sharp": "4.21.0", "gatsby-remark-autolink-headers": "^5.4.0", "gatsby-remark-copy-linked-files": "^5.4.0", "gatsby-remark-images": "^6.4.0", - "gatsby-source-filesystem": "~4.19.0", - "gatsby-transformer-json": "~4.19.0", + "gatsby-source-filesystem": "4.21.0", + "gatsby-transformer-json": "4.21.0", "gatsby-transformer-plaintext": "^2.0.0", "gatsby-transformer-remark": "^5.4.0", - "gatsby-transformer-sharp": "~4.19.0", + "gatsby-transformer-sharp": "4.21.0", "gatsby-transformer-xml": "^4.24.0", - "gatsby-transformer-yaml": "~4.19.0", + "gatsby-transformer-yaml": "4.21.0", "github-slugger": "^1.3.0", "hast-util-from-dom": "^3.0.0", "hast-util-has-property": "^1.0.4", diff --git a/yarn.lock b/yarn.lock index 252352c9e1a..d1c71682a76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3742,14 +3742,7 @@ resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== -"@types/sharp@^0.30.0": - version "0.30.4" - resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.30.4.tgz#7430b5fcf37f35dd860112c4cf6dcd6a1ba0011b" - integrity sha512-6oJEzKt7wZeS7e+6x9QFEOWGs0T/6of00+0onZGN1zSmcSjcTDZKgIGZ6YWJnHowpaKUCFBPH52mYljWqU32Eg== - dependencies: - "@types/node" "*" - -"@types/sharp@^0.30.5": +"@types/sharp@^0.30.0", "@types/sharp@^0.30.5": version "0.30.5" resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.30.5.tgz#d75d91f7acf5260525aeae229845046dcff6d17a" integrity sha512-EhO29617AIBqxoVtpd1qdBanWpspk/kD2B6qTFRJ31Q23Rdf+DNU1xlHSwtqvwq1vgOqBwq1i38SX+HGCymIQg== @@ -7787,7 +7780,7 @@ file-saver@^2.0.5: resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.5.tgz#d61cfe2ce059f414d899e9dd6d4107ee25670c38" integrity sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA== -file-type@^16.5.3: +file-type@^16.5.3, file-type@^16.5.4: version "16.5.4" resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.5.4.tgz#474fb4f704bee427681f98dd390058a172a6c2fd" integrity sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw== @@ -8197,10 +8190,10 @@ gatsby-core-utils@^2.14.0: tmp "^0.2.1" xdg-basedir "^4.0.0" -gatsby-core-utils@^3.19.0, gatsby-core-utils@^3.20.0, gatsby-core-utils@^3.4.0: - version "3.20.0" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.20.0.tgz#5f9f1b1777fdf61479f79eb9cf18a72af424c856" - integrity sha512-D3DIulUFoPvexwsGYFkfESL1Dd3qsxBfj8OBi8vsd6BuXrA6MbLtX3j5+BLVxfKkN2wF7XN6b3/DH+JGNuhh2A== +gatsby-core-utils@^3.19.0, gatsby-core-utils@^3.21.0, gatsby-core-utils@^3.25.0: + version "3.25.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.25.0.tgz#6ebfd2b8c95f3bbc3b52a9619a1ff26c68109c25" + integrity sha512-lmMDwbnKpqAi+8WWd7MvCTCx3E0u7j8sbVgydERNCYVxKVpzD/aLCH4WPb4EE9m1H1rSm76w0Z+MaentyB/c/Q== dependencies: "@babel/runtime" "^7.15.4" ci-info "2.0.0" @@ -8218,10 +8211,10 @@ gatsby-core-utils@^3.19.0, gatsby-core-utils@^3.20.0, gatsby-core-utils@^3.4.0: tmp "^0.2.1" xdg-basedir "^4.0.0" -gatsby-core-utils@^3.21.0, gatsby-core-utils@^3.25.0: - version "3.25.0" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.25.0.tgz#6ebfd2b8c95f3bbc3b52a9619a1ff26c68109c25" - integrity sha512-lmMDwbnKpqAi+8WWd7MvCTCx3E0u7j8sbVgydERNCYVxKVpzD/aLCH4WPb4EE9m1H1rSm76w0Z+MaentyB/c/Q== +gatsby-core-utils@^3.20.0, gatsby-core-utils@^3.4.0: + version "3.20.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.20.0.tgz#5f9f1b1777fdf61479f79eb9cf18a72af424c856" + integrity sha512-D3DIulUFoPvexwsGYFkfESL1Dd3qsxBfj8OBi8vsd6BuXrA6MbLtX3j5+BLVxfKkN2wF7XN6b3/DH+JGNuhh2A== dependencies: "@babel/runtime" "^7.15.4" ci-info "2.0.0" @@ -8325,15 +8318,15 @@ gatsby-plugin-emotion@^6.10.0: "@babel/runtime" "^7.15.4" "@emotion/babel-preset-css-prop" "^11.2.0" -gatsby-plugin-gatsby-cloud@~4.19.0: - version "4.19.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-4.19.0.tgz#52d61b8662714235c59e7c85e974d856e934429c" - integrity sha512-3p/lXOUjJ6D0FsI32p924Ty/JlovqdwunnlBps5sESmn2FPfaBO6jVWgR3W920kFAQh1se94Ps1/NwY+9wugiQ== +gatsby-plugin-gatsby-cloud@4.21.0: + version "4.21.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-4.21.0.tgz#2d5b86f64355f4833afff07e2e13c9df3f424f69" + integrity sha512-2icPAxcf0oxqxB80I9WRisxmMuWqB/vAHCXEUONUqnHgCVevy/nc6XzPNj6UY5Nzce64xmoJYGIfhtb3EK+n4Q== dependencies: "@babel/runtime" "^7.15.4" fs-extra "^10.1.0" - gatsby-core-utils "^3.19.0" - gatsby-telemetry "^3.19.0" + gatsby-core-utils "^3.21.0" + gatsby-telemetry "^3.21.0" kebab-hash "^0.1.2" lodash "^4.17.21" webpack-assets-manifest "^5.1.0" @@ -8352,16 +8345,16 @@ gatsby-plugin-layout@^2.10.0: dependencies: "@babel/runtime" "^7.15.4" -gatsby-plugin-manifest@~4.19.0: - version "4.19.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.19.0.tgz#376ee4c31025455310e04bee6c20eb1528fbad28" - integrity sha512-BsZDMAUraTGff3VSSRmLkR13DDQWD8WUQ7qdXb8DCDI0Hc0/eOg+9JnxruHElBjH1BcfCppSiFTA27AmEzTcoA== +gatsby-plugin-manifest@4.21.0: + version "4.21.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.21.0.tgz#15f0c6905be2604e22f2f7dddf239411393ab8f4" + integrity sha512-QzP7J2KKRrpENq5lm85jvLvW/xYCN7bfziaUyfxiip+ztHlF+E8XToxsHZqyLlgZrKoB/cUV6zu7vHpqoYFOQQ== dependencies: "@babel/runtime" "^7.15.4" - gatsby-core-utils "^3.19.0" - gatsby-plugin-utils "^3.13.0" + gatsby-core-utils "^3.21.0" + gatsby-plugin-utils "^3.15.0" semver "^7.3.7" - sharp "^0.30.3" + sharp "^0.30.7" gatsby-plugin-mdx@3.4.0: version "3.4.0" @@ -8474,7 +8467,7 @@ gatsby-plugin-robots-txt@^1.6.8: "@babel/runtime" "^7.16.7" generate-robotstxt "^8.0.3" -gatsby-plugin-sharp@4.19.0, gatsby-plugin-sharp@~4.19.0: +gatsby-plugin-sharp@4.19.0: version "4.19.0" resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.19.0.tgz#3e1f5b1dc1c1caabd2971aa7852eebe577ed14f3" integrity sha512-2wIxbCoJmZMeCw+V9ht90tmwoSF2eaEKj6j5QMLe+NlLpLOXwmsHjrauMpqd8ILmcKpZTOJr9yEplzbjxlD36A== @@ -8498,6 +8491,29 @@ gatsby-plugin-sharp@4.19.0, gatsby-plugin-sharp@~4.19.0: sharp "^0.30.3" svgo "1.3.2" +gatsby-plugin-sharp@4.21.0: + version "4.21.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.21.0.tgz#e566592f0c6570340717faaf4111bd5a3e7f4981" + integrity sha512-jRCNk4VdjWj6X8+3oIgCsBus63yg1tBtPK8Br6yryBpg/HTeiPR02CIhZaoopik9yt0yaXtzfMrj+8nb1Rfa0w== + dependencies: + "@babel/runtime" "^7.15.4" + "@gatsbyjs/potrace" "^2.2.0" + async "^3.2.4" + bluebird "^3.7.2" + debug "^4.3.4" + filenamify "^4.3.0" + fs-extra "^10.1.0" + gatsby-core-utils "^3.21.0" + gatsby-plugin-utils "^3.15.0" + gatsby-telemetry "^3.21.0" + lodash "^4.17.21" + mini-svg-data-uri "^1.4.4" + probe-image-size "^7.2.3" + progress "^2.0.3" + semver "^7.3.7" + sharp "^0.30.7" + svgo "1.3.2" + gatsby-plugin-sitemap@^4.6.0: version "4.10.0" resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.10.0.tgz#08141aefb1d2987b03da8a69de02db92ba2cd3d8" @@ -8659,6 +8675,23 @@ gatsby-sharp@^0.19.0: "@types/sharp" "^0.30.5" sharp "^0.30.7" +gatsby-source-filesystem@4.21.0: + version "4.21.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.21.0.tgz#201f178b94a0f175a51491ed931d9dd5570b1b8d" + integrity sha512-DS89LSdZLRQv7CbqzBvB7kHH3gX4Hf2R31Rg16BP6lfbUb6pBDjYGt08w1I47QA4+6hMdeZacQ8qtbtYXIhizQ== + dependencies: + "@babel/runtime" "^7.15.4" + chokidar "^3.5.3" + file-type "^16.5.4" + fs-extra "^10.1.0" + gatsby-core-utils "^3.21.0" + md5-file "^5.0.0" + mime "^2.5.2" + pretty-bytes "^5.4.1" + progress "^2.0.3" + valid-url "^1.0.9" + xstate "^4.26.1" + gatsby-source-filesystem@^3.10.0: version "3.14.0" resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.14.0.tgz#ae2b930091a932b33270cb9cc2d9caaf0abc1742" @@ -8678,24 +8711,6 @@ gatsby-source-filesystem@^3.10.0: valid-url "^1.0.9" xstate "^4.14.0" -gatsby-source-filesystem@~4.19.0: - version "4.19.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.19.0.tgz#cd3b01d7b0b54143c5f1854933031e2f0f490db3" - integrity sha512-UUBEqRCKpq/rWX5K8Kizmoi2Cls9oOTEtZRUrhdtMqpz5Y6VAmd7Pwina03r0fej+AoebZWOEzPTOh+WhpIDFw== - dependencies: - "@babel/runtime" "^7.15.4" - chokidar "^3.5.3" - file-type "^16.5.3" - fs-extra "^10.1.0" - gatsby-core-utils "^3.19.0" - got "^9.6.0" - md5-file "^5.0.0" - mime "^2.5.2" - pretty-bytes "^5.4.1" - progress "^2.0.3" - valid-url "^1.0.9" - xstate "^4.26.1" - gatsby-telemetry@^3.19.0: version "3.20.0" resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-3.20.0.tgz#d70f01c70a9cb5ab6c70f6b489ed6158ffd571b5" @@ -8733,10 +8748,10 @@ gatsby-telemetry@^3.21.0, gatsby-telemetry@^3.25.0: lodash "^4.17.21" node-fetch "^2.6.7" -gatsby-transformer-json@~4.19.0: - version "4.19.0" - resolved "https://registry.yarnpkg.com/gatsby-transformer-json/-/gatsby-transformer-json-4.19.0.tgz#2016e67cfb787dcde122f7b617c0982a873e4828" - integrity sha512-0Bw0n6JLNBDt2a/cC4HMANSOWSlLidSi4HW6d2L47EPu0TXgouJWJ3cNqi6MiBerb2XT9eJuhFVfS8RkjX34aA== +gatsby-transformer-json@4.21.0: + version "4.21.0" + resolved "https://registry.yarnpkg.com/gatsby-transformer-json/-/gatsby-transformer-json-4.21.0.tgz#f01658067349e459497a4bdee5f6be376dc43ae1" + integrity sha512-bR3BYevNLhFLfz9FICIi3au+YxG8cNcv7h7lzmmDjU/otSinDgzvqBj/okO2CKfsoB3l7SRiuIe5oKMiNBHXSQ== dependencies: "@babel/runtime" "^7.15.4" bluebird "^3.7.2" @@ -8776,7 +8791,7 @@ gatsby-transformer-remark@^5.4.0: unist-util-select "^3.0.4" unist-util-visit "^2.0.3" -gatsby-transformer-sharp@4.19.0, gatsby-transformer-sharp@~4.19.0: +gatsby-transformer-sharp@4.19.0: version "4.19.0" resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.19.0.tgz#0acc603d1368c44033acf01bd8d061adb61e3858" integrity sha512-SoY9yGNjC+C+gAfJ//+DqXGBukVKeb4HnobOmkpbugYtLGRwb4AhKOT7eqCn+AK/4+oDDB3ZNNfTUf0vRFQgzA== @@ -8791,6 +8806,21 @@ gatsby-transformer-sharp@4.19.0, gatsby-transformer-sharp@~4.19.0: semver "^7.3.7" sharp "^0.30.3" +gatsby-transformer-sharp@4.21.0: + version "4.21.0" + resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.21.0.tgz#e8537f0bf16f37e4db18c90d0aedac7f3a9f7426" + integrity sha512-t9o15f/yQUFa7zt20K5xRKdnd6PJMiWMy5XCPMDShiQIxmf351Qu683Q8320Wg+nVuxkS7Axfp6p5c9F+KWJjQ== + dependencies: + "@babel/runtime" "^7.15.4" + "@gatsbyjs/potrace" "^2.2.0" + bluebird "^3.7.2" + common-tags "^1.8.2" + fs-extra "^10.1.0" + gatsby-plugin-utils "^3.15.0" + probe-image-size "^7.2.3" + semver "^7.3.7" + sharp "^0.30.7" + gatsby-transformer-xml@^4.24.0: version "4.24.0" resolved "https://registry.yarnpkg.com/gatsby-transformer-xml/-/gatsby-transformer-xml-4.24.0.tgz#8d165d6a2fcbd5f848a2f44b4d93d9887c85fcab" @@ -8801,10 +8831,10 @@ gatsby-transformer-xml@^4.24.0: lodash "^4.17.21" xml-parser "^1.2.1" -gatsby-transformer-yaml@~4.19.0: - version "4.19.0" - resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.19.0.tgz#ef4da2f2ba89365790318bda9186f3abcdde968b" - integrity sha512-xWa6D67kzvcSKNzz0mKVXLtIr+xJDp7rAqMckLetnjfaWOK/uAAyy7UZ9kbbJNQM06/mDF0IjQTwKDXEk3YDTw== +gatsby-transformer-yaml@4.21.0: + version "4.21.0" + resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.21.0.tgz#f046075392f0de9d8e83246f6ed490bb3ea51a15" + integrity sha512-zq1ZDhGLZvPjCckz1jyBQqYU8Dj1dr0BCHGoZK4s/HmKVjoP2PCTbEGvUOXJv/3rzcZ4TPZczLC9McpLFhtRvA== dependencies: "@babel/runtime" "^7.15.4" js-yaml "^3.14.1"