fix: update www (#23523)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
GatsbyJS Bot
2020-04-27 14:47:39 +00:00
co-authored by Renovate Bot
parent 8c0bcad53e
commit 47f6415c86
3 changed files with 316 additions and 331 deletions
+132 -152
View File
@@ -2247,9 +2247,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.0.tgz",
"integrity": "sha512-lvunFJ/JPhQHh5nOGepg1V5aX4zmbBgrd7qjlBObvQHF7Enz0yh6PznKnwtIX54i+bMOrWPUjCZUPXg3Xs+FLQ=="
"version": "2.8.5",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.8.5.tgz",
"integrity": "sha512-MnGJM4mYyhBS7xl0VUjbRk9ETRRl8H64nvg5VE3TPKPPVfRrdpUwYz0iCzFxixY+VCVkT407Wmu10Bh9AYL2SQ=="
},
"babel-plugin-transform-react-remove-prop-types": {
"version": "0.4.24",
@@ -2257,23 +2257,23 @@
"integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
},
"babel-preset-gatsby": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.0.tgz",
"integrity": "sha512-LbzP0CYBhSb9Y/rniMS2tgvtn3/8Yk1wEQ4McxuCemZkhvcCEPsqN38vqFkhn74MTQIwY8o0v9DgKE42N50c+Q==",
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.3.6.tgz",
"integrity": "sha512-3BZhFENS8KxP5Y0Y+XX8hntdfFkG3MRg5upwAeeM/P+k7wO0mBrUMNl+6ekYV1yEQabfMJq1sJG00w58r0KCMA==",
"requires": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/plugin-transform-spread": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/runtime": "^7.9.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/runtime": "^7.8.7",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^1.2.0"
"gatsby-core-utils": "^1.1.4"
}
},
"babel-runtime": {
@@ -2867,10 +2867,11 @@
}
},
"cache-manager-fs-hash": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.8.tgz",
"integrity": "sha512-U4N81RiwyUVSAutgfWxW1sV6YJRk9QgizCRXOqdEevMDNA+0uiXtnZTHYfg11RKyJnX+yXsaPsJHloIylk4ZhQ==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz",
"integrity": "sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==",
"requires": {
"es6-promisify": "^6.0.0",
"lockfile": "^1.0.4"
}
},
@@ -3018,9 +3019,9 @@
"integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc="
},
"chokidar": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz",
"integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.3.1.tgz",
"integrity": "sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==",
"requires": {
"anymatch": "~3.1.1",
"braces": "~3.0.2",
@@ -3029,7 +3030,7 @@
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.4.0"
"readdirp": "~3.3.0"
},
"dependencies": {
"anymatch": {
@@ -3095,11 +3096,11 @@
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
},
"readdirp": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz",
"integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.3.0.tgz",
"integrity": "sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==",
"requires": {
"picomatch": "^2.2.1"
"picomatch": "^2.0.7"
}
},
"to-regex-range": {
@@ -4873,6 +4874,11 @@
"is-symbol": "^1.0.2"
}
},
"es6-promisify": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.1.0.tgz",
"integrity": "sha512-jCsk2fpfEFusVv1MDkF4Uf0hAzIKNDMgR6LyOIw6a3jwkN1sCgWzuwgnsHY9YSQ8n8P31HoncvE0LC44cpWTrw=="
},
"escape-html": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
@@ -6682,16 +6688,16 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.21.0.tgz",
"integrity": "sha512-+BU+WM15IOfJeagmo0kcbogL4oCY4E8k4qlIeC98cyucCvbkaDK9R1cuXZgslA73ZJOdnWUfea7NwWLiFndXRw==",
"version": "2.20.36",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.20.36.tgz",
"integrity": "sha512-op/rtiWTATX0e8EoQIm4xfXIb4zDkpUzx5sORBCoe1I13lX/q/Z3f6FM80WmFih89VngC9juXN7oGS8TF8GHxA==",
"requires": {
"@babel/code-frame": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/parser": "^7.9.4",
"@babel/core": "^7.8.7",
"@babel/parser": "^7.8.8",
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.9.2",
"@babel/traverse": "^7.9.5",
"@babel/runtime": "^7.8.7",
"@babel/traverse": "^7.8.6",
"@hapi/joi": "^15.1.1",
"@mikaelkristiansson/domready": "^1.0.10",
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
@@ -6700,23 +6706,23 @@
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"address": "1.1.2",
"autoprefixer": "^9.7.6",
"autoprefixer": "^9.7.4",
"axios": "^0.19.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-remove-graphql-queries": "^2.9.0",
"babel-preset-gatsby": "^0.4.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-remove-graphql-queries": "^2.8.5",
"babel-preset-gatsby": "^0.3.6",
"better-opn": "1.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
"browserslist": "^4.12.0",
"browserslist": "^4.9.1",
"cache-manager": "^2.11.1",
"cache-manager-fs-hash": "^0.0.8",
"cache-manager-fs-hash": "^0.0.7",
"chalk": "^2.4.2",
"chokidar": "3.4.0",
"chokidar": "3.3.1",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"convert-hrtime": "^3.0.0",
@@ -6724,18 +6730,18 @@
"core-js": "^2.6.11",
"cors": "^2.8.5",
"css-loader": "^1.0.1",
"date-fns": "^2.12.0",
"date-fns": "^2.11.0",
"debug": "^3.2.6",
"del": "^5.1.0",
"detect-port": "^1.3.0",
"devcert": "^1.1.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
"eslint-config-react-app": "^5.2.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^1.7.0",
@@ -6747,18 +6753,18 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.12.0",
"gatsby-core-utils": "^1.2.0",
"gatsby-graphiql-explorer": "^0.4.0",
"gatsby-link": "^2.4.0",
"gatsby-plugin-page-creator": "^2.3.0",
"gatsby-react-router-scroll": "^2.3.0",
"gatsby-telemetry": "^1.3.0",
"gatsby-cli": "^2.11.22",
"gatsby-core-utils": "^1.1.4",
"gatsby-graphiql-explorer": "^0.3.5",
"gatsby-link": "^2.3.5",
"gatsby-plugin-page-creator": "^2.2.4",
"gatsby-react-router-scroll": "^2.2.3",
"gatsby-telemetry": "^1.2.6",
"glob": "^7.1.6",
"got": "8.3.2",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
"graphql-playground-middleware-express": "^1.7.14",
"graphql-playground-middleware-express": "^1.7.12",
"hasha": "^5.2.0",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
@@ -6789,7 +6795,7 @@
"pnp-webpack-plugin": "^1.6.4",
"postcss-flexbugs-fixes": "^4.2.0",
"postcss-loader": "^3.0.0",
"prompts": "^2.3.2",
"prompts": "^2.3.1",
"prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react-dev-utils": "^4.2.3",
@@ -6801,7 +6807,7 @@
"semver": "^5.7.1",
"shallow-compare": "^1.2.2",
"sift": "^5.1.0",
"signal-exit": "^3.0.3",
"signal-exit": "^3.0.2",
"slugify": "^1.4.0",
"socket.io": "^2.3.0",
"stack-trace": "^0.0.10",
@@ -6814,14 +6820,14 @@
"util.promisify": "^1.0.1",
"uuid": "^3.4.0",
"v8-compile-cache": "^1.1.2",
"webpack": "~4.43.0",
"webpack": "~4.42.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.10.3",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2",
"webpack-stats-plugin": "^0.3.1",
"xstate": "^4.9.1",
"yaml-loader": "^0.6.0"
"xstate": "^4.8.0",
"yaml-loader": "^0.5.0"
},
"dependencies": {
"ansi-regex": {
@@ -6855,28 +6861,28 @@
}
},
"gatsby-cli": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.0.tgz",
"integrity": "sha512-AT1vI09OvfEbjjpKgS2EFWC7UDdZzUJYe6Da2hN7dlcyzk9Z/qNrLu7j6PMtFbjKM3EMK2zSCX8NZ4g9igAIeg==",
"version": "2.11.22",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.11.22.tgz",
"integrity": "sha512-lU3uXiTASgbpb/iT4vvdOFST7H9LNSx54I6XG/cYOJ2z7ezB2JshuetLdfhb1HqwniIscvX60hbibcCKBd4YIw==",
"requires": {
"@babel/code-frame": "^7.8.3",
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.8.7",
"@hapi/joi": "^15.1.1",
"better-opn": "^1.0.0",
"bluebird": "^3.7.2",
"chalk": "^2.4.2",
"clipboardy": "^2.3.0",
"clipboardy": "^2.2.0",
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"core-js": "^2.6.11",
"envinfo": "^7.5.1",
"envinfo": "^7.5.0",
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.2.0",
"gatsby-recipes": "^0.1.0",
"gatsby-telemetry": "^1.3.0",
"gatsby-core-utils": "^1.1.4",
"gatsby-recipes": "^0.0.19",
"gatsby-telemetry": "^1.2.6",
"hosted-git-info": "^3.0.4",
"ink": "^2.7.1",
"ink-spinner": "^3.0.1",
@@ -6888,12 +6894,12 @@
"opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
"prompts": "^2.3.2",
"prompts": "^2.3.1",
"react": "^16.8.0",
"redux": "^4.0.5",
"resolve-cwd": "^2.0.0",
"semver": "^6.3.0",
"signal-exit": "^3.0.3",
"signal-exit": "^3.0.2",
"source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
@@ -7032,9 +7038,9 @@
}
},
"gatsby-core-utils": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.0.tgz",
"integrity": "sha512-JBsVbniXObn26Hms8Je1vJdhMW04GesochBVLcaTraZC5dfqZDExPix65jrye/voC0YfFtXIngm59yspYZm1OQ==",
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.4.tgz",
"integrity": "sha512-cXUB9PiPGqHzbFlwnJMgd9ezXb1goWOufh8oJglxp4x7vlPKUjPWpVG0UkwF6HNunpreN4WD8Jex5ed/dxEgtw==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
@@ -7042,58 +7048,58 @@
}
},
"gatsby-graphiql-explorer": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.0.tgz",
"integrity": "sha512-BddSKv1WgLnwmj0S/xyUt5jWCgWedZPuqjweMX6EwUBh36uKaI962VyRbwqE/pLdmKBMOU7u9zjNBcK5LXKbxA==",
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.3.5.tgz",
"integrity": "sha512-leGZY7oZHurMlb1fDgyzaUMhvuiw+EbtrQtD5O9niNpGPCCtrHVeYaYDx/Kh+udtwe5YMYKkZ+YjteQKg7ezEg==",
"requires": {
"@babel/runtime": "^7.9.2"
"@babel/runtime": "^7.8.7"
}
},
"gatsby-link": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.0.tgz",
"integrity": "sha512-ElaUagFLlPqtLFZc7wd9RxckfMRf45Ro1X5QZi6Lz9wNQzpT/cCYzARgfcfEbM5Dsg3/p0mIQR1+0Cbjqk+1tQ==",
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.3.5.tgz",
"integrity": "sha512-FzagAbg+hW+3YEfo9YUxwDoReB3w5AnsImYf3RkF7Z0HDW+YfYNFh8pg+iItlGXW+eVKZJavMz5lbqpD6H/m3w==",
"requires": {
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.8.7",
"@types/reach__router": "^1.3.3",
"prop-types": "^15.7.2"
}
},
"gatsby-page-utils": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.0.tgz",
"integrity": "sha512-kyvFYjGXWNKRignUaspko0TFrBufUPB0+uA+w30A81Jzc2FjD5e2yYByRBb7/pGPrHXXm7TySBt9n4/KVkXD2g==",
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.1.4.tgz",
"integrity": "sha512-TFZJZ5Nl4u0ZUUvKsm16MXZEMB9P8QCndHtkLQpNsrlUz4hiSYcb3uPgAm0WPBNL+R4PXsaXyaCysKDeMKMpGQ==",
"requires": {
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.8.7",
"bluebird": "^3.7.2",
"chokidar": "3.4.0",
"chokidar": "3.3.1",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.2.0",
"gatsby-core-utils": "^1.1.4",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
}
},
"gatsby-plugin-page-creator": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.0.tgz",
"integrity": "sha512-5FWntUeutF1YUJUy0EHuZE6xBFOljIXSVFJ9gOoQbLUrFw7ba3OW6a7DBruteRX6oOWaQ3YtjGgGOEbpsP3lTQ==",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.2.4.tgz",
"integrity": "sha512-14GjgnEJMfi59zyXTMpBoAPPmF19H+2dDCbeDJ1CgbuO5P9jTsOTaKGnrtjdt9uFVV598IaEdKu2ztpXjxkeyw==",
"requires": {
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.8.7",
"bluebird": "^3.7.2",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.2.0",
"gatsby-page-utils": "^0.1.4",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
}
},
"gatsby-react-router-scroll": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.3.0.tgz",
"integrity": "sha512-P0XR2G61pRJDO5FPe6l9GFgu3B55v0WNRBzA+H8edXtAOqFavTdfVg/CANEBu/7m0fRmUaZ8hFmvMX56ptbQ5Q==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.2.3.tgz",
"integrity": "sha512-14A4NCGl266bXAZCZZySCL/D0+d5SckRGYdBF9uNwLjTdYbcBWlSkiKT6nanqSdQDA+VIun1SGpqsmIr0I5XXw==",
"requires": {
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.8.7",
"scroll-behavior": "^0.9.12",
"warning": "^3.0.0"
},
@@ -7109,28 +7115,28 @@
}
},
"gatsby-recipes": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.0.tgz",
"integrity": "sha512-HKg9q+/Pgaw4KxTXwksZds2qjyv25IbzXABMNwtFD8V4Nh/l0szYKwJxZcptfyp2ftMv1WnK9cjF5CT1HjpwDw==",
"version": "0.0.19",
"resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.0.19.tgz",
"integrity": "sha512-591V5j+jhP1CmgANiBwWsAWbKTsZ9t5Uor4hYtnbTfx2ZefIVTd65fgvE/ajioPbAQ14USd/Z3yplHQ8Ne9Hfw==",
"requires": {
"@babel/core": "^7.9.0",
"@babel/core": "^7.8.7",
"@babel/generator": "^7.9.5",
"@babel/standalone": "^7.9.5",
"@babel/template": "^7.8.6",
"@babel/types": "^7.9.5",
"@hapi/joi": "^15.1.1",
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"@mdx-js/runtime": "^1.5.9",
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"@mdx-js/runtime": "^1.5.8",
"acorn": "^7.1.1",
"acorn-jsx": "^5.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-remove-graphql-queries": "^2.9.0",
"babel-preset-gatsby": "^0.4.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-remove-graphql-queries": "^2.8.5",
"babel-preset-gatsby": "^0.3.6",
"cors": "^2.8.5",
"detect-port": "^1.3.0",
"event-source-polyfill": "^1.0.12",
@@ -7138,8 +7144,8 @@
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.2.0",
"gatsby-telemetry": "^1.3.0",
"gatsby-core-utils": "^1.1.4",
"gatsby-telemetry": "^1.2.6",
"glob": "^7.1.6",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
@@ -7149,7 +7155,7 @@
"humanize-list": "^1.0.1",
"import-jsx": "^4.0.0",
"ink-box": "^1.0.0",
"ink-link": "^1.1.0",
"ink-link": "^1.0.0",
"ink-select-input": "^3.1.2",
"ink-spinner": "^3.0.1",
"is-blank": "^2.1.0",
@@ -7157,11 +7163,11 @@
"is-relative": "^1.0.0",
"is-string": "^1.0.5",
"is-url": "^1.2.4",
"jest-diff": "^25.4.0",
"jest-diff": "^25.3.0",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"pkg-dir": "^4.2.0",
"prettier": "^2.0.5",
"prettier": "^2.0.4",
"remark-stringify": "^8.0.0",
"semver": "^7.3.2",
"single-trailing-newline": "^1.0.0",
@@ -7171,9 +7177,9 @@
"unist-util-remove": "^2.0.0",
"unist-util-visit": "^2.0.2",
"url-loader": "^1.1.2",
"urql": "^1.9.7",
"ws": "^7.2.5",
"xstate": "^4.9.1"
"urql": "^1.9.5",
"ws": "^7.2.3",
"xstate": "^4.8.0"
},
"dependencies": {
"cross-spawn": {
@@ -7308,18 +7314,18 @@
}
},
"gatsby-telemetry": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.0.tgz",
"integrity": "sha512-efqPO6grC/lkf01bI+NPhgu6cvTY2n+ecVk1m3QTVu2K1yVW8zwqPEEQlD1jw5CZ1muF4bcc6lvMEY7BcdiHtw==",
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.2.6.tgz",
"integrity": "sha512-dPR7Ij+dkNyQQ/eHt2OFD793txv+LXN7NhZIsCT20NV7UUlPFtN+xOjmj1eRGQXe0bbgNZis24A7zN18vwKi7Q==",
"requires": {
"@babel/code-frame": "^7.8.3",
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.8.7",
"bluebird": "^3.7.2",
"boxen": "^4.2.0",
"configstore": "^5.0.1",
"envinfo": "^7.5.1",
"envinfo": "^7.5.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.2.0",
"gatsby-core-utils": "^1.1.4",
"git-up": "4.0.1",
"is-docker": "2.0.0",
"lodash": "^4.17.15",
@@ -15069,15 +15075,15 @@
"integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw=="
},
"webpack": {
"version": "4.43.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz",
"integrity": "sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==",
"version": "4.42.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.42.1.tgz",
"integrity": "sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==",
"requires": {
"@webassemblyjs/ast": "1.9.0",
"@webassemblyjs/helper-module-context": "1.9.0",
"@webassemblyjs/wasm-edit": "1.9.0",
"@webassemblyjs/wasm-parser": "1.9.0",
"acorn": "^6.4.1",
"acorn": "^6.2.1",
"ajv": "^6.10.2",
"ajv-keywords": "^3.4.1",
"chrome-trace-event": "^1.0.2",
@@ -15094,7 +15100,7 @@
"schema-utils": "^1.0.0",
"tapable": "^1.1.3",
"terser-webpack-plugin": "^1.4.3",
"watchpack": "^1.6.1",
"watchpack": "^1.6.0",
"webpack-sources": "^1.4.1"
},
"dependencies": {
@@ -15654,37 +15660,11 @@
}
},
"yaml-loader": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.6.0.tgz",
"integrity": "sha512-1bNiLelumURyj+zvVHOv8Y3dpCri0F2S+DCcmps0pA1zWRLjS+FhZQg4o3aUUDYESh73+pKZNI18bj7stpReow==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.5.0.tgz",
"integrity": "sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==",
"requires": {
"loader-utils": "^1.4.0",
"yaml": "^1.8.3"
},
"dependencies": {
"emojis-list": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
"integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
},
"json5": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
"integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
"requires": {
"minimist": "^1.2.0"
}
},
"loader-utils": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
"integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
"requires": {
"big.js": "^5.2.2",
"emojis-list": "^3.0.0",
"json5": "^1.0.1"
}
}
"js-yaml": "^3.5.2"
}
},
"yargs": {
+1 -1
View File
@@ -14,7 +14,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.21.0",
"gatsby": "^2.20.36",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
+183 -178
View File
@@ -25,7 +25,7 @@
invariant "^2.2.4"
semver "^5.5.0"
"@babel/core@7.9.0", "@babel/core@^7.5.5", "@babel/core@^7.9.0":
"@babel/core@7.9.0", "@babel/core@^7.5.5", "@babel/core@^7.8.7":
version "7.9.0"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
@@ -276,7 +276,7 @@
chalk "^2.0.0"
js-tokens "^4.0.0"
"@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0", "@babel/parser@^7.9.4":
"@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.8.8", "@babel/parser@^7.9.0":
version "7.9.4"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
@@ -347,7 +347,7 @@
"@babel/helper-plugin-utils" "^7.8.3"
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
"@babel/plugin-proposal-optional-chaining@^7.9.0":
"@babel/plugin-proposal-optional-chaining@^7.8.3", "@babel/plugin-proposal-optional-chaining@^7.9.0":
version "7.9.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.9.0.tgz#31db16b154c39d6b8a645292472b98394c292a58"
integrity sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w==
@@ -674,7 +674,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.3"
"@babel/plugin-transform-runtime@^7.9.0":
"@babel/plugin-transform-runtime@^7.8.3":
version "7.9.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.0.tgz#45468c0ae74cc13204e1d3b1f4ce6ee83258af0b"
integrity sha512-pUu9VSf3kI1OqbWINQ7MaugnitRss1z533436waNXp+0N3ur3zfut37sXiQMxkuCF4VUjwZucen/quskCh7NHw==
@@ -737,7 +737,7 @@
core-js "^2.6.5"
regenerator-runtime "^0.13.4"
"@babel/preset-env@^7.9.5":
"@babel/preset-env@^7.8.7":
version "7.9.5"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
@@ -814,7 +814,7 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"
"@babel/preset-react@^7.9.4":
"@babel/preset-react@^7.8.3":
version "7.9.4"
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.9.4.tgz#c6c97693ac65b6b9c0b4f25b948a8f665463014d"
integrity sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ==
@@ -834,7 +834,7 @@
core-js-pure "^3.0.0"
regenerator-runtime "^0.13.4"
"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
version "7.9.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
@@ -855,7 +855,7 @@
"@babel/parser" "^7.8.6"
"@babel/types" "^7.8.6"
"@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0", "@babel/traverse@^7.9.5":
"@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
version "7.9.5"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
integrity sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==
@@ -921,7 +921,7 @@
"@types/yargs" "^15.0.0"
chalk "^3.0.0"
"@mdx-js/mdx@^1.5.9":
"@mdx-js/mdx@^1.5.8", "@mdx-js/mdx@^1.5.9":
version "1.5.9"
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.5.9.tgz#16078e1660a0f5d88b7d8e73bf09b989a755fcb9"
integrity sha512-K/qYIWwV5+V1ChVHga3ZzXlXtEuNsBOt/QI54K+DvD4ayu9WdbBv/953JdC2ZPrHQek48WIbKBH27omZPA6ZPA==
@@ -946,12 +946,12 @@
unist-builder "2.0.3"
unist-util-visit "2.0.2"
"@mdx-js/react@^1.5.9":
"@mdx-js/react@^1.5.8", "@mdx-js/react@^1.5.9":
version "1.5.9"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.5.9.tgz#31873ab097fbe58c61c7585fc0be64e83182b6df"
integrity sha512-rengdUSedIdIQbXPSeafItCacTYocARAjUA51b6R1KNHmz+59efz7UmyTKr73viJQZ98ouu7iRGmOTtjRrbbWA==
"@mdx-js/runtime@^1.5.9":
"@mdx-js/runtime@^1.5.8":
version "1.5.9"
resolved "https://registry.yarnpkg.com/@mdx-js/runtime/-/runtime-1.5.9.tgz#77d961c2aebc18d77899ea4722e3918cfa34775f"
integrity sha512-h6nkjaRPXe9uNnXBObxxqHguOcXacpWqoBke5NJDPiDdaBlSl5RYG0JziKbgmJFRNEn2RkQlk/YPT46BghB7Fw==
@@ -1451,7 +1451,7 @@ acorn-jsx@^5.0.1, acorn-jsx@^5.2.0:
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
acorn@^6.1.1, acorn@^6.4.1:
acorn@^6.1.1, acorn@^6.2.1:
version "6.4.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
@@ -1805,7 +1805,7 @@ auto-bind@^4.0.0:
resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-4.0.0.tgz#e3589fc6c2da8f7ca43ba9f84fa52a744fc997fb"
integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==
autoprefixer@^9.7.6:
autoprefixer@^9.7.4:
version "9.7.6"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.6.tgz#63ac5bbc0ce7934e6997207d5bb00d68fa8293a4"
integrity sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==
@@ -1856,7 +1856,7 @@ babel-eslint@^10.1.0:
eslint-visitor-keys "^1.0.0"
resolve "^1.12.0"
babel-loader@^8.1.0:
babel-loader@^8.0.6:
version "8.1.0"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3"
integrity sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==
@@ -1882,7 +1882,7 @@ babel-plugin-apply-mdx-type-prop@^1.5.9:
"@babel/helper-plugin-utils" "7.8.3"
"@mdx-js/util" "^1.5.9"
babel-plugin-dynamic-import-node@^2.3.0, babel-plugin-dynamic-import-node@^2.3.3:
babel-plugin-dynamic-import-node@^2.3.0:
version "2.3.3"
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
@@ -1905,34 +1905,34 @@ babel-plugin-macros@^2.8.0:
cosmiconfig "^6.0.0"
resolve "^1.12.0"
babel-plugin-remove-graphql-queries@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.0.tgz#3976cf639f77835b67d73a4b45e4c56727c4aeee"
integrity sha512-lvunFJ/JPhQHh5nOGepg1V5aX4zmbBgrd7qjlBObvQHF7Enz0yh6PznKnwtIX54i+bMOrWPUjCZUPXg3Xs+FLQ==
babel-plugin-remove-graphql-queries@^2.8.5:
version "2.8.5"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.8.5.tgz#e5f39adcd48fc76814a2d6df0c79bb74af56a9c7"
integrity sha512-MnGJM4mYyhBS7xl0VUjbRk9ETRRl8H64nvg5VE3TPKPPVfRrdpUwYz0iCzFxixY+VCVkT407Wmu10Bh9AYL2SQ==
babel-plugin-transform-react-remove-prop-types@^0.4.24:
version "0.4.24"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
babel-preset-gatsby@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.4.0.tgz#78266935e58c52a2113af44fe9681e3cb95c4024"
integrity sha512-LbzP0CYBhSb9Y/rniMS2tgvtn3/8Yk1wEQ4McxuCemZkhvcCEPsqN38vqFkhn74MTQIwY8o0v9DgKE42N50c+Q==
babel-preset-gatsby@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.3.6.tgz#98f0df47c1ab8df2ce13c1c0ea68d4a1598f5bbc"
integrity sha512-3BZhFENS8KxP5Y0Y+XX8hntdfFkG3MRg5upwAeeM/P+k7wO0mBrUMNl+6ekYV1yEQabfMJq1sJG00w58r0KCMA==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.8.3"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
"@babel/plugin-proposal-optional-chaining" "^7.8.3"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
"@babel/plugin-transform-runtime" "^7.9.0"
"@babel/plugin-transform-runtime" "^7.8.3"
"@babel/plugin-transform-spread" "^7.8.3"
"@babel/preset-env" "^7.9.5"
"@babel/preset-react" "^7.9.4"
"@babel/runtime" "^7.9.2"
babel-plugin-dynamic-import-node "^2.3.3"
"@babel/preset-env" "^7.8.7"
"@babel/preset-react" "^7.8.3"
"@babel/runtime" "^7.8.7"
babel-plugin-dynamic-import-node "^2.3.0"
babel-plugin-macros "^2.8.0"
babel-plugin-transform-react-remove-prop-types "^0.4.24"
gatsby-core-utils "^1.2.0"
gatsby-core-utils "^1.1.4"
babel-runtime@^6.26.0:
version "6.26.0"
@@ -2220,7 +2220,7 @@ browserslist@4.7.0:
electron-to-chromium "^1.3.247"
node-releases "^1.1.29"
browserslist@^4.0.0, browserslist@^4.11.1, browserslist@^4.12.0, browserslist@^4.8.5, browserslist@^4.9.1:
browserslist@^4.0.0, browserslist@^4.11.1, browserslist@^4.8.5, browserslist@^4.9.1:
version "4.12.0"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d"
integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==
@@ -2341,11 +2341,12 @@ cache-base@^1.0.1:
union-value "^1.0.0"
unset-value "^1.0.0"
cache-manager-fs-hash@^0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.8.tgz#55484c4bd03c7bc4ef43008292dd32b6f7f8d9bc"
integrity sha512-U4N81RiwyUVSAutgfWxW1sV6YJRk9QgizCRXOqdEevMDNA+0uiXtnZTHYfg11RKyJnX+yXsaPsJHloIylk4ZhQ==
cache-manager-fs-hash@^0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz#297f34b9c1a2aaec7b526e7ae0742c4e3fae4888"
integrity sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==
dependencies:
es6-promisify "^6.0.0"
lockfile "^1.0.4"
cache-manager@^2.11.1:
@@ -2510,10 +2511,10 @@ charenc@~0.0.1:
resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
integrity sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=
chokidar@3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8"
integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==
chokidar@3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.1.tgz#c84e5b3d18d9a4d77558fef466b1bf16bbeb3450"
integrity sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==
dependencies:
anymatch "~3.1.1"
braces "~3.0.2"
@@ -2521,7 +2522,7 @@ chokidar@3.4.0:
is-binary-path "~2.1.0"
is-glob "~4.0.1"
normalize-path "~3.0.0"
readdirp "~3.4.0"
readdirp "~3.3.0"
optionalDependencies:
fsevents "~2.1.2"
@@ -2631,7 +2632,7 @@ cli-width@^2.0.0:
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48"
integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==
clipboardy@^2.3.0:
clipboardy@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-2.3.0.tgz#3c2903650c68e46a91b388985bc2774287dba290"
integrity sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==
@@ -3304,7 +3305,7 @@ damerau-levenshtein@^1.0.4:
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz#143c1641cb3d85c60c32329e26899adea8701791"
integrity sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==
date-fns@^2.12.0:
date-fns@^2.11.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.12.0.tgz#01754c8a2f3368fc1119cf4625c3dad8c1845ee6"
integrity sha512-qJgn99xxKnFgB1qL4jpxU7Q2t0LOn1p8KMIveef3UZD7kqjT3tpFNNdXJelEHhE+rUgffriXriw/sOSU+cS1Hw==
@@ -3840,7 +3841,7 @@ entities@^2.0.0:
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4"
integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==
envinfo@^7.5.1:
envinfo@^7.5.0:
version "7.5.1"
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.5.1.tgz#93c26897225a00457c75e734d354ea9106a72236"
integrity sha512-hQBkDf2iO4Nv0CNHpCuSBeaSrveU6nThVxFGTrq/eDlV716UQk09zChaJae4mZRsos1x4YLY2TaH3LHUae3ZmQ==
@@ -3897,6 +3898,11 @@ es-to-primitive@^1.2.1:
is-date-object "^1.0.1"
is-symbol "^1.0.2"
es6-promisify@^6.0.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-6.1.0.tgz#32e3e7e796f924a6723f09ded24e71100ea57472"
integrity sha512-jCsk2fpfEFusVv1MDkF4Uf0hAzIKNDMgR6LyOIw6a3jwkN1sCgWzuwgnsHY9YSQ8n8P31HoncvE0LC44cpWTrw==
escape-html@~1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -3907,7 +3913,7 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
eslint-config-react-app@^5.2.1:
eslint-config-react-app@^5.2.0:
version "5.2.1"
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-5.2.1.tgz#698bf7aeee27f0cea0139eaef261c7bf7dd623df"
integrity sha512-pGIZ8t0mFLcV+6ZirRgYK6RVqUIKRIi9MmgzUEmrIknsn3AdO0I32asO86dJgloHq+9ZPl8UIg8mYrvgP5u2wQ==
@@ -3956,7 +3962,7 @@ eslint-plugin-graphql@^3.1.1:
graphql-config "^2.0.1"
lodash "^4.11.1"
eslint-plugin-import@^2.20.2:
eslint-plugin-import@^2.20.1:
version "2.20.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
@@ -4695,29 +4701,29 @@ functional-red-black-tree@^1.0.1:
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
gatsby-cli@^2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.0.tgz#fc973c00ee06434fa0ed2309b552a7db33cf52ad"
integrity sha512-AT1vI09OvfEbjjpKgS2EFWC7UDdZzUJYe6Da2hN7dlcyzk9Z/qNrLu7j6PMtFbjKM3EMK2zSCX8NZ4g9igAIeg==
gatsby-cli@^2.11.22:
version "2.11.22"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.11.22.tgz#94d0357f650f6bc1e592d78ec48dba5122e73fa5"
integrity sha512-lU3uXiTASgbpb/iT4vvdOFST7H9LNSx54I6XG/cYOJ2z7ezB2JshuetLdfhb1HqwniIscvX60hbibcCKBd4YIw==
dependencies:
"@babel/code-frame" "^7.8.3"
"@babel/runtime" "^7.9.2"
"@babel/runtime" "^7.8.7"
"@hapi/joi" "^15.1.1"
better-opn "^1.0.0"
bluebird "^3.7.2"
chalk "^2.4.2"
clipboardy "^2.3.0"
clipboardy "^2.2.0"
common-tags "^1.8.0"
configstore "^5.0.1"
convert-hrtime "^3.0.0"
core-js "^2.6.11"
envinfo "^7.5.1"
envinfo "^7.5.0"
execa "^3.4.0"
fs-exists-cached "^1.0.0"
fs-extra "^8.1.0"
gatsby-core-utils "^1.2.0"
gatsby-recipes "^0.1.0"
gatsby-telemetry "^1.3.0"
gatsby-core-utils "^1.1.4"
gatsby-recipes "^0.0.19"
gatsby-telemetry "^1.2.6"
hosted-git-info "^3.0.4"
is-valid-path "^0.1.1"
lodash "^4.17.15"
@@ -4727,12 +4733,12 @@ gatsby-cli@^2.12.0:
opentracing "^0.14.4"
pretty-error "^2.1.1"
progress "^2.0.3"
prompts "^2.3.2"
prompts "^2.3.1"
react "^16.8.0"
redux "^4.0.5"
resolve-cwd "^2.0.0"
semver "^6.3.0"
signal-exit "^3.0.3"
signal-exit "^3.0.2"
source-map "0.7.3"
stack-trace "^0.0.10"
strip-ansi "^5.2.0"
@@ -4744,90 +4750,90 @@ gatsby-cli@^2.12.0:
ink "^2.7.1"
ink-spinner "^3.0.1"
gatsby-core-utils@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.2.0.tgz#3289b2183d3b0172356cf403bfc2bbf99adae670"
integrity sha512-JBsVbniXObn26Hms8Je1vJdhMW04GesochBVLcaTraZC5dfqZDExPix65jrye/voC0YfFtXIngm59yspYZm1OQ==
gatsby-core-utils@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.1.4.tgz#4b3c482f9633bafab1291a91f84caab23cdd8b85"
integrity sha512-cXUB9PiPGqHzbFlwnJMgd9ezXb1goWOufh8oJglxp4x7vlPKUjPWpVG0UkwF6HNunpreN4WD8Jex5ed/dxEgtw==
dependencies:
ci-info "2.0.0"
configstore "^5.0.1"
node-object-hash "^2.0.0"
gatsby-graphiql-explorer@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.0.tgz#1efe626ba7406f0f39784d0d971e3d27b305644c"
integrity sha512-BddSKv1WgLnwmj0S/xyUt5jWCgWedZPuqjweMX6EwUBh36uKaI962VyRbwqE/pLdmKBMOU7u9zjNBcK5LXKbxA==
gatsby-graphiql-explorer@^0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.3.5.tgz#bbd78a949989eb09b1a98cedc3d83c97588a1231"
integrity sha512-leGZY7oZHurMlb1fDgyzaUMhvuiw+EbtrQtD5O9niNpGPCCtrHVeYaYDx/Kh+udtwe5YMYKkZ+YjteQKg7ezEg==
dependencies:
"@babel/runtime" "^7.9.2"
"@babel/runtime" "^7.8.7"
gatsby-link@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.4.0.tgz#9de5851bdab0f9a92c4d91ca6d78514670e3f28a"
integrity sha512-ElaUagFLlPqtLFZc7wd9RxckfMRf45Ro1X5QZi6Lz9wNQzpT/cCYzARgfcfEbM5Dsg3/p0mIQR1+0Cbjqk+1tQ==
gatsby-link@^2.3.5:
version "2.3.5"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.3.5.tgz#a9273b47ac82ae48ada43512dbfe2fd384079435"
integrity sha512-FzagAbg+hW+3YEfo9YUxwDoReB3w5AnsImYf3RkF7Z0HDW+YfYNFh8pg+iItlGXW+eVKZJavMz5lbqpD6H/m3w==
dependencies:
"@babel/runtime" "^7.9.2"
"@babel/runtime" "^7.8.7"
"@types/reach__router" "^1.3.3"
prop-types "^15.7.2"
gatsby-page-utils@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-0.2.0.tgz#aee6c19c5dd53d082aa831dcdab45f02aecff292"
integrity sha512-kyvFYjGXWNKRignUaspko0TFrBufUPB0+uA+w30A81Jzc2FjD5e2yYByRBb7/pGPrHXXm7TySBt9n4/KVkXD2g==
gatsby-page-utils@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-0.1.4.tgz#28285473b5c28a32103d996fb9b17b7b79db65ec"
integrity sha512-TFZJZ5Nl4u0ZUUvKsm16MXZEMB9P8QCndHtkLQpNsrlUz4hiSYcb3uPgAm0WPBNL+R4PXsaXyaCysKDeMKMpGQ==
dependencies:
"@babel/runtime" "^7.9.2"
"@babel/runtime" "^7.8.7"
bluebird "^3.7.2"
chokidar "3.4.0"
chokidar "3.3.1"
fs-exists-cached "^1.0.0"
gatsby-core-utils "^1.2.0"
gatsby-core-utils "^1.1.4"
glob "^7.1.6"
lodash "^4.17.15"
micromatch "^3.1.10"
gatsby-plugin-page-creator@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.0.tgz#5638216834f0f1578ece3920ce4cd8e6ad272778"
integrity sha512-5FWntUeutF1YUJUy0EHuZE6xBFOljIXSVFJ9gOoQbLUrFw7ba3OW6a7DBruteRX6oOWaQ3YtjGgGOEbpsP3lTQ==
gatsby-plugin-page-creator@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.2.4.tgz#2308bcb64c888dcd82bd18e7d45c434567de023d"
integrity sha512-14GjgnEJMfi59zyXTMpBoAPPmF19H+2dDCbeDJ1CgbuO5P9jTsOTaKGnrtjdt9uFVV598IaEdKu2ztpXjxkeyw==
dependencies:
"@babel/runtime" "^7.9.2"
"@babel/runtime" "^7.8.7"
bluebird "^3.7.2"
fs-exists-cached "^1.0.0"
gatsby-page-utils "^0.2.0"
gatsby-page-utils "^0.1.4"
glob "^7.1.6"
lodash "^4.17.15"
micromatch "^3.1.10"
gatsby-react-router-scroll@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.3.0.tgz#55889b6c395a0d57d163fb72827b73f798a86c56"
integrity sha512-P0XR2G61pRJDO5FPe6l9GFgu3B55v0WNRBzA+H8edXtAOqFavTdfVg/CANEBu/7m0fRmUaZ8hFmvMX56ptbQ5Q==
gatsby-react-router-scroll@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.2.3.tgz#2f7198f1488c3f90079e027537b4e40709caf2a3"
integrity sha512-14A4NCGl266bXAZCZZySCL/D0+d5SckRGYdBF9uNwLjTdYbcBWlSkiKT6nanqSdQDA+VIun1SGpqsmIr0I5XXw==
dependencies:
"@babel/runtime" "^7.9.2"
"@babel/runtime" "^7.8.7"
scroll-behavior "^0.9.12"
warning "^3.0.0"
gatsby-recipes@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.1.0.tgz#657de2778204e71c720f49bd7166818345f5e1f3"
integrity sha512-HKg9q+/Pgaw4KxTXwksZds2qjyv25IbzXABMNwtFD8V4Nh/l0szYKwJxZcptfyp2ftMv1WnK9cjF5CT1HjpwDw==
gatsby-recipes@^0.0.19:
version "0.0.19"
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.0.19.tgz#65421ebeea6c37e6b6bd49545cca445c91a13de8"
integrity sha512-591V5j+jhP1CmgANiBwWsAWbKTsZ9t5Uor4hYtnbTfx2ZefIVTd65fgvE/ajioPbAQ14USd/Z3yplHQ8Ne9Hfw==
dependencies:
"@babel/core" "^7.9.0"
"@babel/core" "^7.8.7"
"@babel/generator" "^7.9.5"
"@babel/standalone" "^7.9.5"
"@babel/template" "^7.8.6"
"@babel/types" "^7.9.5"
"@hapi/joi" "^15.1.1"
"@mdx-js/mdx" "^1.5.9"
"@mdx-js/react" "^1.5.9"
"@mdx-js/runtime" "^1.5.9"
"@mdx-js/mdx" "^1.5.8"
"@mdx-js/react" "^1.5.8"
"@mdx-js/runtime" "^1.5.8"
acorn "^7.1.1"
acorn-jsx "^5.2.0"
babel-core "7.0.0-bridge.0"
babel-eslint "^10.1.0"
babel-loader "^8.1.0"
babel-loader "^8.0.6"
babel-plugin-add-module-exports "^0.3.3"
babel-plugin-dynamic-import-node "^2.3.3"
babel-plugin-remove-graphql-queries "^2.9.0"
babel-preset-gatsby "^0.4.0"
babel-plugin-dynamic-import-node "^2.3.0"
babel-plugin-remove-graphql-queries "^2.8.5"
babel-preset-gatsby "^0.3.6"
cors "^2.8.5"
detect-port "^1.3.0"
event-source-polyfill "^1.0.12"
@@ -4835,8 +4841,8 @@ gatsby-recipes@^0.1.0:
express "^4.17.1"
express-graphql "^0.9.0"
fs-extra "^8.1.0"
gatsby-core-utils "^1.2.0"
gatsby-telemetry "^1.3.0"
gatsby-core-utils "^1.1.4"
gatsby-telemetry "^1.2.6"
glob "^7.1.6"
graphql "^14.6.0"
graphql-compose "^6.3.8"
@@ -4846,7 +4852,7 @@ gatsby-recipes@^0.1.0:
humanize-list "^1.0.1"
import-jsx "^4.0.0"
ink-box "^1.0.0"
ink-link "^1.1.0"
ink-link "^1.0.0"
ink-select-input "^3.1.2"
ink-spinner "^3.0.1"
is-blank "^2.1.0"
@@ -4854,11 +4860,11 @@ gatsby-recipes@^0.1.0:
is-relative "^1.0.0"
is-string "^1.0.5"
is-url "^1.2.4"
jest-diff "^25.4.0"
jest-diff "^25.3.0"
lodash "^4.17.15"
mkdirp "^0.5.1"
pkg-dir "^4.2.0"
prettier "^2.0.5"
prettier "^2.0.4"
remark-stringify "^8.0.0"
semver "^7.3.2"
single-trailing-newline "^1.0.0"
@@ -4868,23 +4874,23 @@ gatsby-recipes@^0.1.0:
unist-util-remove "^2.0.0"
unist-util-visit "^2.0.2"
url-loader "^1.1.2"
urql "^1.9.7"
ws "^7.2.5"
xstate "^4.9.1"
urql "^1.9.5"
ws "^7.2.3"
xstate "^4.8.0"
gatsby-telemetry@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.0.tgz#0035b34c4190d17e5cab80ad07678fb0a80b04a5"
integrity sha512-efqPO6grC/lkf01bI+NPhgu6cvTY2n+ecVk1m3QTVu2K1yVW8zwqPEEQlD1jw5CZ1muF4bcc6lvMEY7BcdiHtw==
gatsby-telemetry@^1.2.6:
version "1.2.6"
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.2.6.tgz#ae6ec66b18b4c73a0b3304168d9b0e5f91617374"
integrity sha512-dPR7Ij+dkNyQQ/eHt2OFD793txv+LXN7NhZIsCT20NV7UUlPFtN+xOjmj1eRGQXe0bbgNZis24A7zN18vwKi7Q==
dependencies:
"@babel/code-frame" "^7.8.3"
"@babel/runtime" "^7.9.2"
"@babel/runtime" "^7.8.7"
bluebird "^3.7.2"
boxen "^4.2.0"
configstore "^5.0.1"
envinfo "^7.5.1"
envinfo "^7.5.0"
fs-extra "^8.1.0"
gatsby-core-utils "^1.2.0"
gatsby-core-utils "^1.1.4"
git-up "4.0.1"
is-docker "2.0.0"
lodash "^4.17.15"
@@ -4895,17 +4901,17 @@ gatsby-telemetry@^1.3.0:
stack-utils "1.0.2"
uuid "3.4.0"
gatsby@^2.21.0:
version "2.21.0"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.21.0.tgz#0e4abc974efd181aad248547daabb832cbcb0b3f"
integrity sha512-+BU+WM15IOfJeagmo0kcbogL4oCY4E8k4qlIeC98cyucCvbkaDK9R1cuXZgslA73ZJOdnWUfea7NwWLiFndXRw==
gatsby@^2.20.36:
version "2.20.36"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.20.36.tgz#99deac655880d49603fbf2f3b98c98f7e4beb633"
integrity sha512-op/rtiWTATX0e8EoQIm4xfXIb4zDkpUzx5sORBCoe1I13lX/q/Z3f6FM80WmFih89VngC9juXN7oGS8TF8GHxA==
dependencies:
"@babel/code-frame" "^7.8.3"
"@babel/core" "^7.9.0"
"@babel/parser" "^7.9.4"
"@babel/core" "^7.8.7"
"@babel/parser" "^7.8.8"
"@babel/polyfill" "^7.8.7"
"@babel/runtime" "^7.9.2"
"@babel/traverse" "^7.9.5"
"@babel/runtime" "^7.8.7"
"@babel/traverse" "^7.8.6"
"@hapi/joi" "^15.1.1"
"@mikaelkristiansson/domready" "^1.0.10"
"@pieh/friendly-errors-webpack-plugin" "1.7.0-chalk-2"
@@ -4914,23 +4920,23 @@ gatsby@^2.21.0:
"@typescript-eslint/eslint-plugin" "^2.24.0"
"@typescript-eslint/parser" "^2.24.0"
address "1.1.2"
autoprefixer "^9.7.6"
autoprefixer "^9.7.4"
axios "^0.19.2"
babel-core "7.0.0-bridge.0"
babel-eslint "^10.1.0"
babel-loader "^8.1.0"
babel-loader "^8.0.6"
babel-plugin-add-module-exports "^0.3.3"
babel-plugin-dynamic-import-node "^2.3.3"
babel-plugin-remove-graphql-queries "^2.9.0"
babel-preset-gatsby "^0.4.0"
babel-plugin-dynamic-import-node "^2.3.0"
babel-plugin-remove-graphql-queries "^2.8.5"
babel-preset-gatsby "^0.3.6"
better-opn "1.0.0"
better-queue "^3.8.10"
bluebird "^3.7.2"
browserslist "^4.12.0"
browserslist "^4.9.1"
cache-manager "^2.11.1"
cache-manager-fs-hash "^0.0.8"
cache-manager-fs-hash "^0.0.7"
chalk "^2.4.2"
chokidar "3.4.0"
chokidar "3.3.1"
common-tags "^1.8.0"
compression "^1.7.4"
convert-hrtime "^3.0.0"
@@ -4938,18 +4944,18 @@ gatsby@^2.21.0:
core-js "^2.6.11"
cors "^2.8.5"
css-loader "^1.0.1"
date-fns "^2.12.0"
date-fns "^2.11.0"
debug "^3.2.6"
del "^5.1.0"
detect-port "^1.3.0"
devcert "^1.1.0"
dotenv "^8.2.0"
eslint "^6.8.0"
eslint-config-react-app "^5.2.1"
eslint-config-react-app "^5.2.0"
eslint-loader "^2.2.1"
eslint-plugin-flowtype "^3.13.0"
eslint-plugin-graphql "^3.1.1"
eslint-plugin-import "^2.20.2"
eslint-plugin-import "^2.20.1"
eslint-plugin-jsx-a11y "^6.2.3"
eslint-plugin-react "^7.19.0"
eslint-plugin-react-hooks "^1.7.0"
@@ -4961,18 +4967,18 @@ gatsby@^2.21.0:
flat "^4.1.0"
fs-exists-cached "1.0.0"
fs-extra "^8.1.0"
gatsby-cli "^2.12.0"
gatsby-core-utils "^1.2.0"
gatsby-graphiql-explorer "^0.4.0"
gatsby-link "^2.4.0"
gatsby-plugin-page-creator "^2.3.0"
gatsby-react-router-scroll "^2.3.0"
gatsby-telemetry "^1.3.0"
gatsby-cli "^2.11.22"
gatsby-core-utils "^1.1.4"
gatsby-graphiql-explorer "^0.3.5"
gatsby-link "^2.3.5"
gatsby-plugin-page-creator "^2.2.4"
gatsby-react-router-scroll "^2.2.3"
gatsby-telemetry "^1.2.6"
glob "^7.1.6"
got "8.3.2"
graphql "^14.6.0"
graphql-compose "^6.3.8"
graphql-playground-middleware-express "^1.7.14"
graphql-playground-middleware-express "^1.7.12"
hasha "^5.2.0"
invariant "^2.2.4"
is-relative "^1.0.0"
@@ -5003,7 +5009,7 @@ gatsby@^2.21.0:
pnp-webpack-plugin "^1.6.4"
postcss-flexbugs-fixes "^4.2.0"
postcss-loader "^3.0.0"
prompts "^2.3.2"
prompts "^2.3.1"
prop-types "^15.7.2"
raw-loader "^0.5.1"
react-dev-utils "^4.2.3"
@@ -5015,7 +5021,7 @@ gatsby@^2.21.0:
semver "^5.7.1"
shallow-compare "^1.2.2"
sift "^5.1.0"
signal-exit "^3.0.3"
signal-exit "^3.0.2"
slugify "^1.4.0"
socket.io "^2.3.0"
stack-trace "^0.0.10"
@@ -5028,14 +5034,14 @@ gatsby@^2.21.0:
util.promisify "^1.0.1"
uuid "^3.4.0"
v8-compile-cache "^1.1.2"
webpack "~4.43.0"
webpack "~4.42.0"
webpack-dev-middleware "^3.7.2"
webpack-dev-server "^3.10.3"
webpack-hot-middleware "^2.25.0"
webpack-merge "^4.2.2"
webpack-stats-plugin "^0.3.1"
xstate "^4.9.1"
yaml-loader "^0.6.0"
xstate "^4.8.0"
yaml-loader "^0.5.0"
gauge@~2.7.3:
version "2.7.4"
@@ -5318,7 +5324,7 @@ graphql-playground-html@^1.6.19:
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.19.tgz#3883ecf5e8c18b3c0f08145b5417b9c01a1f0bef"
integrity sha512-cLAqoOlxHbGj/LBpr4l2BE9qXf3g8ShjQqU2daVueITI/3wIkcDQTaQaQp+HWv0uaX0dCsgMCFW/TooLj8yJOg==
graphql-playground-middleware-express@^1.7.14:
graphql-playground-middleware-express@^1.7.12:
version "1.7.14"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.7.14.tgz#19ec806c54e3d8c213e1bf00088e9e236f49b258"
integrity sha512-EqoAhbRBd7rEEEDFfvECQVmZnC4cOEmRc5goiiZldozt2GZB2UBK3/7p0DAtflg6S1w6SNUR8Tg9cDLjiL1Dew==
@@ -5915,7 +5921,7 @@ ink-box@^1.0.0:
boxen "^3.0.0"
prop-types "^15.7.2"
ink-link@^1.1.0:
ink-link@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ink-link/-/ink-link-1.1.0.tgz#e00bd68dfd163a9392baecc0808391fd07e6cfbb"
integrity sha512-a716nYz4YDPu8UOA2PwabTZgTvZa3SYB/70yeXVmTOKFAEdMbJyGSVeNuB7P+aM2olzDj9AGVchA7W5QytF9uA==
@@ -6605,7 +6611,7 @@ iterall@^1.2.1, iterall@^1.2.2:
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
jest-diff@^25.4.0:
jest-diff@^25.3.0:
version "25.4.0"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.4.0.tgz#260b70f19a46c283adcad7f081cae71eb784a634"
integrity sha512-kklLbJVXW0y8UKOWOdYhI6TH5MG6QAxrWiBMgQaPIuhj3dNFGirKCd+/xfplBXICQ7fI+3QcqHm9p9lWu1N6ug==
@@ -6638,7 +6644,7 @@ js-tokens@^3.0.2:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
js-yaml@^3.10.0, js-yaml@^3.13.1:
js-yaml@^3.10.0, js-yaml@^3.13.1, js-yaml@^3.5.2:
version "3.13.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -8320,7 +8326,7 @@ physical-cpu-count@^2.0.0:
resolved "https://registry.yarnpkg.com/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz#18de2f97e4bf7a9551ad7511942b5496f7aba660"
integrity sha1-GN4vl+S/epVRrXURlCtUlverpmA=
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.0.7, picomatch@^2.2.1:
version "2.2.2"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
@@ -8772,7 +8778,7 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
prettier@2.0.5, prettier@^2.0.5:
prettier@2.0.5, prettier@^2.0.4:
version "2.0.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
@@ -8820,7 +8826,7 @@ promise-inflight@^1.0.1:
resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
prompts@^2.3.2:
prompts@^2.3.1:
version "2.3.2"
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.2.tgz#480572d89ecf39566d2bd3fe2c9fccb7c4c0b068"
integrity sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA==
@@ -9204,12 +9210,12 @@ readdirp@^2.2.1:
micromatch "^3.1.10"
readable-stream "^2.0.2"
readdirp@~3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada"
integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==
readdirp@~3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.3.0.tgz#984458d13a1e42e2e9f5841b129e162f369aff17"
integrity sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==
dependencies:
picomatch "^2.2.1"
picomatch "^2.0.7"
recursive-readdir@2.2.1:
version "2.2.1"
@@ -9858,7 +9864,7 @@ sift@^5.1.0:
resolved "https://registry.yarnpkg.com/sift/-/sift-5.1.0.tgz#1bbf2dfb0eb71e56c4cc7fb567fbd1351b65015e"
integrity sha1-G78t+w63HlbEzH+1Z/vRNRtlAV4=
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
signal-exit@^3.0.0, signal-exit@^3.0.2:
version "3.0.3"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
@@ -11058,7 +11064,7 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"
urql@^1.9.7:
urql@^1.9.5:
version "1.9.7"
resolved "https://registry.yarnpkg.com/urql/-/urql-1.9.7.tgz#d3970a3af4a9d46528ec7c2f2e9839944875d8bf"
integrity sha512-zMLVeoAzY+C/RQGXjYYNC/XMqzMoyF1xjMNELTz4FNwXMEnk1wfCbgcQBbHyRVPql/9/CjY9Igq7AxUfY67Y5Q==
@@ -11186,7 +11192,7 @@ warning@^4.0.3:
dependencies:
loose-envify "^1.0.0"
watchpack@^1.6.1:
watchpack@^1.6.0:
version "1.6.1"
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.1.tgz#280da0a8718592174010c078c7585a74cd8cd0e2"
integrity sha512-+IF9hfUFOrYOOaKyfaI7h7dquUIOgyEMoQMLA7OP5FxegKA2+XdXThAZ9TU2kucfhDH7rfMHs1oPYziVGWRnZA==
@@ -11295,16 +11301,16 @@ webpack-stats-plugin@^0.3.1:
resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-0.3.1.tgz#1103c39a305a4e6ba15d5078db84bc0b35447417"
integrity sha512-pxqzFE055NlNTlNyfDG3xlB2QwT1EWdm/CF5dCJI/e+rRHVxrWhWg1rf1lfsWhI1/EePv8gi/A36YxO/+u0FgQ==
webpack@~4.43.0:
version "4.43.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.43.0.tgz#c48547b11d563224c561dad1172c8aa0b8a678e6"
integrity sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==
webpack@~4.42.0:
version "4.42.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.42.1.tgz#ae707baf091f5ca3ef9c38b884287cfe8f1983ef"
integrity sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==
dependencies:
"@webassemblyjs/ast" "1.9.0"
"@webassemblyjs/helper-module-context" "1.9.0"
"@webassemblyjs/wasm-edit" "1.9.0"
"@webassemblyjs/wasm-parser" "1.9.0"
acorn "^6.4.1"
acorn "^6.2.1"
ajv "^6.10.2"
ajv-keywords "^3.4.1"
chrome-trace-event "^1.0.2"
@@ -11321,7 +11327,7 @@ webpack@~4.43.0:
schema-utils "^1.0.0"
tapable "^1.1.3"
terser-webpack-plugin "^1.4.3"
watchpack "^1.6.1"
watchpack "^1.6.0"
webpack-sources "^1.4.1"
websocket-driver@>=0.5.1:
@@ -11478,7 +11484,7 @@ ws@^6.2.1:
dependencies:
async-limiter "~1.0.0"
ws@^7.1.2, ws@^7.2.5:
ws@^7.1.2, ws@^7.2.3:
version "7.2.5"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.5.tgz#abb1370d4626a5a9cd79d8de404aa18b3465d10d"
integrity sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==
@@ -11512,7 +11518,7 @@ xregexp@^4.3.0:
dependencies:
"@babel/runtime-corejs3" "^7.8.3"
xstate@^4.9.1:
xstate@^4.8.0:
version "4.9.1"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.9.1.tgz#da883ae0993b129ba0b54592c59b069963b0fe0a"
integrity sha512-cfNnRaBebnr1tvs0nHBUTyomfJx36+8MWwXceyNTZfjyELMM8nIoiBDcUzfKmpNlnAvs2ZPREos19cw6Zl4nng==
@@ -11537,15 +11543,14 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
yaml-loader@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/yaml-loader/-/yaml-loader-0.6.0.tgz#fe1c48b9f4803dace55a59a1474e790ba6ab1b48"
integrity sha512-1bNiLelumURyj+zvVHOv8Y3dpCri0F2S+DCcmps0pA1zWRLjS+FhZQg4o3aUUDYESh73+pKZNI18bj7stpReow==
yaml-loader@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/yaml-loader/-/yaml-loader-0.5.0.tgz#86b1982d84a8e429e6647d93de9a0169e1c15827"
integrity sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==
dependencies:
loader-utils "^1.4.0"
yaml "^1.8.3"
js-yaml "^3.5.2"
yaml@^1.7.2, yaml@^1.8.3:
yaml@^1.7.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.9.2.tgz#f0cfa865f003ab707663e4f04b3956957ea564ed"
integrity sha512-HPT7cGGI0DuRcsO51qC1j9O16Dh1mZ2bnXwsi0jrSpsLz0WxOLSLXfkABVl6bZO629py3CU+OMJtpNHDLB97kg==