From e9d16326b9fbf1591dd3e2b33ba2012e1b252372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 06:16:50 +0000 Subject: [PATCH] build(deps): bump gatsby from 3.0.4 to 3.1.0 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 3.0.4 to 3.1.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.0.4...gatsby@3.1.0) Signed-off-by: dependabot[bot] --- package-lock.json | 441 +++++++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 239 insertions(+), 204 deletions(-) diff --git a/package-lock.json b/package-lock.json index 403d5615..31d039c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "gatsby": "3.0.4", + "gatsby": "3.1.0", "gatsby-image": "3.0.0", "gatsby-plugin-htaccess": "1.4.0", "gatsby-plugin-manifest": "3.0.0", @@ -209,9 +209,9 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.10.tgz", - "integrity": "sha512-YV7r2YxdTUaw84EwNkyrRke/TJHR/UXGiyvACRqvdVJ2/syV2rQuJNnaRLSuYiop8cMRXOgseTGoJCWX0q2fFg==", + "version": "7.13.11", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz", + "integrity": "sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==", "dependencies": { "@babel/helper-function-name": "^7.12.13", "@babel/helper-member-expression-to-functions": "^7.13.0", @@ -1394,9 +1394,9 @@ } }, "node_modules/@babel/standalone": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.13.10.tgz", - "integrity": "sha512-ilNkQb0Y0n5bn+XnlG+muNJeffY/tSEaH9OTncw/tk+5ZCDtd/xTxvjfzMcWuKg2Wdvak79uhsdI7cGvt0jEPw==" + "version": "7.13.11", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.13.11.tgz", + "integrity": "sha512-gMHUj20F9caXNNCme45IxVi7C4f6IGrlrBehK+kTHj/PoZQ5rS9LHPfBILKZZbmd5eRfr7EkZU3zNkpd06ekmw==" }, "node_modules/@babel/template": { "version": "7.12.13", @@ -3940,9 +3940,9 @@ } }, "node_modules/babel-plugin-remove-graphql-queries": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.0.0.tgz", - "integrity": "sha512-eKyztf9FDm4U+aEojPXKlYbE0VM4L2fxU+xHAn21lx13ZR7jT+N5qQNeZk+wR7I/NzwFBy1nuHFui4oXa/Kr0A==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.1.0.tgz", + "integrity": "sha512-SRQLdxRg74aO8YWi/asxE31qn9bzPzSk28mJ6tHoT7U3Y2VPWhTVCLRXALLlRZEYFyLI4RJKSMT6LdKzN9a79Q==", "engines": { "node": ">=12.13.0" }, @@ -3971,9 +3971,9 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "node_modules/babel-preset-gatsby": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.0.0.tgz", - "integrity": "sha512-3jCjp/yhbgbvSxj9j6ieF6h1JKi9Kfot8N+NSh80GDQ5iwhg/x+Ev7ocyU0UKm89t5QaZuPcGY/RopK0gck+pg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.1.0.tgz", + "integrity": "sha512-GM21xzM1mlUvCmA4pjJxyG3Q2abcrIn1wfGgCBUfw3mwHuy/RibF0L9QzpZUcQTRWy82oAjJteA0qaTLFhOD+g==", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", @@ -3988,8 +3988,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.0.0", - "gatsby-legacy-polyfills": "^1.0.0" + "gatsby-core-utils": "^2.1.0", + "gatsby-legacy-polyfills": "^1.1.0" }, "engines": { "node": ">=12.13.0" @@ -5880,9 +5880,9 @@ } }, "node_modules/contentful-management": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.9.0.tgz", - "integrity": "sha512-9jXsX1QJrHFl2ao1j2pwHteW7vUe4/pus0Xm9GObMnyASeG1g9d/VCP6b4FoPek0Y8uEe1YjLGYxzM3YJha1kg==", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.10.0.tgz", + "integrity": "sha512-caVoNTzU/nHFn+NsBu+o7u1hpsnYMBEBmsZilT03BSGAO0rqnVquN/ftVd58+3JNgdw++NcpfA66JnhCi/MMIw==", "dependencies": { "axios": "^0.21.0", "contentful-sdk-core": "^6.7.0", @@ -6072,9 +6072,9 @@ } }, "node_modules/create-gatsby": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.0.0.tgz", - "integrity": "sha512-eDa6rpm6sNrqrnzZDBRsbiCvEvUibAswliYcwqEP1ibgljQ88TXZP4FLnX6//Epj4zTwpUPVYALWVluOgBNGCA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.1.0.tgz", + "integrity": "sha512-AM9JNlbIOkTinGNiG7J8AnCCykZxJfVENlv1vF7hS3RqGsKeZlv4PADTLCdkeIUhaLcjEiEVv7HbyfK8dA2eoA==", "bin": { "create-gatsby": "cli.js" } @@ -9618,9 +9618,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "node_modules/gatsby": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.0.4.tgz", - "integrity": "sha512-LIBeox/O4XlgfpPYScS5LwFreWlZuuz4OZl0cnkA3M8EfxelHwLpqMvOeSYsoMHvogBJzlLocfRQIgzqvXS7kA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.1.0.tgz", + "integrity": "sha512-AnEMYZk5f5zEPZ4yHUaJk9G98RyoWdnkif1k2GvEyRrMbPOW6VpZdFnxZKVGfX/AZcA+pA0szuY8f46GASaXEg==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.10.4", @@ -9632,7 +9632,6 @@ "@babel/types": "^7.12.6", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", - "@hapi/joi": "^15.1.1", "@mikaelkristiansson/domready": "^1.0.10", "@nodelib/fs.walk": "^1.2.4", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", @@ -9648,8 +9647,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.0.0", - "babel-preset-gatsby": "^1.0.0", + "babel-plugin-remove-graphql-queries": "^3.1.0", + "babel-preset-gatsby": "^1.1.0", "better-opn": "^2.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", @@ -9661,7 +9660,7 @@ "common-tags": "^1.8.0", "compression": "^1.7.4", "copyfiles": "^2.3.0", - "core-js": "^3.6.5", + "core-js": "^3.9.0", "cors": "^2.8.5", "css-loader": "^5.0.1", "css-minimizer-webpack-plugin": "^1.2.0", @@ -9691,16 +9690,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.0.0", - "gatsby-core-utils": "^2.0.0", - "gatsby-graphiql-explorer": "^1.0.0", - "gatsby-legacy-polyfills": "^1.0.0", - "gatsby-link": "^3.0.1", - "gatsby-plugin-page-creator": "^3.0.0", - "gatsby-plugin-typescript": "^3.0.0", - "gatsby-plugin-utils": "^1.0.0", - "gatsby-react-router-scroll": "^4.0.1", - "gatsby-telemetry": "^2.0.0", + "gatsby-cli": "^3.1.0", + "gatsby-core-utils": "^2.1.0", + "gatsby-graphiql-explorer": "^1.1.0", + "gatsby-legacy-polyfills": "^1.1.0", + "gatsby-link": "^3.1.0", + "gatsby-plugin-page-creator": "^3.1.0", + "gatsby-plugin-typescript": "^3.1.0", + "gatsby-plugin-utils": "^1.1.0", + "gatsby-react-router-scroll": "^4.1.0", + "gatsby-telemetry": "^2.1.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -9716,7 +9715,7 @@ "json-loader": "^0.5.7", "json-stringify-safe": "^5.0.1", "latest-version": "5.1.0", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "md5-file": "^5.0.0", "meant": "^1.0.1", "memoizee": "^0.4.15", @@ -9788,13 +9787,12 @@ } }, "node_modules/gatsby-cli": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.0.0.tgz", - "integrity": "sha512-5vVKmj6D1n71xxD/xwCmmh3O4ixG6sCUeFMAbnA8NlhxXiQSrMOhKlozOmLLa8abrvcR/SQLFzEadSxgG5WE8g==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.1.0.tgz", + "integrity": "sha512-SOEXePHvk+Lj3XezFOjmtidMUq39hRHQsDa9iAtMvFc6bJxVIm4oGMu59mUWijGEVTlL1kwMOY7kAq1DEEtfNA==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.10.4", - "@hapi/joi": "^15.1.1", "@types/common-tags": "^1.8.0", "better-opn": "^2.0.0", "chalk": "^4.1.0", @@ -9802,17 +9800,18 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.0.0", + "create-gatsby": "^1.1.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0", - "gatsby-recipes": "^0.11.0", - "gatsby-telemetry": "^2.0.0", + "gatsby-core-utils": "^2.1.0", + "gatsby-recipes": "^0.12.0", + "gatsby-telemetry": "^2.1.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", - "lodash": "^4.17.20", + "joi": "^17.4.0", + "lodash": "^4.17.21", "meant": "^1.0.2", "node-fetch": "^2.6.1", "opentracing": "^0.14.4", @@ -10121,9 +10120,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz", - "integrity": "sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.1.0.tgz", + "integrity": "sha512-zBNZ4kypfgqrUWNGMQQCXZookssXWaTnLWmxM7TOz5Phjvr0NvQo/xpkUgVbuylkQDwprmg88oRdox8L3zMY9Q==", "dependencies": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -10156,9 +10155,9 @@ } }, "node_modules/gatsby-graphiql-explorer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.0.0.tgz", - "integrity": "sha512-1ZoeCAEWDLhHLlRwIWG8HjiylgezSXksOYgVn3GfkgwySzFrpqR2CZQlPF342RCoIX2LgcOs2s9It8WT1MDc1A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.1.0.tgz", + "integrity": "sha512-+HqRSR3tkIAqMloEmLxpnfTpAWF9zHyRfPYw6nOhVmEkC75zNrT22XkFp9toitr0qdCVavpAJMhjBpypL9l3qQ==", "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -10181,17 +10180,38 @@ } }, "node_modules/gatsby-legacy-polyfills": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.0.0.tgz", - "integrity": "sha512-whGt//oMbsQvr2uok4qkd1MrlbpSKYXl1lifkwZnrHTvAAf5wreeOZKbzM/C3SWLb0lmD2X7WO7gAamOBj7PwA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.1.0.tgz", + "integrity": "sha512-h+1dvamBzeItxkWUyjlEJ5/1mBR8nOiS2ZO8L6VOL/s4egwTFbL8ehE/yhn/41nSB/KCKjMY9mv7orU/v/Xdaw==", "dependencies": { - "core-js-compat": "^3.6.5" + "core-js-compat": "3.9.0" + } + }, + "node_modules/gatsby-legacy-polyfills/node_modules/core-js-compat": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.9.0.tgz", + "integrity": "sha512-YK6fwFjCOKWwGnjFUR3c544YsnA/7DoLL0ysncuOJ4pwbriAtOpvM2bygdlcXbvQCQZ7bBU9CL4t7tGl7ETRpQ==", + "dependencies": { + "browserslist": "^4.16.3", + "semver": "7.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/gatsby-legacy-polyfills/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "bin": { + "semver": "bin/semver.js" } }, "node_modules/gatsby-link": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.0.1.tgz", - "integrity": "sha512-lHzlYoBHB5tP4/3fb4crtleductDMoi5DcC140u4KKo7JyDqp24v8zDrd/iYa3sHlZagx1CxAtkghsIOJJbnBg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.1.0.tgz", + "integrity": "sha512-5l84aGNGYp+8QDWnM030R1TjBms+zgdsNSZrRmwcQ57EF2IW6zRrw+ENSlBrxeV40mkmIXkVmIVbB8XuNKZNrg==", "dependencies": { "@babel/runtime": "^7.12.5", "@types/reach__router": "^1.3.7", @@ -10207,17 +10227,17 @@ } }, "node_modules/gatsby-page-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.0.0.tgz", - "integrity": "sha512-2NwkABVWqMtlL4HV0JiJJdd94Hib+qi/sOi2zeASLKjw6Ow7p2wqBrI+O6IfOXlFt9T4xq0BbG6YyzyBAptWaA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.1.0.tgz", + "integrity": "sha512-hNjEuWYtU95t6ypXn82eC+7OoArH4i/PnlhHt9DS8xdpf7Ad95Bk+wAhpIlF8iv9f/uf/e5DdbQeSXj1E1TeRw==", "dependencies": { "@babel/runtime": "^7.12.5", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.0.0", + "gatsby-core-utils": "^2.1.0", "glob": "^7.1.6", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "micromatch": "^4.0.2" }, "engines": { @@ -10274,18 +10294,18 @@ } }, "node_modules/gatsby-plugin-page-creator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.0.0.tgz", - "integrity": "sha512-xlywUGKkFZpPNXNJ64H/+aJ+ovFV4FK+cNxy+6M9PP10yayZqEtW+nNujil5yTJwPqcuBhtnQEmQrXhYgE/HqQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.1.0.tgz", + "integrity": "sha512-0Ji3U8/oPgUCIHUmm5QI09Yz98j8qslqdzDv7veE75+Qqr1oC4ZD650TwH9GVjRKitxwntK+GaNPMS6nDq24kw==", "dependencies": { "@babel/traverse": "^7.12.5", "@sindresorhus/slugify": "^1.1.0", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^1.0.0", - "gatsby-telemetry": "^2.0.0", + "gatsby-page-utils": "^1.1.0", + "gatsby-telemetry": "^2.1.0", "globby": "^11.0.2", - "lodash": "^4.17.20" + "lodash": "^4.17.21" }, "engines": { "node": ">=12.13.0" @@ -10580,9 +10600,9 @@ } }, "node_modules/gatsby-plugin-typescript": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.0.0.tgz", - "integrity": "sha512-s9bhqc8FI12iu07KHzYeQ2yf2LRh0NsfPysKR5prhy9+tmtHT5n7r/JLYJ4AaEycuJfqBYLo4UbR5+WqwVe3sg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.1.0.tgz", + "integrity": "sha512-p1tk/7ECbLefJzmEEl/n6qKofNIXIH2B9Bz0XnKyVaRxXNIbE3VI76qFCm3dFh+MUUg8Q4JKc2WAZcBYIdQeZA==", "dependencies": { "@babel/core": "^7.12.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", @@ -10590,7 +10610,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@babel/runtime": "^7.12.5", - "babel-plugin-remove-graphql-queries": "^3.0.0" + "babel-plugin-remove-graphql-queries": "^3.1.0" }, "engines": { "node": ">=12.13.0" @@ -10600,9 +10620,9 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.0.0.tgz", - "integrity": "sha512-Z7Yi/y03aObiQ8kkMQGpE5lkIN7GKLfXSDlmriuzU0g7XPUUBwuWQPFVG/hSb4f30KWJ1icBe+Ropivu17rURw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.1.0.tgz", + "integrity": "sha512-B21V3tFskfZcVSJVaYy6rLrxHcumbcmhKAYKniKThxCP/0KSqHkfC9+Bopsonk8npRKbVX924OI3UOCKfbgFsg==", "dependencies": { "joi": "^17.2.1" }, @@ -10614,9 +10634,9 @@ } }, "node_modules/gatsby-react-router-scroll": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.0.1.tgz", - "integrity": "sha512-I0owccfyHioK6V8LhbRXkQde9YPbiDzMyA3SGy7p9zRWO5lqmpJU/0g+qf7UAZYYTeoaDyYOP9pek6KcIUwf8Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.1.0.tgz", + "integrity": "sha512-P2RIO7Py7QQvIntzmrpiz93B6jZsOwVhSVWp3dDa1YrD4/y43553zrEwczifWicLYcgCy/miMnuctfoKCJuxlg==", "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -10630,9 +10650,9 @@ } }, "node_modules/gatsby-recipes": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.11.0.tgz", - "integrity": "sha512-HJXVEKs71HFleUvaapEfqjZLqZOFRbr90uKSn75CsZNnv1SC2HJ2kTEGb4P67CoFlJx4QUG71mhYyT1kPyy+tQ==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.12.0.tgz", + "integrity": "sha512-WotaMTpVWVP40uO24Iw2ioEAGcO6OZwcJYZz3Ihrb4CmjbKM6KEic8RuXH4d84OTLCvWz0s0lPiIu1IgbnYwgQ==", "dependencies": { "@babel/core": "^7.12.3", "@babel/generator": "^7.12.5", @@ -10657,8 +10677,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0", - "gatsby-telemetry": "^2.0.0", + "gatsby-core-utils": "^2.1.0", + "gatsby-telemetry": "^2.1.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -10669,7 +10689,7 @@ "is-url": "^1.2.4", "jest-diff": "^25.5.0", "lock": "^1.0.0", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "mitt": "^1.2.0", "mkdirp": "^0.5.1", "node-fetch": "^2.5.0", @@ -10695,9 +10715,9 @@ } }, "node_modules/gatsby-recipes/node_modules/@graphql-tools/utils": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-7.5.2.tgz", - "integrity": "sha512-/ml6AUCmtjvvxR9JX9/xyV52759SqbFR74K8i+AzyOzqM3Ns0c0ZpBFdIMiKzh6UYULPsoHblzfj0ES1yrrtGw==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-7.6.0.tgz", + "integrity": "sha512-YCZDDdhfb4Yhie0IH031eGdvQG8C73apDuNg6lqBNbauNw45OG/b8wi3+vuMiDnJTJN32GQUb1Gt9gxDKoRDKw==", "dependencies": { "@ardatan/aggregate-error": "0.0.6", "camel-case": "4.1.2", @@ -10987,9 +11007,9 @@ } }, "node_modules/gatsby-telemetry": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.0.0.tgz", - "integrity": "sha512-ldEg8jFUW+7JFcMn+6TnH+xHfLM+VIhDvyOIbkAYZZ+rO/RWnCwM44ZZUUpRp4/Ivn/IAiubGwQyXErMHErbAg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.1.0.tgz", + "integrity": "sha512-ZAmjxYsLyJ9eK3ZGphoIjl1C/Mx732h+PWpyD+NNUPf+GFJcPDVAd/tX9XHjNTVrAN3rAaHuH48wK7JNeC/xIA==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.10.4", @@ -11000,10 +11020,10 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0", + "gatsby-core-utils": "^2.1.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "node-fetch": "^2.6.1", "uuid": "3.4.0" }, @@ -13657,9 +13677,9 @@ } }, "node_modules/joi": { - "version": "17.3.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.3.0.tgz", - "integrity": "sha512-Qh5gdU6niuYbUIUV5ejbsMiiFmBdw8Kcp8Buj2JntszCkCfxJ9Cz76OtHxOZMPXrt5810iDIXs+n1nNVoquHgg==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.4.0.tgz", + "integrity": "sha512-F4WiW2xaV6wc1jxete70Rw4V/VuMd6IN+a5ilZsxG4uYtUXWu2kq9W5P2dz30e7Gmw8RCbY/u/uk+dMPma9tAg==", "dependencies": { "@hapi/hoek": "^9.0.0", "@hapi/topo": "^5.0.0", @@ -13974,9 +13994,9 @@ "integrity": "sha1-UxV0mdFlOxNspmRRBx/KYVcD+lU=" }, "node_modules/lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash._reinterpolate": { "version": "3.0.0", @@ -23284,9 +23304,9 @@ } }, "@babel/helper-create-class-features-plugin": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.10.tgz", - "integrity": "sha512-YV7r2YxdTUaw84EwNkyrRke/TJHR/UXGiyvACRqvdVJ2/syV2rQuJNnaRLSuYiop8cMRXOgseTGoJCWX0q2fFg==", + "version": "7.13.11", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz", + "integrity": "sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==", "requires": { "@babel/helper-function-name": "^7.12.13", "@babel/helper-member-expression-to-functions": "^7.13.0", @@ -24232,9 +24252,9 @@ } }, "@babel/standalone": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.13.10.tgz", - "integrity": "sha512-ilNkQb0Y0n5bn+XnlG+muNJeffY/tSEaH9OTncw/tk+5ZCDtd/xTxvjfzMcWuKg2Wdvak79uhsdI7cGvt0jEPw==" + "version": "7.13.11", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.13.11.tgz", + "integrity": "sha512-gMHUj20F9caXNNCme45IxVi7C4f6IGrlrBehK+kTHj/PoZQ5rS9LHPfBILKZZbmd5eRfr7EkZU3zNkpd06ekmw==" }, "@babel/template": { "version": "7.12.13", @@ -26469,9 +26489,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.0.0.tgz", - "integrity": "sha512-eKyztf9FDm4U+aEojPXKlYbE0VM4L2fxU+xHAn21lx13ZR7jT+N5qQNeZk+wR7I/NzwFBy1nuHFui4oXa/Kr0A==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.1.0.tgz", + "integrity": "sha512-SRQLdxRg74aO8YWi/asxE31qn9bzPzSk28mJ6tHoT7U3Y2VPWhTVCLRXALLlRZEYFyLI4RJKSMT6LdKzN9a79Q==", "requires": {} }, "babel-plugin-syntax-object-rest-spread": { @@ -26494,9 +26514,9 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.0.0.tgz", - "integrity": "sha512-3jCjp/yhbgbvSxj9j6ieF6h1JKi9Kfot8N+NSh80GDQ5iwhg/x+Ev7ocyU0UKm89t5QaZuPcGY/RopK0gck+pg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.1.0.tgz", + "integrity": "sha512-GM21xzM1mlUvCmA4pjJxyG3Q2abcrIn1wfGgCBUfw3mwHuy/RibF0L9QzpZUcQTRWy82oAjJteA0qaTLFhOD+g==", "requires": { "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", @@ -26511,8 +26531,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.0.0", - "gatsby-legacy-polyfills": "^1.0.0" + "gatsby-core-utils": "^2.1.0", + "gatsby-legacy-polyfills": "^1.1.0" } }, "babel-runtime": { @@ -28060,9 +28080,9 @@ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" }, "contentful-management": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.9.0.tgz", - "integrity": "sha512-9jXsX1QJrHFl2ao1j2pwHteW7vUe4/pus0Xm9GObMnyASeG1g9d/VCP6b4FoPek0Y8uEe1YjLGYxzM3YJha1kg==", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-7.10.0.tgz", + "integrity": "sha512-caVoNTzU/nHFn+NsBu+o7u1hpsnYMBEBmsZilT03BSGAO0rqnVquN/ftVd58+3JNgdw++NcpfA66JnhCi/MMIw==", "requires": { "axios": "^0.21.0", "contentful-sdk-core": "^6.7.0", @@ -28204,9 +28224,9 @@ } }, "create-gatsby": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.0.0.tgz", - "integrity": "sha512-eDa6rpm6sNrqrnzZDBRsbiCvEvUibAswliYcwqEP1ibgljQ88TXZP4FLnX6//Epj4zTwpUPVYALWVluOgBNGCA==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.1.0.tgz", + "integrity": "sha512-AM9JNlbIOkTinGNiG7J8AnCCykZxJfVENlv1vF7hS3RqGsKeZlv4PADTLCdkeIUhaLcjEiEVv7HbyfK8dA2eoA==" }, "create-require": { "version": "1.1.1", @@ -30972,9 +30992,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.0.4.tgz", - "integrity": "sha512-LIBeox/O4XlgfpPYScS5LwFreWlZuuz4OZl0cnkA3M8EfxelHwLpqMvOeSYsoMHvogBJzlLocfRQIgzqvXS7kA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.1.0.tgz", + "integrity": "sha512-AnEMYZk5f5zEPZ4yHUaJk9G98RyoWdnkif1k2GvEyRrMbPOW6VpZdFnxZKVGfX/AZcA+pA0szuY8f46GASaXEg==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/core": "^7.12.3", @@ -30985,7 +31005,6 @@ "@babel/types": "^7.12.6", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", - "@hapi/joi": "^15.1.1", "@mikaelkristiansson/domready": "^1.0.10", "@nodelib/fs.walk": "^1.2.4", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", @@ -31001,8 +31020,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.0.0", - "babel-preset-gatsby": "^1.0.0", + "babel-plugin-remove-graphql-queries": "^3.1.0", + "babel-preset-gatsby": "^1.1.0", "better-opn": "^2.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", @@ -31014,7 +31033,7 @@ "common-tags": "^1.8.0", "compression": "^1.7.4", "copyfiles": "^2.3.0", - "core-js": "^3.6.5", + "core-js": "^3.9.0", "cors": "^2.8.5", "css-loader": "^5.0.1", "css-minimizer-webpack-plugin": "^1.2.0", @@ -31044,16 +31063,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.0.0", - "gatsby-core-utils": "^2.0.0", - "gatsby-graphiql-explorer": "^1.0.0", - "gatsby-legacy-polyfills": "^1.0.0", - "gatsby-link": "^3.0.1", - "gatsby-plugin-page-creator": "^3.0.0", - "gatsby-plugin-typescript": "^3.0.0", - "gatsby-plugin-utils": "^1.0.0", - "gatsby-react-router-scroll": "^4.0.1", - "gatsby-telemetry": "^2.0.0", + "gatsby-cli": "^3.1.0", + "gatsby-core-utils": "^2.1.0", + "gatsby-graphiql-explorer": "^1.1.0", + "gatsby-legacy-polyfills": "^1.1.0", + "gatsby-link": "^3.1.0", + "gatsby-plugin-page-creator": "^3.1.0", + "gatsby-plugin-typescript": "^3.1.0", + "gatsby-plugin-utils": "^1.1.0", + "gatsby-react-router-scroll": "^4.1.0", + "gatsby-telemetry": "^2.1.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -31069,7 +31088,7 @@ "json-loader": "^0.5.7", "json-stringify-safe": "^5.0.1", "latest-version": "5.1.0", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "md5-file": "^5.0.0", "meant": "^1.0.1", "memoizee": "^0.4.15", @@ -31205,12 +31224,11 @@ } }, "gatsby-cli": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.0.0.tgz", - "integrity": "sha512-5vVKmj6D1n71xxD/xwCmmh3O4ixG6sCUeFMAbnA8NlhxXiQSrMOhKlozOmLLa8abrvcR/SQLFzEadSxgG5WE8g==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.1.0.tgz", + "integrity": "sha512-SOEXePHvk+Lj3XezFOjmtidMUq39hRHQsDa9iAtMvFc6bJxVIm4oGMu59mUWijGEVTlL1kwMOY7kAq1DEEtfNA==", "requires": { "@babel/code-frame": "^7.10.4", - "@hapi/joi": "^15.1.1", "@types/common-tags": "^1.8.0", "better-opn": "^2.0.0", "chalk": "^4.1.0", @@ -31218,17 +31236,18 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.0.0", + "create-gatsby": "^1.1.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0", - "gatsby-recipes": "^0.11.0", - "gatsby-telemetry": "^2.0.0", + "gatsby-core-utils": "^2.1.0", + "gatsby-recipes": "^0.12.0", + "gatsby-telemetry": "^2.1.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", - "lodash": "^4.17.20", + "joi": "^17.4.0", + "lodash": "^4.17.21", "meant": "^1.0.2", "node-fetch": "^2.6.1", "opentracing": "^0.14.4", @@ -31464,9 +31483,9 @@ } }, "gatsby-core-utils": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz", - "integrity": "sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.1.0.tgz", + "integrity": "sha512-zBNZ4kypfgqrUWNGMQQCXZookssXWaTnLWmxM7TOz5Phjvr0NvQo/xpkUgVbuylkQDwprmg88oRdox8L3zMY9Q==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -31492,9 +31511,9 @@ } }, "gatsby-graphiql-explorer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.0.0.tgz", - "integrity": "sha512-1ZoeCAEWDLhHLlRwIWG8HjiylgezSXksOYgVn3GfkgwySzFrpqR2CZQlPF342RCoIX2LgcOs2s9It8WT1MDc1A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.1.0.tgz", + "integrity": "sha512-+HqRSR3tkIAqMloEmLxpnfTpAWF9zHyRfPYw6nOhVmEkC75zNrT22XkFp9toitr0qdCVavpAJMhjBpypL9l3qQ==", "requires": { "@babel/runtime": "^7.12.5" } @@ -31510,17 +31529,33 @@ } }, "gatsby-legacy-polyfills": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.0.0.tgz", - "integrity": "sha512-whGt//oMbsQvr2uok4qkd1MrlbpSKYXl1lifkwZnrHTvAAf5wreeOZKbzM/C3SWLb0lmD2X7WO7gAamOBj7PwA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.1.0.tgz", + "integrity": "sha512-h+1dvamBzeItxkWUyjlEJ5/1mBR8nOiS2ZO8L6VOL/s4egwTFbL8ehE/yhn/41nSB/KCKjMY9mv7orU/v/Xdaw==", "requires": { - "core-js-compat": "^3.6.5" + "core-js-compat": "3.9.0" + }, + "dependencies": { + "core-js-compat": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.9.0.tgz", + "integrity": "sha512-YK6fwFjCOKWwGnjFUR3c544YsnA/7DoLL0ysncuOJ4pwbriAtOpvM2bygdlcXbvQCQZ7bBU9CL4t7tGl7ETRpQ==", + "requires": { + "browserslist": "^4.16.3", + "semver": "7.0.0" + } + }, + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==" + } } }, "gatsby-link": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.0.1.tgz", - "integrity": "sha512-lHzlYoBHB5tP4/3fb4crtleductDMoi5DcC140u4KKo7JyDqp24v8zDrd/iYa3sHlZagx1CxAtkghsIOJJbnBg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.1.0.tgz", + "integrity": "sha512-5l84aGNGYp+8QDWnM030R1TjBms+zgdsNSZrRmwcQ57EF2IW6zRrw+ENSlBrxeV40mkmIXkVmIVbB8XuNKZNrg==", "requires": { "@babel/runtime": "^7.12.5", "@types/reach__router": "^1.3.7", @@ -31528,17 +31563,17 @@ } }, "gatsby-page-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.0.0.tgz", - "integrity": "sha512-2NwkABVWqMtlL4HV0JiJJdd94Hib+qi/sOi2zeASLKjw6Ow7p2wqBrI+O6IfOXlFt9T4xq0BbG6YyzyBAptWaA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.1.0.tgz", + "integrity": "sha512-hNjEuWYtU95t6ypXn82eC+7OoArH4i/PnlhHt9DS8xdpf7Ad95Bk+wAhpIlF8iv9f/uf/e5DdbQeSXj1E1TeRw==", "requires": { "@babel/runtime": "^7.12.5", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.0.0", + "gatsby-core-utils": "^2.1.0", "glob": "^7.1.6", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "micromatch": "^4.0.2" } }, @@ -31578,18 +31613,18 @@ } }, "gatsby-plugin-page-creator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.0.0.tgz", - "integrity": "sha512-xlywUGKkFZpPNXNJ64H/+aJ+ovFV4FK+cNxy+6M9PP10yayZqEtW+nNujil5yTJwPqcuBhtnQEmQrXhYgE/HqQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.1.0.tgz", + "integrity": "sha512-0Ji3U8/oPgUCIHUmm5QI09Yz98j8qslqdzDv7veE75+Qqr1oC4ZD650TwH9GVjRKitxwntK+GaNPMS6nDq24kw==", "requires": { "@babel/traverse": "^7.12.5", "@sindresorhus/slugify": "^1.1.0", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^1.0.0", - "gatsby-telemetry": "^2.0.0", + "gatsby-page-utils": "^1.1.0", + "gatsby-telemetry": "^2.1.0", "globby": "^11.0.2", - "lodash": "^4.17.20" + "lodash": "^4.17.21" }, "dependencies": { "globby": { @@ -31807,9 +31842,9 @@ } }, "gatsby-plugin-typescript": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.0.0.tgz", - "integrity": "sha512-s9bhqc8FI12iu07KHzYeQ2yf2LRh0NsfPysKR5prhy9+tmtHT5n7r/JLYJ4AaEycuJfqBYLo4UbR5+WqwVe3sg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.1.0.tgz", + "integrity": "sha512-p1tk/7ECbLefJzmEEl/n6qKofNIXIH2B9Bz0XnKyVaRxXNIbE3VI76qFCm3dFh+MUUg8Q4JKc2WAZcBYIdQeZA==", "requires": { "@babel/core": "^7.12.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", @@ -31817,29 +31852,29 @@ "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@babel/runtime": "^7.12.5", - "babel-plugin-remove-graphql-queries": "^3.0.0" + "babel-plugin-remove-graphql-queries": "^3.1.0" } }, "gatsby-plugin-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.0.0.tgz", - "integrity": "sha512-Z7Yi/y03aObiQ8kkMQGpE5lkIN7GKLfXSDlmriuzU0g7XPUUBwuWQPFVG/hSb4f30KWJ1icBe+Ropivu17rURw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.1.0.tgz", + "integrity": "sha512-B21V3tFskfZcVSJVaYy6rLrxHcumbcmhKAYKniKThxCP/0KSqHkfC9+Bopsonk8npRKbVX924OI3UOCKfbgFsg==", "requires": { "joi": "^17.2.1" } }, "gatsby-react-router-scroll": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.0.1.tgz", - "integrity": "sha512-I0owccfyHioK6V8LhbRXkQde9YPbiDzMyA3SGy7p9zRWO5lqmpJU/0g+qf7UAZYYTeoaDyYOP9pek6KcIUwf8Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.1.0.tgz", + "integrity": "sha512-P2RIO7Py7QQvIntzmrpiz93B6jZsOwVhSVWp3dDa1YrD4/y43553zrEwczifWicLYcgCy/miMnuctfoKCJuxlg==", "requires": { "@babel/runtime": "^7.12.5" } }, "gatsby-recipes": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.11.0.tgz", - "integrity": "sha512-HJXVEKs71HFleUvaapEfqjZLqZOFRbr90uKSn75CsZNnv1SC2HJ2kTEGb4P67CoFlJx4QUG71mhYyT1kPyy+tQ==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.12.0.tgz", + "integrity": "sha512-WotaMTpVWVP40uO24Iw2ioEAGcO6OZwcJYZz3Ihrb4CmjbKM6KEic8RuXH4d84OTLCvWz0s0lPiIu1IgbnYwgQ==", "requires": { "@babel/core": "^7.12.3", "@babel/generator": "^7.12.5", @@ -31864,8 +31899,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0", - "gatsby-telemetry": "^2.0.0", + "gatsby-core-utils": "^2.1.0", + "gatsby-telemetry": "^2.1.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -31876,7 +31911,7 @@ "is-url": "^1.2.4", "jest-diff": "^25.5.0", "lock": "^1.0.0", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "mitt": "^1.2.0", "mkdirp": "^0.5.1", "node-fetch": "^2.5.0", @@ -31902,9 +31937,9 @@ }, "dependencies": { "@graphql-tools/utils": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-7.5.2.tgz", - "integrity": "sha512-/ml6AUCmtjvvxR9JX9/xyV52759SqbFR74K8i+AzyOzqM3Ns0c0ZpBFdIMiKzh6UYULPsoHblzfj0ES1yrrtGw==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-7.6.0.tgz", + "integrity": "sha512-YCZDDdhfb4Yhie0IH031eGdvQG8C73apDuNg6lqBNbauNw45OG/b8wi3+vuMiDnJTJN32GQUb1Gt9gxDKoRDKw==", "requires": { "@ardatan/aggregate-error": "0.0.6", "camel-case": "4.1.2", @@ -32150,9 +32185,9 @@ } }, "gatsby-telemetry": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.0.0.tgz", - "integrity": "sha512-ldEg8jFUW+7JFcMn+6TnH+xHfLM+VIhDvyOIbkAYZZ+rO/RWnCwM44ZZUUpRp4/Ivn/IAiubGwQyXErMHErbAg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.1.0.tgz", + "integrity": "sha512-ZAmjxYsLyJ9eK3ZGphoIjl1C/Mx732h+PWpyD+NNUPf+GFJcPDVAd/tX9XHjNTVrAN3rAaHuH48wK7JNeC/xIA==", "requires": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", @@ -32162,10 +32197,10 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0", + "gatsby-core-utils": "^2.1.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "node-fetch": "^2.6.1", "uuid": "3.4.0" } @@ -34236,9 +34271,9 @@ } }, "joi": { - "version": "17.3.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.3.0.tgz", - "integrity": "sha512-Qh5gdU6niuYbUIUV5ejbsMiiFmBdw8Kcp8Buj2JntszCkCfxJ9Cz76OtHxOZMPXrt5810iDIXs+n1nNVoquHgg==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.4.0.tgz", + "integrity": "sha512-F4WiW2xaV6wc1jxete70Rw4V/VuMd6IN+a5ilZsxG4uYtUXWu2kq9W5P2dz30e7Gmw8RCbY/u/uk+dMPma9tAg==", "requires": { "@hapi/hoek": "^9.0.0", "@hapi/topo": "^5.0.0", @@ -34501,9 +34536,9 @@ "integrity": "sha1-UxV0mdFlOxNspmRRBx/KYVcD+lU=" }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash._reinterpolate": { "version": "3.0.0", diff --git a/package.json b/package.json index b52413bd..77b5b24e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Eric Ziegers ", "dependencies": { - "gatsby": "3.0.4", + "gatsby": "3.1.0", "gatsby-image": "3.0.0", "gatsby-plugin-htaccess": "1.4.0", "gatsby-plugin-manifest": "3.0.0",