Bump gatsby from 3.7.2 to 3.8.0 in /packages/website

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.7.2...gatsby@3.8.0)

---
updated-dependencies:
- dependency-name: gatsby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-28 19:47:41 +00:00 committed by GitHub
parent 855a1a30bd
commit 4e7a2cbf22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 154 additions and 166 deletions

View File

@ -18,7 +18,7 @@
"copy-text-to-clipboard": "^3.0.1",
"crypto-browserify": "^3.12.0",
"framer-motion": "^4.1.17",
"gatsby": "^3.7.2",
"gatsby": "^3.8.0",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.7.1",
"gatsby-plugin-image": "^1.7.1",
@ -1673,9 +1673,9 @@
}
},
"node_modules/@babel/standalone": {
"version": "7.14.6",
"resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.14.6.tgz",
"integrity": "sha512-oAoSp82jhJFnXKybKTOj5QF04XxiDRyiiqrFToiU1udlBXuZoADlPmmnOcuqBrZxSNNUjzJIVK8vt838Qoqjxg==",
"version": "7.14.7",
"resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.14.7.tgz",
"integrity": "sha512-7RlfMPR4604SbYpj5zvs2ZK587hVhixgU9Pd9Vs8lB8KYtT3U0apXSf0vZXhy8XRh549eUmJOHXhWKTO3ObzOQ==",
"engines": {
"node": ">=6.9.0"
}
@ -2743,11 +2743,6 @@
"resolved": "https://registry.npmjs.org/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz",
"integrity": "sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA=="
},
"node_modules/@mikaelkristiansson/domready": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@mikaelkristiansson/domready/-/domready-1.0.11.tgz",
"integrity": "sha512-nEBLOa0JgtqahmPrnJZ18epLiFBzxhdKgo4uhN3TaBFRmM30pEVrS9FAEV4tg92d8PTdU+dYQx2lnpPyFMgMcg=="
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@ -4717,9 +4712,9 @@
}
},
"node_modules/babel-plugin-remove-graphql-queries": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.1.tgz",
"integrity": "sha512-9fANNkzCZJ0i65FXGnoeg/knDPC3riazCDyRrcH/2DVovxChAMSN2mqh/7eohJ8IrB/0e6cwLO4VirqanSk1Hw==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.8.0.tgz",
"integrity": "sha512-ArP55oowkMmMXxz1Q7OAsPUSt09gwRDzRtOi5cdrhhNsN7z4XOmy0n+ImYSyNxId0NL7wG2g2KT8wRdgmZ95Ig==",
"engines": {
"node": ">=12.13.0"
},
@ -4748,9 +4743,9 @@
"integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
},
"node_modules/babel-preset-gatsby": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.1.tgz",
"integrity": "sha512-p/Itb6isKOHwfSkhJZJNkQvgA5odSw1m3g4wikgruJyQnUr+cjroMkPd3LBXGKctaX9Zbtf9/mbPU6V/sm5hlQ==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.8.0.tgz",
"integrity": "sha512-TsVq/vjVl1LlX6CayhKMzGCx4ycRLl1ts1Cz9kcwdetvBVoGvvZ27t7BcT6ZXHMososJwq3dmHyYjuG338LIdw==",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.0",
@ -4765,8 +4760,8 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^2.7.1",
"gatsby-legacy-polyfills": "^1.7.0"
"gatsby-core-utils": "^2.8.0",
"gatsby-legacy-polyfills": "^1.8.0"
},
"engines": {
"node": ">=12.13.0"
@ -6897,9 +6892,9 @@
}
},
"node_modules/contentful-management": {
"version": "7.25.0",
"resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.25.0.tgz",
"integrity": "sha512-TX5X2g16uyDSRDCD9PotgaFoQoL7ABM6Zq4b4YZ6FZ10U17itWYKl6wJzLs2gWXnJbbwC+othWXrIaDQ00BsXQ==",
"version": "7.25.1",
"resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.25.1.tgz",
"integrity": "sha512-V8tcSHw3MwWKWHWMW+AZB6lP31hreos+v2gtayZczWXYRcfd+owt+qVjbkLZk1pL80ewSmc8Pl1A7rM/oB2ldw==",
"dependencies": {
"@types/json-patch": "0.0.30",
"axios": "^0.21.0",
@ -7024,9 +7019,9 @@
}
},
"node_modules/core-js": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.14.0.tgz",
"integrity": "sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==",
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz",
"integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@ -7119,9 +7114,9 @@
"integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
},
"node_modules/create-gatsby": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.1.tgz",
"integrity": "sha512-X330+JLFhnYDVTEs7nd5nQiaqWc9aq/gAY6V/jXo2ZwySZRW2XMAaL1ROLpkd5MwywTfykW0oJWRhLBwC17a7A==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.8.0.tgz",
"integrity": "sha512-AW3PZONTFfTMKmUfHbpwHebL8/QCbQ0qPwH9piNHen4/7EeZyaN7ZzeilKMUue4DEi9Om7VKlZtW+bKcVml3bg==",
"bin": {
"create-gatsby": "cli.js"
}
@ -11190,9 +11185,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"node_modules/gatsby": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.2.tgz",
"integrity": "sha512-grweoXdoE/Y6f1/qj3wDJ5JVQvfEwz/EPqPF9IXE3fbHdItr6hFCfYW9TmQopSHMuCxzvNhoCgwtyUL6sobBgw==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.0.tgz",
"integrity": "sha512-6l1IOslajKT8Umz+qDIfu2Bv1ldAbLnsrMId6ExWvcoqNjOw2eSyGHkGjwnQIwl17A0UcA1wSTAw/Gsj480IxA==",
"hasInstallScript": true,
"dependencies": {
"@babel/code-frame": "^7.14.0",
@ -11204,7 +11199,6 @@
"@babel/types": "^7.14.0",
"@gatsbyjs/reach-router": "^1.3.6",
"@gatsbyjs/webpack-hot-middleware": "^2.25.2",
"@mikaelkristiansson/domready": "^1.0.10",
"@nodelib/fs.walk": "^1.2.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/http-proxy": "^1.17.4",
@ -11218,8 +11212,8 @@
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-remove-graphql-queries": "^3.7.1",
"babel-preset-gatsby": "^1.7.1",
"babel-plugin-remove-graphql-queries": "^3.8.0",
"babel-preset-gatsby": "^1.8.0",
"better-opn": "^2.0.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
@ -11261,16 +11255,16 @@
"find-cache-dir": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^3.7.1",
"gatsby-core-utils": "^2.7.1",
"gatsby-graphiql-explorer": "^1.7.1",
"gatsby-legacy-polyfills": "^1.7.0",
"gatsby-link": "^3.7.1",
"gatsby-plugin-page-creator": "^3.7.1",
"gatsby-plugin-typescript": "^3.7.1",
"gatsby-plugin-utils": "^1.7.1",
"gatsby-react-router-scroll": "^4.7.1",
"gatsby-telemetry": "^2.7.1",
"gatsby-cli": "^3.8.0",
"gatsby-core-utils": "^2.8.0",
"gatsby-graphiql-explorer": "^1.8.0",
"gatsby-legacy-polyfills": "^1.8.0",
"gatsby-link": "^3.8.0",
"gatsby-plugin-page-creator": "^3.8.0",
"gatsby-plugin-typescript": "^3.8.0",
"gatsby-plugin-utils": "^1.8.0",
"gatsby-react-router-scroll": "^4.8.0",
"gatsby-telemetry": "^2.8.0",
"glob": "^7.1.6",
"got": "8.3.2",
"graphql": "^15.4.0",
@ -11378,9 +11372,9 @@
}
},
"node_modules/gatsby-cli": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.1.tgz",
"integrity": "sha512-IWs7eU3tOad4qiglvokrZEL2yJPQsXjuzKW5slfXbhuj5pIc+o65f389HeOq20wHPh7ACHfZPMftvhtaPsO91g==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.8.0.tgz",
"integrity": "sha512-81rQNDgHgkXoFMiwluZGN0ETKonGn8tl1uxL3OpOx3aOfP1aPv5NBSOLX70O6vo9jXyg6oy0gPHGjhbQMdSyIw==",
"hasInstallScript": true,
"dependencies": {
"@babel/code-frame": "^7.14.0",
@ -11391,14 +11385,14 @@
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^1.7.1",
"create-gatsby": "^1.8.0",
"envinfo": "^7.7.3",
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.7.1",
"gatsby-recipes": "^0.18.1",
"gatsby-telemetry": "^2.7.1",
"gatsby-core-utils": "^2.8.0",
"gatsby-recipes": "^0.19.0",
"gatsby-telemetry": "^2.8.0",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"joi": "^17.4.0",
@ -11763,9 +11757,9 @@
}
},
"node_modules/gatsby-graphiql-explorer": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.1.tgz",
"integrity": "sha512-m+41RTywPpUnMYwMAykgfocUGURp1wGrtoVqZiyCgLMW/erjU0NL61pwIidOInpuSL/61/3O9WAKiPwNTM95kQ==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.8.0.tgz",
"integrity": "sha512-PEMIKJdvPhJWChb0+ANwAzvFmmPXOKpo1kgi80O/J4OphVJN6059H9gUWGedIo2wwQ9db7wdguOvtYMMWsKeZQ==",
"dependencies": {
"@babel/runtime": "^7.14.0"
},
@ -11787,9 +11781,9 @@
}
},
"node_modules/gatsby-legacy-polyfills": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz",
"integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.8.0.tgz",
"integrity": "sha512-u/vlxcxR5Ny6btWGqKnC06spGZzIezUOPpuM36OmDtq6GjefS7EVkOd+tghZ1UUP7xCEIb+4xCLlOD83K/fOKg==",
"dependencies": {
"core-js-compat": "3.9.0"
}
@ -11816,9 +11810,9 @@
}
},
"node_modules/gatsby-link": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.1.tgz",
"integrity": "sha512-5mPLepeP9SgG3zEY7/jjiXV3nYAgAZnIdE5ctlfh+Yc5Cfgc5jxhFT6vTuqcwPMTvCYRp/O8j+yPbP+Ec37ITA==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.8.0.tgz",
"integrity": "sha512-Ruso8cP++5egvpzx5y8HMJouA1ldkNsHMtHANYwZnSZ2Wd+OHfR+kWRRS+zPqqHbhRmMeecdTXRCth07vvzKEw==",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@types/reach__router": "^1.3.7",
@ -11834,15 +11828,15 @@
}
},
"node_modules/gatsby-page-utils": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.1.tgz",
"integrity": "sha512-PcElHifovBu7E/xC/724eYr6vTAKc0Uqf/ZFZWG5GB5td+MG2A5pGiUBGDmmxsIO7b4c8X5oW8Jtem9zKoOI8w==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.8.0.tgz",
"integrity": "sha512-5fa5JbrHPiVDrBtkjoZySdClTUfmYBGg5OSMF2d/mFXEh8NCjSQK8EmosHO4u7uwLYT/gnb+BwsoVkuXYt+hHQ==",
"dependencies": {
"@babel/runtime": "^7.14.0",
"bluebird": "^3.7.2",
"chokidar": "^3.5.1",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^2.7.1",
"gatsby-core-utils": "^2.8.0",
"glob": "^7.1.6",
"lodash": "^4.17.21",
"micromatch": "^4.0.2"
@ -11996,17 +11990,17 @@
}
},
"node_modules/gatsby-plugin-page-creator": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.1.tgz",
"integrity": "sha512-3Lon4tWmsSwA8jWnTtsQ8JwgKm18Y92ImkQe6yb0kXf4ZE/MeAZDj5ISMdZZWrkwAtSFXLNkNeCuap6jU04DjQ==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.8.0.tgz",
"integrity": "sha512-6H+7+74f8rHay8V6EF80/ucDUREjaqCfrW5KSjAYxrc7uh8s5QNeumgNixQUAofnZQOCLTiyw1C3lOQnUVL4Xg==",
"dependencies": {
"@babel/traverse": "^7.14.0",
"@sindresorhus/slugify": "^1.1.2",
"chokidar": "^3.5.1",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^2.7.1",
"gatsby-page-utils": "^1.7.1",
"gatsby-telemetry": "^2.7.1",
"gatsby-core-utils": "^2.8.0",
"gatsby-page-utils": "^1.8.0",
"gatsby-telemetry": "^2.8.0",
"globby": "^11.0.3",
"lodash": "^4.17.21"
},
@ -12389,9 +12383,9 @@
}
},
"node_modules/gatsby-plugin-typescript": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.1.tgz",
"integrity": "sha512-zOuPrtjnvAPQa9AkjgipKYES6YR7WLr/Rru13zsQCubwr9UtkgyXlQB4bqYuyDEKy0F0HHGLU69WQKNYvP3PhA==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.8.0.tgz",
"integrity": "sha512-FmDA6DLcotzLHbRpxTJpamEcTh3xRdMNcD0i0RBVcsv3VCnsQHiQQ/1CEtxs4erk7SgvWd+q+ywQQjTkVugXyA==",
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.0",
@ -12399,7 +12393,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.14.0",
"@babel/preset-typescript": "^7.14.0",
"@babel/runtime": "^7.14.0",
"babel-plugin-remove-graphql-queries": "^3.7.1"
"babel-plugin-remove-graphql-queries": "^3.8.0"
},
"engines": {
"node": ">=12.13.0"
@ -12423,9 +12417,9 @@
}
},
"node_modules/gatsby-react-router-scroll": {
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.1.tgz",
"integrity": "sha512-APdwZYk2WZ3Bf8EeovYXQh8KHHQ59WfcFhUNU0CJ/z1xwLatqkg4kDxmGWPydHx7DTOM6WbmmaL33L1n0ybEcw==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.8.0.tgz",
"integrity": "sha512-bKraD+ng3R8FZNEuOIshSmr6DKgholdqo94XHm9DeQVIsd0A/5PPJ+inzTb+vG04UTuFZo03cPZHf3eIGaDXVg==",
"dependencies": {
"@babel/runtime": "^7.14.0"
},
@ -12439,9 +12433,9 @@
}
},
"node_modules/gatsby-recipes": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.1.tgz",
"integrity": "sha512-gjtCDu1qMtQkjmA5mrHw4orFxkoUPW9VnyVcLc8kcGAjJLR3MTKeECQL6p0SrKHgsbJTkOJ2BTvzU3R5jENBbg==",
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.19.0.tgz",
"integrity": "sha512-yboFABHUNB9+1x/RA13yKU/P0/2K+SaenudC+THshxL4uiUHlbU029iXp6Di2zMfIhak8aZ7FyUrpCieey/0Rw==",
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/generator": "^7.14.0",
@ -12466,8 +12460,8 @@
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.7.1",
"gatsby-telemetry": "^2.7.1",
"gatsby-core-utils": "^2.8.0",
"gatsby-telemetry": "^2.8.0",
"glob": "^7.1.6",
"graphql": "^15.4.0",
"graphql-compose": "~7.25.0",
@ -18123,9 +18117,9 @@
}
},
"node_modules/micromark-extension-mdxjs/node_modules/acorn": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.4.0.tgz",
"integrity": "sha512-ULr0LDaEqQrMFGyQ3bhJkLsbtrQ8QibAseGZeaSUiT/6zb9IvIkomWHJIvgvwad+hinRAgsI51JcWk2yvwyL+w==",
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.4.1.tgz",
"integrity": "sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==",
"bin": {
"acorn": "bin/acorn"
},
@ -29289,9 +29283,9 @@
}
},
"@babel/standalone": {
"version": "7.14.6",
"resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.14.6.tgz",
"integrity": "sha512-oAoSp82jhJFnXKybKTOj5QF04XxiDRyiiqrFToiU1udlBXuZoADlPmmnOcuqBrZxSNNUjzJIVK8vt838Qoqjxg=="
"version": "7.14.7",
"resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.14.7.tgz",
"integrity": "sha512-7RlfMPR4604SbYpj5zvs2ZK587hVhixgU9Pd9Vs8lB8KYtT3U0apXSf0vZXhy8XRh549eUmJOHXhWKTO3ObzOQ=="
},
"@babel/template": {
"version": "7.14.5",
@ -30159,11 +30153,6 @@
"resolved": "https://registry.npmjs.org/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz",
"integrity": "sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA=="
},
"@mikaelkristiansson/domready": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@mikaelkristiansson/domready/-/domready-1.0.11.tgz",
"integrity": "sha512-nEBLOa0JgtqahmPrnJZ18epLiFBzxhdKgo4uhN3TaBFRmM30pEVrS9FAEV4tg92d8PTdU+dYQx2lnpPyFMgMcg=="
},
"@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@ -31670,9 +31659,9 @@
"requires": {}
},
"babel-plugin-remove-graphql-queries": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.1.tgz",
"integrity": "sha512-9fANNkzCZJ0i65FXGnoeg/knDPC3riazCDyRrcH/2DVovxChAMSN2mqh/7eohJ8IrB/0e6cwLO4VirqanSk1Hw==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.8.0.tgz",
"integrity": "sha512-ArP55oowkMmMXxz1Q7OAsPUSt09gwRDzRtOi5cdrhhNsN7z4XOmy0n+ImYSyNxId0NL7wG2g2KT8wRdgmZ95Ig==",
"requires": {}
},
"babel-plugin-syntax-object-rest-spread": {
@ -31695,9 +31684,9 @@
"integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
},
"babel-preset-gatsby": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.1.tgz",
"integrity": "sha512-p/Itb6isKOHwfSkhJZJNkQvgA5odSw1m3g4wikgruJyQnUr+cjroMkPd3LBXGKctaX9Zbtf9/mbPU6V/sm5hlQ==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.8.0.tgz",
"integrity": "sha512-TsVq/vjVl1LlX6CayhKMzGCx4ycRLl1ts1Cz9kcwdetvBVoGvvZ27t7BcT6ZXHMososJwq3dmHyYjuG338LIdw==",
"requires": {
"@babel/plugin-proposal-class-properties": "^7.14.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.0",
@ -31712,8 +31701,8 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^2.7.1",
"gatsby-legacy-polyfills": "^1.7.0"
"gatsby-core-utils": "^2.8.0",
"gatsby-legacy-polyfills": "^1.8.0"
}
},
"babel-runtime": {
@ -33402,9 +33391,9 @@
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
},
"contentful-management": {
"version": "7.25.0",
"resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.25.0.tgz",
"integrity": "sha512-TX5X2g16uyDSRDCD9PotgaFoQoL7ABM6Zq4b4YZ6FZ10U17itWYKl6wJzLs2gWXnJbbwC+othWXrIaDQ00BsXQ==",
"version": "7.25.1",
"resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.25.1.tgz",
"integrity": "sha512-V8tcSHw3MwWKWHWMW+AZB6lP31hreos+v2gtayZczWXYRcfd+owt+qVjbkLZk1pL80ewSmc8Pl1A7rM/oB2ldw==",
"requires": {
"@types/json-patch": "0.0.30",
"axios": "^0.21.0",
@ -33496,9 +33485,9 @@
}
},
"core-js": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.14.0.tgz",
"integrity": "sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA=="
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.1.tgz",
"integrity": "sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg=="
},
"core-js-compat": {
"version": "3.14.0",
@ -33572,9 +33561,9 @@
}
},
"create-gatsby": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.1.tgz",
"integrity": "sha512-X330+JLFhnYDVTEs7nd5nQiaqWc9aq/gAY6V/jXo2ZwySZRW2XMAaL1ROLpkd5MwywTfykW0oJWRhLBwC17a7A=="
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.8.0.tgz",
"integrity": "sha512-AW3PZONTFfTMKmUfHbpwHebL8/QCbQ0qPwH9piNHen4/7EeZyaN7ZzeilKMUue4DEi9Om7VKlZtW+bKcVml3bg=="
},
"create-hash": {
"version": "1.2.0",
@ -36708,9 +36697,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.2.tgz",
"integrity": "sha512-grweoXdoE/Y6f1/qj3wDJ5JVQvfEwz/EPqPF9IXE3fbHdItr6hFCfYW9TmQopSHMuCxzvNhoCgwtyUL6sobBgw==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.0.tgz",
"integrity": "sha512-6l1IOslajKT8Umz+qDIfu2Bv1ldAbLnsrMId6ExWvcoqNjOw2eSyGHkGjwnQIwl17A0UcA1wSTAw/Gsj480IxA==",
"requires": {
"@babel/code-frame": "^7.14.0",
"@babel/core": "^7.14.0",
@ -36721,7 +36710,6 @@
"@babel/types": "^7.14.0",
"@gatsbyjs/reach-router": "^1.3.6",
"@gatsbyjs/webpack-hot-middleware": "^2.25.2",
"@mikaelkristiansson/domready": "^1.0.10",
"@nodelib/fs.walk": "^1.2.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/http-proxy": "^1.17.4",
@ -36735,8 +36723,8 @@
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-remove-graphql-queries": "^3.7.1",
"babel-preset-gatsby": "^1.7.1",
"babel-plugin-remove-graphql-queries": "^3.8.0",
"babel-preset-gatsby": "^1.8.0",
"better-opn": "^2.0.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
@ -36778,16 +36766,16 @@
"find-cache-dir": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^3.7.1",
"gatsby-core-utils": "^2.7.1",
"gatsby-graphiql-explorer": "^1.7.1",
"gatsby-legacy-polyfills": "^1.7.0",
"gatsby-link": "^3.7.1",
"gatsby-plugin-page-creator": "^3.7.1",
"gatsby-plugin-typescript": "^3.7.1",
"gatsby-plugin-utils": "^1.7.1",
"gatsby-react-router-scroll": "^4.7.1",
"gatsby-telemetry": "^2.7.1",
"gatsby-cli": "^3.8.0",
"gatsby-core-utils": "^2.8.0",
"gatsby-graphiql-explorer": "^1.8.0",
"gatsby-legacy-polyfills": "^1.8.0",
"gatsby-link": "^3.8.0",
"gatsby-plugin-page-creator": "^3.8.0",
"gatsby-plugin-typescript": "^3.8.0",
"gatsby-plugin-utils": "^1.8.0",
"gatsby-react-router-scroll": "^4.8.0",
"gatsby-telemetry": "^2.8.0",
"glob": "^7.1.6",
"got": "8.3.2",
"graphql": "^15.4.0",
@ -37004,9 +36992,9 @@
}
},
"gatsby-cli": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.1.tgz",
"integrity": "sha512-IWs7eU3tOad4qiglvokrZEL2yJPQsXjuzKW5slfXbhuj5pIc+o65f389HeOq20wHPh7ACHfZPMftvhtaPsO91g==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.8.0.tgz",
"integrity": "sha512-81rQNDgHgkXoFMiwluZGN0ETKonGn8tl1uxL3OpOx3aOfP1aPv5NBSOLX70O6vo9jXyg6oy0gPHGjhbQMdSyIw==",
"requires": {
"@babel/code-frame": "^7.14.0",
"@types/common-tags": "^1.8.0",
@ -37016,14 +37004,14 @@
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^1.7.1",
"create-gatsby": "^1.8.0",
"envinfo": "^7.7.3",
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.7.1",
"gatsby-recipes": "^0.18.1",
"gatsby-telemetry": "^2.7.1",
"gatsby-core-utils": "^2.8.0",
"gatsby-recipes": "^0.19.0",
"gatsby-telemetry": "^2.8.0",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"joi": "^17.4.0",
@ -37306,9 +37294,9 @@
}
},
"gatsby-graphiql-explorer": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.1.tgz",
"integrity": "sha512-m+41RTywPpUnMYwMAykgfocUGURp1wGrtoVqZiyCgLMW/erjU0NL61pwIidOInpuSL/61/3O9WAKiPwNTM95kQ==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.8.0.tgz",
"integrity": "sha512-PEMIKJdvPhJWChb0+ANwAzvFmmPXOKpo1kgi80O/J4OphVJN6059H9gUWGedIo2wwQ9db7wdguOvtYMMWsKeZQ==",
"requires": {
"@babel/runtime": "^7.14.0"
}
@ -37324,9 +37312,9 @@
}
},
"gatsby-legacy-polyfills": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz",
"integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.8.0.tgz",
"integrity": "sha512-u/vlxcxR5Ny6btWGqKnC06spGZzIezUOPpuM36OmDtq6GjefS7EVkOd+tghZ1UUP7xCEIb+4xCLlOD83K/fOKg==",
"requires": {
"core-js-compat": "3.9.0"
},
@ -37348,9 +37336,9 @@
}
},
"gatsby-link": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.1.tgz",
"integrity": "sha512-5mPLepeP9SgG3zEY7/jjiXV3nYAgAZnIdE5ctlfh+Yc5Cfgc5jxhFT6vTuqcwPMTvCYRp/O8j+yPbP+Ec37ITA==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.8.0.tgz",
"integrity": "sha512-Ruso8cP++5egvpzx5y8HMJouA1ldkNsHMtHANYwZnSZ2Wd+OHfR+kWRRS+zPqqHbhRmMeecdTXRCth07vvzKEw==",
"requires": {
"@babel/runtime": "^7.14.0",
"@types/reach__router": "^1.3.7",
@ -37358,15 +37346,15 @@
}
},
"gatsby-page-utils": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.1.tgz",
"integrity": "sha512-PcElHifovBu7E/xC/724eYr6vTAKc0Uqf/ZFZWG5GB5td+MG2A5pGiUBGDmmxsIO7b4c8X5oW8Jtem9zKoOI8w==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.8.0.tgz",
"integrity": "sha512-5fa5JbrHPiVDrBtkjoZySdClTUfmYBGg5OSMF2d/mFXEh8NCjSQK8EmosHO4u7uwLYT/gnb+BwsoVkuXYt+hHQ==",
"requires": {
"@babel/runtime": "^7.14.0",
"bluebird": "^3.7.2",
"chokidar": "^3.5.1",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^2.7.1",
"gatsby-core-utils": "^2.8.0",
"glob": "^7.1.6",
"lodash": "^4.17.21",
"micromatch": "^4.0.2"
@ -37477,17 +37465,17 @@
}
},
"gatsby-plugin-page-creator": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.1.tgz",
"integrity": "sha512-3Lon4tWmsSwA8jWnTtsQ8JwgKm18Y92ImkQe6yb0kXf4ZE/MeAZDj5ISMdZZWrkwAtSFXLNkNeCuap6jU04DjQ==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.8.0.tgz",
"integrity": "sha512-6H+7+74f8rHay8V6EF80/ucDUREjaqCfrW5KSjAYxrc7uh8s5QNeumgNixQUAofnZQOCLTiyw1C3lOQnUVL4Xg==",
"requires": {
"@babel/traverse": "^7.14.0",
"@sindresorhus/slugify": "^1.1.2",
"chokidar": "^3.5.1",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^2.7.1",
"gatsby-page-utils": "^1.7.1",
"gatsby-telemetry": "^2.7.1",
"gatsby-core-utils": "^2.8.0",
"gatsby-page-utils": "^1.8.0",
"gatsby-telemetry": "^2.8.0",
"globby": "^11.0.3",
"lodash": "^4.17.21"
}
@ -37752,9 +37740,9 @@
"requires": {}
},
"gatsby-plugin-typescript": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.1.tgz",
"integrity": "sha512-zOuPrtjnvAPQa9AkjgipKYES6YR7WLr/Rru13zsQCubwr9UtkgyXlQB4bqYuyDEKy0F0HHGLU69WQKNYvP3PhA==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.8.0.tgz",
"integrity": "sha512-FmDA6DLcotzLHbRpxTJpamEcTh3xRdMNcD0i0RBVcsv3VCnsQHiQQ/1CEtxs4erk7SgvWd+q+ywQQjTkVugXyA==",
"requires": {
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.0",
@ -37762,7 +37750,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.14.0",
"@babel/preset-typescript": "^7.14.0",
"@babel/runtime": "^7.14.0",
"babel-plugin-remove-graphql-queries": "^3.7.1"
"babel-plugin-remove-graphql-queries": "^3.8.0"
}
},
"gatsby-plugin-utils": {
@ -37774,17 +37762,17 @@
}
},
"gatsby-react-router-scroll": {
"version": "4.7.1",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.1.tgz",
"integrity": "sha512-APdwZYk2WZ3Bf8EeovYXQh8KHHQ59WfcFhUNU0CJ/z1xwLatqkg4kDxmGWPydHx7DTOM6WbmmaL33L1n0ybEcw==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.8.0.tgz",
"integrity": "sha512-bKraD+ng3R8FZNEuOIshSmr6DKgholdqo94XHm9DeQVIsd0A/5PPJ+inzTb+vG04UTuFZo03cPZHf3eIGaDXVg==",
"requires": {
"@babel/runtime": "^7.14.0"
}
},
"gatsby-recipes": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.1.tgz",
"integrity": "sha512-gjtCDu1qMtQkjmA5mrHw4orFxkoUPW9VnyVcLc8kcGAjJLR3MTKeECQL6p0SrKHgsbJTkOJ2BTvzU3R5jENBbg==",
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.19.0.tgz",
"integrity": "sha512-yboFABHUNB9+1x/RA13yKU/P0/2K+SaenudC+THshxL4uiUHlbU029iXp6Di2zMfIhak8aZ7FyUrpCieey/0Rw==",
"requires": {
"@babel/core": "^7.14.0",
"@babel/generator": "^7.14.0",
@ -37809,8 +37797,8 @@
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.7.1",
"gatsby-telemetry": "^2.7.1",
"gatsby-core-utils": "^2.8.0",
"gatsby-telemetry": "^2.8.0",
"glob": "^7.1.6",
"graphql": "^15.4.0",
"graphql-compose": "~7.25.0",
@ -41946,9 +41934,9 @@
},
"dependencies": {
"acorn": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.4.0.tgz",
"integrity": "sha512-ULr0LDaEqQrMFGyQ3bhJkLsbtrQ8QibAseGZeaSUiT/6zb9IvIkomWHJIvgvwad+hinRAgsI51JcWk2yvwyL+w=="
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.4.1.tgz",
"integrity": "sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA=="
}
}
},

View File

@ -15,7 +15,7 @@
"copy-text-to-clipboard": "^3.0.1",
"crypto-browserify": "^3.12.0",
"framer-motion": "^4.1.17",
"gatsby": "^3.7.2",
"gatsby": "^3.8.0",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.7.1",
"gatsby-plugin-image": "^1.7.1",