Merge pull request #730 from alxshelepenok/renovate/gatsby

fix(deps): update gatsby
This commit is contained in:
Alexander Shelepenok 2020-08-14 22:46:20 +03:00 committed by GitHub
commit d40ee09b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 138 additions and 109 deletions

View File

@ -41,20 +41,20 @@
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"codecov": "^3.7.2", "codecov": "^3.7.2",
"gatsby": "^2.24.33", "gatsby": "^2.24.47",
"gatsby-link": "^2.4.13", "gatsby-link": "^2.4.13",
"gatsby-plugin-catch-links": "^2.3.11", "gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-feed": "^2.5.11", "gatsby-plugin-feed": "^2.5.11",
"gatsby-plugin-flow": "^1.3.11", "gatsby-plugin-flow": "^1.3.11",
"gatsby-plugin-google-gtag": "^2.1.10", "gatsby-plugin-google-gtag": "^2.1.10",
"gatsby-plugin-manifest": "^2.4.22", "gatsby-plugin-manifest": "^2.4.23",
"gatsby-plugin-netlify": "^2.3.11", "gatsby-plugin-netlify": "^2.3.13",
"gatsby-plugin-netlify-cms": "^4.3.11", "gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-offline": "^3.2.22", "gatsby-plugin-offline": "^3.2.23",
"gatsby-plugin-optimize-svgs": "^1.0.4", "gatsby-plugin-optimize-svgs": "^1.0.4",
"gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12", "gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.25", "gatsby-plugin-sharp": "^2.6.27",
"gatsby-plugin-sitemap": "^2.4.11", "gatsby-plugin-sitemap": "^2.4.11",
"gatsby-remark-autolink-headers": "^2.3.11", "gatsby-remark-autolink-headers": "^2.3.11",
"gatsby-remark-copy-linked-files": "^2.3.12", "gatsby-remark-copy-linked-files": "^2.3.12",
@ -67,7 +67,7 @@
"gatsby-remark-smartypants": "^2.3.10", "gatsby-remark-smartypants": "^2.3.10",
"gatsby-source-filesystem": "^2.3.24", "gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-remark": "^2.8.28", "gatsby-transformer-remark": "^2.8.28",
"gatsby-transformer-sharp": "^2.5.12", "gatsby-transformer-sharp": "^2.5.13",
"invariant": "^2.2.4", "invariant": "^2.2.4",
"katex": "^0.12.0", "katex": "^0.12.0",
"lodash": "^4.17.19", "lodash": "^4.17.19",

235
yarn.lock
View File

@ -1600,6 +1600,21 @@
globals "^11.1.0" globals "^11.1.0"
lodash "^4.17.13" lodash "^4.17.13"
"@babel/traverse@^7.10.2", "@babel/traverse@^7.11.0":
version "7.11.0"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/generator" "^7.11.0"
"@babel/helper-function-name" "^7.10.4"
"@babel/helper-split-export-declaration" "^7.11.0"
"@babel/parser" "^7.11.0"
"@babel/types" "^7.11.0"
debug "^4.1.0"
globals "^11.1.0"
lodash "^4.17.19"
"@babel/traverse@^7.10.3", "@babel/traverse@^7.10.4": "@babel/traverse@^7.10.3", "@babel/traverse@^7.10.4":
version "7.10.4" version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
@ -1630,21 +1645,6 @@
globals "^11.1.0" globals "^11.1.0"
lodash "^4.17.19" lodash "^4.17.19"
"@babel/traverse@^7.11.0":
version "7.11.0"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/generator" "^7.11.0"
"@babel/helper-function-name" "^7.10.4"
"@babel/helper-split-export-declaration" "^7.11.0"
"@babel/parser" "^7.11.0"
"@babel/types" "^7.11.0"
debug "^4.1.0"
globals "^11.1.0"
lodash "^4.17.19"
"@babel/traverse@^7.7.0", "@babel/traverse@^7.8.6": "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.6":
version "7.8.6" version "7.8.6"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
@ -4401,10 +4401,10 @@ babel-plugin-remove-export-keywords@^1.6.5:
resolved "https://registry.yarnpkg.com/babel-plugin-remove-export-keywords/-/babel-plugin-remove-export-keywords-1.6.16.tgz#e764b42e3c8e4a5ce3e2c996dc43b6348d5d94cf" resolved "https://registry.yarnpkg.com/babel-plugin-remove-export-keywords/-/babel-plugin-remove-export-keywords-1.6.16.tgz#e764b42e3c8e4a5ce3e2c996dc43b6348d5d94cf"
integrity sha512-JrB9ZASlMAfkRF+5NdgoQxgenhJxzXFEO1vrqsSDJdzLrC38L2wrvXF9mm1YLbrehkZxcrNz9UYDyARP4jaY9g== integrity sha512-JrB9ZASlMAfkRF+5NdgoQxgenhJxzXFEO1vrqsSDJdzLrC38L2wrvXF9mm1YLbrehkZxcrNz9UYDyARP4jaY9g==
babel-plugin-remove-graphql-queries@^2.9.16: babel-plugin-remove-graphql-queries@^2.9.17:
version "2.9.16" version "2.9.17"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.16.tgz#7fff54c7fc618c9cc9508b020d99354e3144b435" resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.17.tgz#f66c421a58392ddca8b2f06473ca0eb2c4ec632d"
integrity sha512-7Z+awkeghPRk4axY8N6ywQu9GpxpqHTkXRiZ+VxDaIppbybeZsAQ7uA6B4B63M4nm0BSOrHZzZWuT/kOg2RA8g== integrity sha512-ThFGZlxD+U4H+aSX4DRpz7pdJq6Y7wob0rDDx7Q2rZPp9lbNfnGACUjPyTiCIy8EsBMpPYvT4WZjb4Gd0Xq6zQ==
babel-plugin-syntax-jsx@^6.18.0: babel-plugin-syntax-jsx@^6.18.0:
version "6.18.0" version "6.18.0"
@ -4722,6 +4722,20 @@ boolbase@^1.0.0, boolbase@~1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
boxen@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/boxen/-/boxen-3.2.0.tgz#fbdff0de93636ab4450886b6ff45b92d098f45eb"
integrity sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==
dependencies:
ansi-align "^3.0.0"
camelcase "^5.3.1"
chalk "^2.4.2"
cli-boxes "^2.2.0"
string-width "^3.0.0"
term-size "^1.2.0"
type-fest "^0.3.0"
widest-line "^2.0.0"
boxen@^4.2.0: boxen@^4.2.0:
version "4.2.0" version "4.2.0"
resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64" resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64"
@ -7681,7 +7695,7 @@ eventemitter3@^3.0.0, eventemitter3@^3.1.0:
version "3.1.2" version "3.1.2"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7" resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7"
eventemitter3@^4.0.0, eventemitter3@^4.0.4: eventemitter3@^4.0.0:
version "4.0.4" version "4.0.4"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.4.tgz#b5463ace635a083d018bdc7c917b4c5f10a85384" resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.4.tgz#b5463ace635a083d018bdc7c917b4c5f10a85384"
integrity sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ== integrity sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==
@ -8531,10 +8545,10 @@ fuzzy@^0.1.1:
version "0.1.3" version "0.1.3"
resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8" resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8"
gatsby-cli@^2.12.77: gatsby-cli@^2.12.87:
version "2.12.77" version "2.12.87"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.77.tgz#d17ced52a46776b51b31609ba8ec511bdd01600d" resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.87.tgz#0b9a3ca313a713698a0350e39e13dc7095523a02"
integrity sha512-6x4OcXXmhVaXJk+1OS8iHAUzgEQk/bny4tVkZc5o1merV4tInmbWDGNkezjou+ahRwyHp0fxfHFrN/fcoCKivw== integrity sha512-LB65Hh8hN/H5XSh6EnOnK1jpUiB9GqgaW9c4SeGayogenaWk2RAY4blkq7ncVunM5Nm+uKbY9bDM9TlFe+r2Bg==
dependencies: dependencies:
"@babel/code-frame" "^7.10.3" "@babel/code-frame" "^7.10.3"
"@hapi/joi" "^15.1.1" "@hapi/joi" "^15.1.1"
@ -8550,8 +8564,8 @@ gatsby-cli@^2.12.77:
fs-exists-cached "^1.0.0" fs-exists-cached "^1.0.0"
fs-extra "^8.1.0" fs-extra "^8.1.0"
gatsby-core-utils "^1.3.15" gatsby-core-utils "^1.3.15"
gatsby-recipes "^0.2.7" gatsby-recipes "^0.2.16"
gatsby-telemetry "^1.3.26" gatsby-telemetry "^1.3.27"
hosted-git-info "^3.0.4" hosted-git-info "^3.0.4"
ink "^2.7.1" ink "^2.7.1"
ink-spinner "^3.1.0" ink-spinner "^3.1.0"
@ -8566,7 +8580,7 @@ gatsby-cli@^2.12.77:
react "^16.8.0" react "^16.8.0"
redux "^4.0.5" redux "^4.0.5"
resolve-cwd "^3.0.0" resolve-cwd "^3.0.0"
semver "^6.3.0" semver "^7.3.2"
signal-exit "^3.0.3" signal-exit "^3.0.3"
source-map "0.7.3" source-map "0.7.3"
stack-trace "^0.0.10" stack-trace "^0.0.10"
@ -8687,14 +8701,14 @@ gatsby-plugin-google-gtag@^2.1.10:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
minimatch "^3.0.4" minimatch "^3.0.4"
gatsby-plugin-manifest@^2.4.22: gatsby-plugin-manifest@^2.4.23:
version "2.4.22" version "2.4.23"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.22.tgz#fb2f52e361f45d83df646b33f43a3640c8df4592" resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.23.tgz#fb0ea242e1421c9d2d576b7cd2918da50bd9a557"
integrity sha512-pdIcT3ei9RMDoUupmNvpEtg/2jCsuN1tT+6HeIv8WudMEXFWrbOuETD3mZL4D2u/NJ4D1/rXhHlzxMZkbu7CIQ== integrity sha512-1vLXRU8fAmCWjTAQ8/hbvMfHEbxJsBSUk5R5phNAlwaa5jjklaxjaBgeE/uEUzc5+vq5WvBgodRRiv779fpcnA==
dependencies: dependencies:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
gatsby-core-utils "^1.3.15" gatsby-core-utils "^1.3.15"
semver "^5.7.1" semver "^7.3.2"
sharp "^0.25.1" sharp "^0.25.1"
gatsby-plugin-netlify-cms@^4.3.11: gatsby-plugin-netlify-cms@^4.3.11:
@ -8712,10 +8726,10 @@ gatsby-plugin-netlify-cms@^4.3.11:
netlify-identity-widget "^1.6.0" netlify-identity-widget "^1.6.0"
webpack "^4.43.0" webpack "^4.43.0"
gatsby-plugin-netlify@^2.3.11: gatsby-plugin-netlify@^2.3.13:
version "2.3.11" version "2.3.13"
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-2.3.11.tgz#e8c791490a33aadbd7431a83f791caa5ecc01568" resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-2.3.13.tgz#96d3467beb485648de97fb13bad3e5d1d1ebdcd1"
integrity sha512-0YOVsqaGwoUwz7bg3wulWnZOkFt3+NUcFvSutWVmmGyp1AzD7ToTwUNPnz/Fai4kG0vb1ChHbMoPWikEvjZUuw== integrity sha512-WaFks9jlysl9qLKGQaJBHIdxT+nV77fwd1iNAQsmJVs7pIye1JrMUJG6p+SmKvFTBOnuwCyLVMcPHHOHnS3jbA==
dependencies: dependencies:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
fs-extra "^8.1.0" fs-extra "^8.1.0"
@ -8723,10 +8737,10 @@ gatsby-plugin-netlify@^2.3.11:
lodash "^4.17.15" lodash "^4.17.15"
webpack-assets-manifest "^3.1.1" webpack-assets-manifest "^3.1.1"
gatsby-plugin-offline@^3.2.22: gatsby-plugin-offline@^3.2.23:
version "3.2.22" version "3.2.23"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.22.tgz#28824402e31a9a1697d971fcd96ef323c3afe1b0" resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.23.tgz#ccbc346cf38827dd8cae5b0f4e23f3ddca6a9d53"
integrity sha512-kaydtoYpsSzFaj7pYnI4rOSsAIZz2yZocpIeg+or6f63EKRMaR4eABXuIeOou6unmFvQ1azJcaVi09Zbi0kGBg== integrity sha512-EVVRfodgv7+oxterlg1DjU4GXKcRCho9DbrTPyAnadVjSdhwvsIfviLZRNxsYlYalMmOMzC1QsXe94tznNlMrA==
dependencies: dependencies:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
cheerio "^1.0.0-rc.3" cheerio "^1.0.0-rc.3"
@ -8744,18 +8758,18 @@ gatsby-plugin-optimize-svgs@^1.0.4:
svgo "^1.3.0" svgo "^1.3.0"
walk "^2.3.14" walk "^2.3.14"
gatsby-plugin-page-creator@^2.3.20: gatsby-plugin-page-creator@^2.3.22:
version "2.3.20" version "2.3.22"
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.20.tgz#7172680f178426cb35ae29175f4cf9a9afbefcd7" resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.22.tgz#8e4427b09beee321be0a1f9bf7d9f4e1b9008d06"
integrity sha512-EtoKgXNXvkY5IA4XvBPhlM5TelR6R04e3fpcGWuYO4oqts/9Ih0GGI9CzUBRXNwM5MplNBUcUutyAwMtT9NzVA== integrity sha512-XG3uZh/1uqsT/cpp/Oy7l15MR3yF6RqG/Mf4Vk0iYRZn6poveIh8Pw4nhPekwbrn8TGT7Fp/dv1Npkvs/E2kqw==
dependencies: dependencies:
"@babel/runtime" "^7.10.3" "@babel/traverse" "^7.10.2"
bluebird "^3.7.2"
fs-exists-cached "^1.0.0" fs-exists-cached "^1.0.0"
gatsby-page-utils "^0.2.20" gatsby-page-utils "^0.2.20"
glob "^7.1.6" globby "^11.0.1"
graphql "^14.6.0"
lodash "^4.17.15" lodash "^4.17.15"
micromatch "^3.1.10" slugify "^1.4.4"
gatsby-plugin-react-helmet@^3.3.10: gatsby-plugin-react-helmet@^3.3.10:
version "3.3.10" version "3.3.10"
@ -8772,10 +8786,10 @@ gatsby-plugin-sass@^2.3.12:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
sass-loader "^7.3.1" sass-loader "^7.3.1"
gatsby-plugin-sharp@^2.6.25: gatsby-plugin-sharp@^2.6.27:
version "2.6.25" version "2.6.27"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.25.tgz#0456238eff6fbb2f40d0056886fb2dc424ae6624" resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.27.tgz#cfc66b5c465eabce0388f6b60fd942fc0198e495"
integrity sha512-FbEGPwYnVr4ZRC5XPLGEyrUZqaKoztBveSXqzHW4P1YNIKXxVdJV/1YbcfWrR2v5xlTu8ZQUZOIbsl9bIwhLIg== integrity sha512-uWvzxLFAXRF4n8BIa37cIYKvc+gcTJ8CmZFYlhb5daEOd545Z0Elq/mQdOAWKL14cA7AGkEdtnsodXde2gBafA==
dependencies: dependencies:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
async "^2.6.3" async "^2.6.3"
@ -8791,7 +8805,7 @@ gatsby-plugin-sharp@^2.6.25:
potrace "^2.1.8" potrace "^2.1.8"
probe-image-size "^4.1.1" probe-image-size "^4.1.1"
progress "^2.0.3" progress "^2.0.3"
semver "^5.7.1" semver "^7.3.2"
sharp "^0.25.1" sharp "^0.25.1"
svgo "1.3.2" svgo "1.3.2"
uuid "^3.4.0" uuid "^3.4.0"
@ -8806,10 +8820,10 @@ gatsby-plugin-sitemap@^2.4.11:
pify "^3.0.0" pify "^3.0.0"
sitemap "^1.13.0" sitemap "^1.13.0"
gatsby-plugin-typescript@^2.4.17: gatsby-plugin-typescript@^2.4.18:
version "2.4.17" version "2.4.18"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.17.tgz#0d3c1ebe0915ce34cd1066fd9f8a58521b2e8a71" resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.18.tgz#9361ef69f149f68e55ebf2d3f773b9aafce75df8"
integrity sha512-Bp0e2Nc3CYYfhYvvIO7DIZOzy6hlYDJFBE/rHPK9mu5RLX8THqNmT53579SJWx4ozSPCNK41EfPbAJdtEgEPaA== integrity sha512-irFd9xu+LjEmL7olcuUziVSb2yRf0nVWFwgaDb+l5rfU6HeKr3zyHuxLqBMwvXWTxu6gVs8sAJVXCcxxM4DbeA==
dependencies: dependencies:
"@babel/core" "^7.10.3" "@babel/core" "^7.10.3"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1"
@ -8817,7 +8831,7 @@ gatsby-plugin-typescript@^2.4.17:
"@babel/plugin-proposal-optional-chaining" "^7.10.3" "@babel/plugin-proposal-optional-chaining" "^7.10.3"
"@babel/preset-typescript" "^7.10.1" "@babel/preset-typescript" "^7.10.1"
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
babel-plugin-remove-graphql-queries "^2.9.16" babel-plugin-remove-graphql-queries "^2.9.17"
gatsby-react-router-scroll@^3.0.12: gatsby-react-router-scroll@^3.0.12:
version "3.0.12" version "3.0.12"
@ -8826,10 +8840,10 @@ gatsby-react-router-scroll@^3.0.12:
dependencies: dependencies:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
gatsby-recipes@^0.2.7: gatsby-recipes@^0.2.16:
version "0.2.7" version "0.2.16"
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.2.7.tgz#0a9003eb354d904aed81d1417a876246a208eac2" resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.2.16.tgz#ad59cc82275b19fe5d9697037cfaf1a8cb19ce88"
integrity sha512-GM2OuXRzbRijVRG2lFQ6bwUfyfR53+lOn2jxcbzjsNxq7aL5C3q7M1ocB2xaM1YGtZaH24WzQkX5y8GSrQK2cA== integrity sha512-Aq3zeg0kmzKlqiQWoONMz3cf/QdP/AjUEGNdUhEKyvwgd0d7K9may99ltrzcssLfhkLtv/+aPJllhQG//RQxqQ==
dependencies: dependencies:
"@babel/core" "^7.9.6" "@babel/core" "^7.9.6"
"@babel/generator" "^7.9.6" "@babel/generator" "^7.9.6"
@ -8852,6 +8866,7 @@ gatsby-recipes@^0.2.7:
acorn-jsx "^5.2.0" acorn-jsx "^5.2.0"
ansi-html "^0.0.7" ansi-html "^0.0.7"
babel-plugin-remove-export-keywords "^1.6.5" babel-plugin-remove-export-keywords "^1.6.5"
better-queue "^3.8.10"
chokidar "3.4.0" chokidar "3.4.0"
concurrently "^5.0.0" concurrently "^5.0.0"
contentful-management "^5.26.3" contentful-management "^5.26.3"
@ -8867,7 +8882,7 @@ gatsby-recipes@^0.2.7:
fs-extra "^8.1.0" fs-extra "^8.1.0"
gatsby-core-utils "^1.3.15" gatsby-core-utils "^1.3.15"
gatsby-interface "^0.0.166" gatsby-interface "^0.0.166"
gatsby-telemetry "^1.3.26" gatsby-telemetry "^1.3.27"
glob "^7.1.6" glob "^7.1.6"
graphql "^14.6.0" graphql "^14.6.0"
graphql-compose "^6.3.8" graphql-compose "^6.3.8"
@ -8875,15 +8890,17 @@ gatsby-recipes@^0.2.7:
graphql-type-json "^0.3.2" graphql-type-json "^0.3.2"
hicat "^0.7.0" hicat "^0.7.0"
html-tag-names "^1.1.5" html-tag-names "^1.1.5"
ink-box "^1.0.0"
is-binary-path "^2.1.0" is-binary-path "^2.1.0"
is-url "^1.2.4" is-url "^1.2.4"
isomorphic-fetch "^2.1.0" isomorphic-fetch "^2.1.0"
jest-diff "^25.5.0" jest-diff "^25.5.0"
lock "^1.0.0"
lodash "^4.17.15" lodash "^4.17.15"
mitt "^1.2.0"
mkdirp "^0.5.1" mkdirp "^0.5.1"
node-fetch "^2.5.0" node-fetch "^2.5.0"
normalize.css "^8.0.1" normalize.css "^8.0.1"
p-queue "^6.4.0"
pkg-dir "^4.2.0" pkg-dir "^4.2.0"
prettier "^2.0.5" prettier "^2.0.5"
prop-types "^15.6.1" prop-types "^15.6.1"
@ -9036,10 +9053,10 @@ gatsby-source-filesystem@^2.3.24:
valid-url "^1.0.9" valid-url "^1.0.9"
xstate "^4.11.0" xstate "^4.11.0"
gatsby-telemetry@^1.3.26: gatsby-telemetry@^1.3.27:
version "1.3.26" version "1.3.27"
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.26.tgz#c9b3845787ed47258da0d902d565f7c930534871" resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.27.tgz#8e5bfa3509bcc99b11ecd5b0ed2a89f3bdc61dbb"
integrity sha512-10DqlSw0mvuRcQfoYmYdt+XAZqECqCUY8wYWo1Vpg3BwSpRtaW2rFjDqPa+MZSB5qfBfL92urDw8g1uZZolBNQ== integrity sha512-cX3+6dB3Tc6KYebYjVL0DGBvlnlJ43whmkVDKlcsSHyOKMkQBaCD4cKav3Im6iFa3jhmj5Z2MH20oPC26tHSTQ==
dependencies: dependencies:
"@babel/code-frame" "^7.10.3" "@babel/code-frame" "^7.10.3"
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
@ -9084,23 +9101,23 @@ gatsby-transformer-remark@^2.8.28:
unist-util-select "^1.5.0" unist-util-select "^1.5.0"
unist-util-visit "^1.4.1" unist-util-visit "^1.4.1"
gatsby-transformer-sharp@^2.5.12: gatsby-transformer-sharp@^2.5.13:
version "2.5.12" version "2.5.13"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.12.tgz#de1cc193c7bbd5a62868bc72eac2f7ebb30418ea" resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.13.tgz#f323072d885c0fae54a55cb105f543d7c08d3a14"
integrity sha512-f9VQVs7WFv3js6oGReJX1WUYxYTfE9CT+VV8tJHJ+uiUQ8JpDHRq4hjDGdhfFgaPjsmdb7Y4gUVOsLsWLitXOg== integrity sha512-3jHVuD0SnOdG+6rk7HjUG1F1UPZZrz33196bDnbaR3YYRh8MMlLkoKH+2oZ/i9SLCxkU1jNBozMJzYMyonHZvg==
dependencies: dependencies:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
bluebird "^3.7.2" bluebird "^3.7.2"
fs-extra "^8.1.0" fs-extra "^8.1.0"
potrace "^2.1.8" potrace "^2.1.8"
probe-image-size "^4.1.1" probe-image-size "^4.1.1"
semver "^5.7.1" semver "^7.3.2"
sharp "^0.25.1" sharp "^0.25.1"
gatsby@^2.24.33: gatsby@^2.24.47:
version "2.24.33" version "2.24.47"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.33.tgz#ddbc1b55a94bbfd072dcdbcee5f58facaee785d0" resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.47.tgz#44f50af6304111c0e5b7f9e9b777103dc2245a93"
integrity sha512-Pf7pqY9oz+arD0n2UvRgMuw5SK5B3zDVaMzYA2fQYV+Z7th8hR0i/ek0PMFv1iCDn0eFzv5bRcJVQM6AopuxEg== integrity sha512-+LLqdKqfVGpk0GyKMaWMnCqonVUyumg7a5fhODdZbDELmcNsQKtO5HShKs8ZbMm1PIIHewmU3uRlqRZygfAD6w==
dependencies: dependencies:
"@babel/code-frame" "^7.10.3" "@babel/code-frame" "^7.10.3"
"@babel/core" "^7.10.3" "@babel/core" "^7.10.3"
@ -9123,7 +9140,7 @@ gatsby@^2.24.33:
babel-loader "^8.1.0" babel-loader "^8.1.0"
babel-plugin-add-module-exports "^0.3.3" babel-plugin-add-module-exports "^0.3.3"
babel-plugin-dynamic-import-node "^2.3.3" babel-plugin-dynamic-import-node "^2.3.3"
babel-plugin-remove-graphql-queries "^2.9.16" babel-plugin-remove-graphql-queries "^2.9.17"
babel-preset-gatsby "^0.5.5" babel-preset-gatsby "^0.5.5"
better-opn "1.0.0" better-opn "1.0.0"
better-queue "^3.8.10" better-queue "^3.8.10"
@ -9163,15 +9180,15 @@ gatsby@^2.24.33:
find-cache-dir "^3.3.1" find-cache-dir "^3.3.1"
fs-exists-cached "1.0.0" fs-exists-cached "1.0.0"
fs-extra "^8.1.0" fs-extra "^8.1.0"
gatsby-cli "^2.12.77" gatsby-cli "^2.12.87"
gatsby-core-utils "^1.3.15" gatsby-core-utils "^1.3.15"
gatsby-graphiql-explorer "^0.4.12" gatsby-graphiql-explorer "^0.4.12"
gatsby-legacy-polyfills "^0.0.2" gatsby-legacy-polyfills "^0.0.2"
gatsby-link "^2.4.13" gatsby-link "^2.4.13"
gatsby-plugin-page-creator "^2.3.20" gatsby-plugin-page-creator "^2.3.22"
gatsby-plugin-typescript "^2.4.17" gatsby-plugin-typescript "^2.4.18"
gatsby-react-router-scroll "^3.0.12" gatsby-react-router-scroll "^3.0.12"
gatsby-telemetry "^1.3.26" gatsby-telemetry "^1.3.27"
glob "^7.1.6" glob "^7.1.6"
got "8.3.2" got "8.3.2"
graphql "^14.6.0" graphql "^14.6.0"
@ -9217,7 +9234,7 @@ gatsby@^2.24.33:
react-refresh "^0.7.0" react-refresh "^0.7.0"
redux "^4.0.5" redux "^4.0.5"
redux-thunk "^2.3.0" redux-thunk "^2.3.0"
semver "^5.7.1" semver "^7.3.2"
shallow-compare "^1.2.2" shallow-compare "^1.2.2"
signal-exit "^3.0.3" signal-exit "^3.0.3"
slugify "^1.4.4" slugify "^1.4.4"
@ -10690,6 +10707,14 @@ ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
version "1.3.5" version "1.3.5"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
ink-box@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/ink-box/-/ink-box-1.0.0.tgz#8cbcb5541d32787d08d43acf1a9907e86e3572f3"
integrity sha512-wD2ldWX9lcE/6+flKbAJ0TZF7gKbTH8CRdhEor6DD8d+V0hPITrrGeST2reDBpCia8wiqHrdxrqTyafwtmVanA==
dependencies:
boxen "^3.0.0"
prop-types "^15.7.2"
ink-spinner@^3.1.0: ink-spinner@^3.1.0:
version "3.1.0" version "3.1.0"
resolved "https://registry.yarnpkg.com/ink-spinner/-/ink-spinner-3.1.0.tgz#a1090102663bf3cc90f1dbfb81f143378a892300" resolved "https://registry.yarnpkg.com/ink-spinner/-/ink-spinner-3.1.0.tgz#a1090102663bf3cc90f1dbfb81f143378a892300"
@ -12236,6 +12261,11 @@ locate-path@^5.0.0:
dependencies: dependencies:
p-locate "^4.1.0" p-locate "^4.1.0"
lock@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/lock/-/lock-1.1.0.tgz#53157499d1653b136ca66451071fca615703fa55"
integrity sha1-UxV0mdFlOxNspmRRBx/KYVcD+lU=
lockfile@^1.0.4: lockfile@^1.0.4:
version "1.0.4" version "1.0.4"
resolved "https://registry.yarnpkg.com/lockfile/-/lockfile-1.0.4.tgz#07f819d25ae48f87e538e6578b6964a4981a5609" resolved "https://registry.yarnpkg.com/lockfile/-/lockfile-1.0.4.tgz#07f819d25ae48f87e538e6578b6964a4981a5609"
@ -14265,14 +14295,6 @@ p-pipe@^1.1.0:
version "1.2.0" version "1.2.0"
resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9" resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9"
p-queue@^6.4.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-6.6.0.tgz#263f2b73add4cefca81d8d6b2696ee74b326de2f"
integrity sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ==
dependencies:
eventemitter3 "^4.0.4"
p-timeout "^3.1.0"
p-reduce@^1.0.0: p-reduce@^1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa" resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa"
@ -14295,13 +14317,6 @@ p-timeout@^2.0.1:
dependencies: dependencies:
p-finally "^1.0.0" p-finally "^1.0.0"
p-timeout@^3.1.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe"
integrity sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==
dependencies:
p-finally "^1.0.0"
p-try@^1.0.0: p-try@^1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
@ -17195,11 +17210,6 @@ semver@7.0.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
semver@^5.7.1:
version "5.7.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
semver@^6.0.0, semver@^6.1.2: semver@^6.0.0, semver@^6.1.2:
version "6.2.0" version "6.2.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db" resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"
@ -18585,6 +18595,13 @@ tempfile@^2.0.0:
temp-dir "^1.0.0" temp-dir "^1.0.0"
uuid "^3.0.1" uuid "^3.0.1"
term-size@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"
integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=
dependencies:
execa "^0.7.0"
term-size@^2.1.0: term-size@^2.1.0:
version "2.1.0" version "2.1.0"
resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.1.0.tgz#3aec444c07a7cf936e157c1dc224b590c3c7eef2" resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.1.0.tgz#3aec444c07a7cf936e157c1dc224b590c3c7eef2"
@ -18998,6 +19015,11 @@ type-fest@^0.13.1:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
type-fest@^0.3.0:
version "0.3.1"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==
type-fest@^0.5.2: type-fest@^0.5.2:
version "0.5.2" version "0.5.2"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2"
@ -20026,6 +20048,13 @@ wide-align@^1.1.0:
dependencies: dependencies:
string-width "^1.0.2 || 2" string-width "^1.0.2 || 2"
widest-line@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"
integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==
dependencies:
string-width "^2.1.1"
widest-line@^3.1.0: widest-line@^3.1.0:
version "3.1.0" version "3.1.0"
resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca" resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca"