diff --git a/package.json b/package.json index 1c86c62..cda0262 100644 --- a/package.json +++ b/package.json @@ -26,29 +26,29 @@ "@mdx-js/react": "1.6.22", "animejs": "3.2.1", "babel-plugin-i18next-extract": "0.8.3", - "gatsby": "4.5.5", + "gatsby": "4.6.0", "gatsby-awesome-pagination": "0.3.8", - "gatsby-cli": "4.5.2", + "gatsby-cli": "4.6.0", "gatsby-plugin-asset-path": "3.0.4", - "gatsby-plugin-feed": "4.5.0", - "gatsby-plugin-image": "2.5.2", - "gatsby-plugin-manifest": "4.5.2", - "gatsby-plugin-mdx": "3.5.2", + "gatsby-plugin-feed": "4.6.0", + "gatsby-plugin-image": "2.6.0", + "gatsby-plugin-manifest": "4.6.0", + "gatsby-plugin-mdx": "3.6.0", "gatsby-plugin-netlify": "4.0.0", - "gatsby-plugin-offline": "5.5.2", + "gatsby-plugin-offline": "5.6.0", "gatsby-plugin-portal": "1.0.7", - "gatsby-plugin-react-helmet": "5.5.0", + "gatsby-plugin-react-helmet": "5.6.0", "gatsby-plugin-react-i18next": "1.2.2", "gatsby-plugin-remote-images": "3.2.0", "gatsby-plugin-robots-txt": "1.7.0", - "gatsby-plugin-sass": "5.5.0", - "gatsby-plugin-sharp": "4.5.2", - "gatsby-plugin-sitemap": "5.5.0", - "gatsby-remark-copy-linked-files": "5.5.0", - "gatsby-remark-images": "6.5.2", - "gatsby-source-filesystem": "4.5.2", - "gatsby-transformer-json": "4.5.0", - "gatsby-transformer-sharp": "4.5.0", + "gatsby-plugin-sass": "5.6.0", + "gatsby-plugin-sharp": "4.6.0", + "gatsby-plugin-sitemap": "5.6.0", + "gatsby-remark-copy-linked-files": "5.6.0", + "gatsby-remark-images": "6.6.0", + "gatsby-source-filesystem": "4.6.0", + "gatsby-transformer-json": "4.6.0", + "gatsby-transformer-sharp": "4.6.0", "hamburger-react": "2.4.1", "i18next": "21.6.7", "locale": "0.1.0", diff --git a/yarn.lock b/yarn.lock index c9573d4..d08978f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2327,6 +2327,13 @@ resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== +"@types/sharp@^0.29.5": + version "0.29.5" + resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.29.5.tgz#9c7032d30d138ad16dde6326beaff2af757b91b3" + integrity sha512-3TC+S3H5RwnJmLYMHrcdfNjz/CaApKmujjY9b6PU/pE6n0qfooi99YqXGWoW8frU9EWYj/XTI35Pzxa+ThAZ5Q== + dependencies: + "@types/node" "*" + "@types/tmp@^0.0.33": version "0.0.33" resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.33.tgz#1073c4bc824754ae3d10cfab88ab0237ba964e4d" @@ -3109,13 +3116,13 @@ babel-plugin-polyfill-regenerator@^0.2.2: dependencies: "@babel/helper-define-polyfill-provider" "^0.2.2" -babel-plugin-remove-graphql-queries@^4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.5.2.tgz#e233fd63688986a21126c1e1ad9792fc74956b5a" - integrity sha512-N/z2vrRBtbPpkzQwgO6vL1GgLvRCxjUwcXPCduMO32xIDlcCeAOAuBUpMSEs7rDyE6YTBhu8FhskeBJl49N0iQ== +babel-plugin-remove-graphql-queries@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.6.0.tgz#cdda606988fd1d0e0fc2377ea8e4103d461b45e2" + integrity sha512-QMbjJhHOkVHBfFDfAXQp1MFSzLWOJdPMe7Dk3+AF8L+dlLcf2Z7zbIrlRoRPEROyoW4CCPzLDi0Vam5leR/+gw== dependencies: "@babel/runtime" "^7.15.4" - gatsby-core-utils "^3.5.2" + gatsby-core-utils "^3.6.0" babel-plugin-syntax-jsx@^6.18.0: version "6.18.0" @@ -3140,10 +3147,10 @@ babel-plugin-transform-react-remove-prop-types@^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@^2.5.2: - version "2.5.2" - resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-2.5.2.tgz#2a26cd44788880ca9b558c8106461b7d6ffd1350" - integrity sha512-PETwDgkCaBlD4+wrGteYF58IELz4/P4Rsh0Y36bVHYXXqMeJqh8w0mfnSa2fW/Wqcc8DZmNm32erQT1Bj9XFGQ== +babel-preset-gatsby@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-2.6.0.tgz#9badd7610d950a4b1966549f26395037cc3dfa8a" + integrity sha512-ATl4c7LGySIZhBcYV9pL2vp8VTj6jtduG4b00dWgFb+v/Op1FXMUJ70KSRDUVE6fccFdw2abJlbuOgZgwCQFPA== dependencies: "@babel/plugin-proposal-class-properties" "^7.14.0" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" @@ -3158,8 +3165,8 @@ babel-preset-gatsby@^2.5.2: babel-plugin-dynamic-import-node "^2.3.3" babel-plugin-macros "^2.8.0" babel-plugin-transform-react-remove-prop-types "^0.4.24" - gatsby-core-utils "^3.5.2" - gatsby-legacy-polyfills "^2.5.0" + gatsby-core-utils "^3.6.0" + gatsby-legacy-polyfills "^2.6.0" babel-runtime@^6.26.0: version "6.26.0" @@ -4134,10 +4141,10 @@ create-emotion@^10.0.27: "@emotion/sheet" "0.9.4" "@emotion/utils" "0.11.3" -create-gatsby@^2.5.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-2.5.1.tgz#251f8ac7cce379e5e01b5e4b0c2f7b325774af46" - integrity sha512-pI5zvUAtHPREzKQpYU4HcpnT/Q9F+pgY99xs8HT49ZphG7qy+g02Ec/7jCNHDxlre7u+7a6TXmDF9FYr4T7BYw== +create-gatsby@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-2.6.0.tgz#409c2563f234ca1e25709c0aeebba377201358b9" + integrity sha512-ijyTd1mo7LAasyfNAE9ulmR/eSimUyvDJFmwZOExGG2jep+A43J5X8t0Ukso5BSeilMLZJGTniac33jaNoF5sw== dependencies: "@babel/runtime" "^7.15.4" @@ -5858,10 +5865,10 @@ gatsby-awesome-pagination@0.3.8: dependencies: lodash "^4.17.21" -gatsby-cli@4.5.2, gatsby-cli@^4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-4.5.2.tgz#25faf8dd7597bf5336cff9dcca567e36992db46b" - integrity sha512-AAltHfDTqOq4RL0oBgsmZb+IIDiV1zMdEzCgYIeEqWtc7nesKwHs4myYqhQV8wmXwyWKKWuXuTAqSoxuQT+X5w== +gatsby-cli@4.6.0, gatsby-cli@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-4.6.0.tgz#828cf119475ed5030b7306f1b99b925bd861a485" + integrity sha512-3YRilKW+aG1iSPUHj4pB7xSwVv1GX2Zjzae/2FOWaOaNRA0vKtQmwax4eks/kpfM+a2n05HH5K8ov6oLxo3YQw== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.15.5" @@ -5878,13 +5885,13 @@ gatsby-cli@4.5.2, gatsby-cli@^4.5.2: common-tags "^1.8.2" configstore "^5.0.1" convert-hrtime "^3.0.0" - create-gatsby "^2.5.1" + create-gatsby "^2.6.0" envinfo "^7.8.1" execa "^5.1.1" fs-exists-cached "^1.0.0" fs-extra "^10.0.0" - gatsby-core-utils "^3.5.2" - gatsby-telemetry "^3.5.2" + gatsby-core-utils "^3.6.0" + gatsby-telemetry "^3.6.0" hosted-git-info "^3.0.8" is-valid-path "^0.1.1" joi "^17.4.2" @@ -5901,7 +5908,7 @@ gatsby-cli@4.5.2, gatsby-cli@^4.5.2: signal-exit "^3.0.6" source-map "0.7.3" stack-trace "^0.0.10" - strip-ansi "^5.2.0" + strip-ansi "^6.0.1" update-notifier "^5.1.0" uuid "3.4.0" yargs "^15.4.1" @@ -5941,40 +5948,57 @@ gatsby-core-utils@^3.5.2: tmp "^0.2.1" xdg-basedir "^4.0.0" -gatsby-graphiql-explorer@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.5.0.tgz#0584f31226bd097e27650bd98e387668058a13f9" - integrity sha512-uCZTQshqYuBBYwU66VtWwsbXSmw9axBbg3r20qsyuE9uvECUUkKycdLoMpRPKMuWqBPZbAudgbzl22AqNDBNaw== +gatsby-core-utils@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.6.0.tgz#0e2f951e2c53731bdb459eb118eb3815a90a9393" + integrity sha512-xmjtOWQfLinNbgBiDRT1KpEfDZm0Z0u6+hsf8EH8Ps5UCIhKinGrdtK+QH+RzPGCV1PUg/E/pnLVqQLCvD+tmA== + dependencies: + "@babel/runtime" "^7.15.4" + ci-info "2.0.0" + configstore "^5.0.1" + file-type "^16.5.3" + fs-extra "^10.0.0" + got "^11.8.3" + lock "^1.1.0" + node-object-hash "^2.3.10" + proper-lockfile "^4.1.2" + tmp "^0.2.1" + xdg-basedir "^4.0.0" + +gatsby-graphiql-explorer@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.6.0.tgz#e280ada722dda225bd25fff133b40a2b122112bd" + integrity sha512-9YSAci8AXsaknCHdGwKJ3hkjSmcUd2+0CCn1IdTh2xcfVCTRW8Q19jgcJjY/8SYfw9kZJVZVx5jdYdD2AsIowQ== dependencies: "@babel/runtime" "^7.15.4" -gatsby-legacy-polyfills@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-2.5.0.tgz#81ba2b642aeac4f95369a657d874068214ee3494" - integrity sha512-AtHkcpa7S9E9aAOn0ca9eP3fVh5VVE5s8iD+LMx3zzZGcxZBdh6z7FVx8qWxsQXCO33Be4U/r49EFLc3koti+A== +gatsby-legacy-polyfills@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-2.6.0.tgz#a8296427eb3218d84e2df645a49ab0a8997b2d88" + integrity sha512-SbZ9s1bUKJo/ED41MMZx16Oh2DaRBuzQ20WRub995RqqthIGXA5oEv/64hNgBWjkuYZdqu+XtACr6Rscd6QXKw== dependencies: "@babel/runtime" "^7.15.4" core-js-compat "3.9.0" -gatsby-link@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.5.0.tgz#38d035671c85d3e0575db27051983fa0da27f7f8" - integrity sha512-3u9/VRc5JEQ4SwklNjdIPiEH3mNEYJacqE/rtnLLhG5SQ1V/a3rNh5dBEASiUia1g19AHRLnkVz/LAnR/jcpkA== +gatsby-link@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.6.0.tgz#a3f81603765539ae579e11ba4751aa991ccf6977" + integrity sha512-GbZJDppV/70m0lT3PIh2m0TLDKq5kAAk5Ao/XU9ucATdDRlE4WruwceHOg7imLmRRrK0xxYGEEyANVrqcH3+LQ== dependencies: "@babel/runtime" "^7.15.4" "@types/reach__router" "^1.3.9" prop-types "^15.7.2" -gatsby-page-utils@^2.5.2: - version "2.5.2" - resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-2.5.2.tgz#58e2d18048e4d420e4a37e67bb42775cf9b95696" - integrity sha512-Og/OFrnSKkHGkhF0lP8bOhuC/Z0b16lT8309pWoCyI7/PLsQ59ptJ06rGWA2NxW1dLFSXu+hmiJXg/bldibzDg== +gatsby-page-utils@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-2.6.0.tgz#99abe8d4e4628209ee1c2ff7681cacd408c48844" + integrity sha512-rckIEZU64wITIYdY+RsbC1klLQI1izMoGD+qMMQF196+FPlMNOmoUWrCOes8LgxNChoRjSBOjRaBsR+M4Piahg== dependencies: "@babel/runtime" "^7.15.4" bluebird "^3.7.2" chokidar "^3.5.2" fs-exists-cached "^1.0.0" - gatsby-core-utils "^3.5.2" + gatsby-core-utils "^3.6.0" glob "^7.2.0" lodash "^4.17.21" micromatch "^4.0.4" @@ -5993,53 +6017,53 @@ gatsby-plugin-eslint@4.0.2: dependencies: webpack-merge "^5.8.0" -gatsby-plugin-feed@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-4.5.0.tgz#4cb3fd9e7cf6b1ce9a66d2df8cdb4213afd08fee" - integrity sha512-pjHat1VyKe3oEZp7qfFPz4G8fgM9MxKVI0wN5O3XkrgveQKs6m/kvfsK8S1cKKM7ik6nDv668L+fCsdwpiRiFg== +gatsby-plugin-feed@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-4.6.0.tgz#4c41408a24d30194cdc31da33a10389753bea7a0" + integrity sha512-PErrulbNs0XUCx20w0mWG0ghk3W9Mp3BCnGK2hsQXTrPvA9Zik06aKrPEublgbIUiiTd8O2atRjuhDwgmgKBsQ== dependencies: "@babel/runtime" "^7.15.4" "@hapi/joi" "^15.1.1" common-tags "^1.8.2" fs-extra "^10.0.0" - gatsby-plugin-utils "^2.5.0" + gatsby-plugin-utils "^3.0.0" lodash.merge "^4.6.2" rss "^1.2.2" -gatsby-plugin-image@2.5.2: - version "2.5.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.5.2.tgz#bdd5af8a137a1a425a87b17c3dd908cfccea83e7" - integrity sha512-cytI8FNjMoTf/MraMZS9TL0mdDsN7Sh3hYL9GZeLIOTC8n8LE6wK49rDHDrQeq5S6ojk3iEPCgcxWrzQvnbxWQ== +gatsby-plugin-image@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.6.0.tgz#5342507be7fdd0109fc815c0f2906b0407a55e14" + integrity sha512-rWbIdkcopB02YIhR3UidoYhe2SDOFTpxzJSABq5TcLZ38FD8kth8QavvOO0h1ap9tWjaUNIjCvKRu2M3NvuC1g== dependencies: "@babel/code-frame" "^7.14.0" "@babel/parser" "^7.15.5" "@babel/runtime" "^7.15.4" "@babel/traverse" "^7.15.4" babel-jsx-utils "^1.1.0" - babel-plugin-remove-graphql-queries "^4.5.2" + babel-plugin-remove-graphql-queries "^4.6.0" camelcase "^5.3.1" chokidar "^3.5.2" common-tags "^1.8.2" fs-extra "^10.0.0" - gatsby-core-utils "^3.5.2" + gatsby-core-utils "^3.6.0" objectFitPolyfill "^2.3.5" prop-types "^15.7.2" -gatsby-plugin-manifest@4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.5.2.tgz#4b36bf7e4605a8d3304a4ebcc88ec118232c1c52" - integrity sha512-Stvhbz7A9BZ88HJSz+H4abZ18zxNMsv/vPkV8iAStDl55B2dY9IyWW9n5I3mL6GlPvy1mdVbTqwNG2lgMYLSEA== +gatsby-plugin-manifest@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.6.0.tgz#73c69e980449af9a30d9a55ba919c49b1630c18a" + integrity sha512-/ySmcnGYmTv4exBQSvPVBDoMVHY9TEdiYnP/NmRTOwRA7VaW525qyc+Nf6lTmlD6AONX2nrbQ3U9F/JxCTL+uw== dependencies: "@babel/runtime" "^7.15.4" - gatsby-core-utils "^3.5.2" - gatsby-plugin-utils "^2.5.0" + gatsby-core-utils "^3.6.0" + gatsby-plugin-utils "^3.0.0" semver "^7.3.5" sharp "^0.29.3" -gatsby-plugin-mdx@3.5.2: - version "3.5.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.5.2.tgz#16aadb6175e054691a19ab379d88c5da18d7a8c8" - integrity sha512-vgBFU5jOoZcyFFKkVl8qHQKvNOicKRUw9ftc5LWEPGZjx69THAVzzG1pHWu2yUFYt2yMPfgDMmolPubun83n6Q== +gatsby-plugin-mdx@3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.6.0.tgz#fa4a6f63bcb6b70c6d534beb8e096987347088e8" + integrity sha512-3S4YOi6VfGPIplClqNIb7xmPAW1IzXi8LAd3y3DKtyj+hjCmMo5nG2FqN3aDvy4mVzY5Dfv2M4nMsg2yOaLyLQ== dependencies: "@babel/core" "^7.15.5" "@babel/generator" "^7.15.4" @@ -6057,7 +6081,7 @@ gatsby-plugin-mdx@3.5.2: escape-string-regexp "^1.0.5" eval "^0.1.4" fs-extra "^10.0.0" - gatsby-core-utils "^3.5.2" + gatsby-core-utils "^3.6.0" gray-matter "^4.0.2" json5 "^2.1.3" loader-utils "^1.4.0" @@ -6092,33 +6116,33 @@ gatsby-plugin-netlify@4.0.0: lodash "^4.17.21" webpack-assets-manifest "^5.0.6" -gatsby-plugin-offline@5.5.2: - version "5.5.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-5.5.2.tgz#0430d72d981f8b1487965886b45c0ce06aabc586" - integrity sha512-Z2NTRTOxo02SXMKhJt6YgFZ0gtIUfpBk5aaXn4/vTcL+RqUsj1QtSlWYOPYJJ4Lauj1bMkN1tFwfGelZVAdtdQ== +gatsby-plugin-offline@5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-5.6.0.tgz#d1d36140adf8b6cde45b48e1eb8146141b778ef6" + integrity sha512-3ir3P9B6dZGotw4ISe/F3KBZ2zwZtOSQmtOBH6A+KtSlfh4Epyf1VDawiZzBv7QOpbrrjVyL8rs109cIBxlJbA== dependencies: "@babel/runtime" "^7.15.4" cheerio "^1.0.0-rc.10" - gatsby-core-utils "^3.5.2" + gatsby-core-utils "^3.6.0" glob "^7.2.0" idb-keyval "^3.2.0" lodash "^4.17.21" workbox-build "^4.3.1" -gatsby-plugin-page-creator@^4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.5.2.tgz#31f58cc7faa50fae8a070d1868ac5cb5594edcba" - integrity sha512-mXJ2W/BfFeb0rSH+N4J2vpzY/qD6fEj0tSBqAlHocZkpsW+2jrjVCcyI2oGZr2unDekcUA2sZY+3Terxi5L5+g== +gatsby-plugin-page-creator@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.6.0.tgz#1fad0078b61b2b1162389a4a007d276d4170a2b0" + integrity sha512-AXDD2A+HaSHJuTa6HznCn5ItnVNHfayRixqJusOpiscBsYty/JwXM/6Fj8CoQvRTwVt2EYwgw9QgjBl76kOoiA== dependencies: "@babel/runtime" "^7.15.4" "@babel/traverse" "^7.15.4" "@sindresorhus/slugify" "^1.1.2" chokidar "^3.5.2" fs-exists-cached "^1.0.0" - gatsby-core-utils "^3.5.2" - gatsby-page-utils "^2.5.2" - gatsby-plugin-utils "^2.5.0" - gatsby-telemetry "^3.5.2" + gatsby-core-utils "^3.6.0" + gatsby-page-utils "^2.6.0" + gatsby-plugin-utils "^3.0.0" + gatsby-telemetry "^3.6.0" globby "^11.0.4" lodash "^4.17.21" @@ -6129,10 +6153,10 @@ gatsby-plugin-portal@1.0.7: dependencies: "@babel/runtime" "^7.3.1" -gatsby-plugin-react-helmet@5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.5.0.tgz#b36e07ca3d37d085ac150f825e658bcad3e786b5" - integrity sha512-1GJQS9+2lIkZrxXNfvFmNf5imJfVWWcxJBU2DfPlm9uByp5CZRDrGGXuth1ThTllrCmC4DBkrqIUQLAG36B9kw== +gatsby-plugin-react-helmet@5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.6.0.tgz#9757d9164d66fc1201f1cf9af751c63fdb740420" + integrity sha512-EdJv0w569Bdaxq46sFX2UExsb1COdTGCXcjg53a31nhFmWo42PBuTBUhGKcsbdmomCaipl9j39NsHjj3opioBQ== dependencies: "@babel/runtime" "^7.15.4" @@ -6164,28 +6188,29 @@ gatsby-plugin-robots-txt@1.7.0: "@babel/runtime" "^7.16.7" generate-robotstxt "^8.0.3" -gatsby-plugin-sass@5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-5.5.0.tgz#e8fa465385eae25e53f8376b5b2c0fdf6b4ed02b" - integrity sha512-9DkbLvyplgigRvY4txFnFPJCekfLNohxuFkBwu5aJyewWYUrkToVbubGafRb1VqwTpI4WWqix6f/gUjUVbXhBw== +gatsby-plugin-sass@5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-5.6.0.tgz#0a2b5298c001a6dc17aaa8cbbc928f151c4dfb1e" + integrity sha512-m6fZE9gOyaDW8WqUjyYfQDIh3rdL5BLfAkptc4WQ7aYnwx7NMGKxMLSZnm0pYv+R410EdRI7IAa1yMxsXWj7kA== dependencies: "@babel/runtime" "^7.15.4" resolve-url-loader "^3.1.4" sass-loader "^10.1.1" -gatsby-plugin-sharp@4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.5.2.tgz#624f08954119fd4d39e5c4ef201802f7b305b5c4" - integrity sha512-XPJ5M+vUvcl/B779oPBTjT9cLjFNTzOvO6o2rtHDPJIsv7JOLpEixkOHWO8agsW+9gNvV9v20OpgZgmCZcS5ng== +gatsby-plugin-sharp@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.6.0.tgz#eb1c4e86497edffe80f6bbc8a8f2ab76d4460d23" + integrity sha512-7n8BQYz+p0PhpVe4Z4Q4WNUaBTjAqOk1/1g6gNhKEzLA2zYmytLsINd+fTg4nb7Rqd2crpteFUOK1iZJAzjfXg== dependencies: "@babel/runtime" "^7.15.4" async "^3.2.2" bluebird "^3.7.2" + debug "^4.3.1" filenamify "^4.3.0" fs-extra "^10.0.0" - gatsby-core-utils "^3.5.2" - gatsby-plugin-utils "^2.5.0" - gatsby-telemetry "^3.5.2" + gatsby-core-utils "^3.6.0" + gatsby-plugin-utils "^3.0.0" + gatsby-telemetry "^3.6.0" got "^11.8.3" lodash "^4.17.21" mini-svg-data-uri "^1.4.3" @@ -6197,20 +6222,20 @@ gatsby-plugin-sharp@4.5.2: svgo "1.3.2" uuid "3.4.0" -gatsby-plugin-sitemap@5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.5.0.tgz#d82bb8454711ffad2747cb2ed8d6e8e184b7ffa7" - integrity sha512-M98bxeJ6O4fPeefc35nv9q44D2RREdpnhPf0q6pDIJuGhXtdwXesSCCi6/4hZOUfOHyOYwxoKPlE7p7zx4SqWw== +gatsby-plugin-sitemap@5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-5.6.0.tgz#ce2eaae11c984241922589b0081c0349778a2898" + integrity sha512-38JTiv1gZNN39vMMRev7IcM+Xo7Ewxiyw9j4mfYTOnw+Y3pVKqXvWVCMwMm5RBt1QL/vS4SEfMLvzVWH8/Osog== dependencies: "@babel/runtime" "^7.15.4" common-tags "^1.8.2" minimatch "^3.0.4" sitemap "^7.0.0" -gatsby-plugin-typescript@^4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.5.2.tgz#1a4663771eda323a5e2a4a094e3626a32e584e92" - integrity sha512-Qeb2xpch5GUoeGc/Sx+zckvGFZQw4QnbWIHO4ExzH2VGJx9dy4YjTI0nvervgjew3hJKzq2Db8jSeJ3NXFSZUQ== +gatsby-plugin-typescript@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.6.0.tgz#bc01ea2990bd6504d9a88042c1a22911d57520f3" + integrity sha512-1LipVvvBT871P48izX7gk83xc2VSx6J6ruDLBnc57CqAPmNlDa3rRO2bEUNd9Zwk+uOUNi+kl1tKxYwW5G1eSg== dependencies: "@babel/core" "^7.15.5" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" @@ -6218,27 +6243,28 @@ gatsby-plugin-typescript@^4.5.2: "@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.5.2" + babel-plugin-remove-graphql-queries "^4.6.0" -gatsby-plugin-utils@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-2.5.0.tgz#33c343faa01577df032d4cf53c7c2b04b0b19248" - integrity sha512-B/JpKTQJQNRVo3b3rRbOgHKV3/i3V5fYLPOGvBU6qHxBtQ9I5YYwXrsLJYX5vl4bEtLtrkiQG9zQyvSSXzJ9Sw== +gatsby-plugin-utils@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.0.0.tgz#2f19eaf5f43cacd74c1edfe4f46385f1694e8c79" + integrity sha512-hZj64WQbs/KgAWez3oWMwlmhewUinXDJJdhj491vOWX2WVlH79m8JpAoklgrm9xaoIdhfbNkhQoMKPkRZKJpJQ== dependencies: "@babel/runtime" "^7.15.4" joi "^17.4.2" -gatsby-react-router-scroll@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-5.5.0.tgz#a564a4ce6b592ddd013b55cd2eed76dfca0c3a65" - integrity sha512-fW+oBJDD1NNBUuxtD/aR4dJwhyi89HOfZ+u9yffP5V30z5HnF8hB6YNCo6QDhw39gDlsB9v2HIgRIt5rxZ0y9g== +gatsby-react-router-scroll@^5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-5.6.0.tgz#d4a679a841e88f6ceb25e490ecd07028e197a4cb" + integrity sha512-n8wO0xeRxvBkJXrH2DAuLKCiHQRgFn/9Ytqb3Uz19fWd5q+jpOlD/qjorkeWl2cqo8oNb83ku8D6dF3qr8OT5g== dependencies: "@babel/runtime" "^7.15.4" + prop-types "^15.7.2" -gatsby-remark-copy-linked-files@5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.5.0.tgz#2d4d0791144a0686fe3e8f5edf1a7b802ba0b5a6" - integrity sha512-RrntAHQErYpuk3lETieMKykIkaOFOSAbbjQGJq/3XKPqjyG2WatzdKRMTnw9cixH/u+DWpw59Z2bZMDpD6ncxg== +gatsby-remark-copy-linked-files@5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.6.0.tgz#05d1aaecbb1a1114b1339071fde0429ed3c41671" + integrity sha512-/gsuAK7KNj9Zuc0ADo6m5rhxemRcPulHKNEr/7VSH521/mZwp6FxK6Co0ngxfL6Z5I4ha65IBCcAFgdPksQQeA== dependencies: "@babel/runtime" "^7.15.4" cheerio "^1.0.0-rc.10" @@ -6249,15 +6275,15 @@ gatsby-remark-copy-linked-files@5.5.0: probe-image-size "^6.0.0" unist-util-visit "^2.0.3" -gatsby-remark-images@6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-6.5.2.tgz#1a653569ecbb35dc09de55992eccea98a8997d67" - integrity sha512-E6Cf9Vz1jo7pVS7CAao3cV4xSS9IRehxmzZjIo+rKpqQk7r2PeFrzvPbLltuhkiDJG6oupn+Njk6u/r530+97A== +gatsby-remark-images@6.6.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-6.6.0.tgz#4fd5b26715dace7f0308cb356ec9b4a9cf3cacfe" + integrity sha512-GZTq2fQnTDLOA7O+eoWi8iztLLuoRHFHiu3YTb6ahKZbbKtCM8JumiEOS3m/mZ64GJGjPSA1PCYdeliQiNq3WQ== dependencies: "@babel/runtime" "^7.15.4" chalk "^4.1.2" cheerio "^1.0.0-rc.10" - gatsby-core-utils "^3.5.2" + gatsby-core-utils "^3.6.0" is-relative-url "^3.0.0" lodash "^4.17.21" mdast-util-definitions "^4.0.0" @@ -6266,17 +6292,25 @@ gatsby-remark-images@6.5.2: unist-util-select "^3.0.4" unist-util-visit-parents "^3.1.1" -gatsby-source-filesystem@4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.5.2.tgz#e139b3beb4afa14cd9211899ab0542091724cc35" - integrity sha512-q3S7ffE3EdxIr3kpqN9UyDOJeHePuc6VLqodibbeEFO/l+DVrmvLSDTQlo2n6MUQtEsQ+UWyitcX2+WydpCGBg== +gatsby-sharp@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/gatsby-sharp/-/gatsby-sharp-0.0.1.tgz#f4ed7a1751b4c75a6b2ea5ba1fd9b187f80b455a" + integrity sha512-m6NyS1/Y97kA8JY75SHqB0ZcReIk9OTDmUMi/kLK7yVXtwfGh7pgX3UW930ydUB3tooZMB9ojAmmpmmrV8lE+g== + dependencies: + "@types/sharp" "^0.29.5" + sharp "^0.29.3" + +gatsby-source-filesystem@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.6.0.tgz#c8f19397a6f980b4d92bd57e8967f814b8b5d1de" + integrity sha512-Ve6VfFJ4moTX7n8uDTGF7K07HdjWkWW7c9Bn1etcS2QcFRRMj/lxQ/2EFpgVM20jtZ60IG1vqnAzDabqz7UxXQ== dependencies: "@babel/runtime" "^7.15.4" chokidar "^3.5.2" fastq "^1.13.0" file-type "^16.5.3" fs-extra "^10.0.0" - gatsby-core-utils "^3.5.2" + gatsby-core-utils "^3.6.0" got "^9.6.0" md5-file "^5.0.0" mime "^2.5.2" @@ -6304,10 +6338,10 @@ gatsby-source-filesystem@^3.4.0: valid-url "^1.0.9" xstate "^4.14.0" -gatsby-telemetry@^3.5.2: - version "3.5.2" - resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-3.5.2.tgz#e6434a12e1c88a64078c8af4c9042f2df631f49c" - integrity sha512-nL33+AxawRqEjuvHAbyyxoDMZ5GXNMEMzCk5WQu7J/lA6od6cUmXpZMcr4AxwnNFJLfmYKlwalN7cuz5nBL6lw== +gatsby-telemetry@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-3.6.0.tgz#8f54f85b8bd36eb293a7f80da85a138810b3f38e" + integrity sha512-mxofrnVUtcjh+CD9QcAQloR5WskKUfBCXzGLCH4/haE5SbWKpKstLBR06ZnNI01VHc5Do0+W+n16NvNe4G8zGQ== dependencies: "@babel/code-frame" "^7.14.0" "@babel/runtime" "^7.15.4" @@ -6317,24 +6351,24 @@ gatsby-telemetry@^3.5.2: boxen "^4.2.0" configstore "^5.0.1" fs-extra "^10.0.0" - gatsby-core-utils "^3.5.2" + gatsby-core-utils "^3.6.0" git-up "^4.0.5" is-docker "^2.2.1" lodash "^4.17.21" node-fetch "^2.6.6" -gatsby-transformer-json@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/gatsby-transformer-json/-/gatsby-transformer-json-4.5.0.tgz#276755ff7c106552d19768d69dffefa8fa00234e" - integrity sha512-rJowAiNsxx7uhf2BugljPa/xCRJmAkGRQSacLaGL7ZtePMEmTEpgCgjl/jfSOJvq4f+E1mFH4Z8g1psJ/WEYmQ== +gatsby-transformer-json@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-transformer-json/-/gatsby-transformer-json-4.6.0.tgz#67fbde53406eb10956c367d56b1d9474f29fb6b7" + integrity sha512-EflPtVk/mE5PajQuOUx1F/GbMniJog2uFl5kITNq/PGxXigYkeA/Xh/kgyQWsGwWN1qj0pJPvHiziA90OEWycg== dependencies: "@babel/runtime" "^7.15.4" bluebird "^3.7.2" -gatsby-transformer-sharp@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.5.0.tgz#d5708dc95321d938add7c72d8b50cdc786c4bf05" - integrity sha512-q4bbDsb9TrzCMoV+O9qVfC+vew0N8x5jSGkfpxh8oHbu3d2JAToD5BisGh3hCVojoUCkVMszjDnJZ5TXiyJumQ== +gatsby-transformer-sharp@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.6.0.tgz#a9c2ee2007df2ffb6a941c736588295bca26c10a" + integrity sha512-hf1GohwPhjKg1tRFI3GfJS3SxVoXI+j7MqwPsWetzRvaFy+3kecmU/azklnTfT7/2LexfDxtso9/lCHgFl5fIQ== dependencies: "@babel/runtime" "^7.15.4" bluebird "^3.7.2" @@ -6345,18 +6379,18 @@ gatsby-transformer-sharp@4.5.0: semver "^7.3.5" sharp "^0.29.3" -gatsby-worker@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-1.5.0.tgz#e29c9a6f8d5cc1c5307e3fc483f20ffdb4e0a032" - integrity sha512-syzm89Jd/xL6PnF0lW/fu4Aqjkbf3dYuJRwABoHVZ2cralshSFvzY3SR4BhC3tXFlkOrF+UgYM3Ek4tv7TDjkw== +gatsby-worker@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-1.6.0.tgz#469f67c829f25c4689abcb0eb2154b3317c7fcee" + integrity sha512-UuyRZmHiAI9HnjYeLjG+/5K4ugeGSzftF/hFRBjkvcABCc0GktOm2038FtUpXxpX9MbCiYd6pO3Kij5U7FLQBg== dependencies: "@babel/core" "^7.15.5" "@babel/runtime" "^7.15.4" -gatsby@4.5.5: - version "4.5.5" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.5.5.tgz#5e9b24e32e842810b1ce88de6f6f576a3455c33b" - integrity sha512-WAT5FLiA6kziWQu1eplqrfBYH1FUeDMfuHPulh2QV0IVmE/AirTCNNIK1RhvY96UjR6qn6xJ1rSgiMqwr6y1sw== +gatsby@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.6.0.tgz#05877f7f8c799ef2301f257f47a3af44d20bc729" + integrity sha512-02NsTyfPQlB/JCilJri0gxvTr7WNcjZWnNUhHQatH0CJ6Sj3meSArEMNuA2thBS/CSIq/30kEOC2HDvWEWPfSA== dependencies: "@babel/code-frame" "^7.14.0" "@babel/core" "^7.15.5" @@ -6382,8 +6416,8 @@ gatsby@4.5.5: 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.5.2" - babel-preset-gatsby "^2.5.2" + babel-plugin-remove-graphql-queries "^4.6.0" + babel-preset-gatsby "^2.6.0" better-opn "^2.1.1" bluebird "^3.7.2" body-parser "^1.19.0" @@ -6425,17 +6459,17 @@ gatsby@4.5.5: find-cache-dir "^3.3.2" fs-exists-cached "1.0.0" fs-extra "^10.0.0" - gatsby-cli "^4.5.2" - gatsby-core-utils "^3.5.2" - gatsby-graphiql-explorer "^2.5.0" - gatsby-legacy-polyfills "^2.5.0" - gatsby-link "^4.5.0" - gatsby-plugin-page-creator "^4.5.2" - gatsby-plugin-typescript "^4.5.2" - gatsby-plugin-utils "^2.5.0" - gatsby-react-router-scroll "^5.5.0" - gatsby-telemetry "^3.5.2" - gatsby-worker "^1.5.0" + gatsby-cli "^4.6.0" + gatsby-core-utils "^3.6.0" + gatsby-graphiql-explorer "^2.6.0" + gatsby-legacy-polyfills "^2.6.0" + gatsby-link "^4.6.0" + gatsby-plugin-page-creator "^4.6.0" + gatsby-plugin-typescript "^4.6.0" + gatsby-plugin-utils "^3.0.0" + gatsby-react-router-scroll "^5.6.0" + gatsby-telemetry "^3.6.0" + gatsby-worker "^1.6.0" glob "^7.2.0" got "^11.8.2" graphql "^15.7.2" @@ -6491,7 +6525,7 @@ gatsby@4.5.5: st "^2.0.0" stack-trace "^0.0.10" string-similarity "^1.2.2" - strip-ansi "^5.2.0" + strip-ansi "^6.0.1" style-loader "^2.0.0" terser-webpack-plugin "^5.2.4" tmp "^0.2.1" @@ -6507,6 +6541,8 @@ gatsby@4.5.5: webpack-virtual-modules "^0.3.2" xstate "^4.26.0" yaml-loader "^0.6.0" + optionalDependencies: + gatsby-sharp "^0.0.1" gauge@~2.7.3: version "2.7.4"