From c40787057b6c5d71c4459bd219dbdfaf236461d6 Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Tue, 8 Jun 2021 16:33:53 +0200 Subject: [PATCH 1/2] renovate stuff --- .circleci/config.yml | 6 + renovate.json5 | 23903 ++++++++++++++++++++++--- scripts/renovate-config-generator.js | 280 + 3 files changed, 21823 insertions(+), 2366 deletions(-) create mode 100644 scripts/renovate-config-generator.js diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f9ba6020cc29..b3ad994ec5771 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,11 @@ aliases: name: Check for dirty lockfile command: ./scripts/check-lockfile.sh || exit 1 + validate_renovate: &validate_renovate + run: + name: Validate renovate-config + command: (node scripts/renovate-config-generator.js && (git status --porcelain renovate.json5 | grep "M renovate.json5")) && exit 1 || npx renovate-config-validator . + persist_cache: &persist_cache save_cache: name: Save node modules cache @@ -197,6 +202,7 @@ jobs: - <<: *restore_cache - <<: *install_node_modules - <<: *check_lockfile + - <<: *validate_renovate - <<: *persist_cache - run: yarn bootstrap -- concurrency=2 # Persist the workspace again with all packages already built diff --git a/renovate.json5 b/renovate.json5 index aff31ee56e1fd..373fbe823ae1b 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,5 +1,5 @@ { - extends: [ + "extends": [ ":separateMajorReleases", ":combinePatchMinorReleases", ":ignoreUnstable", @@ -11,2404 +11,21575 @@ ":disableRateLimiting", ":label(topic: automation)", ":ignoreModulesAndTests", - ":enableVulnerabilityAlerts", + ":enableVulnerabilityAlerts" ], - includePaths: ["package.json", "packages/**", "starters/**", "examples/**"], - major: { - dependencyDashboardApproval: true, + "includePaths": [ + "package.json", + "packages/**", + "starters/**", + "examples/**" + ], + "major": { + "dependencyDashboardApproval": true }, - dependencyDashboard: true, - ignoreDeps: ["react", "react-dom"], - rangeStrategy: "bump", - bumpVersion: null, - prHourlyLimit: 0, - // Wait for 2 days to update a package so we can check if it's stable - stabilityDays: 2, - postUpdateOptions: ["yarnDedupeHighest"], - timezone: "GMT", - schedule: ["before 7am on the first day of the month"], - packageRules: [ - { - depTypeList: ["engines"], - enabled: false, + "dependencyDashboard": true, + "ignoreDeps": [ + "react", + "react-dom", + "uuid" + ], + "rangeStrategy": "bump", + "bumpVersion": null, + "prHourlyLimit": 0, + "stabilityDays": 2, + "postUpdateOptions": [ + "yarnDedupeHighest" + ], + "timezone": "GMT", + "schedule": [ + "before 7am on the first day of the month" + ], + "packageRules": [ + { + "depTypeList": [ + "engines" + ], + "enabled": false + }, + { + "packageNames": [ + "gatsby-interface" + ], + "stabilityDays": 0 + }, + { + "groupName": "starters and examples", + "commitMessageTopic": "starters and examples", + "groupSlug": "starters-examples-minor", + "matchPaths": [ + "starters/**", + "examples/**" + ], + "schedule": "before 7am on Monday", + "matchUpdateTypes": [ + "patch", + "minor" + ] + }, + { + "extends": [ + "monorepo:gatsby" + ], + "commitMessageTopic": "starters and examples Gatsby packages", + "groupName": "starters and examples - Gatsby", + "groupSlug": "starters-examples-gatsby-minor", + "matchPaths": [ + "starters/**", + "examples/**" + ], + "automerge": true, + "stabilityDays": 0, + "prPriority": 50, + "schedule": "at any time", + "matchUpdateTypes": [ + "patch", + "minor" + ] + }, + { + "groupName": "starters and examples", + "commitMessageTopic": "starters and examples", + "matchPaths": [ + "starters/**", + "examples/**" + ], + "schedule": "before 7am on Monday", + "matchUpdateTypes": [ + "major" + ], + "groupSlug": "starters-examples-major", + "dependencyDashboardApproval": false + }, + { + "extends": [ + "monorepo:gatsby" + ], + "commitMessageTopic": "starters and examples Gatsby packages", + "groupName": "starters and examples - Gatsby", + "matchPaths": [ + "starters/**", + "examples/**" + ], + "stabilityDays": 0, + "prPriority": 50, + "schedule": "at any time", + "matchUpdateTypes": [ + "major" + ], + "groupSlug": "starters-examples-gatsby-major", + "dependencyDashboardApproval": false + }, + { + "groupName": "babel monorepo", + "matchPaths": [ + "+(package.json)", + "packages/**/package.json" + ], + "sourceUrlPrefixes": [ + "https://github.com/babel/babel" + ] + }, + { + "groupName": "lodash monorepo", + "matchPaths": [ + "+(package.json)", + "packages/**/package.json" + ], + "sourceUrlPrefixes": [ + "https://github.com/lodash" + ] + }, + { + "groupName": "gatsby monorepo", + "groupSlug": "gatsby-monorepo", + "matchPaths": [ + "+(package.json)" + ], + "dependencyDashboardApproval": false, + "matchUpdateTypes": [ + "*" + ], + "matchDepTypes": [ + "*" + ], + "commitMessageTopic": "dependencies for Gatsby monorepo" + }, + { + "groupName": "formatting & linting", + "commitMessageTopic": "Formatting & linting", + "matchPaths": [ + "+(package.json)" + ], + "packageNames": [ + "eslint", + "prettier" + ], + "packagePatterns": [ + "^eslint-" + ], + "matchUpdateTypes": [ + "*" + ], + "matchDepTypes": [ + "*" + ], + "dependencyDashboardApproval": false + }, + { + "groupName": "cross-env", + "matchPaths": [ + "+(package.json)", + "packages/**/package.json" + ], + "packageNames": [ + "cross-env" + ], + "matchUpdateTypes": [ + "*" + ], + "matchDepTypes": [ + "*" + ], + "dependencyDashboardApproval": false + }, + { + "groupName": "execa", + "matchPaths": [ + "+(package.json)", + "packages/**/package.json" + ], + "packageNames": [ + "execa" + ], + "matchUpdateTypes": [ + "*" + ], + "matchDepTypes": [ + "*" + ], + "dependencyDashboardApproval": false + }, + { + "groupName": "mini-css-extract-plugin", + "matchPaths": [ + "+(package.json)", + "packages/**/package.json" + ], + "packageNames": [ + "mini-css-extract-plugin" + ], + "matchUpdateTypes": [ + "*" + ], + "matchDepTypes": [ + "*" + ] + }, + { + "groupName": "sharp", + "matchPaths": [ + "+(package.json)", + "packages/**/package.json" + ], + "packageNames": [ + "sharp", + "@types/sharp" + ], + "matchUpdateTypes": [ + "*" + ], + "matchDepTypes": [ + "*" + ], + "dependencyDashboardApproval": false + }, + { + "groupName": "typescript", + "matchPaths": [ + "+(package.json)", + "packages/**/package.json" + ], + "packageNames": [ + "typescript" + ], + "matchPackagePatterns": [ + "^@typescript-eslint/" + ], + "matchUpdateTypes": [ + "*" + ], + "matchDepTypes": [ + "*" + ], + "dependencyDashboardApproval": false }, { - packageNames: ["gatsby-interface"], - sourceUrlPrefixes: ["https://github.com/gatsbyjs/gatsby"], - // update internal packages immediately after publish instead of waiting 3 days - stabilityDays: 0, - }, + "groupName": "chalk", + "matchPaths": [ + "+(package.json)", + "packages/**/package.json" + ], + "packageNames": [ + "chalk" + ], + "matchUpdateTypes": [ + "*" + ], + "matchDepTypes": [ + "*" + ], + "dependencyDashboardApproval": false + }, { - groupName: "starters and examples", - paths: ["starters/**", "examples/**"], - schedule: "before 7am on Monday", + "groupName": "fs-extra", + "matchPaths": [ + "+(package.json)", + "packages/**/package.json" + ], + "packageNames": [ + "fs-extra", + "@types/fs-extra" + ], + "matchUpdateTypes": [ + "*" + ], + "matchDepTypes": [ + "*" + ], + "dependencyDashboardApproval": false }, { - extends: ["monorepo:gatsby"], - groupName: "starters and examples - Gatsby", - paths: ["starters/**", "examples/**"], - automerge: true, - stabilityDays: 0, - prPriority: 50, - schedule: "at any time", + "groupName": "testing library", + "matchPaths": [ + "+(package.json)", + "packages/**/package.json" + ], + "matchPackagePatterns": [ + "^@testing-library/" + ], + "updateTypes": [ + "*" + ], + "matchDepTypes": [ + "*" + ], + "dependencyDashboardApproval": false }, - { - groupName: "remark docs linting", - updateTypes: ["major", "minor", "patch", "pin"], - paths: ["./package.json"], - packageNames: ["remark", "retext"], - packagePatterns: ["^remark-", "^retext-"], - dependencyDashboardApproval: false, - excludePackageNames: ["remark-mdx", "remark-mdxjs"], - }, - { - groupName: "eslint", - updateTypes: ["major", "minor", "patch", "pin"], - paths: ["./package.json"], - packageNames: ["eslint"], - packagePatterns: ["^eslint-"], - dependencyDashboardApproval: false, - }, - { - groupName: "cross-env", - paths: ["./package.json", "packages/**"], - packageNames: ["cross-env"], - dependencyDashboardApproval: false, - }, - { - groupName: "mini-css-extract-plugin", - paths: ["./package.json", "packages/**"], - packageNames: ["mini-css-extract-plugin"], - dependencyDashboardApproval: false, - }, - { - groupName: "typescript", - paths: ["./package.json", "packages/**"], - packageNames: ["typescript"], - dependencyDashboardApproval: false, - }, - { - groupName: "babel monorepo", - paths: ["./package.json", "packages/**"], - sourceUrlPrefixes: ["https://github.com/babel/babel"], - dependencyDashboardApproval: false, - }, - { - groupName: "lodash monorepo", - paths: ["./package.json", "packages/**"], - sourceUrlPrefixes: ["https://github.com/lodash"], - dependencyDashboardApproval: false, - }, - { - groupName: "minor and patch for babel-preset-gatsby-package", - paths: ["packages/babel-preset-gatsby-package/"], - groupSlug: "babel-preset-gatsby-package", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for babel-preset-gatsby-package", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for babel-preset-gatsby-package", - paths: ["packages/babel-preset-gatsby-package/"], - groupSlug: "babel-preset-gatsby-package-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for babel-preset-gatsby-package", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for create-gatsby", - paths: ["packages/create-gatsby/"], - groupSlug: "create-gatsby", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for create-gatsby", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for create-gatsby", - paths: ["packages/create-gatsby/"], - groupSlug: "create-gatsby-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for create-gatsby", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-design-tokens", - paths: ["packages/gatsby-design-tokens/"], - groupSlug: "gatsby-design-tokens", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-design-tokens", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-design-tokens", - paths: ["packages/gatsby-design-tokens/"], - groupSlug: "gatsby-design-tokens-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-design-tokens", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-legacy-polyfills", - paths: ["packages/gatsby-legacy-polyfills/"], - groupSlug: "gatsby-legacy-polyfills", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-legacy-polyfills", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-legacy-polyfills", - paths: ["packages/gatsby-legacy-polyfills/"], - groupSlug: "gatsby-legacy-polyfills-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-legacy-polyfills", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-no-sourcemaps", - paths: ["packages/gatsby-plugin-no-sourcemaps/"], - groupSlug: "gatsby-plugin-no-sourcemaps", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-no-sourcemaps", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-no-sourcemaps", - paths: ["packages/gatsby-plugin-no-sourcemaps/"], - groupSlug: "gatsby-plugin-no-sourcemaps-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-no-sourcemaps", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-schema-snapshot", - paths: ["packages/gatsby-plugin-schema-snapshot/"], - groupSlug: "gatsby-plugin-schema-snapshot", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-schema-snapshot", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-schema-snapshot", - paths: ["packages/gatsby-plugin-schema-snapshot/"], - groupSlug: "gatsby-plugin-schema-snapshot-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-schema-snapshot", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for babel-plugin-remove-graphql-queries", - paths: ["packages/babel-plugin-remove-graphql-queries/"], - groupSlug: "babel-plugin-remove-graphql-queries", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for babel-plugin-remove-graphql-queries", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for babel-plugin-remove-graphql-queries", - paths: ["packages/babel-plugin-remove-graphql-queries/"], - groupSlug: "babel-plugin-remove-graphql-queries-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for babel-plugin-remove-graphql-queries", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-codemods", - paths: ["packages/gatsby-codemods/"], - groupSlug: "gatsby-codemods", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-codemods", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-codemods", - paths: ["packages/gatsby-codemods/"], - groupSlug: "gatsby-codemods-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-codemods", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-core-utils", - paths: ["packages/gatsby-core-utils/"], - groupSlug: "gatsby-core-utils", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-core-utils", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-core-utils", - paths: ["packages/gatsby-core-utils/"], - groupSlug: "gatsby-core-utils-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-core-utils", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-cypress", - paths: ["packages/gatsby-cypress/"], - groupSlug: "gatsby-cypress", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-cypress", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-cypress", - paths: ["packages/gatsby-cypress/"], - groupSlug: "gatsby-cypress-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-cypress", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-dev-cli", - paths: ["packages/gatsby-dev-cli/"], - groupSlug: "gatsby-dev-cli", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-dev-cli", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-dev-cli", - paths: ["packages/gatsby-dev-cli/"], - groupSlug: "gatsby-dev-cli-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-dev-cli", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-graphiql-explorer", - paths: ["packages/gatsby-graphiql-explorer/"], - groupSlug: "gatsby-graphiql-explorer", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-graphiql-explorer", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-graphiql-explorer", - paths: ["packages/gatsby-graphiql-explorer/"], - groupSlug: "gatsby-graphiql-explorer-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-graphiql-explorer", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-image", - paths: ["packages/gatsby-image/"], - groupSlug: "gatsby-image", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-image", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-image", - paths: ["packages/gatsby-image/"], - groupSlug: "gatsby-image-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-image", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-link", - paths: ["packages/gatsby-link/"], - groupSlug: "gatsby-link", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-link", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-link", - paths: ["packages/gatsby-link/"], - groupSlug: "gatsby-link-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-link", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-benchmark-reporting", - paths: ["packages/gatsby-plugin-benchmark-reporting/"], - groupSlug: "gatsby-plugin-benchmark-reporting", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-benchmark-reporting", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-benchmark-reporting", - paths: ["packages/gatsby-plugin-benchmark-reporting/"], - groupSlug: "gatsby-plugin-benchmark-reporting-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-benchmark-reporting", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-canonical-urls", - paths: ["packages/gatsby-plugin-canonical-urls/"], - groupSlug: "gatsby-plugin-canonical-urls", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-canonical-urls", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-canonical-urls", - paths: ["packages/gatsby-plugin-canonical-urls/"], - groupSlug: "gatsby-plugin-canonical-urls-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-canonical-urls", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-catch-links", - paths: ["packages/gatsby-plugin-catch-links/"], - groupSlug: "gatsby-plugin-catch-links", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-catch-links", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-catch-links", - paths: ["packages/gatsby-plugin-catch-links/"], - groupSlug: "gatsby-plugin-catch-links-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-catch-links", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-coffeescript", - paths: ["packages/gatsby-plugin-coffeescript/"], - groupSlug: "gatsby-plugin-coffeescript", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-coffeescript", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-coffeescript", - paths: ["packages/gatsby-plugin-coffeescript/"], - groupSlug: "gatsby-plugin-coffeescript-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-coffeescript", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-create-client-paths", - paths: ["packages/gatsby-plugin-create-client-paths/"], - groupSlug: "gatsby-plugin-create-client-paths", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-create-client-paths", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-create-client-paths", - paths: ["packages/gatsby-plugin-create-client-paths/"], - groupSlug: "gatsby-plugin-create-client-paths-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-create-client-paths", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-cxs", - paths: ["packages/gatsby-plugin-cxs/"], - groupSlug: "gatsby-plugin-cxs", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-cxs", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-cxs", - paths: ["packages/gatsby-plugin-cxs/"], - groupSlug: "gatsby-plugin-cxs-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-cxs", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-emotion", - paths: ["packages/gatsby-plugin-emotion/"], - groupSlug: "gatsby-plugin-emotion", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-emotion", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-emotion", - paths: ["packages/gatsby-plugin-emotion/"], - groupSlug: "gatsby-plugin-emotion-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-emotion", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-facebook-analytics", - paths: ["packages/gatsby-plugin-facebook-analytics/"], - groupSlug: "gatsby-plugin-facebook-analytics", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-facebook-analytics", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-facebook-analytics", - paths: ["packages/gatsby-plugin-facebook-analytics/"], - groupSlug: "gatsby-plugin-facebook-analytics-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-facebook-analytics", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-feed", - paths: ["packages/gatsby-plugin-feed/"], - groupSlug: "gatsby-plugin-feed", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-feed", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-feed", - paths: ["packages/gatsby-plugin-feed/"], - groupSlug: "gatsby-plugin-feed-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-feed", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-flow", - paths: ["packages/gatsby-plugin-flow/"], - groupSlug: "gatsby-plugin-flow", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-flow", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-flow", - paths: ["packages/gatsby-plugin-flow/"], - groupSlug: "gatsby-plugin-flow-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-flow", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-fullstory", - paths: ["packages/gatsby-plugin-fullstory/"], - groupSlug: "gatsby-plugin-fullstory", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-fullstory", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-fullstory", - paths: ["packages/gatsby-plugin-fullstory/"], - groupSlug: "gatsby-plugin-fullstory-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-fullstory", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-gatsby-cloud", - paths: ["packages/gatsby-plugin-gatsby-cloud/"], - groupSlug: "gatsby-plugin-gatsby-cloud", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-gatsby-cloud", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-gatsby-cloud", - paths: ["packages/gatsby-plugin-gatsby-cloud/"], - groupSlug: "gatsby-plugin-gatsby-cloud-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-gatsby-cloud", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-glamor", - paths: ["packages/gatsby-plugin-glamor/"], - groupSlug: "gatsby-plugin-glamor", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-glamor", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-glamor", - paths: ["packages/gatsby-plugin-glamor/"], - groupSlug: "gatsby-plugin-glamor-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-glamor", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-google-analytics", - paths: ["packages/gatsby-plugin-google-analytics/"], - groupSlug: "gatsby-plugin-google-analytics", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-google-analytics", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-google-analytics", - paths: ["packages/gatsby-plugin-google-analytics/"], - groupSlug: "gatsby-plugin-google-analytics-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-google-analytics", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-google-gtag", - paths: ["packages/gatsby-plugin-google-gtag/"], - groupSlug: "gatsby-plugin-google-gtag", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-google-gtag", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-google-gtag", - paths: ["packages/gatsby-plugin-google-gtag/"], - groupSlug: "gatsby-plugin-google-gtag-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-google-gtag", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-google-tagmanager", - paths: ["packages/gatsby-plugin-google-tagmanager/"], - groupSlug: "gatsby-plugin-google-tagmanager", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-google-tagmanager", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-google-tagmanager", - paths: ["packages/gatsby-plugin-google-tagmanager/"], - groupSlug: "gatsby-plugin-google-tagmanager-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-google-tagmanager", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-graphql-config", - paths: ["packages/gatsby-plugin-graphql-config/"], - groupSlug: "gatsby-plugin-graphql-config", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-graphql-config", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-graphql-config", - paths: ["packages/gatsby-plugin-graphql-config/"], - groupSlug: "gatsby-plugin-graphql-config-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-graphql-config", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-image", - paths: ["packages/gatsby-plugin-image/"], - groupSlug: "gatsby-plugin-image", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-image", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-image", - paths: ["packages/gatsby-plugin-image/"], - groupSlug: "gatsby-plugin-image-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-image", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-jss", - paths: ["packages/gatsby-plugin-jss/"], - groupSlug: "gatsby-plugin-jss", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-jss", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-jss", - paths: ["packages/gatsby-plugin-jss/"], - groupSlug: "gatsby-plugin-jss-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-jss", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-layout", - paths: ["packages/gatsby-plugin-layout/"], - groupSlug: "gatsby-plugin-layout", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-layout", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-layout", - paths: ["packages/gatsby-plugin-layout/"], - groupSlug: "gatsby-plugin-layout-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-layout", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-less", - paths: ["packages/gatsby-plugin-less/"], - groupSlug: "gatsby-plugin-less", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-less", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-less", - paths: ["packages/gatsby-plugin-less/"], - groupSlug: "gatsby-plugin-less-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-less", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-lodash", - paths: ["packages/gatsby-plugin-lodash/"], - groupSlug: "gatsby-plugin-lodash", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-lodash", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-lodash", - paths: ["packages/gatsby-plugin-lodash/"], - groupSlug: "gatsby-plugin-lodash-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-lodash", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-netlify-cms", - paths: ["packages/gatsby-plugin-netlify-cms/"], - groupSlug: "gatsby-plugin-netlify-cms", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-netlify-cms", - commitMessageExtra: "", - excludePackageNames: [ - "cross-env", - "lodash", - "lodash-es", - "typescript", - "mini-css-extract-plugin", - ], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-netlify-cms", - paths: ["packages/gatsby-plugin-netlify-cms/"], - groupSlug: "gatsby-plugin-netlify-cms-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-netlify-cms", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-netlify", - paths: ["packages/gatsby-plugin-netlify/"], - groupSlug: "gatsby-plugin-netlify", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-netlify", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-netlify", - paths: ["packages/gatsby-plugin-netlify/"], - groupSlug: "gatsby-plugin-netlify-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-netlify", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-nprogress", - paths: ["packages/gatsby-plugin-nprogress/"], - groupSlug: "gatsby-plugin-nprogress", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-nprogress", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-nprogress", - paths: ["packages/gatsby-plugin-nprogress/"], - groupSlug: "gatsby-plugin-nprogress-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-nprogress", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-postcss", - paths: ["packages/gatsby-plugin-postcss/"], - groupSlug: "gatsby-plugin-postcss", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-postcss", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-postcss", - paths: ["packages/gatsby-plugin-postcss/"], - groupSlug: "gatsby-plugin-postcss-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-postcss", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-preact", - paths: ["packages/gatsby-plugin-preact/"], - groupSlug: "gatsby-plugin-preact", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-preact", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-preact", - paths: ["packages/gatsby-plugin-preact/"], - groupSlug: "gatsby-plugin-preact-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-preact", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-react-css-modules", - paths: ["packages/gatsby-plugin-react-css-modules/"], - groupSlug: "gatsby-plugin-react-css-modules", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-react-css-modules", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-react-css-modules", - paths: ["packages/gatsby-plugin-react-css-modules/"], - groupSlug: "gatsby-plugin-react-css-modules-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-react-css-modules", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-react-helmet", - paths: ["packages/gatsby-plugin-react-helmet/"], - groupSlug: "gatsby-plugin-react-helmet", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-react-helmet", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-react-helmet", - paths: ["packages/gatsby-plugin-react-helmet/"], - groupSlug: "gatsby-plugin-react-helmet-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-react-helmet", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-remove-trailing-slashes", - paths: ["packages/gatsby-plugin-remove-trailing-slashes/"], - groupSlug: "gatsby-plugin-remove-trailing-slashes", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-remove-trailing-slashes", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-remove-trailing-slashes", - paths: ["packages/gatsby-plugin-remove-trailing-slashes/"], - groupSlug: "gatsby-plugin-remove-trailing-slashes-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-remove-trailing-slashes", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-sass", - paths: ["packages/gatsby-plugin-sass/"], - groupSlug: "gatsby-plugin-sass", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-sass", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-sass", - paths: ["packages/gatsby-plugin-sass/"], - groupSlug: "gatsby-plugin-sass-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-sass", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-sitemap", - paths: ["packages/gatsby-plugin-sitemap/"], - groupSlug: "gatsby-plugin-sitemap", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-sitemap", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-sitemap", - paths: ["packages/gatsby-plugin-sitemap/"], - groupSlug: "gatsby-plugin-sitemap-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-sitemap", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-styled-components", - paths: ["packages/gatsby-plugin-styled-components/"], - groupSlug: "gatsby-plugin-styled-components", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-styled-components", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-styled-components", - paths: ["packages/gatsby-plugin-styled-components/"], - groupSlug: "gatsby-plugin-styled-components-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-styled-components", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-styled-jsx", - paths: ["packages/gatsby-plugin-styled-jsx/"], - groupSlug: "gatsby-plugin-styled-jsx", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-styled-jsx", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-styled-jsx", - paths: ["packages/gatsby-plugin-styled-jsx/"], - groupSlug: "gatsby-plugin-styled-jsx-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-styled-jsx", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-styletron", - paths: ["packages/gatsby-plugin-styletron/"], - groupSlug: "gatsby-plugin-styletron", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-styletron", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-styletron", - paths: ["packages/gatsby-plugin-styletron/"], - groupSlug: "gatsby-plugin-styletron-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-styletron", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-stylus", - paths: ["packages/gatsby-plugin-stylus/"], - groupSlug: "gatsby-plugin-stylus", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-stylus", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-stylus", - paths: ["packages/gatsby-plugin-stylus/"], - groupSlug: "gatsby-plugin-stylus-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-stylus", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-subfont", - paths: ["packages/gatsby-plugin-subfont/"], - groupSlug: "gatsby-plugin-subfont", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-subfont", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-subfont", - paths: ["packages/gatsby-plugin-subfont/"], - groupSlug: "gatsby-plugin-subfont-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-subfont", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-twitter", - paths: ["packages/gatsby-plugin-twitter/"], - groupSlug: "gatsby-plugin-twitter", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-twitter", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-twitter", - paths: ["packages/gatsby-plugin-twitter/"], - groupSlug: "gatsby-plugin-twitter-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-twitter", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-typography", - paths: ["packages/gatsby-plugin-typography/"], - groupSlug: "gatsby-plugin-typography", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-typography", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-typography", - paths: ["packages/gatsby-plugin-typography/"], - groupSlug: "gatsby-plugin-typography-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-typography", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-react-router-scroll", - paths: ["packages/gatsby-react-router-scroll/"], - groupSlug: "gatsby-react-router-scroll", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-react-router-scroll", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-react-router-scroll", - paths: ["packages/gatsby-react-router-scroll/"], - groupSlug: "gatsby-react-router-scroll-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-react-router-scroll", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-autolink-headers", - paths: ["packages/gatsby-remark-autolink-headers/"], - groupSlug: "gatsby-remark-autolink-headers", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-autolink-headers", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-autolink-headers", - paths: ["packages/gatsby-remark-autolink-headers/"], - groupSlug: "gatsby-remark-autolink-headers-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-autolink-headers", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-code-repls", - paths: ["packages/gatsby-remark-code-repls/"], - groupSlug: "gatsby-remark-code-repls", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-code-repls", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-code-repls", - paths: ["packages/gatsby-remark-code-repls/"], - groupSlug: "gatsby-remark-code-repls-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-code-repls", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-copy-linked-files", - paths: ["packages/gatsby-remark-copy-linked-files/"], - groupSlug: "gatsby-remark-copy-linked-files", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-copy-linked-files", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-copy-linked-files", - paths: ["packages/gatsby-remark-copy-linked-files/"], - groupSlug: "gatsby-remark-copy-linked-files-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-copy-linked-files", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-custom-blocks", - paths: ["packages/gatsby-remark-custom-blocks/"], - groupSlug: "gatsby-remark-custom-blocks", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-custom-blocks", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-custom-blocks", - paths: ["packages/gatsby-remark-custom-blocks/"], - groupSlug: "gatsby-remark-custom-blocks-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-custom-blocks", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-embed-snippet", - paths: ["packages/gatsby-remark-embed-snippet/"], - groupSlug: "gatsby-remark-embed-snippet", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-embed-snippet", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-embed-snippet", - paths: ["packages/gatsby-remark-embed-snippet/"], - groupSlug: "gatsby-remark-embed-snippet-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-embed-snippet", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-graphviz", - paths: ["packages/gatsby-remark-graphviz/"], - groupSlug: "gatsby-remark-graphviz", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-graphviz", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-graphviz", - paths: ["packages/gatsby-remark-graphviz/"], - groupSlug: "gatsby-remark-graphviz-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-graphviz", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-images-contentful", - paths: ["packages/gatsby-remark-images-contentful/"], - groupSlug: "gatsby-remark-images-contentful", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-images-contentful", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-images-contentful", - paths: ["packages/gatsby-remark-images-contentful/"], - groupSlug: "gatsby-remark-images-contentful-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-images-contentful", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-katex", - paths: ["packages/gatsby-remark-katex/"], - groupSlug: "gatsby-remark-katex", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-katex", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-katex", - paths: ["packages/gatsby-remark-katex/"], - groupSlug: "gatsby-remark-katex-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-katex", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-prismjs", - paths: ["packages/gatsby-remark-prismjs/"], - groupSlug: "gatsby-remark-prismjs", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-prismjs", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-prismjs", - paths: ["packages/gatsby-remark-prismjs/"], - groupSlug: "gatsby-remark-prismjs-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-prismjs", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-responsive-iframe", - paths: ["packages/gatsby-remark-responsive-iframe/"], - groupSlug: "gatsby-remark-responsive-iframe", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-responsive-iframe", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-responsive-iframe", - paths: ["packages/gatsby-remark-responsive-iframe/"], - groupSlug: "gatsby-remark-responsive-iframe-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-responsive-iframe", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-smartypants", - paths: ["packages/gatsby-remark-smartypants/"], - groupSlug: "gatsby-remark-smartypants", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-smartypants", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-smartypants", - paths: ["packages/gatsby-remark-smartypants/"], - groupSlug: "gatsby-remark-smartypants-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-smartypants", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-faker", - paths: ["packages/gatsby-source-faker/"], - groupSlug: "gatsby-source-faker", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-faker", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-faker", - paths: ["packages/gatsby-source-faker/"], - groupSlug: "gatsby-source-faker-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-faker", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-graphql", - paths: ["packages/gatsby-source-graphql/"], - groupSlug: "gatsby-source-graphql", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-graphql", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-graphql", - paths: ["packages/gatsby-source-graphql/"], - groupSlug: "gatsby-source-graphql-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-graphql", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-hacker-news", - paths: ["packages/gatsby-source-hacker-news/"], - groupSlug: "gatsby-source-hacker-news", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-hacker-news", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-hacker-news", - paths: ["packages/gatsby-source-hacker-news/"], - groupSlug: "gatsby-source-hacker-news-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-hacker-news", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-lever", - paths: ["packages/gatsby-source-lever/"], - groupSlug: "gatsby-source-lever", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-lever", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-lever", - paths: ["packages/gatsby-source-lever/"], - groupSlug: "gatsby-source-lever-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-lever", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-medium", - paths: ["packages/gatsby-source-medium/"], - groupSlug: "gatsby-source-medium", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-medium", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-medium", - paths: ["packages/gatsby-source-medium/"], - groupSlug: "gatsby-source-medium-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-medium", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-mongodb", - paths: ["packages/gatsby-source-mongodb/"], - groupSlug: "gatsby-source-mongodb", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-mongodb", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-mongodb", - paths: ["packages/gatsby-source-mongodb/"], - groupSlug: "gatsby-source-mongodb-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-mongodb", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-npm-package-search", - paths: ["packages/gatsby-source-npm-package-search/"], - groupSlug: "gatsby-source-npm-package-search", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-npm-package-search", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-npm-package-search", - paths: ["packages/gatsby-source-npm-package-search/"], - groupSlug: "gatsby-source-npm-package-search-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-npm-package-search", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-wikipedia", - paths: ["packages/gatsby-source-wikipedia/"], - groupSlug: "gatsby-source-wikipedia", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-wikipedia", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-wikipedia", - paths: ["packages/gatsby-source-wikipedia/"], - groupSlug: "gatsby-source-wikipedia-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-wikipedia", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-asciidoc", - paths: ["packages/gatsby-transformer-asciidoc/"], - groupSlug: "gatsby-transformer-asciidoc", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-asciidoc", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-asciidoc", - paths: ["packages/gatsby-transformer-asciidoc/"], - groupSlug: "gatsby-transformer-asciidoc-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-asciidoc", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-csv", - paths: ["packages/gatsby-transformer-csv/"], - groupSlug: "gatsby-transformer-csv", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-csv", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-csv", - paths: ["packages/gatsby-transformer-csv/"], - groupSlug: "gatsby-transformer-csv-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-csv", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-documentationjs", - paths: ["packages/gatsby-transformer-documentationjs/"], - groupSlug: "gatsby-transformer-documentationjs", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-documentationjs", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-documentationjs", - paths: ["packages/gatsby-transformer-documentationjs/"], - groupSlug: "gatsby-transformer-documentationjs-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-documentationjs", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-excel", - paths: ["packages/gatsby-transformer-excel/"], - groupSlug: "gatsby-transformer-excel", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-excel", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-excel", - paths: ["packages/gatsby-transformer-excel/"], - groupSlug: "gatsby-transformer-excel-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-excel", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-hjson", - paths: ["packages/gatsby-transformer-hjson/"], - groupSlug: "gatsby-transformer-hjson", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-hjson", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-hjson", - paths: ["packages/gatsby-transformer-hjson/"], - groupSlug: "gatsby-transformer-hjson-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-hjson", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-javascript-frontmatter", - paths: ["packages/gatsby-transformer-javascript-frontmatter/"], - groupSlug: "gatsby-transformer-javascript-frontmatter", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-javascript-frontmatter", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-javascript-frontmatter", - paths: ["packages/gatsby-transformer-javascript-frontmatter/"], - groupSlug: "gatsby-transformer-javascript-frontmatter-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-javascript-frontmatter", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-javascript-static-exports", - paths: ["packages/gatsby-transformer-javascript-static-exports/"], - groupSlug: "gatsby-transformer-javascript-static-exports", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-javascript-static-exports", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-javascript-static-exports", - paths: ["packages/gatsby-transformer-javascript-static-exports/"], - groupSlug: "gatsby-transformer-javascript-static-exports-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-javascript-static-exports", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-json", - paths: ["packages/gatsby-transformer-json/"], - groupSlug: "gatsby-transformer-json", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-json", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-json", - paths: ["packages/gatsby-transformer-json/"], - groupSlug: "gatsby-transformer-json-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-json", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-pdf", - paths: ["packages/gatsby-transformer-pdf/"], - groupSlug: "gatsby-transformer-pdf", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-pdf", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-pdf", - paths: ["packages/gatsby-transformer-pdf/"], - groupSlug: "gatsby-transformer-pdf-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-pdf", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-react-docgen", - paths: ["packages/gatsby-transformer-react-docgen/"], - groupSlug: "gatsby-transformer-react-docgen", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-react-docgen", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-react-docgen", - paths: ["packages/gatsby-transformer-react-docgen/"], - groupSlug: "gatsby-transformer-react-docgen-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-react-docgen", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-screenshot", - paths: ["packages/gatsby-transformer-screenshot/"], - groupSlug: "gatsby-transformer-screenshot", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-screenshot", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-screenshot", - paths: ["packages/gatsby-transformer-screenshot/"], - groupSlug: "gatsby-transformer-screenshot-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-screenshot", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-sharp", - paths: ["packages/gatsby-transformer-sharp/"], - groupSlug: "gatsby-transformer-sharp", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-sharp", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-sharp", - paths: ["packages/gatsby-transformer-sharp/"], - groupSlug: "gatsby-transformer-sharp-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-sharp", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-toml", - paths: ["packages/gatsby-transformer-toml/"], - groupSlug: "gatsby-transformer-toml", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-toml", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-toml", - paths: ["packages/gatsby-transformer-toml/"], - groupSlug: "gatsby-transformer-toml-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-toml", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-xml", - paths: ["packages/gatsby-transformer-xml/"], - groupSlug: "gatsby-transformer-xml", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-xml", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-xml", - paths: ["packages/gatsby-transformer-xml/"], - groupSlug: "gatsby-transformer-xml-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-xml", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-yaml", - paths: ["packages/gatsby-transformer-yaml/"], - groupSlug: "gatsby-transformer-yaml", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-yaml", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-yaml", - paths: ["packages/gatsby-transformer-yaml/"], - groupSlug: "gatsby-transformer-yaml-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-yaml", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for babel-preset-gatsby", - paths: ["packages/babel-preset-gatsby/"], - groupSlug: "babel-preset-gatsby", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for babel-preset-gatsby", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for babel-preset-gatsby", - paths: ["packages/babel-preset-gatsby/"], - groupSlug: "babel-preset-gatsby-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for babel-preset-gatsby", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-page-utils", - paths: ["packages/gatsby-page-utils/"], - groupSlug: "gatsby-page-utils", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-page-utils", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-page-utils", - paths: ["packages/gatsby-page-utils/"], - groupSlug: "gatsby-page-utils-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-page-utils", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-manifest", - paths: ["packages/gatsby-plugin-manifest/"], - groupSlug: "gatsby-plugin-manifest", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-manifest", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-manifest", - paths: ["packages/gatsby-plugin-manifest/"], - groupSlug: "gatsby-plugin-manifest-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-manifest", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-mdx", - paths: ["packages/gatsby-plugin-mdx/"], - groupSlug: "gatsby-plugin-mdx", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-mdx", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-mdx", - paths: ["packages/gatsby-plugin-mdx/"], - groupSlug: "gatsby-plugin-mdx-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-mdx", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-offline", - paths: ["packages/gatsby-plugin-offline/"], - groupSlug: "gatsby-plugin-offline", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-offline", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-offline", - paths: ["packages/gatsby-plugin-offline/"], - groupSlug: "gatsby-plugin-offline-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-offline", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-preload-fonts", - paths: ["packages/gatsby-plugin-preload-fonts/"], - groupSlug: "gatsby-plugin-preload-fonts", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-preload-fonts", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-preload-fonts", - paths: ["packages/gatsby-plugin-preload-fonts/"], - groupSlug: "gatsby-plugin-preload-fonts-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-preload-fonts", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-sharp", - paths: ["packages/gatsby-plugin-sharp/"], - groupSlug: "gatsby-plugin-sharp", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-sharp", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-sharp", - paths: ["packages/gatsby-plugin-sharp/"], - groupSlug: "gatsby-plugin-sharp-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-sharp", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-typescript", - paths: ["packages/gatsby-plugin-typescript/"], - groupSlug: "gatsby-plugin-typescript", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-typescript", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-typescript", - paths: ["packages/gatsby-plugin-typescript/"], - groupSlug: "gatsby-plugin-typescript-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-typescript", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-remark-images", - paths: ["packages/gatsby-remark-images/"], - groupSlug: "gatsby-remark-images", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-remark-images", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-remark-images", - paths: ["packages/gatsby-remark-images/"], - groupSlug: "gatsby-remark-images-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-remark-images", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-filesystem", - paths: ["packages/gatsby-source-filesystem/"], - groupSlug: "gatsby-source-filesystem", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-filesystem", - commitMessageExtra: "", - excludePackageNames: [ - "cross-env", - "lodash", - "lodash-es", - "msw", - "typescript", - ], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-filesystem", - paths: ["packages/gatsby-source-filesystem/"], - groupSlug: "gatsby-source-filesystem-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-filesystem", - excludePackageNames: ["cross-env"], - packageNames: ["msw"], - }, - { - groupName: "minor and patch for gatsby-telemetry", - paths: ["packages/gatsby-telemetry/"], - groupSlug: "gatsby-telemetry", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-telemetry", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-telemetry", - paths: ["packages/gatsby-telemetry/"], - groupSlug: "gatsby-telemetry-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-telemetry", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-remark", - paths: ["packages/gatsby-transformer-remark/"], - groupSlug: "gatsby-transformer-remark", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-remark", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-remark", - paths: ["packages/gatsby-transformer-remark/"], - groupSlug: "gatsby-transformer-remark-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-remark", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-plugin-page-creator", - paths: ["packages/gatsby-plugin-page-creator/"], - groupSlug: "gatsby-plugin-page-creator", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-plugin-page-creator", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-plugin-page-creator", - paths: ["packages/gatsby-plugin-page-creator/"], - groupSlug: "gatsby-plugin-page-creator-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-plugin-page-creator", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-recipes", - paths: ["packages/gatsby-recipes/"], - groupSlug: "gatsby-recipes", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-recipes", - commitMessageExtra: "", - excludePackageNames: [ - "@mdx-js/mdx", - "@mdx-js/react", - "@mdx-js/runtime", + { + "matchPaths": [ + "packages/babel-plugin-remove-graphql-queries/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for babel-plugin-remove-graphql-queries", + "groupSlug": "babel-plugin-remove-graphql-queries-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", "cross-env", - "express-graphql", - "lodash", - "lodash-es", - "react-reconciler", - "remark-mdx", - "remark-mdxjs", - "typescript", - ], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-recipes", - paths: ["packages/gatsby-recipes/"], - groupSlug: "gatsby-recipes-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-recipes", - excludePackageNames: ["cross-env"], - packageNames: [ - "@mdx-js/mdx", - "@mdx-js/react", - "@mdx-js/runtime", - "express-graphql", - "react-reconciler", - "remark-mdx", - "remark-mdxjs", - ], - }, - { - groupName: "minor and patch for gatsby-source-contentful", - paths: ["packages/gatsby-source-contentful/"], - groupSlug: "gatsby-source-contentful", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-contentful", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-contentful", - paths: ["packages/gatsby-source-contentful/"], - groupSlug: "gatsby-source-contentful-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-contentful", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-drupal", - paths: ["packages/gatsby-source-drupal/"], - groupSlug: "gatsby-source-drupal", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-drupal", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-drupal", - paths: ["packages/gatsby-source-drupal/"], - groupSlug: "gatsby-source-drupal-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-drupal", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-shopify", - paths: ["packages/gatsby-source-shopify/"], - groupSlug: "gatsby-source-shopify", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-shopify", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-shopify", - paths: ["packages/gatsby-source-shopify/"], - groupSlug: "gatsby-source-shopify-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-shopify", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-source-wordpress", - paths: ["packages/gatsby-source-wordpress/"], - groupSlug: "gatsby-source-wordpress", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-source-wordpress", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-source-wordpress", - paths: ["packages/gatsby-source-wordpress/"], - groupSlug: "gatsby-source-wordpress-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-source-wordpress", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-transformer-sqip", - paths: ["packages/gatsby-transformer-sqip/"], - groupSlug: "gatsby-transformer-sqip", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-transformer-sqip", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-transformer-sqip", - paths: ["packages/gatsby-transformer-sqip/"], - groupSlug: "gatsby-transformer-sqip-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-transformer-sqip", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby-cli", - paths: ["packages/gatsby-cli/"], - groupSlug: "gatsby-cli", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-cli", - commitMessageExtra: "", - excludePackageNames: ["cross-env", "lodash", "lodash-es", "typescript"], - excludePackagePatterns: ["^lodash/", "^@babel/"], - }, - { - groupName: "major for gatsby-cli", - paths: ["packages/gatsby-cli/"], - groupSlug: "gatsby-cli-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-cli", - excludePackageNames: ["cross-env"], - }, - { - groupName: "minor and patch for gatsby", - paths: ["packages/gatsby/"], - groupSlug: "gatsby", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby", - commitMessageExtra: "", - matchDepTypes: ["peerDependencies", "dependencies"], - excludePackageNames: [ - "@mdx-js/mdx", - "@mdx-js/react", - "@mdx-js/runtime", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}" + }, + { + "matchPaths": [ + "packages/babel-plugin-remove-graphql-queries/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for babel-plugin-remove-graphql-queries", + "groupSlug": "babel-plugin-remove-graphql-queries-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", "cross-env", - "express-graphql", - "lodash", - "lodash-es", - "remark-mdx", - "remark-mdxjs", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", "typescript", - "webpack-virtual-modules", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}" + }, + { + "matchPaths": [ + "packages/babel-plugin-remove-graphql-queries/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for babel-plugin-remove-graphql-queries", + "groupSlug": "babel-plugin-remove-graphql-queries-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" ], - excludePackagePatterns: ["^lodash/", "^@babel/"], + "commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}" }, { - groupName: "major for gatsby", - paths: ["packages/gatsby/"], - groupSlug: "gatsby-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby", - excludePackageNames: ["cross-env"], - matchDepTypes: ["peerDependencies", "dependencies"], - packageNames: [ - "@mdx-js/mdx", - "@mdx-js/react", - "@mdx-js/runtime", - "express-graphql", - "remark-mdx", - "remark-mdxjs", + "matchPaths": [ + "packages/babel-plugin-remove-graphql-queries/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for babel-plugin-remove-graphql-queries", + "groupSlug": "babel-plugin-remove-graphql-queries-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", "typescript", - "webpack-virtual-modules", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" ], + "commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}", + "dependencyDashboardApproval": true }, { - groupName: "minor and patch for gatsby dev dependencies", - paths: ["packages/gatsby/"], - groupSlug: "gatsby", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby", - commitMessageExtra: "", - excludePackageNames: [ - "@mdx-js/mdx", - "@mdx-js/react", - "@mdx-js/runtime", + "matchPaths": [ + "packages/babel-plugin-remove-graphql-queries/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for babel-plugin-remove-graphql-queries", + "groupSlug": "babel-plugin-remove-graphql-queries-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", "cross-env", - "express-graphql", - "lodash", - "lodash-es", - "remark-mdx", - "remark-mdxjs", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", "typescript", - "webpack-virtual-modules", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}" + }, + { + "matchPaths": [ + "packages/babel-plugin-remove-graphql-queries/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for babel-plugin-remove-graphql-queries", + "groupSlug": "babel-plugin-remove-graphql-queries-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" ], - matchDepTypes: ["devDependencies"], - excludePackagePatterns: ["^lodash/", "^@babel/"], + "commitMessageSuffix": "{{#unless groupName}} for babel-plugin-remove-graphql-queries{{/unless}}", + "dependencyDashboardApproval": true }, { - groupName: "major for gatsby dev dependencies", - paths: ["packages/gatsby/"], - groupSlug: "gatsby-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby", - excludePackageNames: ["cross-env"], - matchDepTypes: ["devDependencies"], - packageNames: [ - "@mdx-js/mdx", - "@mdx-js/react", - "@mdx-js/runtime", - "express-graphql", - "remark-mdx", - "remark-mdxjs", + "matchPaths": [ + "packages/babel-preset-gatsby-package/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for babel-preset-gatsby-package", + "groupSlug": "babel-preset-gatsby-package-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", "typescript", - "webpack-virtual-modules", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}" }, { - groupName: "minor and patch for gatsby-admin", - paths: ["packages/gatsby-admin/"], - groupSlug: "gatsby-admin", - updateTypes: ["minor", "patch"], - // force pr title to be the plugin name - commitMessageTopic: "minor and patch for gatsby-admin", - commitMessageExtra: "", - excludePackageNames: [ + "matchPaths": [ + "packages/babel-preset-gatsby-package/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for babel-preset-gatsby-package", + "groupSlug": "babel-preset-gatsby-package-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", "cross-env", - "lodash", - "lodash-es", - "theme-ui", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" ], - excludePackagePatterns: ["^lodash/", "^@babel/"], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}" }, { - groupName: "major for gatsby-admin", - paths: ["packages/gatsby-admin/"], - groupSlug: "gatsby-admin-major", - updateTypes: ["major"], - // force pr title to be the plugin name - commitMessageSuffix: "for gatsby-admin", - excludePackageNames: ["cross-env"], - packageNames: ["theme-ui"], + "matchPaths": [ + "packages/babel-preset-gatsby-package/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for babel-preset-gatsby-package", + "groupSlug": "babel-preset-gatsby-package-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}" }, - ], + { + "matchPaths": [ + "packages/babel-preset-gatsby-package/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for babel-preset-gatsby-package", + "groupSlug": "babel-preset-gatsby-package-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/babel-preset-gatsby-package/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for babel-preset-gatsby-package", + "groupSlug": "babel-preset-gatsby-package-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}" + }, + { + "matchPaths": [ + "packages/babel-preset-gatsby-package/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for babel-preset-gatsby-package", + "groupSlug": "babel-preset-gatsby-package-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby-package{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/babel-preset-gatsby/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for babel-preset-gatsby", + "groupSlug": "babel-preset-gatsby-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/babel-preset-gatsby/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for babel-preset-gatsby", + "groupSlug": "babel-preset-gatsby-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/babel-preset-gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for babel-preset-gatsby", + "groupSlug": "babel-preset-gatsby-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/babel-preset-gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for babel-preset-gatsby", + "groupSlug": "babel-preset-gatsby-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/babel-preset-gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for babel-preset-gatsby", + "groupSlug": "babel-preset-gatsby-prod-minor", + "matchPackageNames": [ + "babel-plugin-transform-react-remove-prop-types" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/babel-preset-gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for babel-preset-gatsby", + "groupSlug": "babel-preset-gatsby-prod-major", + "matchPackageNames": [ + "babel-plugin-transform-react-remove-prop-types" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for babel-preset-gatsby{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/create-gatsby/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for create-gatsby", + "groupSlug": "create-gatsby-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/create-gatsby/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for create-gatsby", + "groupSlug": "create-gatsby-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/create-gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for create-gatsby", + "groupSlug": "create-gatsby-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/create-gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for create-gatsby", + "groupSlug": "create-gatsby-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/create-gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for create-gatsby", + "groupSlug": "create-gatsby-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/create-gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for create-gatsby", + "groupSlug": "create-gatsby-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for create-gatsby{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-admin/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-admin", + "groupSlug": "gatsby-admin-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-admin{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-admin/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-admin", + "groupSlug": "gatsby-admin-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-admin{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-admin/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-admin", + "groupSlug": "gatsby-admin-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-admin{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-admin/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-admin", + "groupSlug": "gatsby-admin-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-admin{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-admin/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-admin", + "groupSlug": "gatsby-admin-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-admin{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-admin/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-admin", + "groupSlug": "gatsby-admin-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-admin{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-cli/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-cli", + "groupSlug": "gatsby-cli-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-cli/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-cli", + "groupSlug": "gatsby-cli-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-cli/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-cli", + "groupSlug": "gatsby-cli-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-cli/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-cli", + "groupSlug": "gatsby-cli-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-cli/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-cli", + "groupSlug": "gatsby-cli-prod-minor", + "matchPackageNames": [ + "gatsby-recipes", + "is-valid-path", + "opentracing", + "stack-trace" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-cli/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-cli", + "groupSlug": "gatsby-cli-prod-major", + "matchPackageNames": [ + "gatsby-recipes", + "is-valid-path", + "opentracing", + "stack-trace" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cli{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-codemods/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-codemods", + "groupSlug": "gatsby-codemods-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-codemods/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-codemods", + "groupSlug": "gatsby-codemods-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-codemods/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-codemods", + "groupSlug": "gatsby-codemods-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-codemods/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-codemods", + "groupSlug": "gatsby-codemods-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-codemods/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-codemods", + "groupSlug": "gatsby-codemods-prod-minor", + "matchPackageNames": [ + "jscodeshift", + "recast" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-codemods/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-codemods", + "groupSlug": "gatsby-codemods-prod-major", + "matchPackageNames": [ + "jscodeshift", + "recast" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-codemods{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-core-utils/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-core-utils", + "groupSlug": "gatsby-core-utils-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-core-utils/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-core-utils", + "groupSlug": "gatsby-core-utils-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-core-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-core-utils", + "groupSlug": "gatsby-core-utils-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-core-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-core-utils", + "groupSlug": "gatsby-core-utils-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-core-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-core-utils", + "groupSlug": "gatsby-core-utils-prod-minor", + "matchPackageNames": [ + "tmp" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-core-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-core-utils", + "groupSlug": "gatsby-core-utils-prod-major", + "matchPackageNames": [ + "tmp" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-core-utils{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-cypress/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-cypress", + "groupSlug": "gatsby-cypress-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-cypress/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-cypress", + "groupSlug": "gatsby-cypress-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-cypress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-cypress", + "groupSlug": "gatsby-cypress-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-cypress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-cypress", + "groupSlug": "gatsby-cypress-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-cypress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-cypress", + "groupSlug": "gatsby-cypress-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-cypress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-cypress", + "groupSlug": "gatsby-cypress-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-cypress{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-design-tokens/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-design-tokens", + "groupSlug": "gatsby-design-tokens-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-design-tokens/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-design-tokens", + "groupSlug": "gatsby-design-tokens-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-design-tokens/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-design-tokens", + "groupSlug": "gatsby-design-tokens-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-design-tokens/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-design-tokens", + "groupSlug": "gatsby-design-tokens-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-design-tokens/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-design-tokens", + "groupSlug": "gatsby-design-tokens-prod-minor", + "matchPackageNames": [ + "hex2rgba" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-design-tokens/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-design-tokens", + "groupSlug": "gatsby-design-tokens-prod-major", + "matchPackageNames": [ + "hex2rgba" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-design-tokens{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-dev-cli/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-dev-cli", + "groupSlug": "gatsby-dev-cli-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-dev-cli{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-dev-cli/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-dev-cli", + "groupSlug": "gatsby-dev-cli-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-dev-cli{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-dev-cli/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-dev-cli", + "groupSlug": "gatsby-dev-cli-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-dev-cli{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-dev-cli/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-dev-cli", + "groupSlug": "gatsby-dev-cli-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-dev-cli{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-dev-cli/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-dev-cli", + "groupSlug": "gatsby-dev-cli-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-dev-cli{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-dev-cli/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-dev-cli", + "groupSlug": "gatsby-dev-cli-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-dev-cli{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-graphiql-explorer/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-graphiql-explorer", + "groupSlug": "gatsby-graphiql-explorer-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-graphiql-explorer{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-graphiql-explorer/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-graphiql-explorer", + "groupSlug": "gatsby-graphiql-explorer-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-graphiql-explorer{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-graphiql-explorer/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-graphiql-explorer", + "groupSlug": "gatsby-graphiql-explorer-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-graphiql-explorer{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-graphiql-explorer/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-graphiql-explorer", + "groupSlug": "gatsby-graphiql-explorer-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-graphiql-explorer{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-graphiql-explorer/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-graphiql-explorer", + "groupSlug": "gatsby-graphiql-explorer-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-graphiql-explorer{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-graphiql-explorer/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-graphiql-explorer", + "groupSlug": "gatsby-graphiql-explorer-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-graphiql-explorer{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-image/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-image", + "groupSlug": "gatsby-image-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-image/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-image", + "groupSlug": "gatsby-image-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-image/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-image", + "groupSlug": "gatsby-image-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-image/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-image", + "groupSlug": "gatsby-image-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-image/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-image", + "groupSlug": "gatsby-image-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-image/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-image", + "groupSlug": "gatsby-image-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-legacy-polyfills/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-legacy-polyfills", + "groupSlug": "gatsby-legacy-polyfills-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-legacy-polyfills{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-legacy-polyfills/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-legacy-polyfills", + "groupSlug": "gatsby-legacy-polyfills-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-legacy-polyfills{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-legacy-polyfills/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-legacy-polyfills", + "groupSlug": "gatsby-legacy-polyfills-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-legacy-polyfills{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-legacy-polyfills/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-legacy-polyfills", + "groupSlug": "gatsby-legacy-polyfills-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-legacy-polyfills{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-legacy-polyfills/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-legacy-polyfills", + "groupSlug": "gatsby-legacy-polyfills-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-legacy-polyfills{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-legacy-polyfills/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-legacy-polyfills", + "groupSlug": "gatsby-legacy-polyfills-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-legacy-polyfills{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-link/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-link", + "groupSlug": "gatsby-link-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-link{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-link/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-link", + "groupSlug": "gatsby-link-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-link{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-link/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-link", + "groupSlug": "gatsby-link-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-link{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-link/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-link", + "groupSlug": "gatsby-link-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-link{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-link/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-link", + "groupSlug": "gatsby-link-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-link{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-link/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-link", + "groupSlug": "gatsby-link-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-link{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-page-utils/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-page-utils", + "groupSlug": "gatsby-page-utils-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-page-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-page-utils/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-page-utils", + "groupSlug": "gatsby-page-utils-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-page-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-page-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-page-utils", + "groupSlug": "gatsby-page-utils-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-page-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-page-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-page-utils", + "groupSlug": "gatsby-page-utils-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-page-utils{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-page-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-page-utils", + "groupSlug": "gatsby-page-utils-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-page-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-page-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-page-utils", + "groupSlug": "gatsby-page-utils-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-page-utils{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-benchmark-reporting/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-benchmark-reporting", + "groupSlug": "gatsby-plugin-benchmark-reporting-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-benchmark-reporting{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-benchmark-reporting/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-benchmark-reporting", + "groupSlug": "gatsby-plugin-benchmark-reporting-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-benchmark-reporting{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-benchmark-reporting/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-benchmark-reporting", + "groupSlug": "gatsby-plugin-benchmark-reporting-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-benchmark-reporting{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-benchmark-reporting/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-benchmark-reporting", + "groupSlug": "gatsby-plugin-benchmark-reporting-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-benchmark-reporting{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-benchmark-reporting/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-benchmark-reporting", + "groupSlug": "gatsby-plugin-benchmark-reporting-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-benchmark-reporting{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-benchmark-reporting/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-benchmark-reporting", + "groupSlug": "gatsby-plugin-benchmark-reporting-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-benchmark-reporting{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-canonical-urls/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-canonical-urls", + "groupSlug": "gatsby-plugin-canonical-urls-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-canonical-urls{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-canonical-urls/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-canonical-urls", + "groupSlug": "gatsby-plugin-canonical-urls-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-canonical-urls{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-canonical-urls/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-canonical-urls", + "groupSlug": "gatsby-plugin-canonical-urls-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-canonical-urls{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-canonical-urls/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-canonical-urls", + "groupSlug": "gatsby-plugin-canonical-urls-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-canonical-urls{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-canonical-urls/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-canonical-urls", + "groupSlug": "gatsby-plugin-canonical-urls-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-canonical-urls{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-canonical-urls/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-canonical-urls", + "groupSlug": "gatsby-plugin-canonical-urls-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-canonical-urls{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-catch-links/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-catch-links", + "groupSlug": "gatsby-plugin-catch-links-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-catch-links{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-catch-links/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-catch-links", + "groupSlug": "gatsby-plugin-catch-links-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-catch-links{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-catch-links/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-catch-links", + "groupSlug": "gatsby-plugin-catch-links-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-catch-links{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-catch-links/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-catch-links", + "groupSlug": "gatsby-plugin-catch-links-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-catch-links{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-catch-links/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-catch-links", + "groupSlug": "gatsby-plugin-catch-links-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-catch-links{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-catch-links/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-catch-links", + "groupSlug": "gatsby-plugin-catch-links-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-catch-links{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-coffeescript/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-coffeescript", + "groupSlug": "gatsby-plugin-coffeescript-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-coffeescript{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-coffeescript/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-coffeescript", + "groupSlug": "gatsby-plugin-coffeescript-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-coffeescript{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-coffeescript/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-coffeescript", + "groupSlug": "gatsby-plugin-coffeescript-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-coffeescript{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-coffeescript/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-coffeescript", + "groupSlug": "gatsby-plugin-coffeescript-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-coffeescript{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-coffeescript/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-coffeescript", + "groupSlug": "gatsby-plugin-coffeescript-prod-minor", + "matchPackageNames": [ + "coffee-loader" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-coffeescript{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-coffeescript/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-coffeescript", + "groupSlug": "gatsby-plugin-coffeescript-prod-major", + "matchPackageNames": [ + "coffee-loader" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-coffeescript{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-create-client-paths/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-create-client-paths", + "groupSlug": "gatsby-plugin-create-client-paths-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-create-client-paths/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-create-client-paths", + "groupSlug": "gatsby-plugin-create-client-paths-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-create-client-paths/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-create-client-paths", + "groupSlug": "gatsby-plugin-create-client-paths-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-create-client-paths/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-create-client-paths", + "groupSlug": "gatsby-plugin-create-client-paths-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-create-client-paths/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-create-client-paths", + "groupSlug": "gatsby-plugin-create-client-paths-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-create-client-paths/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-create-client-paths", + "groupSlug": "gatsby-plugin-create-client-paths-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-cxs/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-cxs", + "groupSlug": "gatsby-plugin-cxs-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-cxs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-cxs/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-cxs", + "groupSlug": "gatsby-plugin-cxs-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-cxs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-cxs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-cxs", + "groupSlug": "gatsby-plugin-cxs-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-cxs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-cxs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-cxs", + "groupSlug": "gatsby-plugin-cxs-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-cxs{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-cxs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-cxs", + "groupSlug": "gatsby-plugin-cxs-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-cxs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-cxs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-cxs", + "groupSlug": "gatsby-plugin-cxs-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-cxs{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-emotion/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-emotion", + "groupSlug": "gatsby-plugin-emotion-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-emotion{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-emotion/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-emotion", + "groupSlug": "gatsby-plugin-emotion-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-emotion{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-emotion/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-emotion", + "groupSlug": "gatsby-plugin-emotion-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-emotion{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-emotion/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-emotion", + "groupSlug": "gatsby-plugin-emotion-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-emotion{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-emotion/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-emotion", + "groupSlug": "gatsby-plugin-emotion-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-emotion{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-emotion/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-emotion", + "groupSlug": "gatsby-plugin-emotion-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-emotion{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-facebook-analytics/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-facebook-analytics", + "groupSlug": "gatsby-plugin-facebook-analytics-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-facebook-analytics{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-facebook-analytics/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-facebook-analytics", + "groupSlug": "gatsby-plugin-facebook-analytics-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-facebook-analytics{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-facebook-analytics/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-facebook-analytics", + "groupSlug": "gatsby-plugin-facebook-analytics-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-facebook-analytics{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-facebook-analytics/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-facebook-analytics", + "groupSlug": "gatsby-plugin-facebook-analytics-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-facebook-analytics{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-facebook-analytics/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-facebook-analytics", + "groupSlug": "gatsby-plugin-facebook-analytics-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-facebook-analytics{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-facebook-analytics/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-facebook-analytics", + "groupSlug": "gatsby-plugin-facebook-analytics-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-facebook-analytics{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-feed/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-feed", + "groupSlug": "gatsby-plugin-feed-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-feed{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-feed/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-feed", + "groupSlug": "gatsby-plugin-feed-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-feed{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-feed/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-feed", + "groupSlug": "gatsby-plugin-feed-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-feed{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-feed/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-feed", + "groupSlug": "gatsby-plugin-feed-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-feed{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-feed/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-feed", + "groupSlug": "gatsby-plugin-feed-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-feed{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-feed/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-feed", + "groupSlug": "gatsby-plugin-feed-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-feed{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-flow/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-flow", + "groupSlug": "gatsby-plugin-flow-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-flow{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-flow/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-flow", + "groupSlug": "gatsby-plugin-flow-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-flow{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-flow/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-flow", + "groupSlug": "gatsby-plugin-flow-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-flow{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-flow/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-flow", + "groupSlug": "gatsby-plugin-flow-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-flow{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-flow/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-flow", + "groupSlug": "gatsby-plugin-flow-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-flow{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-flow/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-flow", + "groupSlug": "gatsby-plugin-flow-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-flow{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-fullstory/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-fullstory", + "groupSlug": "gatsby-plugin-fullstory-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-fullstory{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-fullstory/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-fullstory", + "groupSlug": "gatsby-plugin-fullstory-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-fullstory{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-fullstory/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-fullstory", + "groupSlug": "gatsby-plugin-fullstory-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-fullstory{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-fullstory/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-fullstory", + "groupSlug": "gatsby-plugin-fullstory-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-fullstory{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-fullstory/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-fullstory", + "groupSlug": "gatsby-plugin-fullstory-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-fullstory{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-fullstory/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-fullstory", + "groupSlug": "gatsby-plugin-fullstory-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-fullstory{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-gatsby-cloud/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-gatsby-cloud", + "groupSlug": "gatsby-plugin-gatsby-cloud-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-gatsby-cloud{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-gatsby-cloud/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-gatsby-cloud", + "groupSlug": "gatsby-plugin-gatsby-cloud-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-gatsby-cloud{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-gatsby-cloud/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-gatsby-cloud", + "groupSlug": "gatsby-plugin-gatsby-cloud-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-gatsby-cloud{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-gatsby-cloud/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-gatsby-cloud", + "groupSlug": "gatsby-plugin-gatsby-cloud-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-gatsby-cloud{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-gatsby-cloud/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-gatsby-cloud", + "groupSlug": "gatsby-plugin-gatsby-cloud-prod-minor", + "matchPackageNames": [ + "kebab-hash" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-gatsby-cloud{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-gatsby-cloud/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-gatsby-cloud", + "groupSlug": "gatsby-plugin-gatsby-cloud-prod-major", + "matchPackageNames": [ + "kebab-hash" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-gatsby-cloud{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-glamor/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-glamor", + "groupSlug": "gatsby-plugin-glamor-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-glamor{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-glamor/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-glamor", + "groupSlug": "gatsby-plugin-glamor-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-glamor{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-glamor/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-glamor", + "groupSlug": "gatsby-plugin-glamor-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-glamor{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-glamor/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-glamor", + "groupSlug": "gatsby-plugin-glamor-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-glamor{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-glamor/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-glamor", + "groupSlug": "gatsby-plugin-glamor-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-glamor{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-glamor/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-glamor", + "groupSlug": "gatsby-plugin-glamor-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-glamor{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-analytics/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-google-analytics", + "groupSlug": "gatsby-plugin-google-analytics-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-analytics{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-analytics/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-google-analytics", + "groupSlug": "gatsby-plugin-google-analytics-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-analytics{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-analytics/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-google-analytics", + "groupSlug": "gatsby-plugin-google-analytics-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-analytics{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-analytics/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-google-analytics", + "groupSlug": "gatsby-plugin-google-analytics-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-analytics{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-analytics/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-google-analytics", + "groupSlug": "gatsby-plugin-google-analytics-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-analytics{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-analytics/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-google-analytics", + "groupSlug": "gatsby-plugin-google-analytics-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-analytics{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-gtag/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-google-gtag", + "groupSlug": "gatsby-plugin-google-gtag-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-gtag{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-gtag/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-google-gtag", + "groupSlug": "gatsby-plugin-google-gtag-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-gtag{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-gtag/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-google-gtag", + "groupSlug": "gatsby-plugin-google-gtag-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-gtag{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-gtag/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-google-gtag", + "groupSlug": "gatsby-plugin-google-gtag-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-gtag{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-gtag/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-google-gtag", + "groupSlug": "gatsby-plugin-google-gtag-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-gtag{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-gtag/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-google-gtag", + "groupSlug": "gatsby-plugin-google-gtag-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-gtag{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-tagmanager/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-google-tagmanager", + "groupSlug": "gatsby-plugin-google-tagmanager-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-tagmanager{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-tagmanager/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-google-tagmanager", + "groupSlug": "gatsby-plugin-google-tagmanager-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-tagmanager{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-tagmanager/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-google-tagmanager", + "groupSlug": "gatsby-plugin-google-tagmanager-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-tagmanager{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-tagmanager/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-google-tagmanager", + "groupSlug": "gatsby-plugin-google-tagmanager-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-tagmanager{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-tagmanager/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-google-tagmanager", + "groupSlug": "gatsby-plugin-google-tagmanager-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-tagmanager{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-google-tagmanager/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-google-tagmanager", + "groupSlug": "gatsby-plugin-google-tagmanager-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-google-tagmanager{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-graphql-config/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-graphql-config", + "groupSlug": "gatsby-plugin-graphql-config-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-graphql-config{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-graphql-config/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-graphql-config", + "groupSlug": "gatsby-plugin-graphql-config-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-graphql-config{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-graphql-config/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-graphql-config", + "groupSlug": "gatsby-plugin-graphql-config-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-graphql-config{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-graphql-config/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-graphql-config", + "groupSlug": "gatsby-plugin-graphql-config-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-graphql-config{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-graphql-config/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-graphql-config", + "groupSlug": "gatsby-plugin-graphql-config-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-graphql-config{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-graphql-config/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-graphql-config", + "groupSlug": "gatsby-plugin-graphql-config-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-graphql-config{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-image/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-image", + "groupSlug": "gatsby-plugin-image-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-image{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-image/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-image", + "groupSlug": "gatsby-plugin-image-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-image{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-image/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-image", + "groupSlug": "gatsby-plugin-image-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-image{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-image/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-image", + "groupSlug": "gatsby-plugin-image-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-image{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-image/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-image", + "groupSlug": "gatsby-plugin-image-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-image{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-image/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-image", + "groupSlug": "gatsby-plugin-image-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-image{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-jss/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-jss", + "groupSlug": "gatsby-plugin-jss-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-jss{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-jss/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-jss", + "groupSlug": "gatsby-plugin-jss-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-jss{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-jss/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-jss", + "groupSlug": "gatsby-plugin-jss-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-jss{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-jss/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-jss", + "groupSlug": "gatsby-plugin-jss-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-jss{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-jss/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-jss", + "groupSlug": "gatsby-plugin-jss-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-jss{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-jss/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-jss", + "groupSlug": "gatsby-plugin-jss-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-jss{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-layout/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-layout", + "groupSlug": "gatsby-plugin-layout-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-layout{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-layout/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-layout", + "groupSlug": "gatsby-plugin-layout-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-layout{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-layout/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-layout", + "groupSlug": "gatsby-plugin-layout-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-layout{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-layout/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-layout", + "groupSlug": "gatsby-plugin-layout-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-layout{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-layout/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-layout", + "groupSlug": "gatsby-plugin-layout-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-layout{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-layout/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-layout", + "groupSlug": "gatsby-plugin-layout-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-layout{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-less/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-less", + "groupSlug": "gatsby-plugin-less-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-less{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-less/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-less", + "groupSlug": "gatsby-plugin-less-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-less{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-less/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-less", + "groupSlug": "gatsby-plugin-less-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-less{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-less/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-less", + "groupSlug": "gatsby-plugin-less-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-less{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-less/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-less", + "groupSlug": "gatsby-plugin-less-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-less{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-less/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-less", + "groupSlug": "gatsby-plugin-less-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-less{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-lodash/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-lodash", + "groupSlug": "gatsby-plugin-lodash-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-lodash{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-lodash/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-lodash", + "groupSlug": "gatsby-plugin-lodash-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-lodash{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-lodash/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-lodash", + "groupSlug": "gatsby-plugin-lodash-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-lodash{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-lodash/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-lodash", + "groupSlug": "gatsby-plugin-lodash-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-lodash{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-lodash/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-lodash", + "groupSlug": "gatsby-plugin-lodash-prod-minor", + "matchPackageNames": [ + "lodash-webpack-plugin" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-lodash{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-lodash/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-lodash", + "groupSlug": "gatsby-plugin-lodash-prod-major", + "matchPackageNames": [ + "lodash-webpack-plugin" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-lodash{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-manifest/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-manifest", + "groupSlug": "gatsby-plugin-manifest-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-manifest{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-manifest/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-manifest", + "groupSlug": "gatsby-plugin-manifest-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-manifest{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-manifest/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-manifest", + "groupSlug": "gatsby-plugin-manifest-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-manifest{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-manifest/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-manifest", + "groupSlug": "gatsby-plugin-manifest-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-manifest{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-manifest/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-manifest", + "groupSlug": "gatsby-plugin-manifest-prod-minor", + "matchPackageNames": [ + "sharp" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-manifest{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-manifest/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-manifest", + "groupSlug": "gatsby-plugin-manifest-prod-major", + "matchPackageNames": [ + "sharp" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-manifest{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-mdx/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-mdx", + "groupSlug": "gatsby-plugin-mdx-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-mdx{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-mdx/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-mdx", + "groupSlug": "gatsby-plugin-mdx-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-mdx{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-mdx/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-mdx", + "groupSlug": "gatsby-plugin-mdx-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-mdx{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-mdx/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-mdx", + "groupSlug": "gatsby-plugin-mdx-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-mdx{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-mdx/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-mdx", + "groupSlug": "gatsby-plugin-mdx-prod-minor", + "matchPackageNames": [ + "eval", + "style-to-object" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-mdx{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-mdx/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-mdx", + "groupSlug": "gatsby-plugin-mdx-prod-major", + "matchPackageNames": [ + "eval", + "style-to-object" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-mdx{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify-cms/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-netlify-cms", + "groupSlug": "gatsby-plugin-netlify-cms-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify-cms{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify-cms/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-netlify-cms", + "groupSlug": "gatsby-plugin-netlify-cms-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify-cms{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify-cms/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-netlify-cms", + "groupSlug": "gatsby-plugin-netlify-cms-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify-cms{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify-cms/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-netlify-cms", + "groupSlug": "gatsby-plugin-netlify-cms-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify-cms{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify-cms/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-netlify-cms", + "groupSlug": "gatsby-plugin-netlify-cms-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify-cms{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify-cms/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-netlify-cms", + "groupSlug": "gatsby-plugin-netlify-cms-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify-cms{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-netlify", + "groupSlug": "gatsby-plugin-netlify-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-netlify", + "groupSlug": "gatsby-plugin-netlify-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-netlify", + "groupSlug": "gatsby-plugin-netlify-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-netlify", + "groupSlug": "gatsby-plugin-netlify-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-netlify", + "groupSlug": "gatsby-plugin-netlify-prod-minor", + "matchPackageNames": [ + "kebab-hash" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-netlify/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-netlify", + "groupSlug": "gatsby-plugin-netlify-prod-major", + "matchPackageNames": [ + "kebab-hash" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-netlify{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-no-sourcemaps/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-no-sourcemaps", + "groupSlug": "gatsby-plugin-no-sourcemaps-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-no-sourcemaps{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-no-sourcemaps/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-no-sourcemaps", + "groupSlug": "gatsby-plugin-no-sourcemaps-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-no-sourcemaps{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-no-sourcemaps/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-no-sourcemaps", + "groupSlug": "gatsby-plugin-no-sourcemaps-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-no-sourcemaps{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-no-sourcemaps/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-no-sourcemaps", + "groupSlug": "gatsby-plugin-no-sourcemaps-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-no-sourcemaps{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-no-sourcemaps/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-no-sourcemaps", + "groupSlug": "gatsby-plugin-no-sourcemaps-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-no-sourcemaps{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-no-sourcemaps/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-no-sourcemaps", + "groupSlug": "gatsby-plugin-no-sourcemaps-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-no-sourcemaps{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-nprogress/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-nprogress", + "groupSlug": "gatsby-plugin-nprogress-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-nprogress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-nprogress/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-nprogress", + "groupSlug": "gatsby-plugin-nprogress-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-nprogress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-nprogress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-nprogress", + "groupSlug": "gatsby-plugin-nprogress-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-nprogress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-nprogress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-nprogress", + "groupSlug": "gatsby-plugin-nprogress-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-nprogress{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-nprogress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-nprogress", + "groupSlug": "gatsby-plugin-nprogress-prod-minor", + "matchPackageNames": [ + "nprogress" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-nprogress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-nprogress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-nprogress", + "groupSlug": "gatsby-plugin-nprogress-prod-major", + "matchPackageNames": [ + "nprogress" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-nprogress{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-offline/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-offline", + "groupSlug": "gatsby-plugin-offline-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-offline{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-offline/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-offline", + "groupSlug": "gatsby-plugin-offline-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-offline{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-offline/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-offline", + "groupSlug": "gatsby-plugin-offline-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-offline{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-offline/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-offline", + "groupSlug": "gatsby-plugin-offline-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-offline{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-offline/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-offline", + "groupSlug": "gatsby-plugin-offline-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-offline{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-offline/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-offline", + "groupSlug": "gatsby-plugin-offline-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-offline{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-page-creator/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-page-creator", + "groupSlug": "gatsby-plugin-page-creator-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-page-creator{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-page-creator/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-page-creator", + "groupSlug": "gatsby-plugin-page-creator-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-page-creator{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-page-creator/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-page-creator", + "groupSlug": "gatsby-plugin-page-creator-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-page-creator{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-page-creator/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-page-creator", + "groupSlug": "gatsby-plugin-page-creator-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-page-creator{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-page-creator/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-page-creator", + "groupSlug": "gatsby-plugin-page-creator-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-page-creator{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-page-creator/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-page-creator", + "groupSlug": "gatsby-plugin-page-creator-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-page-creator{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-postcss/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-postcss", + "groupSlug": "gatsby-plugin-postcss-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-postcss{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-postcss/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-postcss", + "groupSlug": "gatsby-plugin-postcss-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-postcss{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-postcss/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-postcss", + "groupSlug": "gatsby-plugin-postcss-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-postcss{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-postcss/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-postcss", + "groupSlug": "gatsby-plugin-postcss-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-postcss{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-postcss/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-postcss", + "groupSlug": "gatsby-plugin-postcss-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-postcss{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-postcss/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-postcss", + "groupSlug": "gatsby-plugin-postcss-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-postcss{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preact/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-preact", + "groupSlug": "gatsby-plugin-preact-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preact{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preact/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-preact", + "groupSlug": "gatsby-plugin-preact-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preact{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preact/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-preact", + "groupSlug": "gatsby-plugin-preact-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preact{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preact/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-preact", + "groupSlug": "gatsby-plugin-preact-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preact{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preact/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-preact", + "groupSlug": "gatsby-plugin-preact-prod-minor", + "matchPackageNames": [ + "@prefresh/babel-plugin" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preact{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preact/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-preact", + "groupSlug": "gatsby-plugin-preact-prod-major", + "matchPackageNames": [ + "@prefresh/babel-plugin" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preact{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preload-fonts/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-preload-fonts", + "groupSlug": "gatsby-plugin-preload-fonts-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preload-fonts{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preload-fonts/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-preload-fonts", + "groupSlug": "gatsby-plugin-preload-fonts-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preload-fonts{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preload-fonts/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-preload-fonts", + "groupSlug": "gatsby-plugin-preload-fonts-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preload-fonts{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preload-fonts/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-preload-fonts", + "groupSlug": "gatsby-plugin-preload-fonts-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preload-fonts{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preload-fonts/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-preload-fonts", + "groupSlug": "gatsby-plugin-preload-fonts-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preload-fonts{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-preload-fonts/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-preload-fonts", + "groupSlug": "gatsby-plugin-preload-fonts-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-preload-fonts{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-css-modules/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-react-css-modules", + "groupSlug": "gatsby-plugin-react-css-modules-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-css-modules{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-css-modules/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-react-css-modules", + "groupSlug": "gatsby-plugin-react-css-modules-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-css-modules{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-css-modules/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-react-css-modules", + "groupSlug": "gatsby-plugin-react-css-modules-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-css-modules{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-css-modules/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-react-css-modules", + "groupSlug": "gatsby-plugin-react-css-modules-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-css-modules{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-css-modules/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-react-css-modules", + "groupSlug": "gatsby-plugin-react-css-modules-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-css-modules{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-css-modules/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-react-css-modules", + "groupSlug": "gatsby-plugin-react-css-modules-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-css-modules{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-helmet/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-react-helmet", + "groupSlug": "gatsby-plugin-react-helmet-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-helmet{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-helmet/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-react-helmet", + "groupSlug": "gatsby-plugin-react-helmet-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-helmet{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-helmet/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-react-helmet", + "groupSlug": "gatsby-plugin-react-helmet-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-helmet{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-helmet/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-react-helmet", + "groupSlug": "gatsby-plugin-react-helmet-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-helmet{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-helmet/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-react-helmet", + "groupSlug": "gatsby-plugin-react-helmet-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-helmet{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-react-helmet/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-react-helmet", + "groupSlug": "gatsby-plugin-react-helmet-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-react-helmet{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-remove-trailing-slashes/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-remove-trailing-slashes", + "groupSlug": "gatsby-plugin-remove-trailing-slashes-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-remove-trailing-slashes{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-remove-trailing-slashes/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-remove-trailing-slashes", + "groupSlug": "gatsby-plugin-remove-trailing-slashes-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-remove-trailing-slashes{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-remove-trailing-slashes/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-remove-trailing-slashes", + "groupSlug": "gatsby-plugin-remove-trailing-slashes-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-remove-trailing-slashes{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-remove-trailing-slashes/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-remove-trailing-slashes", + "groupSlug": "gatsby-plugin-remove-trailing-slashes-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-remove-trailing-slashes{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-remove-trailing-slashes/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-remove-trailing-slashes", + "groupSlug": "gatsby-plugin-remove-trailing-slashes-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-remove-trailing-slashes{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-remove-trailing-slashes/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-remove-trailing-slashes", + "groupSlug": "gatsby-plugin-remove-trailing-slashes-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-remove-trailing-slashes{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sass/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-sass", + "groupSlug": "gatsby-plugin-sass-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sass{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sass/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-sass", + "groupSlug": "gatsby-plugin-sass-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sass{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sass/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-sass", + "groupSlug": "gatsby-plugin-sass-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sass{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sass/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-sass", + "groupSlug": "gatsby-plugin-sass-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sass{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sass/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-sass", + "groupSlug": "gatsby-plugin-sass-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sass{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sass/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-sass", + "groupSlug": "gatsby-plugin-sass-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sass{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-schema-snapshot/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-schema-snapshot", + "groupSlug": "gatsby-plugin-schema-snapshot-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-schema-snapshot{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-schema-snapshot/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-schema-snapshot", + "groupSlug": "gatsby-plugin-schema-snapshot-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-schema-snapshot{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-schema-snapshot/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-schema-snapshot", + "groupSlug": "gatsby-plugin-schema-snapshot-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-schema-snapshot{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-schema-snapshot/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-schema-snapshot", + "groupSlug": "gatsby-plugin-schema-snapshot-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-schema-snapshot{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-schema-snapshot/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-schema-snapshot", + "groupSlug": "gatsby-plugin-schema-snapshot-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-schema-snapshot{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-schema-snapshot/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-schema-snapshot", + "groupSlug": "gatsby-plugin-schema-snapshot-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-schema-snapshot{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sharp/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-sharp", + "groupSlug": "gatsby-plugin-sharp-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sharp{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sharp/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-sharp", + "groupSlug": "gatsby-plugin-sharp-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sharp{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sharp/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-sharp", + "groupSlug": "gatsby-plugin-sharp-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sharp{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sharp/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-sharp", + "groupSlug": "gatsby-plugin-sharp-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sharp{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sharp/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-sharp", + "groupSlug": "gatsby-plugin-sharp-prod-minor", + "matchPackageNames": [ + "sharp" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sharp{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sharp/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-sharp", + "groupSlug": "gatsby-plugin-sharp-prod-major", + "matchPackageNames": [ + "sharp" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sharp{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sitemap/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-sitemap", + "groupSlug": "gatsby-plugin-sitemap-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sitemap{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sitemap/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-sitemap", + "groupSlug": "gatsby-plugin-sitemap-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sitemap{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sitemap/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-sitemap", + "groupSlug": "gatsby-plugin-sitemap-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sitemap{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sitemap/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-sitemap", + "groupSlug": "gatsby-plugin-sitemap-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sitemap{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sitemap/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-sitemap", + "groupSlug": "gatsby-plugin-sitemap-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sitemap{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-sitemap/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-sitemap", + "groupSlug": "gatsby-plugin-sitemap-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-sitemap{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-components/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-styled-components", + "groupSlug": "gatsby-plugin-styled-components-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-components{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-components/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-styled-components", + "groupSlug": "gatsby-plugin-styled-components-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-components{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-components/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-styled-components", + "groupSlug": "gatsby-plugin-styled-components-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-components{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-components/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-styled-components", + "groupSlug": "gatsby-plugin-styled-components-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-components{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-components/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-styled-components", + "groupSlug": "gatsby-plugin-styled-components-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-components{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-components/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-styled-components", + "groupSlug": "gatsby-plugin-styled-components-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-components{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-jsx/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-styled-jsx", + "groupSlug": "gatsby-plugin-styled-jsx-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-jsx{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-jsx/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-styled-jsx", + "groupSlug": "gatsby-plugin-styled-jsx-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-jsx{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-jsx/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-styled-jsx", + "groupSlug": "gatsby-plugin-styled-jsx-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-jsx{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-jsx/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-styled-jsx", + "groupSlug": "gatsby-plugin-styled-jsx-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-jsx{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-jsx/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-styled-jsx", + "groupSlug": "gatsby-plugin-styled-jsx-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-jsx{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styled-jsx/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-styled-jsx", + "groupSlug": "gatsby-plugin-styled-jsx-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styled-jsx{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styletron/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-styletron", + "groupSlug": "gatsby-plugin-styletron-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styletron{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styletron/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-styletron", + "groupSlug": "gatsby-plugin-styletron-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styletron{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styletron/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-styletron", + "groupSlug": "gatsby-plugin-styletron-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styletron{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styletron/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-styletron", + "groupSlug": "gatsby-plugin-styletron-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styletron{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styletron/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-styletron", + "groupSlug": "gatsby-plugin-styletron-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styletron{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-styletron/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-styletron", + "groupSlug": "gatsby-plugin-styletron-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-styletron{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-stylus/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-stylus", + "groupSlug": "gatsby-plugin-stylus-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-stylus{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-stylus/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-stylus", + "groupSlug": "gatsby-plugin-stylus-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-stylus{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-stylus/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-stylus", + "groupSlug": "gatsby-plugin-stylus-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-stylus{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-stylus/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-stylus", + "groupSlug": "gatsby-plugin-stylus-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-stylus{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-stylus/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-stylus", + "groupSlug": "gatsby-plugin-stylus-prod-minor", + "matchPackageNames": [ + "stylus" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-stylus{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-stylus/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-stylus", + "groupSlug": "gatsby-plugin-stylus-prod-major", + "matchPackageNames": [ + "stylus" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-stylus{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-subfont/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-subfont", + "groupSlug": "gatsby-plugin-subfont-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-subfont{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-subfont/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-subfont", + "groupSlug": "gatsby-plugin-subfont-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-subfont{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-subfont/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-subfont", + "groupSlug": "gatsby-plugin-subfont-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-subfont{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-subfont/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-subfont", + "groupSlug": "gatsby-plugin-subfont-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-subfont{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-subfont/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-subfont", + "groupSlug": "gatsby-plugin-subfont-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-subfont{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-subfont/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-subfont", + "groupSlug": "gatsby-plugin-subfont-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-subfont{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-twitter/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-twitter", + "groupSlug": "gatsby-plugin-twitter-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-twitter{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-twitter/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-twitter", + "groupSlug": "gatsby-plugin-twitter-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-twitter{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-twitter/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-twitter", + "groupSlug": "gatsby-plugin-twitter-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-twitter{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-twitter/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-twitter", + "groupSlug": "gatsby-plugin-twitter-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-twitter{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-twitter/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-twitter", + "groupSlug": "gatsby-plugin-twitter-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-twitter{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-twitter/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-twitter", + "groupSlug": "gatsby-plugin-twitter-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-twitter{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typescript/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-typescript", + "groupSlug": "gatsby-plugin-typescript-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typescript{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typescript/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-typescript", + "groupSlug": "gatsby-plugin-typescript-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typescript{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typescript/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-typescript", + "groupSlug": "gatsby-plugin-typescript-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typescript{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typescript/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-typescript", + "groupSlug": "gatsby-plugin-typescript-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typescript{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typescript/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-typescript", + "groupSlug": "gatsby-plugin-typescript-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typescript{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typescript/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-typescript", + "groupSlug": "gatsby-plugin-typescript-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typescript{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typography/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-typography", + "groupSlug": "gatsby-plugin-typography-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typography{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typography/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-typography", + "groupSlug": "gatsby-plugin-typography-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typography{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typography/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-typography", + "groupSlug": "gatsby-plugin-typography-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typography{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typography/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-typography", + "groupSlug": "gatsby-plugin-typography-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typography{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typography/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-typography", + "groupSlug": "gatsby-plugin-typography-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typography{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-typography/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-typography", + "groupSlug": "gatsby-plugin-typography-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-typography{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-utils/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-utils", + "groupSlug": "gatsby-plugin-utils-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-utils/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-plugin-utils", + "groupSlug": "gatsby-plugin-utils-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-utils", + "groupSlug": "gatsby-plugin-utils-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-plugin-utils", + "groupSlug": "gatsby-plugin-utils-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-utils{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-plugin-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-plugin-utils", + "groupSlug": "gatsby-plugin-utils-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-utils{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-plugin-utils/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-plugin-utils", + "groupSlug": "gatsby-plugin-utils-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-utils{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-react-router-scroll/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-react-router-scroll", + "groupSlug": "gatsby-react-router-scroll-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-react-router-scroll{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-react-router-scroll/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-react-router-scroll", + "groupSlug": "gatsby-react-router-scroll-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-react-router-scroll{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-react-router-scroll/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-react-router-scroll", + "groupSlug": "gatsby-react-router-scroll-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-react-router-scroll{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-react-router-scroll/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-react-router-scroll", + "groupSlug": "gatsby-react-router-scroll-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-react-router-scroll{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-react-router-scroll/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-react-router-scroll", + "groupSlug": "gatsby-react-router-scroll-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-react-router-scroll{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-react-router-scroll/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-react-router-scroll", + "groupSlug": "gatsby-react-router-scroll-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-react-router-scroll{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-recipes/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-recipes", + "groupSlug": "gatsby-recipes-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-recipes{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-recipes/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-recipes", + "groupSlug": "gatsby-recipes-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-recipes{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-recipes/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-recipes", + "groupSlug": "gatsby-recipes-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-recipes{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-recipes/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-recipes", + "groupSlug": "gatsby-recipes-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-recipes{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-recipes/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-recipes", + "groupSlug": "gatsby-recipes-prod-minor", + "matchPackageNames": [ + "express-graphql", + "graphql-type-json", + "hicat", + "mkdirp", + "style-to-object" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-recipes{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-recipes/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-recipes", + "groupSlug": "gatsby-recipes-prod-major", + "matchPackageNames": [ + "express-graphql", + "graphql-type-json", + "hicat", + "mkdirp", + "style-to-object" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-recipes{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-autolink-headers/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-autolink-headers", + "groupSlug": "gatsby-remark-autolink-headers-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-autolink-headers{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-autolink-headers/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-autolink-headers", + "groupSlug": "gatsby-remark-autolink-headers-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-autolink-headers{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-autolink-headers/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-autolink-headers", + "groupSlug": "gatsby-remark-autolink-headers-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-autolink-headers{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-autolink-headers/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-autolink-headers", + "groupSlug": "gatsby-remark-autolink-headers-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-autolink-headers{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-autolink-headers/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-autolink-headers", + "groupSlug": "gatsby-remark-autolink-headers-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-autolink-headers{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-autolink-headers/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-autolink-headers", + "groupSlug": "gatsby-remark-autolink-headers-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-autolink-headers{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-code-repls/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-code-repls", + "groupSlug": "gatsby-remark-code-repls-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-code-repls{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-code-repls/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-code-repls", + "groupSlug": "gatsby-remark-code-repls-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-code-repls{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-code-repls/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-code-repls", + "groupSlug": "gatsby-remark-code-repls-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-code-repls{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-code-repls/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-code-repls", + "groupSlug": "gatsby-remark-code-repls-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-code-repls{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-code-repls/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-code-repls", + "groupSlug": "gatsby-remark-code-repls-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-code-repls{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-code-repls/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-code-repls", + "groupSlug": "gatsby-remark-code-repls-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-code-repls{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-copy-linked-files/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-copy-linked-files", + "groupSlug": "gatsby-remark-copy-linked-files-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-copy-linked-files{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-copy-linked-files/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-copy-linked-files", + "groupSlug": "gatsby-remark-copy-linked-files-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-copy-linked-files{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-copy-linked-files/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-copy-linked-files", + "groupSlug": "gatsby-remark-copy-linked-files-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-copy-linked-files{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-copy-linked-files/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-copy-linked-files", + "groupSlug": "gatsby-remark-copy-linked-files-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-copy-linked-files{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-copy-linked-files/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-copy-linked-files", + "groupSlug": "gatsby-remark-copy-linked-files-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-copy-linked-files{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-copy-linked-files/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-copy-linked-files", + "groupSlug": "gatsby-remark-copy-linked-files-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-copy-linked-files{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-custom-blocks/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-custom-blocks", + "groupSlug": "gatsby-remark-custom-blocks-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-custom-blocks{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-custom-blocks/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-custom-blocks", + "groupSlug": "gatsby-remark-custom-blocks-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-custom-blocks{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-custom-blocks/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-custom-blocks", + "groupSlug": "gatsby-remark-custom-blocks-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-custom-blocks{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-custom-blocks/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-custom-blocks", + "groupSlug": "gatsby-remark-custom-blocks-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-custom-blocks{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-custom-blocks/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-custom-blocks", + "groupSlug": "gatsby-remark-custom-blocks-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-custom-blocks{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-custom-blocks/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-custom-blocks", + "groupSlug": "gatsby-remark-custom-blocks-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-custom-blocks{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-embed-snippet/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-embed-snippet", + "groupSlug": "gatsby-remark-embed-snippet-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-embed-snippet{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-embed-snippet/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-embed-snippet", + "groupSlug": "gatsby-remark-embed-snippet-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-embed-snippet{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-embed-snippet/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-embed-snippet", + "groupSlug": "gatsby-remark-embed-snippet-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-embed-snippet{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-embed-snippet/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-embed-snippet", + "groupSlug": "gatsby-remark-embed-snippet-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-embed-snippet{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-embed-snippet/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-embed-snippet", + "groupSlug": "gatsby-remark-embed-snippet-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-embed-snippet{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-embed-snippet/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-embed-snippet", + "groupSlug": "gatsby-remark-embed-snippet-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-embed-snippet{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-graphviz/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-graphviz", + "groupSlug": "gatsby-remark-graphviz-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-graphviz{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-graphviz/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-graphviz", + "groupSlug": "gatsby-remark-graphviz-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-graphviz{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-graphviz/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-graphviz", + "groupSlug": "gatsby-remark-graphviz-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-graphviz{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-graphviz/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-graphviz", + "groupSlug": "gatsby-remark-graphviz-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-graphviz{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-graphviz/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-graphviz", + "groupSlug": "gatsby-remark-graphviz-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-graphviz{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-graphviz/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-graphviz", + "groupSlug": "gatsby-remark-graphviz-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-graphviz{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-images-contentful/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-images-contentful", + "groupSlug": "gatsby-remark-images-contentful-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images-contentful{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-images-contentful/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-images-contentful", + "groupSlug": "gatsby-remark-images-contentful-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images-contentful{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-images-contentful/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-images-contentful", + "groupSlug": "gatsby-remark-images-contentful-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images-contentful{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-images-contentful/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-images-contentful", + "groupSlug": "gatsby-remark-images-contentful-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images-contentful{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-images-contentful/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-images-contentful", + "groupSlug": "gatsby-remark-images-contentful-prod-minor", + "matchPackageNames": [ + "axios", + "sharp" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images-contentful{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-images-contentful/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-images-contentful", + "groupSlug": "gatsby-remark-images-contentful-prod-major", + "matchPackageNames": [ + "axios", + "sharp" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images-contentful{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-images/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-images", + "groupSlug": "gatsby-remark-images-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-images/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-images", + "groupSlug": "gatsby-remark-images-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-images/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-images", + "groupSlug": "gatsby-remark-images-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-images/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-images", + "groupSlug": "gatsby-remark-images-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-images/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-images", + "groupSlug": "gatsby-remark-images-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-images/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-images", + "groupSlug": "gatsby-remark-images-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-images{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-katex/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-katex", + "groupSlug": "gatsby-remark-katex-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-katex{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-katex/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-katex", + "groupSlug": "gatsby-remark-katex-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-katex{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-katex/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-katex", + "groupSlug": "gatsby-remark-katex-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-katex{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-katex/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-katex", + "groupSlug": "gatsby-remark-katex-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-katex{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-katex/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-katex", + "groupSlug": "gatsby-remark-katex-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-katex{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-katex/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-katex", + "groupSlug": "gatsby-remark-katex-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-katex{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-prismjs/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-prismjs", + "groupSlug": "gatsby-remark-prismjs-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-prismjs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-prismjs/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-prismjs", + "groupSlug": "gatsby-remark-prismjs-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-prismjs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-prismjs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-prismjs", + "groupSlug": "gatsby-remark-prismjs-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-prismjs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-prismjs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-prismjs", + "groupSlug": "gatsby-remark-prismjs-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-prismjs{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-prismjs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-prismjs", + "groupSlug": "gatsby-remark-prismjs-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-prismjs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-prismjs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-prismjs", + "groupSlug": "gatsby-remark-prismjs-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-prismjs{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-responsive-iframe/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-responsive-iframe", + "groupSlug": "gatsby-remark-responsive-iframe-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-responsive-iframe{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-responsive-iframe/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-responsive-iframe", + "groupSlug": "gatsby-remark-responsive-iframe-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-responsive-iframe{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-responsive-iframe/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-responsive-iframe", + "groupSlug": "gatsby-remark-responsive-iframe-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-responsive-iframe{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-responsive-iframe/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-responsive-iframe", + "groupSlug": "gatsby-remark-responsive-iframe-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-responsive-iframe{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-responsive-iframe/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-responsive-iframe", + "groupSlug": "gatsby-remark-responsive-iframe-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-responsive-iframe{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-responsive-iframe/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-responsive-iframe", + "groupSlug": "gatsby-remark-responsive-iframe-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-responsive-iframe{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-smartypants/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-remark-smartypants", + "groupSlug": "gatsby-remark-smartypants-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-smartypants{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-smartypants/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-remark-smartypants", + "groupSlug": "gatsby-remark-smartypants-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-smartypants{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-smartypants/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-remark-smartypants", + "groupSlug": "gatsby-remark-smartypants-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-smartypants{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-smartypants/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-remark-smartypants", + "groupSlug": "gatsby-remark-smartypants-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-smartypants{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-remark-smartypants/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-remark-smartypants", + "groupSlug": "gatsby-remark-smartypants-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-smartypants{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-remark-smartypants/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-remark-smartypants", + "groupSlug": "gatsby-remark-smartypants-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-remark-smartypants{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-contentful/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-contentful", + "groupSlug": "gatsby-source-contentful-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-contentful{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-contentful/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-contentful", + "groupSlug": "gatsby-source-contentful-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-contentful{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-contentful/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-contentful", + "groupSlug": "gatsby-source-contentful-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-contentful{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-contentful/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-contentful", + "groupSlug": "gatsby-source-contentful-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-contentful{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-contentful/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-contentful", + "groupSlug": "gatsby-source-contentful-prod-minor", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-contentful{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-contentful/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-contentful", + "groupSlug": "gatsby-source-contentful-prod-major", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-contentful{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-drupal/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-drupal", + "groupSlug": "gatsby-source-drupal-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-drupal{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-drupal/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-drupal", + "groupSlug": "gatsby-source-drupal-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-drupal{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-drupal/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-drupal", + "groupSlug": "gatsby-source-drupal-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-drupal{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-drupal/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-drupal", + "groupSlug": "gatsby-source-drupal-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-drupal{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-drupal/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-drupal", + "groupSlug": "gatsby-source-drupal-prod-minor", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-drupal{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-drupal/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-drupal", + "groupSlug": "gatsby-source-drupal-prod-major", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-drupal{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-faker/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-faker", + "groupSlug": "gatsby-source-faker-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-faker{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-faker/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-faker", + "groupSlug": "gatsby-source-faker-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-faker{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-faker/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-faker", + "groupSlug": "gatsby-source-faker-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-faker{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-faker/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-faker", + "groupSlug": "gatsby-source-faker-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-faker{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-faker/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-faker", + "groupSlug": "gatsby-source-faker-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-faker{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-faker/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-faker", + "groupSlug": "gatsby-source-faker-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-faker{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-filesystem/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-filesystem", + "groupSlug": "gatsby-source-filesystem-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-filesystem{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-filesystem/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-filesystem", + "groupSlug": "gatsby-source-filesystem-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-filesystem{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-filesystem/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-filesystem", + "groupSlug": "gatsby-source-filesystem-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-filesystem{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-filesystem/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-filesystem", + "groupSlug": "gatsby-source-filesystem-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-filesystem{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-filesystem/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-filesystem", + "groupSlug": "gatsby-source-filesystem-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-filesystem{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-filesystem/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-filesystem", + "groupSlug": "gatsby-source-filesystem-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-filesystem{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-graphql/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-graphql", + "groupSlug": "gatsby-source-graphql-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-graphql{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-graphql/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-graphql", + "groupSlug": "gatsby-source-graphql-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-graphql{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-graphql/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-graphql", + "groupSlug": "gatsby-source-graphql-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-graphql{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-graphql/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-graphql", + "groupSlug": "gatsby-source-graphql-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-graphql{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-graphql/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-graphql", + "groupSlug": "gatsby-source-graphql-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-graphql{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-graphql/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-graphql", + "groupSlug": "gatsby-source-graphql-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-graphql{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-hacker-news/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-hacker-news", + "groupSlug": "gatsby-source-hacker-news-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-hacker-news{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-hacker-news/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-hacker-news", + "groupSlug": "gatsby-source-hacker-news-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-hacker-news{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-hacker-news/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-hacker-news", + "groupSlug": "gatsby-source-hacker-news-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-hacker-news{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-hacker-news/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-hacker-news", + "groupSlug": "gatsby-source-hacker-news-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-hacker-news{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-hacker-news/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-hacker-news", + "groupSlug": "gatsby-source-hacker-news-prod-minor", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-hacker-news{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-hacker-news/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-hacker-news", + "groupSlug": "gatsby-source-hacker-news-prod-major", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-hacker-news{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-lever/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-lever", + "groupSlug": "gatsby-source-lever-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-lever{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-lever/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-lever", + "groupSlug": "gatsby-source-lever-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-lever{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-lever/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-lever", + "groupSlug": "gatsby-source-lever-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-lever{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-lever/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-lever", + "groupSlug": "gatsby-source-lever-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-lever{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-lever/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-lever", + "groupSlug": "gatsby-source-lever-prod-minor", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-lever{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-lever/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-lever", + "groupSlug": "gatsby-source-lever-prod-major", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-lever{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-medium/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-medium", + "groupSlug": "gatsby-source-medium-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-medium{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-medium/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-medium", + "groupSlug": "gatsby-source-medium-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-medium{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-medium/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-medium", + "groupSlug": "gatsby-source-medium-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-medium{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-medium/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-medium", + "groupSlug": "gatsby-source-medium-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-medium{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-medium/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-medium", + "groupSlug": "gatsby-source-medium-prod-minor", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-medium{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-medium/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-medium", + "groupSlug": "gatsby-source-medium-prod-major", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-medium{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-mongodb/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-mongodb", + "groupSlug": "gatsby-source-mongodb-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-mongodb{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-mongodb/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-mongodb", + "groupSlug": "gatsby-source-mongodb-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-mongodb{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-mongodb/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-mongodb", + "groupSlug": "gatsby-source-mongodb-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-mongodb{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-mongodb/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-mongodb", + "groupSlug": "gatsby-source-mongodb-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-mongodb{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-mongodb/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-mongodb", + "groupSlug": "gatsby-source-mongodb-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-mongodb{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-mongodb/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-mongodb", + "groupSlug": "gatsby-source-mongodb-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-mongodb{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-npm-package-search/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-npm-package-search", + "groupSlug": "gatsby-source-npm-package-search-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-npm-package-search{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-npm-package-search/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-npm-package-search", + "groupSlug": "gatsby-source-npm-package-search-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-npm-package-search{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-npm-package-search/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-npm-package-search", + "groupSlug": "gatsby-source-npm-package-search-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-npm-package-search{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-npm-package-search/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-npm-package-search", + "groupSlug": "gatsby-source-npm-package-search-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-npm-package-search{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-npm-package-search/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-npm-package-search", + "groupSlug": "gatsby-source-npm-package-search-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-npm-package-search{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-npm-package-search/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-npm-package-search", + "groupSlug": "gatsby-source-npm-package-search-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-npm-package-search{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-shopify/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-shopify", + "groupSlug": "gatsby-source-shopify-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-shopify{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-shopify/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-shopify", + "groupSlug": "gatsby-source-shopify-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-shopify{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-shopify/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-shopify", + "groupSlug": "gatsby-source-shopify-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-shopify{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-shopify/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-shopify", + "groupSlug": "gatsby-source-shopify-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-shopify{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-shopify/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-shopify", + "groupSlug": "gatsby-source-shopify-prod-minor", + "matchPackageNames": [ + "gatsby-node-helpers" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-shopify{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-shopify/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-shopify", + "groupSlug": "gatsby-source-shopify-prod-major", + "matchPackageNames": [ + "gatsby-node-helpers" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-shopify{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-wikipedia/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-wikipedia", + "groupSlug": "gatsby-source-wikipedia-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wikipedia{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-wikipedia/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-wikipedia", + "groupSlug": "gatsby-source-wikipedia-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wikipedia{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-wikipedia/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-wikipedia", + "groupSlug": "gatsby-source-wikipedia-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wikipedia{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-wikipedia/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-wikipedia", + "groupSlug": "gatsby-source-wikipedia-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wikipedia{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-wikipedia/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-wikipedia", + "groupSlug": "gatsby-source-wikipedia-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wikipedia{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-wikipedia/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-wikipedia", + "groupSlug": "gatsby-source-wikipedia-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wikipedia{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-wordpress/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-source-wordpress", + "groupSlug": "gatsby-source-wordpress-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wordpress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-wordpress/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-source-wordpress", + "groupSlug": "gatsby-source-wordpress-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wordpress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-wordpress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-source-wordpress", + "groupSlug": "gatsby-source-wordpress-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wordpress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-wordpress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-source-wordpress", + "groupSlug": "gatsby-source-wordpress-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wordpress{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-source-wordpress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-source-wordpress", + "groupSlug": "gatsby-source-wordpress-prod-minor", + "matchPackageNames": [ + "axios", + "cache-manager-fs-hash", + "replaceall" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wordpress{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-source-wordpress/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-source-wordpress", + "groupSlug": "gatsby-source-wordpress-prod-major", + "matchPackageNames": [ + "axios", + "cache-manager-fs-hash", + "replaceall" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-source-wordpress{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-telemetry/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-telemetry", + "groupSlug": "gatsby-telemetry-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-telemetry{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-telemetry/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-telemetry", + "groupSlug": "gatsby-telemetry-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-telemetry{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-telemetry/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-telemetry", + "groupSlug": "gatsby-telemetry-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-telemetry{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-telemetry/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-telemetry", + "groupSlug": "gatsby-telemetry-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-telemetry{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-telemetry/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-telemetry", + "groupSlug": "gatsby-telemetry-prod-minor", + "matchPackageNames": [ + "@turist/time" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-telemetry{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-telemetry/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-telemetry", + "groupSlug": "gatsby-telemetry-prod-major", + "matchPackageNames": [ + "@turist/time" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-telemetry{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-asciidoc/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-asciidoc", + "groupSlug": "gatsby-transformer-asciidoc-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-asciidoc{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-asciidoc/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-asciidoc", + "groupSlug": "gatsby-transformer-asciidoc-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-asciidoc{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-asciidoc/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-asciidoc", + "groupSlug": "gatsby-transformer-asciidoc-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-asciidoc{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-asciidoc/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-asciidoc", + "groupSlug": "gatsby-transformer-asciidoc-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-asciidoc{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-asciidoc/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-asciidoc", + "groupSlug": "gatsby-transformer-asciidoc-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-asciidoc{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-asciidoc/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-asciidoc", + "groupSlug": "gatsby-transformer-asciidoc-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-asciidoc{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-csv/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-csv", + "groupSlug": "gatsby-transformer-csv-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-csv{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-csv/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-csv", + "groupSlug": "gatsby-transformer-csv-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-csv{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-csv/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-csv", + "groupSlug": "gatsby-transformer-csv-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-csv{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-csv/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-csv", + "groupSlug": "gatsby-transformer-csv-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-csv{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-csv/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-csv", + "groupSlug": "gatsby-transformer-csv-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-csv{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-csv/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-csv", + "groupSlug": "gatsby-transformer-csv-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-csv{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-documentationjs/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-documentationjs", + "groupSlug": "gatsby-transformer-documentationjs-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-documentationjs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-documentationjs/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-documentationjs", + "groupSlug": "gatsby-transformer-documentationjs-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-documentationjs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-documentationjs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-documentationjs", + "groupSlug": "gatsby-transformer-documentationjs-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-documentationjs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-documentationjs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-documentationjs", + "groupSlug": "gatsby-transformer-documentationjs-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-documentationjs{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-documentationjs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-documentationjs", + "groupSlug": "gatsby-transformer-documentationjs-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-documentationjs{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-documentationjs/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-documentationjs", + "groupSlug": "gatsby-transformer-documentationjs-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-documentationjs{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-excel/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-excel", + "groupSlug": "gatsby-transformer-excel-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-excel{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-excel/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-excel", + "groupSlug": "gatsby-transformer-excel-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-excel{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-excel/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-excel", + "groupSlug": "gatsby-transformer-excel-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-excel{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-excel/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-excel", + "groupSlug": "gatsby-transformer-excel-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-excel{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-excel/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-excel", + "groupSlug": "gatsby-transformer-excel-prod-minor", + "matchPackageNames": [ + "xlsx" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-excel{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-excel/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-excel", + "groupSlug": "gatsby-transformer-excel-prod-major", + "matchPackageNames": [ + "xlsx" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-excel{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-hjson/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-hjson", + "groupSlug": "gatsby-transformer-hjson-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-hjson{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-hjson/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-hjson", + "groupSlug": "gatsby-transformer-hjson-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-hjson{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-hjson/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-hjson", + "groupSlug": "gatsby-transformer-hjson-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-hjson{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-hjson/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-hjson", + "groupSlug": "gatsby-transformer-hjson-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-hjson{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-hjson/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-hjson", + "groupSlug": "gatsby-transformer-hjson-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-hjson{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-hjson/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-hjson", + "groupSlug": "gatsby-transformer-hjson-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-hjson{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-frontmatter/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-javascript-frontmatter", + "groupSlug": "gatsby-transformer-javascript-frontmatter-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-frontmatter{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-frontmatter/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-javascript-frontmatter", + "groupSlug": "gatsby-transformer-javascript-frontmatter-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-frontmatter{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-frontmatter/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-javascript-frontmatter", + "groupSlug": "gatsby-transformer-javascript-frontmatter-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-frontmatter{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-frontmatter/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-javascript-frontmatter", + "groupSlug": "gatsby-transformer-javascript-frontmatter-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-frontmatter{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-frontmatter/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-javascript-frontmatter", + "groupSlug": "gatsby-transformer-javascript-frontmatter-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-frontmatter{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-frontmatter/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-javascript-frontmatter", + "groupSlug": "gatsby-transformer-javascript-frontmatter-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-frontmatter{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-static-exports/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-javascript-static-exports", + "groupSlug": "gatsby-transformer-javascript-static-exports-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-static-exports{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-static-exports/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-javascript-static-exports", + "groupSlug": "gatsby-transformer-javascript-static-exports-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-static-exports{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-static-exports/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-javascript-static-exports", + "groupSlug": "gatsby-transformer-javascript-static-exports-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-static-exports{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-static-exports/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-javascript-static-exports", + "groupSlug": "gatsby-transformer-javascript-static-exports-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-static-exports{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-static-exports/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-javascript-static-exports", + "groupSlug": "gatsby-transformer-javascript-static-exports-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-static-exports{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-javascript-static-exports/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-javascript-static-exports", + "groupSlug": "gatsby-transformer-javascript-static-exports-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-javascript-static-exports{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-json/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-json", + "groupSlug": "gatsby-transformer-json-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-json{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-json/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-json", + "groupSlug": "gatsby-transformer-json-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-json{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-json/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-json", + "groupSlug": "gatsby-transformer-json-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-json{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-json/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-json", + "groupSlug": "gatsby-transformer-json-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-json{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-json/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-json", + "groupSlug": "gatsby-transformer-json-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-json{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-json/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-json", + "groupSlug": "gatsby-transformer-json-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-json{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-pdf/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-pdf", + "groupSlug": "gatsby-transformer-pdf-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-pdf{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-pdf/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-pdf", + "groupSlug": "gatsby-transformer-pdf-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-pdf{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-pdf/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-pdf", + "groupSlug": "gatsby-transformer-pdf-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-pdf{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-pdf/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-pdf", + "groupSlug": "gatsby-transformer-pdf-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-pdf{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-pdf/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-pdf", + "groupSlug": "gatsby-transformer-pdf-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-pdf{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-pdf/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-pdf", + "groupSlug": "gatsby-transformer-pdf-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-pdf{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-react-docgen/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-react-docgen", + "groupSlug": "gatsby-transformer-react-docgen-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-react-docgen{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-react-docgen/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-react-docgen", + "groupSlug": "gatsby-transformer-react-docgen-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-react-docgen{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-react-docgen/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-react-docgen", + "groupSlug": "gatsby-transformer-react-docgen-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-react-docgen{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-react-docgen/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-react-docgen", + "groupSlug": "gatsby-transformer-react-docgen-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-react-docgen{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-react-docgen/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-react-docgen", + "groupSlug": "gatsby-transformer-react-docgen-prod-minor", + "matchPackageNames": [ + "ast-types" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-react-docgen{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-react-docgen/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-react-docgen", + "groupSlug": "gatsby-transformer-react-docgen-prod-major", + "matchPackageNames": [ + "ast-types" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-react-docgen{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-remark/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-remark", + "groupSlug": "gatsby-transformer-remark-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-remark{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-remark/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-remark", + "groupSlug": "gatsby-transformer-remark-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-remark{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-remark/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-remark", + "groupSlug": "gatsby-transformer-remark-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-remark{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-remark/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-remark", + "groupSlug": "gatsby-transformer-remark-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-remark{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-remark/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-remark", + "groupSlug": "gatsby-transformer-remark-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-remark{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-remark/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-remark", + "groupSlug": "gatsby-transformer-remark-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-remark{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-screenshot/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-screenshot", + "groupSlug": "gatsby-transformer-screenshot-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-screenshot{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-screenshot/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-screenshot", + "groupSlug": "gatsby-transformer-screenshot-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-screenshot{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-screenshot/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-screenshot", + "groupSlug": "gatsby-transformer-screenshot-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-screenshot{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-screenshot/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-screenshot", + "groupSlug": "gatsby-transformer-screenshot-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-screenshot{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-screenshot/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-screenshot", + "groupSlug": "gatsby-transformer-screenshot-prod-minor", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-screenshot{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-screenshot/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-screenshot", + "groupSlug": "gatsby-transformer-screenshot-prod-major", + "matchPackageNames": [ + "axios" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-screenshot{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sharp/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-sharp", + "groupSlug": "gatsby-transformer-sharp-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sharp{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sharp/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-sharp", + "groupSlug": "gatsby-transformer-sharp-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sharp{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sharp/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-sharp", + "groupSlug": "gatsby-transformer-sharp-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sharp{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sharp/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-sharp", + "groupSlug": "gatsby-transformer-sharp-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sharp{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sharp/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-sharp", + "groupSlug": "gatsby-transformer-sharp-prod-minor", + "matchPackageNames": [ + "sharp" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sharp{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sharp/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-sharp", + "groupSlug": "gatsby-transformer-sharp-prod-major", + "matchPackageNames": [ + "sharp" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sharp{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sqip/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-sqip", + "groupSlug": "gatsby-transformer-sqip-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sqip{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sqip/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-sqip", + "groupSlug": "gatsby-transformer-sqip-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sqip{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sqip/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-sqip", + "groupSlug": "gatsby-transformer-sqip-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sqip{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sqip/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-sqip", + "groupSlug": "gatsby-transformer-sqip-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sqip{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sqip/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-sqip", + "groupSlug": "gatsby-transformer-sqip-prod-minor", + "matchPackageNames": [ + "sqip" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sqip{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-sqip/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-sqip", + "groupSlug": "gatsby-transformer-sqip-prod-major", + "matchPackageNames": [ + "sqip" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-sqip{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-toml/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-toml", + "groupSlug": "gatsby-transformer-toml-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-toml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-toml/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-toml", + "groupSlug": "gatsby-transformer-toml-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-toml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-toml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-toml", + "groupSlug": "gatsby-transformer-toml-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-toml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-toml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-toml", + "groupSlug": "gatsby-transformer-toml-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-toml{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-toml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-toml", + "groupSlug": "gatsby-transformer-toml-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-toml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-toml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-toml", + "groupSlug": "gatsby-transformer-toml-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-toml{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-xml/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-xml", + "groupSlug": "gatsby-transformer-xml-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-xml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-xml/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-xml", + "groupSlug": "gatsby-transformer-xml-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-xml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-xml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-xml", + "groupSlug": "gatsby-transformer-xml-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-xml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-xml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-xml", + "groupSlug": "gatsby-transformer-xml-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-xml{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-xml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-xml", + "groupSlug": "gatsby-transformer-xml-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-xml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-xml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-xml", + "groupSlug": "gatsby-transformer-xml-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-xml{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-yaml/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby-transformer-yaml", + "groupSlug": "gatsby-transformer-yaml-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-yaml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-yaml/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby-transformer-yaml", + "groupSlug": "gatsby-transformer-yaml-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-yaml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-yaml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-yaml", + "groupSlug": "gatsby-transformer-yaml-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-yaml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-yaml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby-transformer-yaml", + "groupSlug": "gatsby-transformer-yaml-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-yaml{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby-transformer-yaml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby-transformer-yaml", + "groupSlug": "gatsby-transformer-yaml-prod-minor", + "matchPackageNames": [], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-yaml{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby-transformer-yaml/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby-transformer-yaml", + "groupSlug": "gatsby-transformer-yaml-prod-major", + "matchPackageNames": [], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby-transformer-yaml{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "[DEV] minor and patch dependencies for gatsby", + "groupSlug": "gatsby-dev-minor", + "automerge": true, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby/package.json" + ], + "matchDepTypes": [ + "devDependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "[DEV] major dependencies for gatsby", + "groupSlug": "gatsby-dev-major", + "automerge": true, + "dependencyDashboardApproval": false, + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "patch", + "minor" + ], + "groupName": "minor and patch dependencies for gatsby", + "groupSlug": "gatsby-prod-minor", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "matchUpdateTypes": [ + "major" + ], + "groupName": "major dependencies for gatsby", + "groupSlug": "gatsby-prod-major", + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby{{/unless}}", + "dependencyDashboardApproval": true + }, + { + "matchPaths": [ + "packages/gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "minor and patch dependencies for gatsby", + "groupSlug": "gatsby-prod-minor", + "matchPackageNames": [ + "@pmmmwh/react-refresh-webpack-plugin", + "axios", + "cookie", + "express-graphql", + "json-loader", + "memoizee", + "mkdirp", + "opentracing", + "react-refresh", + "source-map", + "source-map-support", + "stack-trace", + "tmp", + "webpack-virtual-modules", + "yaml-loader" + ], + "matchUpdateTypes": [ + "patch" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby{{/unless}}" + }, + { + "matchPaths": [ + "packages/gatsby/package.json" + ], + "matchDepTypes": [ + "dependencies" + ], + "groupName": "major dependencies for gatsby", + "groupSlug": "gatsby-prod-major", + "matchPackageNames": [ + "@pmmmwh/react-refresh-webpack-plugin", + "axios", + "cookie", + "express-graphql", + "json-loader", + "memoizee", + "mkdirp", + "opentracing", + "react-refresh", + "source-map", + "source-map-support", + "stack-trace", + "tmp", + "webpack-virtual-modules", + "yaml-loader" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], + "excludePackageNames": [ + "eslint", + "prettier", + "cross-env", + "execa", + "mini-css-extract-plugin", + "sharp", + "@types/sharp", + "typescript", + "chalk", + "fs-extra", + "@types/fs-extra" + ], + "excludePackagePatterns": [ + "^eslint-" + ], + "commitMessageSuffix": "{{#unless groupName}} for gatsby{{/unless}}", + "dependencyDashboardApproval": true + } + ] } diff --git a/scripts/renovate-config-generator.js b/scripts/renovate-config-generator.js new file mode 100644 index 0000000000000..0c81cf1e3bf68 --- /dev/null +++ b/scripts/renovate-config-generator.js @@ -0,0 +1,280 @@ +const path = require(`path`) +const glob = require(`glob`) +const fs = require(`fs-extra`) + +const ROOT_DIR = path.join(__dirname, `..`) +const packageRules = new Map() + +const globalPackageRules = [ + // bundle well known monorepos + { + groupName: `babel monorepo`, + matchPaths: [`+(package.json)`, `packages/**/package.json`], + sourceUrlPrefixes: [`https://github.com/babel/babel`], + }, + { + groupName: `lodash monorepo`, + matchPaths: [`+(package.json)`, `packages/**/package.json`], + sourceUrlPrefixes: [`https://github.com/lodash`], + }, + { + groupName: `gatsby monorepo`, + matchPaths: [`+(package.json)`], + dependencyDashboardApproval: false, + }, + + // group eslint & prettier + { + groupName: `formatting & linting`, + commitMessageTopic: `ormatting & linting`, + updateTypes: [`major`, `minor`, `patch`, `pin`], + matchPaths: [`+(package.json)`], + packageNames: [`eslint`, `prettier`], + packagePatterns: [`^eslint-`], + dependencyDashboardApproval: false, + }, + + // some widely used packages + { + groupName: `cross-env`, + matchPaths: [`+(package.json)`, `packages/**/package.json`], + packageNames: [`cross-env`], + dependencyDashboardApproval: false, + }, + { + groupName: `execa`, + matchPaths: [`+(package.json)`, `packages/**/package.json`], + packageNames: [`execa`], + dependencyDashboardApproval: false, + }, + { + groupName: `mini-css-extract-plugin`, + matchPaths: [`+(package.json)`, `packages/**/package.json`], + packageNames: [`mini-css-extract-plugin`], + }, + { + groupName: `sharp`, + matchPaths: [`+(package.json)`, `packages/**/package.json`], + packageNames: [`sharp`, `@types/sharp`], + dependencyDashboardApproval: false, + }, + { + groupName: `typescript`, + matchPaths: [`+(package.json)`, `packages/**/package.json`], + packageNames: [`typescript`], + packagePatterns: [`^@typescript-eslint/`], + dependencyDashboardApproval: false, + }, + { + groupName: `chalk`, + matchPaths: [`+(package.json)`, `packages/**/package.json`], + packageNames: [`chalk`], + dependencyDashboardApproval: false, + }, + { + groupName: `fs-extra`, + matchPaths: [`+(package.json)`, `packages/**/package.json`], + packageNames: [`fs-extra`, `@types/fs-extra`], + dependencyDashboardApproval: false, + }, +] + +const globalExcludePackages = [] +const globalExcludePackagePatterns = [] +globalPackageRules.forEach(group => { + if (group.packagePatterns) { + globalExcludePackagePatterns.push(...group.packagePatterns) + } + if (group.packageNames) { + globalExcludePackages.push(...group.packageNames) + } +}) + +// our default rules +const defaultPackageRules = [ + // disable engine upgrades + { + depTypeList: [`engines`], + enabled: false, + }, + { + packageNames: [`gatsby-interface`], + // update internal packages immediately after publish instead of waiting 3 days + stabilityDays: 0, + }, + + // update our examples and starters automatically + { + groupName: `starters and examples`, + commitMessageTopic: `starters and examples`, + groupSlug: `starters-examples-minor`, + matchPaths: [`starters/**`, `examples/**`], + schedule: `before 7am on Monday`, + matchUpdateTypes: [`patch`, `minor`], + }, + { + extends: [`monorepo:gatsby`], + commitMessageTopic: `starters and examples Gatsby packages`, + groupName: `starters and examples - Gatsby`, + groupSlug: `starters-examples-gatsby-minor`, + matchPaths: [`starters/**`, `examples/**`], + automerge: true, + stabilityDays: 0, + prPriority: 50, + schedule: `at any time`, + matchUpdateTypes: [`patch`, `minor`], + }, + { + groupName: `starters and examples`, + commitMessageTopic: `starters and examples`, + matchPaths: [`starters/**`, `examples/**`], + schedule: `before 7am on Monday`, + matchUpdateTypes: [`major`], + groupSlug: `starters-examples-major`, + dependencyDashboardApproval: false, + }, + { + extends: [`monorepo:gatsby`], + commitMessageTopic: `starters and examples Gatsby packages`, + groupName: `starters and examples - Gatsby`, + matchPaths: [`starters/**`, `examples/**`], + stabilityDays: 0, + prPriority: 50, + schedule: `at any time`, + matchUpdateTypes: [`major`], + groupSlug: `starters-examples-gatsby-major`, + dependencyDashboardApproval: false, + }, + + ...globalPackageRules, +] +const monorepoPackages = glob + .sync(`packages/*/package.json`) + .map(file => file.match(/packages\/([^/]+)/)[1]) + +// generate package specific groups +monorepoPackages.forEach(pkg => { + const preFirstMajorPackages = [] + try { + const pkgJson = fs.readJSONSync( + path.join(ROOT_DIR, `packages`, pkg, `package.json`) + ) + + for (const dep in pkgJson.dependencies) { + if ( + dep !== `sharp` && + dep !== `@types/sharp` && + pkgJson.dependencies[dep] && + (pkgJson.dependencies[dep].startsWith(`~0.`) || + pkgJson.dependencies[dep].startsWith(`^0.`)) + ) { + preFirstMajorPackages.push(dep) + } + } + } catch (err) { + // ignore + } + + const packageRule = [ + { + matchPaths: [`packages/${pkg}/package.json`], + matchDepTypes: [`devDependencies`], + matchUpdateTypes: [`patch`, `minor`], + groupName: `[DEV] minor and patch dependencies for ${pkg}`, + groupSlug: `${pkg}-dev-minor`, + automerge: true, + excludePackageNames: globalExcludePackages, + excludePackagePatterns: globalExcludePackagePatterns, + }, + { + matchPaths: [`packages/${pkg}/package.json`], + matchDepTypes: [`devDependencies`], + matchUpdateTypes: [`major`], + groupName: `[DEV] major dependencies for ${pkg}`, + groupSlug: `${pkg}-dev-major`, + automerge: true, + dependencyDashboardApproval: false, + excludePackageNames: globalExcludePackages, + excludePackagePatterns: globalExcludePackagePatterns, + }, + { + matchPaths: [`packages/${pkg}/package.json`], + matchDepTypes: [`dependencies`], + matchUpdateTypes: [`patch`, `minor`], + groupName: `minor and patch dependencies for ${pkg}`, + groupSlug: `${pkg}-prod-minor`, + excludePackageNames: globalExcludePackages, + excludePackagePatterns: globalExcludePackagePatterns, + }, + { + matchPaths: [`packages/${pkg}/package.json`], + matchDepTypes: [`dependencies`], + matchUpdateTypes: [`major`], + groupName: `major dependencies for ${pkg}`, + groupSlug: `${pkg}-prod-major`, + excludePackageNames: globalExcludePackages, + excludePackagePatterns: globalExcludePackagePatterns, + }, + // all deps below <1.0.0 will get special treatment. + { + matchPaths: [`packages/${pkg}/package.json`], + matchDepTypes: [`dependencies`], + groupName: `minor and patch dependencies for ${pkg}`, + groupSlug: `${pkg}-prod-minor`, + matchPackageNames: preFirstMajorPackages, + matchUpdateTypes: [`patch`], + excludePackageNames: globalExcludePackages, + excludePackagePatterns: globalExcludePackagePatterns, + }, + { + matchPaths: [`packages/${pkg}/package.json`], + matchDepTypes: [`dependencies`], + groupName: `major dependencies for ${pkg}`, + groupSlug: `${pkg}-prod-major`, + matchPackageNames: preFirstMajorPackages, + matchUpdateTypes: [`major`, `minor`], + excludePackageNames: globalExcludePackages, + excludePackagePatterns: globalExcludePackagePatterns, + }, + ] + + packageRules.set(pkg, packageRule) +}) + +const renovateConfig = { + extends: [ + `:separateMajorReleases`, + `:combinePatchMinorReleases`, + `:ignoreUnstable`, + `:prImmediately`, + `:semanticPrefixFixDepsChoreOthers`, + `:automergeDisabled`, + `:disablePeerDependencies`, + `:maintainLockFilesDisabled`, + `:disableRateLimiting`, + `:label(topic: automation)`, + `:ignoreModulesAndTests`, + `:enableVulnerabilityAlerts`, + ], + includePaths: [`package.json`, `packages/**`, `starters/**`, `examples/**`], + major: { + dependencyDashboardApproval: true, + }, + dependencyDashboard: true, + ignoreDeps: [`react`, `react-dom`, `uuid`], + rangeStrategy: `bump`, + bumpVersion: null, + prHourlyLimit: 0, + // Wait for 2 days to update a package so we can check if it's stable + stabilityDays: 2, + postUpdateOptions: [`yarnDedupeHighest`], + timezone: `GMT`, + schedule: [`before 7am on the first day of the month`], + packageRules: defaultPackageRules.concat( + Array.from(packageRules.values()).flat() + ), +} + +fs.writeJSONSync(path.join(ROOT_DIR, `renovate.json5`), renovateConfig, { + spaces: 2, +}) From 995dff8577816eae7b2a29d76ea856c8384d1e51 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Jun 2021 19:32:11 +0200 Subject: [PATCH 2/2] fix(deps): update starters and examples - gatsby --- starters/blog/package-lock.json | 823 ++++--- starters/blog/package.json | 22 +- starters/default/package-lock.json | 605 +++-- starters/default/package.json | 18 +- .../package-lock.json | 1948 +++++++++++++--- .../package.json | 2 +- .../package-lock.json | 1972 +++++++++++++--- .../gatsby-starter-blog-theme/package.json | 2 +- starters/gatsby-starter-minimal/package.json | 2 +- .../package-lock.json | 2014 ++++++++++++++--- .../gatsby-starter-notes-theme/package.json | 2 +- .../example/package.json | 2 +- .../gatsby-starter-theme/package-lock.json | 1972 +++++++++++++--- starters/gatsby-starter-theme/package.json | 2 +- starters/hello-world/package-lock.json | 477 ++-- starters/hello-world/package.json | 2 +- 16 files changed, 7586 insertions(+), 2279 deletions(-) diff --git a/starters/blog/package-lock.json b/starters/blog/package-lock.json index 4817d2a3bcb87..9b5e966112497 100644 --- a/starters/blog/package-lock.json +++ b/starters/blog/package-lock.json @@ -1212,14 +1212,14 @@ } }, "@eslint/eslintrc": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.1.tgz", - "integrity": "sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.2.tgz", + "integrity": "sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==", "requires": { "ajv": "^6.12.4", "debug": "^4.1.1", "espree": "^7.3.0", - "globals": "^12.1.0", + "globals": "^13.9.0", "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^3.13.1", @@ -1236,11 +1236,11 @@ } }, "globals": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", - "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.9.0.tgz", + "integrity": "sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==", "requires": { - "type-fest": "^0.8.1" + "type-fest": "^0.20.2" } }, "ignore": { @@ -1942,25 +1942,25 @@ "integrity": "sha512-nEBLOa0JgtqahmPrnJZ18epLiFBzxhdKgo4uhN3TaBFRmM30pEVrS9FAEV4tg92d8PTdU+dYQx2lnpPyFMgMcg==" }, "@nodelib/fs.scandir": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", - "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "requires": { - "@nodelib/fs.stat": "2.0.4", + "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz", - "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" }, "@nodelib/fs.walk": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz", - "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.7.tgz", + "integrity": "sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==", "requires": { - "@nodelib/fs.scandir": "2.1.4", + "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, @@ -2389,12 +2389,12 @@ "integrity": "sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==" }, "@typescript-eslint/eslint-plugin": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz", - "integrity": "sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz", + "integrity": "sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==", "requires": { - "@typescript-eslint/experimental-utils": "4.26.0", - "@typescript-eslint/scope-manager": "4.26.0", + "@typescript-eslint/experimental-utils": "4.26.1", + "@typescript-eslint/scope-manager": "4.26.1", "debug": "^4.3.1", "functional-red-black-tree": "^1.0.1", "lodash": "^4.17.21", @@ -2414,26 +2414,26 @@ } }, "@typescript-eslint/experimental-utils": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz", - "integrity": "sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz", + "integrity": "sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==", "requires": { "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } }, "@typescript-eslint/parser": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.0.tgz", - "integrity": "sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.1.tgz", + "integrity": "sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==", "requires": { - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "debug": "^4.3.1" }, "dependencies": { @@ -2448,26 +2448,26 @@ } }, "@typescript-eslint/scope-manager": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz", - "integrity": "sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz", + "integrity": "sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0" + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1" } }, "@typescript-eslint/types": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.0.tgz", - "integrity": "sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==" + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.1.tgz", + "integrity": "sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==" }, "@typescript-eslint/typescript-estree": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz", - "integrity": "sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz", + "integrity": "sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1", "debug": "^4.3.1", "globby": "^11.0.3", "is-glob": "^4.0.1", @@ -2486,11 +2486,11 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz", - "integrity": "sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz", + "integrity": "sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==", "requires": { - "@typescript-eslint/types": "4.26.0", + "@typescript-eslint/types": "4.26.1", "eslint-visitor-keys": "^2.0.0" } }, @@ -3045,9 +3045,9 @@ } }, "axe-core": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.1.tgz", - "integrity": "sha512-evY7DN8qSIbsW2H/TWQ1bX3sXN1d4MNb5Vb4n7BzPuCwRHdkZ1H2eNLuSh73EoQqkGKUtju2G2HCcjCfhvZIAA==" + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.2.tgz", + "integrity": "sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==" }, "axios": { "version": "0.21.1", @@ -3156,9 +3156,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.6.0.tgz", - "integrity": "sha512-8BEpm4gnHJhAcQ/K+yvY+/LINPljBgzncYnpLLhXa4rHa5SGsD0EIjWC0yzcP6WtMlIAqUf2cWz2itGci7FrvA==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.0.tgz", + "integrity": "sha512-1MrP3pT5diFM7AlwbfGY2qbr5E8XHm9vLdHSkaaxXrnHHUCoffjWfQquEGaQ08GRogEhdb3R00wd8iLKylmEfQ==" }, "babel-plugin-syntax-object-rest-spread": { "version": "6.13.0", @@ -3180,31 +3180,39 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.6.0.tgz", - "integrity": "sha512-d/5RhTIQo7Q66tjzhvHA3RfD037tODIA7JZwsjsrtW1cvVWB7+k60GT4lSziR2U6cZB46XXY09PBXRrrFQmjZQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.0.tgz", + "integrity": "sha512-Bh+297TcOlJwF/1P43SnUNI/xXJQ5KB3vBVdVHkPYMPAOK6cnHKUwRha06b6L6jlotFRQvDuJTTMmQv8ETbMUQ==", "requires": { - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-runtime": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.5", - "@babel/runtime": "^7.12.5", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-runtime": "^7.14.3", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/preset-env": "^7.14.4", + "@babel/preset-react": "^7.13.13", + "@babel/runtime": "^7.14.0", "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.6.0", - "gatsby-legacy-polyfills": "^1.6.0" + "gatsby-core-utils": "^2.7.0", + "gatsby-legacy-polyfills": "^1.7.0" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -3790,6 +3798,11 @@ "requires": { "has-flag": "^4.0.0" } + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" } } }, @@ -4052,9 +4065,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "caw": { "version": "2.0.1", @@ -4208,21 +4221,21 @@ } }, "cheerio-select": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.4.0.tgz", - "integrity": "sha512-sobR3Yqz27L553Qa7cK6rtJlMDbiKPdNywtR95Sj/YgfpLfy0u6CGJuaBKe5YE/vTc23SCRKxWSdlon/w6I/Ew==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.5.0.tgz", + "integrity": "sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==", "requires": { - "css-select": "^4.1.2", - "css-what": "^5.0.0", + "css-select": "^4.1.3", + "css-what": "^5.0.1", "domelementtype": "^2.2.0", "domhandler": "^4.2.0", - "domutils": "^2.6.0" + "domutils": "^2.7.0" }, "dependencies": { "css-select": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.2.tgz", - "integrity": "sha512-nu5ye2Hg/4ISq4XqdLY2bEatAcLIdt3OYGFc9Tm9n7VSlFBcfRv0gBNksHRgSdUDQGtN3XrZ94ztW+NfzkFSUw==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz", + "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==", "requires": { "boolbase": "^1.0.0", "css-what": "^5.0.0", @@ -4696,9 +4709,9 @@ } }, "config-chain": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.12.tgz", - "integrity": "sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==", + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", "requires": { "ini": "^1.3.4", "proto-list": "~1.2.1" @@ -4768,13 +4781,6 @@ "fast-copy": "^2.1.0", "lodash.isplainobject": "^4.0.6", "type-fest": "^0.20.2" - }, - "dependencies": { - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" - } } }, "contentful-sdk-core": { @@ -4846,14 +4852,14 @@ } }, "core-js": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.13.1.tgz", - "integrity": "sha512-JqveUc4igkqwStL2RTRn/EPFGBOfEZHxJl/8ej1mXJR75V3go2mFF4bmUYkEIT1rveHKnkUlcJX/c+f1TyIovQ==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.14.0.tgz", + "integrity": "sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==" }, "core-js-compat": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.13.1.tgz", - "integrity": "sha512-mdrcxc0WznfRd8ZicEZh1qVeJ2mu6bwQFh8YVUK48friy/FOwFV5EJj9/dlh+nMQ74YusdVfBFDuomKgUspxWQ==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.14.0.tgz", + "integrity": "sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==", "requires": { "browserslist": "^4.16.6", "semver": "7.0.0" @@ -4867,9 +4873,9 @@ } }, "core-js-pure": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.13.1.tgz", - "integrity": "sha512-wVlh0IAi2t1iOEh16y4u1TRk6ubd4KvLE8dlMi+3QUI6SfKphQUh7tAwihGGSQ8affxEXpVIPpOdf9kjR4v4Pw==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.14.0.tgz", + "integrity": "sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==" }, "core-util-is": { "version": "1.0.2", @@ -4906,9 +4912,9 @@ } }, "create-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.6.0.tgz", - "integrity": "sha512-mNPBiTZ9aH24I2YInaiBoXDjPgibsystLsXXWpM5miIJpA6rZrJSRtHVGfXUxZXsKHLc/at2vNrFQbsVue3Nyg==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.0.tgz", + "integrity": "sha512-xM+xEhPa5VXEIU4x6jxIwkAFNwf8Q2DfqHRi6LGD7LuDQIPqukZbEvLH1Va9HdjcY3EW2wagFYAVwE3mpveIeg==" }, "create-require": { "version": "1.1.1", @@ -5884,9 +5890,9 @@ } }, "domutils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.6.0.tgz", - "integrity": "sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz", + "integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==", "requires": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -6035,9 +6041,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" }, "emoji-regex": { "version": "8.0.0", @@ -6290,12 +6296,12 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.27.0.tgz", - "integrity": "sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz", + "integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==", "requires": { "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.1", + "@eslint/eslintrc": "^0.4.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -6312,7 +6318,7 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", + "glob-parent": "^5.1.2", "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", @@ -6420,11 +6426,6 @@ "ansi-regex": "^5.0.0" } }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" - }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -7760,17 +7761,17 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.2.tgz", - "integrity": "sha512-gzwnyk37sGTrT/oqAWKbfwJCPeLWOlX5wgq2pumCJDOGBo0yjL95pRiBeH1GG3jQGadcx2lG/6MoM46M6v3w9A==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/core": "^7.12.3", - "@babel/eslint-parser": "^7.13.4", - "@babel/parser": "^7.12.5", - "@babel/runtime": "^7.12.5", - "@babel/traverse": "^7.12.5", - "@babel/types": "^7.12.6", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.0.tgz", + "integrity": "sha512-unuB+MBWiKqfmVcSjXCRscUdSaLinqYxd5xBEMwbyckt3/Os+ltyWJmaALPtf3mgoTqip2hVUgZOGH7RpfL8AQ==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/core": "^7.14.3", + "@babel/eslint-parser": "^7.14.4", + "@babel/parser": "^7.14.4", + "@babel/runtime": "^7.14.0", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@mikaelkristiansson/domready": "^1.0.10", @@ -7787,8 +7788,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.6.0", - "babel-preset-gatsby": "^1.6.0", + "babel-plugin-remove-graphql-queries": "^3.7.0", + "babel-preset-gatsby": "^1.7.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -7830,16 +7831,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.6.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-graphiql-explorer": "^1.6.0", - "gatsby-legacy-polyfills": "^1.6.0", - "gatsby-link": "^3.6.0", - "gatsby-plugin-page-creator": "^3.6.0", - "gatsby-plugin-typescript": "^3.6.0", - "gatsby-plugin-utils": "^1.6.0", - "gatsby-react-router-scroll": "^4.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-cli": "^3.7.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-graphiql-explorer": "^1.7.0", + "gatsby-legacy-polyfills": "^1.7.0", + "gatsby-link": "^3.7.0", + "gatsby-plugin-page-creator": "^3.7.0", + "gatsby-plugin-typescript": "^3.7.0", + "gatsby-plugin-utils": "^1.7.0", + "gatsby-react-router-scroll": "^4.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -7919,6 +7920,14 @@ "yaml-loader": "^0.6.0" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -7971,11 +7980,11 @@ } }, "gatsby-cli": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.6.0.tgz", - "integrity": "sha512-GJ0BviJw3qnONdoNpCvqgRA8jxYk7rpqi+7MrvT0U+YMcT2HGhZbhY0RxlZqYRL8qOCJTtLB/N4Z7cCUwi8g1w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.0.tgz", + "integrity": "sha512-2B5y2qD0kD+EKVaCuOWjLBLhTcDs2owVTd9M7UHrkv/xKiRzUoPcWiGMIPAenRMyy+f9BYd4gl3j7eWQD77X4A==", "requires": { - "@babel/code-frame": "^7.10.4", + "@babel/code-frame": "^7.12.13", "@types/common-tags": "^1.8.0", "better-opn": "^2.0.0", "chalk": "^4.1.0", @@ -7983,14 +7992,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.6.0", + "create-gatsby": "^1.7.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-recipes": "^0.17.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-recipes": "^0.18.0", + "gatsby-telemetry": "^2.7.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -8035,9 +8044,9 @@ } }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8158,17 +8167,27 @@ } }, "gatsby-graphiql-explorer": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.6.0.tgz", - "integrity": "sha512-RNkHXELyIQKo5h2+Y92NQ/bfBm7I53MqyywRN7nXPwqwRb+ymv0/3rT6pY69WTXc1ORKrEZazmWv3JWhrVYKbw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.0.tgz", + "integrity": "sha512-sJIJuHUx4cl/25jpI6LW0qAkFgFSseH/1oD7vMtWDRI5rdXI8xsZUe8xNqGWVPMtNzmBjm4Lwb1G8lkUSErsAA==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-legacy-polyfills": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.6.0.tgz", - "integrity": "sha512-Qqk+THLhQhlYpdMsOcFwBmSrF06BT273rQ4he4g5YGg3l57wpzHQX2zt8yuLIE/6zzA5q/hTYg9MFIniYRBG/A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz", + "integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==", "requires": { "core-js-compat": "3.9.0" }, @@ -8190,34 +8209,52 @@ } }, "gatsby-link": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.6.0.tgz", - "integrity": "sha512-lvRAA+RfH7DrId1gfGrCW1Ox1weMZnVyOaJwQZaTBXoxQ2H2xv5AkIS08GPm00Il5wnHfOUsh/qHxEW/Q6+ELQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.0.tgz", + "integrity": "sha512-qCl+tRAUvQM4XtxdNQwWMtZi0+3CeiYW5HRjWMPXhiwQzFQxu0aA7vCzJZSJFLx4RWUP9AySPXrFLM2v2b/yNg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "@types/reach__router": "^1.3.7", "prop-types": "^15.7.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-page-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.6.0.tgz", - "integrity": "sha512-/jryNkO8F9iYDAFl0EYyZbns1CUW/rEUiIkb3NOGwitHvTSw8IEQPNORBOvhKzYWfGTI362p/hR/u2U7hna/Qg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.0.tgz", + "integrity": "sha512-HFXzgoa+lxU4CJTQ9k1bCzvkwCgTTZmzxR2vnqBJ3HKMacAmhYwNfOQtTKSpDjJRys+5qGwYyXVn7jd708Q32A==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8232,19 +8269,27 @@ } }, "gatsby-plugin-feed": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-3.6.0.tgz", - "integrity": "sha512-3vCCBgcV6Ry+0zcQZw8tQg+cc1fFlqXNbSueruIk6w+QfS42o48fLT5u1zRau2HStatjFOnFN56LUCteC02rRA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-3.7.0.tgz", + "integrity": "sha512-FRDE1/nLJ05rfkGKUr9NLmGDZInKd/1lbWBZgybl1MkKIzoQmCpNdMoBd6ikZUl1myxnz3JI5KGSYchK4HflOQ==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", "fs-extra": "^9.1.0", - "gatsby-plugin-utils": "^1.6.0", + "gatsby-plugin-utils": "^1.7.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "fs-extra": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", @@ -8273,50 +8318,70 @@ } }, "gatsby-plugin-gatsby-cloud": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-2.6.1.tgz", - "integrity": "sha512-68f5NqjOXZZryD11RXPaSmSW6X0jqcKkjx3BOim2WnAwa+0kiJHkyrC2eTYlQNHOOzf7ysUkWA/xZRl+SJ+IRw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-2.7.0.tgz", + "integrity": "sha512-k+OiKyr1wfJDn+G04hoOSUHJwJO7xNkoIu+g/YNofY2CVRYaXmWyS5dO+RGFG1uArgA6Tk4xB2A31ow7q2CZuQ==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "date-fns": "^2.21.1", "fs-extra": "^8.1.0", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.0.1" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-google-analytics": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-3.6.0.tgz", - "integrity": "sha512-yd7MwPJNuGLFtZk+O1WZiHM8YKsIfAg7CLKW+nd5AikNQFO3aFI4h2irqQ9s3O2M1ZS0gQdB50jqwscpQLv6+g==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-3.7.0.tgz", + "integrity": "sha512-dvw3t9pcCDnsQ6UaIY6VIigjG56qv0TCeoST2tNtgKfvxXGOhKiO0R34Sey8322BL6HlAeoStx62324pswoa/A==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "minimatch": "3.0.4" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-image": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.6.0.tgz", - "integrity": "sha512-AYNSer+Cj78anY8EDprw0BbAMLA0+8fEomRFpPcBh/TxN/b74q8jIfsjOUj43TmrIKEmtDiaCh8Z3i/4ZWFD5A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.7.0.tgz", + "integrity": "sha512-iXEWaZadSwwqoADkvX1OnP2E4nc/ZTz/jlxkXsnBkWwij5XSppkRYmo/JZZnB59lGCF0QtaXZBNYpwGBK+xCcw==", "requires": { "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.5", - "@babel/traverse": "^7.12.5", + "@babel/parser": "^7.14.4", + "@babel/traverse": "^7.14.2", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.6.0", + "babel-plugin-remove-graphql-queries": "^3.7.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, "dependencies": { "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8331,21 +8396,29 @@ } }, "gatsby-plugin-manifest": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.6.0.tgz", - "integrity": "sha512-3+w4yitx47fEQ5kI9bvPxM1EcCGaRGVlCzugPcy1vYc9uaw0+KwiXFnX9Fx3WxGqTScMikparHAuM2xsIWOLhw==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.7.0.tgz", + "integrity": "sha512-UR/aQA0MRlHWYunAqltoAXQqncWBfnJRphnkox21raaNsLUaPVy5b5cJxOp1H2WGJZBXs7b43WG1FEVIO7K0bQ==", "requires": { - "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^2.6.0", - "gatsby-plugin-utils": "^1.6.0", + "@babel/runtime": "^7.14.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-plugin-utils": "^1.7.0", "semver": "^7.3.5", "sharp": "^0.28.1" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8360,26 +8433,34 @@ } }, "gatsby-plugin-offline": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.6.0.tgz", - "integrity": "sha512-NEhO7jONqQXVhLssaHsfnu9Qeix9ncIEDGsGoDg4XcxmP0yHgLhXC7aUpAuodmZhx6+4UtiCAAkyZQqMDjOCZA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.7.0.tgz", + "integrity": "sha512-zq/FGTeCA8zvRtnW0Nk3HcrgWiaQCTO7dRQoPhOIYCO+oi18P6rSm41YZgrj3DgMmWfrbEDy6c+8AZacIpAgIA==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", "workbox-build": "^4.3.1" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "cheerio": { - "version": "1.0.0-rc.9", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.9.tgz", - "integrity": "sha512-QF6XVdrLONO6DXRF5iaolY+odmhj2CLj+xzNod7INPWMi/x9X4SOylH0S/vaPpX+AUU6t04s34SQNh7DbkuCng==", + "version": "1.0.0-rc.10", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.10.tgz", + "integrity": "sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==", "requires": { - "cheerio-select": "^1.4.0", - "dom-serializer": "^1.3.1", + "cheerio-select": "^1.5.0", + "dom-serializer": "^1.3.2", "domhandler": "^4.2.0", "htmlparser2": "^6.1.0", "parse5": "^6.0.1", @@ -8388,9 +8469,9 @@ } }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8421,25 +8502,25 @@ } }, "gatsby-plugin-page-creator": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.6.0.tgz", - "integrity": "sha512-59lJ0kXzDpJZgPKYFP/foK5Gsc/+TT/O50aTscZP5l3Hpyknnb7AIjKt0axaN4BQuc6OOmRmg1z9TcjXMwnytg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.0.tgz", + "integrity": "sha512-w3QexaS8kRMQdQPaAtLwjhPXSEaHjX7RBZ2hMYdoyKQL4LIs/Ke9jv9oRo7anYniLBsiDRq3KpS9OZQ4Bda3TA==", "requires": { - "@babel/traverse": "^7.12.5", + "@babel/traverse": "^7.14.2", "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-page-utils": "^1.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-page-utils": "^1.7.0", + "gatsby-telemetry": "^2.7.0", "globby": "^11.0.3", "lodash": "^4.17.21" }, "dependencies": { "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8454,25 +8535,35 @@ } }, "gatsby-plugin-react-helmet": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.6.0.tgz", - "integrity": "sha512-+OR34N+H3vZcSN4e4dEyk6tR6NBBP8gINWztDw6/b3sXVJM0hfHRCpbBtgtJGclyjaxAdwbtfos1geKh3AvDHA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.7.0.tgz", + "integrity": "sha512-xZLijT/nDtkxi3Yv8TwptOXVWKCAS+xjdOAfkvzU/J/gbnavVWejiipxSS3+X8tmQXSMf+ARMSWWCcH0XVMXKw==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-sharp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.6.0.tgz", - "integrity": "sha512-bOFnPv67yqdRuybgW+n78eEO4he1tVuodzhqNjmGgt9IN8Rd41hYQAe3inOdbA0YNdbG6uXtlBk0KU4RRZNXfg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.7.0.tgz", + "integrity": "sha512-C9M259wCdcDshx7isTHzX1tbGzY453h0vORih96X8ClDHGkfHvZW4QW+4WKC4d7ffWTM/xsagDcgsrwFM2fOLg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "async": "^3.2.0", "bluebird": "^3.7.2", "filenamify": "^4.2.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-telemetry": "^2.7.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -8488,6 +8579,14 @@ "uuid": "3.4.0" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "@sindresorhus/is": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz", @@ -8610,9 +8709,9 @@ } }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8775,48 +8874,68 @@ } }, "gatsby-plugin-typescript": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.6.0.tgz", - "integrity": "sha512-qkxtdGOr/VA3NfC51PMasoXgoX0V8hiXVGbZuBBEZMYuj4j7BKPzShXb7TeqDKI2LQvO3r5sQlxGjfXNAOB0qg==", - "requires": { - "@babel/core": "^7.12.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.5", - "@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.6.0" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.0.tgz", + "integrity": "sha512-OFNCDCR1voioxxzDodBhFg5aA+MwMhZKeylIG94IyAmc02TcXfyb4Dv9dPEgjOLRm0nrMevFCU/sa1HecrsZ4g==", + "requires": { + "@babel/core": "^7.14.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/preset-typescript": "^7.13.0", + "@babel/runtime": "^7.14.0", + "babel-plugin-remove-graphql-queries": "^3.7.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.6.0.tgz", - "integrity": "sha512-RDHaPBvVE8v9EQvPAUyXZzoDFKo0t0j7qJHDvFQc0PfcX0EmQWXNkFd7PN+DVz8nPfuhLIV6GKS3WQXYbiCLIA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.7.0.tgz", + "integrity": "sha512-lRTnXgH0zgZCybq4VpnjfoCaEwiEGE8VV7m6o5e7v1mXKYVvO/8YXhpIIUqdc6DJZoGJEGy8MpylltYFzBftGQ==", "requires": { "joi": "^17.2.1" } }, "gatsby-react-router-scroll": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.6.0.tgz", - "integrity": "sha512-sgg55OmxAlLzFCrpx9C01QgVNiSVGgLKvrAVlsN8UxltNZSO+iw4f5/Gd3vOSyb6sNYVJCYnmfvQ6uV2pZs3bg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.0.tgz", + "integrity": "sha512-cI6FNCK+ZI0tW0fygwNyAGxvp5J7zdxmdU7eou33PhOzz0TNw6hW7uUaiULdkHXSRKuD9xPL69u9h8NVXo2R0Q==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-recipes": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.17.0.tgz", - "integrity": "sha512-tC2xUa05zrUp77DTyQE11ILhFiqv9JYxBHhh47b7tJGiLAU1XhjxZH0uFZ109r9wEeZjxTYOYkyoiTu+0Ps4pw==", - "requires": { - "@babel/core": "^7.12.3", - "@babel/generator": "^7.12.5", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-transform-react-jsx": "^7.12.5", - "@babel/standalone": "^7.12.6", - "@babel/template": "^7.10.4", - "@babel/types": "^7.12.6", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.0.tgz", + "integrity": "sha512-HwRgeONOHFk9U+v47LAA8tKppsgdNGCMY4J+lxr9Yz3xojHjMJFncLCL6c1aMIPbhG2mtBuSMdcAppO/ZpgPtg==", + "requires": { + "@babel/core": "^7.14.3", + "@babel/generator": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-transform-react-jsx": "^7.14.3", + "@babel/standalone": "^7.14.4", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.4", "@graphql-tools/schema": "^7.0.0", "@graphql-tools/utils": "^7.0.2", "@hapi/hoek": "8.x.x", @@ -8832,8 +8951,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -8878,9 +8997,9 @@ } }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9076,16 +9195,16 @@ } }, "gatsby-source-filesystem": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.6.0.tgz", - "integrity": "sha512-kTWcW9LwCLOF3TMC9lBR6KbMi6A0SHNQeGNLBw8THRpDVVe5nXZG33oI1Ns23ocNDVrajIMKXPPzsrl2zjG6BQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.7.0.tgz", + "integrity": "sha512-6w67rcL2n0YxJ1c7YzWbjDKsMgldroTA9oiYmvRmHwhOF7diUijoj3/6wZDHfrZZtFvRVoDqa6MI0ahlyJt5RA==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -9095,10 +9214,18 @@ "xstate": "^4.14.0" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9139,19 +9266,19 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -9159,10 +9286,18 @@ "uuid": "3.4.0" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9350,11 +9485,11 @@ } }, "gatsby-transformer-sharp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.6.0.tgz", - "integrity": "sha512-tEN04fbU4LJLZasPiLYronFAkWf2hCiKz6PrEbBNkPWeurjz3i9gp+pCXh0JJa7ccrq0geidtgPSaL7JztbXdQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.7.0.tgz", + "integrity": "sha512-gKHQTzQF+tcEo9hIvNGu3PYA0BBUkVQBwUpuMmeg5AK2b/zuCIy9fdThnX64my44jzOj6ds1FBHgaQv12w07Pg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "common-tags": "^1.8.0", "fs-extra": "^9.1.0", @@ -9364,6 +9499,14 @@ "sharp": "^0.28.0" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "fs-extra": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", @@ -9809,9 +9952,9 @@ "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==" }, "graphql-ws": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.7.0.tgz", - "integrity": "sha512-Md8SsmC9ZlsogFPd3Ot8HbIAAqsHh8Xoq7j4AmcIat1Bh6k91tjVyQvA0Au1/BolXSYq+RDvib6rATU2Hcf1Xw==" + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.9.0.tgz", + "integrity": "sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==" }, "gray-matter": { "version": "4.0.2", @@ -9970,6 +10113,13 @@ "requires": { "is-stream": "^2.0.0", "type-fest": "^0.8.0" + }, + "dependencies": { + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + } } }, "hast-to-hyperscript": { @@ -10122,9 +10272,9 @@ } }, "highlight.js": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.2.tgz", - "integrity": "sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg==" + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" }, "hosted-git-info": { "version": "2.8.9", @@ -12735,9 +12885,9 @@ "integrity": "sha512-ab7pm34jqISawXpJ+fHjj2E9CmzDtm2fTTdurgzbWXIrdTEk2q2cSZRzoeGrwa0cvq6Sqezq6S9bhOBYPHRzuQ==" }, "node-releases": { - "version": "1.1.72", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.72.tgz", - "integrity": "sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==" + "version": "1.1.73", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.73.tgz", + "integrity": "sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==" }, "noms": { "version": "0.0.0", @@ -12766,11 +12916,6 @@ } } }, - "noop-logger": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz", - "integrity": "sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI=" - }, "normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", @@ -13394,20 +13539,20 @@ "integrity": "sha1-8r0iH2zJcKk42IVWq8WJyqqiveE=" }, "parse-url": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.2.tgz", - "integrity": "sha512-Czj+GIit4cdWtxo3ISZCvLiUjErSo0iI3wJ+q9Oi3QuMYTI6OZu+7cewMWZ+C1YAnKhYTk6/TLuhIgCypLthPA==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.3.tgz", + "integrity": "sha512-nrLCVMJpqo12X8uUJT4GJPd5AFaTOrGx/QpJy3HNcVtq0AZSstVIsnxS5fqNPuoqMUs3MyfBoOP6Zvu2Arok5A==", "requires": { "is-ssh": "^1.3.0", - "normalize-url": "^3.3.0", + "normalize-url": "^6.0.1", "parse-path": "^4.0.0", "protocols": "^1.4.0" }, "dependencies": { "normalize-url": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", - "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.0.1.tgz", + "integrity": "sha512-VU4pzAuh7Kip71XEmO9aNREYAdMHFGTVj/i+CaTImS8x0i1d3jUZkXhqluy/PRgjPLMgsLQulYY3PJ/aSbSjpQ==" } } }, @@ -14005,9 +14150,9 @@ } }, "prebuild-install": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-6.1.2.tgz", - "integrity": "sha512-PzYWIKZeP+967WuKYXlTOhYBgGOvTRSfaKI89XnfJ0ansRAH7hDU45X+K+FZeI1Wb/7p/NnuctPH3g0IqKUuSQ==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-6.1.3.tgz", + "integrity": "sha512-iqqSR84tNYQUQHRXalSKdIaM8Ov1QxOVuBNWI7+BzZWv6Ih9k75wOnH1rGQ9WWTaaLkTpxWKIciOF0KyfM74+Q==", "requires": { "detect-libc": "^1.0.3", "expand-template": "^2.0.3", @@ -14016,7 +14161,6 @@ "mkdirp-classic": "^0.5.3", "napi-build-utils": "^1.0.1", "node-abi": "^2.21.0", - "noop-logger": "^0.1.1", "npmlog": "^4.0.1", "pump": "^3.0.0", "rc": "^1.2.7", @@ -16972,9 +17116,9 @@ }, "dependencies": { "ajv": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.5.0.tgz", - "integrity": "sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.0.tgz", + "integrity": "sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -17401,9 +17545,9 @@ } }, "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" }, "type-is": { "version": "1.6.18", @@ -17773,11 +17917,6 @@ "version": "6.2.0", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==" - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" } } }, @@ -18668,9 +18807,9 @@ } }, "webpack-merge": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz", - "integrity": "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "requires": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" diff --git a/starters/blog/package.json b/starters/blog/package.json index 2c3ad98ba1d25..21c58e43d36c3 100644 --- a/starters/blog/package.json +++ b/starters/blog/package.json @@ -8,23 +8,23 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "gatsby": "^3.6.2", - "gatsby-plugin-feed": "^3.6.0", - "gatsby-plugin-gatsby-cloud": "^2.6.1", - "gatsby-plugin-google-analytics": "^3.6.0", - "gatsby-plugin-image": "^1.6.0", - "gatsby-plugin-manifest": "^3.6.0", - "gatsby-plugin-offline": "^4.6.0", - "gatsby-plugin-react-helmet": "^4.6.0", - "gatsby-plugin-sharp": "^3.6.0", + "gatsby": "^3.7.0", + "gatsby-plugin-feed": "^3.7.0", + "gatsby-plugin-gatsby-cloud": "^2.7.0", + "gatsby-plugin-google-analytics": "^3.7.0", + "gatsby-plugin-image": "^1.7.0", + "gatsby-plugin-manifest": "^3.7.0", + "gatsby-plugin-offline": "^4.7.0", + "gatsby-plugin-react-helmet": "^4.7.0", + "gatsby-plugin-sharp": "^3.7.0", "gatsby-remark-copy-linked-files": "^3.2.0", "gatsby-remark-images": "^4.2.0", "gatsby-remark-prismjs": "^4.2.0", "gatsby-remark-responsive-iframe": "^3.2.0", "gatsby-remark-smartypants": "^3.2.0", - "gatsby-source-filesystem": "^3.6.0", + "gatsby-source-filesystem": "^3.7.0", "gatsby-transformer-remark": "^3.2.0", - "gatsby-transformer-sharp": "^3.6.0", + "gatsby-transformer-sharp": "^3.7.0", "prismjs": "^1.23.0", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/starters/default/package-lock.json b/starters/default/package-lock.json index ed6f91cc947ff..5d5145b8df9a2 100644 --- a/starters/default/package-lock.json +++ b/starters/default/package-lock.json @@ -1212,14 +1212,14 @@ } }, "@eslint/eslintrc": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.1.tgz", - "integrity": "sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.2.tgz", + "integrity": "sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==", "requires": { "ajv": "^6.12.4", "debug": "^4.1.1", "espree": "^7.3.0", - "globals": "^12.1.0", + "globals": "^13.9.0", "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^3.13.1", @@ -1236,11 +1236,11 @@ } }, "globals": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", - "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.9.0.tgz", + "integrity": "sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==", "requires": { - "type-fest": "^0.8.1" + "type-fest": "^0.20.2" } }, "ignore": { @@ -1942,25 +1942,25 @@ "integrity": "sha512-nEBLOa0JgtqahmPrnJZ18epLiFBzxhdKgo4uhN3TaBFRmM30pEVrS9FAEV4tg92d8PTdU+dYQx2lnpPyFMgMcg==" }, "@nodelib/fs.scandir": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", - "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "requires": { - "@nodelib/fs.stat": "2.0.4", + "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz", - "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" }, "@nodelib/fs.walk": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz", - "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.7.tgz", + "integrity": "sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==", "requires": { - "@nodelib/fs.scandir": "2.1.4", + "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, @@ -2237,9 +2237,9 @@ } }, "@types/node": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-15.6.1.tgz", - "integrity": "sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA==" + "version": "15.12.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.2.tgz", + "integrity": "sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==" }, "@types/node-fetch": { "version": "2.5.10", @@ -2363,12 +2363,12 @@ "integrity": "sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==" }, "@typescript-eslint/eslint-plugin": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz", - "integrity": "sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz", + "integrity": "sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==", "requires": { - "@typescript-eslint/experimental-utils": "4.26.0", - "@typescript-eslint/scope-manager": "4.26.0", + "@typescript-eslint/experimental-utils": "4.26.1", + "@typescript-eslint/scope-manager": "4.26.1", "debug": "^4.3.1", "functional-red-black-tree": "^1.0.1", "lodash": "^4.17.21", @@ -2388,26 +2388,26 @@ } }, "@typescript-eslint/experimental-utils": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz", - "integrity": "sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz", + "integrity": "sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==", "requires": { "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } }, "@typescript-eslint/parser": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.0.tgz", - "integrity": "sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.1.tgz", + "integrity": "sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==", "requires": { - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "debug": "^4.3.1" }, "dependencies": { @@ -2422,26 +2422,26 @@ } }, "@typescript-eslint/scope-manager": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz", - "integrity": "sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz", + "integrity": "sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0" + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1" } }, "@typescript-eslint/types": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.0.tgz", - "integrity": "sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==" + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.1.tgz", + "integrity": "sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==" }, "@typescript-eslint/typescript-estree": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz", - "integrity": "sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz", + "integrity": "sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1", "debug": "^4.3.1", "globby": "^11.0.3", "is-glob": "^4.0.1", @@ -2460,11 +2460,11 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz", - "integrity": "sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz", + "integrity": "sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==", "requires": { - "@typescript-eslint/types": "4.26.0", + "@typescript-eslint/types": "4.26.1", "eslint-visitor-keys": "^2.0.0" } }, @@ -3014,9 +3014,9 @@ } }, "axe-core": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.1.tgz", - "integrity": "sha512-evY7DN8qSIbsW2H/TWQ1bX3sXN1d4MNb5Vb4n7BzPuCwRHdkZ1H2eNLuSh73EoQqkGKUtju2G2HCcjCfhvZIAA==" + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.2.tgz", + "integrity": "sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==" }, "axios": { "version": "0.21.1", @@ -3125,9 +3125,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.6.0.tgz", - "integrity": "sha512-8BEpm4gnHJhAcQ/K+yvY+/LINPljBgzncYnpLLhXa4rHa5SGsD0EIjWC0yzcP6WtMlIAqUf2cWz2itGci7FrvA==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.0.tgz", + "integrity": "sha512-1MrP3pT5diFM7AlwbfGY2qbr5E8XHm9vLdHSkaaxXrnHHUCoffjWfQquEGaQ08GRogEhdb3R00wd8iLKylmEfQ==" }, "babel-plugin-syntax-object-rest-spread": { "version": "6.13.0", @@ -3149,25 +3149,25 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.6.0.tgz", - "integrity": "sha512-d/5RhTIQo7Q66tjzhvHA3RfD037tODIA7JZwsjsrtW1cvVWB7+k60GT4lSziR2U6cZB46XXY09PBXRrrFQmjZQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.0.tgz", + "integrity": "sha512-Bh+297TcOlJwF/1P43SnUNI/xXJQ5KB3vBVdVHkPYMPAOK6cnHKUwRha06b6L6jlotFRQvDuJTTMmQv8ETbMUQ==", "requires": { - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-runtime": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.5", - "@babel/runtime": "^7.12.5", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-runtime": "^7.14.3", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/preset-env": "^7.14.4", + "@babel/preset-react": "^7.13.13", + "@babel/runtime": "^7.14.0", "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.6.0", - "gatsby-legacy-polyfills": "^1.6.0" + "gatsby-core-utils": "^2.7.0", + "gatsby-legacy-polyfills": "^1.7.0" } }, "babel-runtime": { @@ -3742,6 +3742,11 @@ "requires": { "has-flag": "^4.0.0" } + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" } } }, @@ -4004,9 +4009,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "caw": { "version": "2.0.1", @@ -4095,12 +4100,12 @@ "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" }, "cheerio": { - "version": "1.0.0-rc.9", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.9.tgz", - "integrity": "sha512-QF6XVdrLONO6DXRF5iaolY+odmhj2CLj+xzNod7INPWMi/x9X4SOylH0S/vaPpX+AUU6t04s34SQNh7DbkuCng==", + "version": "1.0.0-rc.10", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.10.tgz", + "integrity": "sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==", "requires": { - "cheerio-select": "^1.4.0", - "dom-serializer": "^1.3.1", + "cheerio-select": "^1.5.0", + "dom-serializer": "^1.3.2", "domhandler": "^4.2.0", "htmlparser2": "^6.1.0", "parse5": "^6.0.1", @@ -4127,21 +4132,21 @@ } }, "cheerio-select": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.4.0.tgz", - "integrity": "sha512-sobR3Yqz27L553Qa7cK6rtJlMDbiKPdNywtR95Sj/YgfpLfy0u6CGJuaBKe5YE/vTc23SCRKxWSdlon/w6I/Ew==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.5.0.tgz", + "integrity": "sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==", "requires": { - "css-select": "^4.1.2", - "css-what": "^5.0.0", + "css-select": "^4.1.3", + "css-what": "^5.0.1", "domelementtype": "^2.2.0", "domhandler": "^4.2.0", - "domutils": "^2.6.0" + "domutils": "^2.7.0" }, "dependencies": { "css-select": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.2.tgz", - "integrity": "sha512-nu5ye2Hg/4ISq4XqdLY2bEatAcLIdt3OYGFc9Tm9n7VSlFBcfRv0gBNksHRgSdUDQGtN3XrZ94ztW+NfzkFSUw==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz", + "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==", "requires": { "boolbase": "^1.0.0", "css-what": "^5.0.0", @@ -4519,9 +4524,9 @@ } }, "config-chain": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.12.tgz", - "integrity": "sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==", + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", "requires": { "ini": "^1.3.4", "proto-list": "~1.2.1" @@ -4591,13 +4596,6 @@ "fast-copy": "^2.1.0", "lodash.isplainobject": "^4.0.6", "type-fest": "^0.20.2" - }, - "dependencies": { - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" - } } }, "contentful-sdk-core": { @@ -4669,14 +4667,14 @@ } }, "core-js": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.13.1.tgz", - "integrity": "sha512-JqveUc4igkqwStL2RTRn/EPFGBOfEZHxJl/8ej1mXJR75V3go2mFF4bmUYkEIT1rveHKnkUlcJX/c+f1TyIovQ==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.14.0.tgz", + "integrity": "sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==" }, "core-js-compat": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.13.1.tgz", - "integrity": "sha512-mdrcxc0WznfRd8ZicEZh1qVeJ2mu6bwQFh8YVUK48friy/FOwFV5EJj9/dlh+nMQ74YusdVfBFDuomKgUspxWQ==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.14.0.tgz", + "integrity": "sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==", "requires": { "browserslist": "^4.16.6", "semver": "7.0.0" @@ -4690,9 +4688,9 @@ } }, "core-js-pure": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.13.1.tgz", - "integrity": "sha512-wVlh0IAi2t1iOEh16y4u1TRk6ubd4KvLE8dlMi+3QUI6SfKphQUh7tAwihGGSQ8affxEXpVIPpOdf9kjR4v4Pw==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.14.0.tgz", + "integrity": "sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==" }, "core-util-is": { "version": "1.0.2", @@ -4729,9 +4727,9 @@ } }, "create-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.6.0.tgz", - "integrity": "sha512-mNPBiTZ9aH24I2YInaiBoXDjPgibsystLsXXWpM5miIJpA6rZrJSRtHVGfXUxZXsKHLc/at2vNrFQbsVue3Nyg==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.0.tgz", + "integrity": "sha512-xM+xEhPa5VXEIU4x6jxIwkAFNwf8Q2DfqHRi6LGD7LuDQIPqukZbEvLH1Va9HdjcY3EW2wagFYAVwE3mpveIeg==" }, "create-require": { "version": "1.1.1", @@ -5678,9 +5676,9 @@ } }, "domutils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.6.0.tgz", - "integrity": "sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz", + "integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==", "requires": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -5829,9 +5827,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" }, "emoji-regex": { "version": "8.0.0", @@ -6084,12 +6082,12 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.27.0.tgz", - "integrity": "sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz", + "integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==", "requires": { "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.1", + "@eslint/eslintrc": "^0.4.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -6106,7 +6104,7 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", + "glob-parent": "^5.1.2", "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", @@ -6214,11 +6212,6 @@ "ansi-regex": "^5.0.0" } }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" - }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -7553,17 +7546,17 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.2.tgz", - "integrity": "sha512-gzwnyk37sGTrT/oqAWKbfwJCPeLWOlX5wgq2pumCJDOGBo0yjL95pRiBeH1GG3jQGadcx2lG/6MoM46M6v3w9A==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/core": "^7.12.3", - "@babel/eslint-parser": "^7.13.4", - "@babel/parser": "^7.12.5", - "@babel/runtime": "^7.12.5", - "@babel/traverse": "^7.12.5", - "@babel/types": "^7.12.6", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.0.tgz", + "integrity": "sha512-unuB+MBWiKqfmVcSjXCRscUdSaLinqYxd5xBEMwbyckt3/Os+ltyWJmaALPtf3mgoTqip2hVUgZOGH7RpfL8AQ==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/core": "^7.14.3", + "@babel/eslint-parser": "^7.14.4", + "@babel/parser": "^7.14.4", + "@babel/runtime": "^7.14.0", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@mikaelkristiansson/domready": "^1.0.10", @@ -7580,8 +7573,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.6.0", - "babel-preset-gatsby": "^1.6.0", + "babel-plugin-remove-graphql-queries": "^3.7.0", + "babel-preset-gatsby": "^1.7.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -7623,16 +7616,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.6.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-graphiql-explorer": "^1.6.0", - "gatsby-legacy-polyfills": "^1.6.0", - "gatsby-link": "^3.6.0", - "gatsby-plugin-page-creator": "^3.6.0", - "gatsby-plugin-typescript": "^3.6.0", - "gatsby-plugin-utils": "^1.6.0", - "gatsby-react-router-scroll": "^4.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-cli": "^3.7.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-graphiql-explorer": "^1.7.0", + "gatsby-legacy-polyfills": "^1.7.0", + "gatsby-link": "^3.7.0", + "gatsby-plugin-page-creator": "^3.7.0", + "gatsby-plugin-typescript": "^3.7.0", + "gatsby-plugin-utils": "^1.7.0", + "gatsby-react-router-scroll": "^4.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -7764,11 +7757,11 @@ } }, "gatsby-cli": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.6.0.tgz", - "integrity": "sha512-GJ0BviJw3qnONdoNpCvqgRA8jxYk7rpqi+7MrvT0U+YMcT2HGhZbhY0RxlZqYRL8qOCJTtLB/N4Z7cCUwi8g1w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.0.tgz", + "integrity": "sha512-2B5y2qD0kD+EKVaCuOWjLBLhTcDs2owVTd9M7UHrkv/xKiRzUoPcWiGMIPAenRMyy+f9BYd4gl3j7eWQD77X4A==", "requires": { - "@babel/code-frame": "^7.10.4", + "@babel/code-frame": "^7.12.13", "@types/common-tags": "^1.8.0", "better-opn": "^2.0.0", "chalk": "^4.1.0", @@ -7776,14 +7769,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.6.0", + "create-gatsby": "^1.7.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-recipes": "^0.17.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-recipes": "^0.18.0", + "gatsby-telemetry": "^2.7.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -7921,9 +7914,9 @@ } }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -7936,17 +7929,17 @@ } }, "gatsby-graphiql-explorer": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.6.0.tgz", - "integrity": "sha512-RNkHXELyIQKo5h2+Y92NQ/bfBm7I53MqyywRN7nXPwqwRb+ymv0/3rT6pY69WTXc1ORKrEZazmWv3JWhrVYKbw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.0.tgz", + "integrity": "sha512-sJIJuHUx4cl/25jpI6LW0qAkFgFSseH/1oD7vMtWDRI5rdXI8xsZUe8xNqGWVPMtNzmBjm4Lwb1G8lkUSErsAA==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" } }, "gatsby-legacy-polyfills": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.6.0.tgz", - "integrity": "sha512-Qqk+THLhQhlYpdMsOcFwBmSrF06BT273rQ4he4g5YGg3l57wpzHQX2zt8yuLIE/6zzA5q/hTYg9MFIniYRBG/A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz", + "integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==", "requires": { "core-js-compat": "3.9.0" }, @@ -7968,36 +7961,36 @@ } }, "gatsby-link": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.6.0.tgz", - "integrity": "sha512-lvRAA+RfH7DrId1gfGrCW1Ox1weMZnVyOaJwQZaTBXoxQ2H2xv5AkIS08GPm00Il5wnHfOUsh/qHxEW/Q6+ELQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.0.tgz", + "integrity": "sha512-qCl+tRAUvQM4XtxdNQwWMtZi0+3CeiYW5HRjWMPXhiwQzFQxu0aA7vCzJZSJFLx4RWUP9AySPXrFLM2v2b/yNg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "@types/reach__router": "^1.3.7", "prop-types": "^15.7.2" } }, "gatsby-page-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.6.0.tgz", - "integrity": "sha512-/jryNkO8F9iYDAFl0EYyZbns1CUW/rEUiIkb3NOGwitHvTSw8IEQPNORBOvhKzYWfGTI362p/hR/u2U7hna/Qg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.0.tgz", + "integrity": "sha512-HFXzgoa+lxU4CJTQ9k1bCzvkwCgTTZmzxR2vnqBJ3HKMacAmhYwNfOQtTKSpDjJRys+5qGwYyXVn7jd708Q32A==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" } }, "gatsby-plugin-gatsby-cloud": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-2.6.1.tgz", - "integrity": "sha512-68f5NqjOXZZryD11RXPaSmSW6X0jqcKkjx3BOim2WnAwa+0kiJHkyrC2eTYlQNHOOzf7ysUkWA/xZRl+SJ+IRw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-2.7.0.tgz", + "integrity": "sha512-k+OiKyr1wfJDn+G04hoOSUHJwJO7xNkoIu+g/YNofY2CVRYaXmWyS5dO+RGFG1uArgA6Tk4xB2A31ow7q2CZuQ==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "date-fns": "^2.21.1", "fs-extra": "^8.1.0", "kebab-hash": "^0.1.2", @@ -8006,44 +7999,44 @@ } }, "gatsby-plugin-image": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.6.0.tgz", - "integrity": "sha512-AYNSer+Cj78anY8EDprw0BbAMLA0+8fEomRFpPcBh/TxN/b74q8jIfsjOUj43TmrIKEmtDiaCh8Z3i/4ZWFD5A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.7.0.tgz", + "integrity": "sha512-iXEWaZadSwwqoADkvX1OnP2E4nc/ZTz/jlxkXsnBkWwij5XSppkRYmo/JZZnB59lGCF0QtaXZBNYpwGBK+xCcw==", "requires": { "@babel/code-frame": "^7.12.13", - "@babel/parser": "^7.12.5", - "@babel/traverse": "^7.12.5", + "@babel/parser": "^7.14.4", + "@babel/traverse": "^7.14.2", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.6.0", + "babel-plugin-remove-graphql-queries": "^3.7.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" } }, "gatsby-plugin-manifest": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.6.0.tgz", - "integrity": "sha512-3+w4yitx47fEQ5kI9bvPxM1EcCGaRGVlCzugPcy1vYc9uaw0+KwiXFnX9Fx3WxGqTScMikparHAuM2xsIWOLhw==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.7.0.tgz", + "integrity": "sha512-UR/aQA0MRlHWYunAqltoAXQqncWBfnJRphnkox21raaNsLUaPVy5b5cJxOp1H2WGJZBXs7b43WG1FEVIO7K0bQ==", "requires": { - "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^2.6.0", - "gatsby-plugin-utils": "^1.6.0", + "@babel/runtime": "^7.14.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-plugin-utils": "^1.7.0", "semver": "^7.3.5", "sharp": "^0.28.1" } }, "gatsby-plugin-offline": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.6.0.tgz", - "integrity": "sha512-NEhO7jONqQXVhLssaHsfnu9Qeix9ncIEDGsGoDg4XcxmP0yHgLhXC7aUpAuodmZhx6+4UtiCAAkyZQqMDjOCZA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.7.0.tgz", + "integrity": "sha512-zq/FGTeCA8zvRtnW0Nk3HcrgWiaQCTO7dRQoPhOIYCO+oi18P6rSm41YZgrj3DgMmWfrbEDy6c+8AZacIpAgIA==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -8051,41 +8044,41 @@ } }, "gatsby-plugin-page-creator": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.6.0.tgz", - "integrity": "sha512-59lJ0kXzDpJZgPKYFP/foK5Gsc/+TT/O50aTscZP5l3Hpyknnb7AIjKt0axaN4BQuc6OOmRmg1z9TcjXMwnytg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.0.tgz", + "integrity": "sha512-w3QexaS8kRMQdQPaAtLwjhPXSEaHjX7RBZ2hMYdoyKQL4LIs/Ke9jv9oRo7anYniLBsiDRq3KpS9OZQ4Bda3TA==", "requires": { - "@babel/traverse": "^7.12.5", + "@babel/traverse": "^7.14.2", "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-page-utils": "^1.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-page-utils": "^1.7.0", + "gatsby-telemetry": "^2.7.0", "globby": "^11.0.3", "lodash": "^4.17.21" } }, "gatsby-plugin-react-helmet": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.6.0.tgz", - "integrity": "sha512-+OR34N+H3vZcSN4e4dEyk6tR6NBBP8gINWztDw6/b3sXVJM0hfHRCpbBtgtJGclyjaxAdwbtfos1geKh3AvDHA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.7.0.tgz", + "integrity": "sha512-xZLijT/nDtkxi3Yv8TwptOXVWKCAS+xjdOAfkvzU/J/gbnavVWejiipxSS3+X8tmQXSMf+ARMSWWCcH0XVMXKw==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" } }, "gatsby-plugin-sharp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.6.0.tgz", - "integrity": "sha512-bOFnPv67yqdRuybgW+n78eEO4he1tVuodzhqNjmGgt9IN8Rd41hYQAe3inOdbA0YNdbG6uXtlBk0KU4RRZNXfg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.7.0.tgz", + "integrity": "sha512-C9M259wCdcDshx7isTHzX1tbGzY453h0vORih96X8ClDHGkfHvZW4QW+4WKC4d7ffWTM/xsagDcgsrwFM2fOLg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "async": "^3.2.0", "bluebird": "^3.7.2", "filenamify": "^4.2.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-telemetry": "^2.7.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -8356,48 +8349,48 @@ } }, "gatsby-plugin-typescript": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.6.0.tgz", - "integrity": "sha512-qkxtdGOr/VA3NfC51PMasoXgoX0V8hiXVGbZuBBEZMYuj4j7BKPzShXb7TeqDKI2LQvO3r5sQlxGjfXNAOB0qg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.0.tgz", + "integrity": "sha512-OFNCDCR1voioxxzDodBhFg5aA+MwMhZKeylIG94IyAmc02TcXfyb4Dv9dPEgjOLRm0nrMevFCU/sa1HecrsZ4g==", "requires": { - "@babel/core": "^7.12.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.5", - "@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.6.0" + "@babel/core": "^7.14.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/preset-typescript": "^7.13.0", + "@babel/runtime": "^7.14.0", + "babel-plugin-remove-graphql-queries": "^3.7.0" } }, "gatsby-plugin-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.6.0.tgz", - "integrity": "sha512-RDHaPBvVE8v9EQvPAUyXZzoDFKo0t0j7qJHDvFQc0PfcX0EmQWXNkFd7PN+DVz8nPfuhLIV6GKS3WQXYbiCLIA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.7.0.tgz", + "integrity": "sha512-lRTnXgH0zgZCybq4VpnjfoCaEwiEGE8VV7m6o5e7v1mXKYVvO/8YXhpIIUqdc6DJZoGJEGy8MpylltYFzBftGQ==", "requires": { "joi": "^17.2.1" } }, "gatsby-react-router-scroll": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.6.0.tgz", - "integrity": "sha512-sgg55OmxAlLzFCrpx9C01QgVNiSVGgLKvrAVlsN8UxltNZSO+iw4f5/Gd3vOSyb6sNYVJCYnmfvQ6uV2pZs3bg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.0.tgz", + "integrity": "sha512-cI6FNCK+ZI0tW0fygwNyAGxvp5J7zdxmdU7eou33PhOzz0TNw6hW7uUaiULdkHXSRKuD9xPL69u9h8NVXo2R0Q==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" } }, "gatsby-recipes": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.17.0.tgz", - "integrity": "sha512-tC2xUa05zrUp77DTyQE11ILhFiqv9JYxBHhh47b7tJGiLAU1XhjxZH0uFZ109r9wEeZjxTYOYkyoiTu+0Ps4pw==", - "requires": { - "@babel/core": "^7.12.3", - "@babel/generator": "^7.12.5", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-transform-react-jsx": "^7.12.5", - "@babel/standalone": "^7.12.6", - "@babel/template": "^7.10.4", - "@babel/types": "^7.12.6", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.0.tgz", + "integrity": "sha512-HwRgeONOHFk9U+v47LAA8tKppsgdNGCMY4J+lxr9Yz3xojHjMJFncLCL6c1aMIPbhG2mtBuSMdcAppO/ZpgPtg==", + "requires": { + "@babel/core": "^7.14.3", + "@babel/generator": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-transform-react-jsx": "^7.14.3", + "@babel/standalone": "^7.14.4", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.4", "@graphql-tools/schema": "^7.0.0", "@graphql-tools/utils": "^7.0.2", "@hapi/hoek": "8.x.x", @@ -8413,8 +8406,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -8469,16 +8462,16 @@ } }, "gatsby-source-filesystem": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.6.0.tgz", - "integrity": "sha512-kTWcW9LwCLOF3TMC9lBR6KbMi6A0SHNQeGNLBw8THRpDVVe5nXZG33oI1Ns23ocNDVrajIMKXPPzsrl2zjG6BQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.7.0.tgz", + "integrity": "sha512-6w67rcL2n0YxJ1c7YzWbjDKsMgldroTA9oiYmvRmHwhOF7diUijoj3/6wZDHfrZZtFvRVoDqa6MI0ahlyJt5RA==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -8517,19 +8510,19 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -8538,11 +8531,11 @@ } }, "gatsby-transformer-sharp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.6.0.tgz", - "integrity": "sha512-tEN04fbU4LJLZasPiLYronFAkWf2hCiKz6PrEbBNkPWeurjz3i9gp+pCXh0JJa7ccrq0geidtgPSaL7JztbXdQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.7.0.tgz", + "integrity": "sha512-gKHQTzQF+tcEo9hIvNGu3PYA0BBUkVQBwUpuMmeg5AK2b/zuCIy9fdThnX64my44jzOj6ds1FBHgaQv12w07Pg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "common-tags": "^1.8.0", "fs-extra": "^9.1.0", @@ -8973,9 +8966,9 @@ "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==" }, "graphql-ws": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.7.0.tgz", - "integrity": "sha512-Md8SsmC9ZlsogFPd3Ot8HbIAAqsHh8Xoq7j4AmcIat1Bh6k91tjVyQvA0Au1/BolXSYq+RDvib6rATU2Hcf1Xw==" + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.9.0.tgz", + "integrity": "sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==" }, "gzip-size": { "version": "5.1.1", @@ -9123,6 +9116,13 @@ "requires": { "is-stream": "^2.0.0", "type-fest": "^0.8.0" + }, + "dependencies": { + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + } } }, "hex-color-regex": { @@ -9140,9 +9140,9 @@ } }, "highlight.js": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.2.tgz", - "integrity": "sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg==" + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" }, "hosted-git-info": { "version": "2.8.9", @@ -11634,9 +11634,9 @@ "integrity": "sha512-KdQsVgu0QoU3ycGidQLcULQdJudW2dizlxJvb2ntV4zxn1oBe7FYBcOO//qIza6oPM1xNwj7Y+rsWxiGPWekOw==" }, "node-releases": { - "version": "1.1.72", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.72.tgz", - "integrity": "sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==" + "version": "1.1.73", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.73.tgz", + "integrity": "sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==" }, "noms": { "version": "0.0.0", @@ -11665,11 +11665,6 @@ } } }, - "noop-logger": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz", - "integrity": "sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI=" - }, "normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", @@ -12262,20 +12257,20 @@ } }, "parse-url": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.2.tgz", - "integrity": "sha512-Czj+GIit4cdWtxo3ISZCvLiUjErSo0iI3wJ+q9Oi3QuMYTI6OZu+7cewMWZ+C1YAnKhYTk6/TLuhIgCypLthPA==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.3.tgz", + "integrity": "sha512-nrLCVMJpqo12X8uUJT4GJPd5AFaTOrGx/QpJy3HNcVtq0AZSstVIsnxS5fqNPuoqMUs3MyfBoOP6Zvu2Arok5A==", "requires": { "is-ssh": "^1.3.0", - "normalize-url": "^3.3.0", + "normalize-url": "^6.0.1", "parse-path": "^4.0.0", "protocols": "^1.4.0" }, "dependencies": { "normalize-url": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", - "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.0.1.tgz", + "integrity": "sha512-VU4pzAuh7Kip71XEmO9aNREYAdMHFGTVj/i+CaTImS8x0i1d3jUZkXhqluy/PRgjPLMgsLQulYY3PJ/aSbSjpQ==" } } }, @@ -12873,9 +12868,9 @@ } }, "prebuild-install": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-6.1.2.tgz", - "integrity": "sha512-PzYWIKZeP+967WuKYXlTOhYBgGOvTRSfaKI89XnfJ0ansRAH7hDU45X+K+FZeI1Wb/7p/NnuctPH3g0IqKUuSQ==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-6.1.3.tgz", + "integrity": "sha512-iqqSR84tNYQUQHRXalSKdIaM8Ov1QxOVuBNWI7+BzZWv6Ih9k75wOnH1rGQ9WWTaaLkTpxWKIciOF0KyfM74+Q==", "requires": { "detect-libc": "^1.0.3", "expand-template": "^2.0.3", @@ -12884,7 +12879,6 @@ "mkdirp-classic": "^0.5.3", "napi-build-utils": "^1.0.1", "node-abi": "^2.21.0", - "noop-logger": "^0.1.1", "npmlog": "^4.0.1", "pump": "^3.0.0", "rc": "^1.2.7", @@ -14668,9 +14662,9 @@ }, "dependencies": { "@types/node": { - "version": "14.17.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.1.tgz", - "integrity": "sha512-/tpUyFD7meeooTRwl3sYlihx2BrJE7q9XF71EguPFIySj9B7qgnRtHsHTho+0AUm4m1SvWGm6uSncrR94q6Vtw==" + "version": "14.17.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz", + "integrity": "sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw==" }, "debug": { "version": "4.3.1", @@ -15388,9 +15382,9 @@ }, "dependencies": { "ajv": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.5.0.tgz", - "integrity": "sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.0.tgz", + "integrity": "sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -15806,9 +15800,9 @@ } }, "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" }, "type-is": { "version": "1.6.18", @@ -16103,11 +16097,6 @@ "version": "6.2.0", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==" - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" } } }, @@ -16993,9 +16982,9 @@ } }, "webpack-merge": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz", - "integrity": "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "requires": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" diff --git a/starters/default/package.json b/starters/default/package.json index 79e214ed878c5..8f830054bbef7 100644 --- a/starters/default/package.json +++ b/starters/default/package.json @@ -5,15 +5,15 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^3.6.2", - "gatsby-plugin-gatsby-cloud": "^2.6.1", - "gatsby-plugin-image": "^1.6.0", - "gatsby-plugin-manifest": "^3.6.0", - "gatsby-plugin-offline": "^4.6.0", - "gatsby-plugin-react-helmet": "^4.6.0", - "gatsby-plugin-sharp": "^3.6.0", - "gatsby-source-filesystem": "^3.6.0", - "gatsby-transformer-sharp": "^3.6.0", + "gatsby": "^3.7.0", + "gatsby-plugin-gatsby-cloud": "^2.7.0", + "gatsby-plugin-image": "^1.7.0", + "gatsby-plugin-manifest": "^3.7.0", + "gatsby-plugin-offline": "^4.7.0", + "gatsby-plugin-react-helmet": "^4.7.0", + "gatsby-plugin-sharp": "^3.7.0", + "gatsby-source-filesystem": "^3.7.0", + "gatsby-transformer-sharp": "^3.7.0", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/starters/gatsby-starter-blog-theme-core/package-lock.json b/starters/gatsby-starter-blog-theme-core/package-lock.json index cd4b7c48554cb..588bd7fe700ad 100644 --- a/starters/gatsby-starter-blog-theme-core/package-lock.json +++ b/starters/gatsby-starter-blog-theme-core/package-lock.json @@ -405,6 +405,109 @@ "@babel/helper-plugin-utils": "^7.13.0" } }, + "@babel/plugin-proposal-class-static-block": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz", + "integrity": "sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-class-static-block": "^7.12.13" + }, + "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz", + "integrity": "sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, "@babel/plugin-proposal-dynamic-import": { "version": "7.13.8", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz", @@ -499,6 +602,110 @@ "@babel/helper-plugin-utils": "^7.13.0" } }, + "@babel/plugin-proposal-private-property-in-object": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz", + "integrity": "sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-create-class-features-plugin": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-private-property-in-object": "^7.14.0" + }, + "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz", + "integrity": "sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, "@babel/plugin-proposal-unicode-property-regex": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz", @@ -524,6 +731,14 @@ "@babel/helper-plugin-utils": "^7.12.13" } }, + "@babel/plugin-syntax-class-static-block": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.12.13.tgz", + "integrity": "sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, "@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", @@ -604,6 +819,14 @@ "@babel/helper-plugin-utils": "^7.8.0" } }, + "@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.0.tgz", + "integrity": "sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, "@babel/plugin-syntax-top-level-await": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz", @@ -1264,14 +1487,14 @@ } }, "@eslint/eslintrc": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.1.tgz", - "integrity": "sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.2.tgz", + "integrity": "sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==", "requires": { "ajv": "^6.12.4", "debug": "^4.1.1", "espree": "^7.3.0", - "globals": "^12.1.0", + "globals": "^13.9.0", "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^3.13.1", @@ -1288,17 +1511,22 @@ } }, "globals": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", - "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.9.0.tgz", + "integrity": "sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==", "requires": { - "type-fest": "^0.8.1" + "type-fest": "^0.20.2" } }, "ignore": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" } } }, @@ -2622,12 +2850,12 @@ "integrity": "sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==" }, "@typescript-eslint/eslint-plugin": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz", - "integrity": "sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz", + "integrity": "sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==", "requires": { - "@typescript-eslint/experimental-utils": "4.26.0", - "@typescript-eslint/scope-manager": "4.26.0", + "@typescript-eslint/experimental-utils": "4.26.1", + "@typescript-eslint/scope-manager": "4.26.1", "debug": "^4.3.1", "functional-red-black-tree": "^1.0.1", "lodash": "^4.17.21", @@ -2647,26 +2875,26 @@ } }, "@typescript-eslint/experimental-utils": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz", - "integrity": "sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz", + "integrity": "sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==", "requires": { "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } }, "@typescript-eslint/parser": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.0.tgz", - "integrity": "sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.1.tgz", + "integrity": "sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==", "requires": { - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "debug": "^4.3.1" }, "dependencies": { @@ -2681,26 +2909,26 @@ } }, "@typescript-eslint/scope-manager": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz", - "integrity": "sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz", + "integrity": "sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0" + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1" } }, "@typescript-eslint/types": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.0.tgz", - "integrity": "sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==" + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.1.tgz", + "integrity": "sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==" }, "@typescript-eslint/typescript-estree": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz", - "integrity": "sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz", + "integrity": "sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1", "debug": "^4.3.1", "globby": "^11.0.3", "is-glob": "^4.0.1", @@ -2719,11 +2947,11 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz", - "integrity": "sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz", + "integrity": "sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==", "requires": { - "@typescript-eslint/types": "4.26.0", + "@typescript-eslint/types": "4.26.1", "eslint-visitor-keys": "^2.0.0" } }, @@ -3290,21 +3518,21 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, "axe-core": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.1.tgz", - "integrity": "sha512-evY7DN8qSIbsW2H/TWQ1bX3sXN1d4MNb5Vb4n7BzPuCwRHdkZ1H2eNLuSh73EoQqkGKUtju2G2HCcjCfhvZIAA==" + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.2.tgz", + "integrity": "sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==" }, "axios": { "version": "0.21.1", @@ -3451,52 +3679,439 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.6.0.tgz", - "integrity": "sha512-d/5RhTIQo7Q66tjzhvHA3RfD037tODIA7JZwsjsrtW1cvVWB7+k60GT4lSziR2U6cZB46XXY09PBXRrrFQmjZQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.0.tgz", + "integrity": "sha512-Bh+297TcOlJwF/1P43SnUNI/xXJQ5KB3vBVdVHkPYMPAOK6cnHKUwRha06b6L6jlotFRQvDuJTTMmQv8ETbMUQ==", "requires": { - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-runtime": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.5", - "@babel/runtime": "^7.12.5", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-runtime": "^7.14.3", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/preset-env": "^7.14.4", + "@babel/preset-react": "^7.13.13", + "@babel/runtime": "^7.14.0", "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.6.0", - "gatsby-legacy-polyfills": "^1.6.0" + "gatsby-core-utils": "^2.7.0", + "gatsby-legacy-polyfills": "^1.7.0" }, "dependencies": { - "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", "requires": { - "ci-info": "2.0.0", - "configstore": "^5.0.1", - "file-type": "^16.2.0", - "fs-extra": "^8.1.0", - "node-object-hash": "^2.0.0", - "proper-lockfile": "^4.1.1", - "tmp": "^0.2.1", - "xdg-basedir": "^4.0.0" + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" } - } - } - }, - "backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.2.tgz", + "integrity": "sha512-b1AM4F6fwck4N8ItZ/AtC4FP/cqZqmKRQ4FaTDutwSYyjuhtvsGEMLK4N/ztV/ImP40BjIDyMgBQAeAMsQYVFQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-remap-async-to-generator": "^7.13.0", + "@babel/plugin-syntax-async-generators": "^7.8.4" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.2.tgz", + "integrity": "sha512-oxVQZIWFh91vuNEMKltqNsKLFWkOIyJc95k2Gv9lWVyDfPUQGSSlbDEgWuJUU1afGE9WwlzpucMZ3yDRHIItkA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + } + }, + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.2.tgz", + "integrity": "sha512-sRxW3z3Zp3pFfLAgVEvzTFutTXax837oOatUIvSG9o5gRj9mKwm3br1Se5f4QalTQs9x4AzlA/HrCWbQIHASUQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.2.tgz", + "integrity": "sha512-w2DtsfXBBJddJacXMBhElGEYqCZQqN99Se1qeYn8DVLB33owlrlLftIbMzn5nz1OITfDVknXF433tBrLEAOEjA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-json-strings": "^7.8.3" + } + }, + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.2.tgz", + "integrity": "sha512-1JAZtUrqYyGsS7IDmFeaem+/LJqujfLZ2weLR9ugB0ufUPjzf8cguyVT1g5im7f7RXxuLq1xUxEzvm68uYRtGg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz", + "integrity": "sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz", + "integrity": "sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz", + "integrity": "sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-compilation-targets": "^7.14.4", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.14.2" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.2.tgz", + "integrity": "sha512-XtkJsmJtBaUbOxZsNk0Fvrv8eiqgneug0A6aqLFZ4TSkar2L5dSXWcnUKHgmjJt49pyB/6ZHvkr3dPgl9MOWRQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz", + "integrity": "sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz", + "integrity": "sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz", + "integrity": "sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.2.tgz", + "integrity": "sha512-hPC6XBswt8P3G2D1tSV2HzdKvkqOpmbyoy+g73JG0qlF/qx2y3KaMmXb1fLrpmWGLZYA0ojCvaHdzFWjlmV+Pw==", + "requires": { + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helper-plugin-utils": "^7.13.0", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz", + "integrity": "sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==", + "requires": { + "@babel/helper-module-transforms": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-simple-access": "^7.13.12", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz", + "integrity": "sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==", + "requires": { + "@babel/helper-module-transforms": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.2.tgz", + "integrity": "sha512-NxoVmA3APNCC1JdMXkdYXuQS+EMdqy0vIwyDHeKHiJKRxmp1qGSdb0JLEIoPRhkx6H/8Qi3RJ3uqOCYw8giy9A==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/preset-env": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.14.4.tgz", + "integrity": "sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-compilation-targets": "^7.14.4", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-validator-option": "^7.12.17", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.13.12", + "@babel/plugin-proposal-async-generator-functions": "^7.14.2", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-class-static-block": "^7.14.3", + "@babel/plugin-proposal-dynamic-import": "^7.14.2", + "@babel/plugin-proposal-export-namespace-from": "^7.14.2", + "@babel/plugin-proposal-json-strings": "^7.14.2", + "@babel/plugin-proposal-logical-assignment-operators": "^7.14.2", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-object-rest-spread": "^7.14.4", + "@babel/plugin-proposal-optional-catch-binding": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-proposal-private-methods": "^7.13.0", + "@babel/plugin-proposal-private-property-in-object": "^7.14.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.12.13", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.0", + "@babel/plugin-syntax-top-level-await": "^7.12.13", + "@babel/plugin-transform-arrow-functions": "^7.13.0", + "@babel/plugin-transform-async-to-generator": "^7.13.0", + "@babel/plugin-transform-block-scoped-functions": "^7.12.13", + "@babel/plugin-transform-block-scoping": "^7.14.4", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-computed-properties": "^7.13.0", + "@babel/plugin-transform-destructuring": "^7.14.4", + "@babel/plugin-transform-dotall-regex": "^7.12.13", + "@babel/plugin-transform-duplicate-keys": "^7.12.13", + "@babel/plugin-transform-exponentiation-operator": "^7.12.13", + "@babel/plugin-transform-for-of": "^7.13.0", + "@babel/plugin-transform-function-name": "^7.12.13", + "@babel/plugin-transform-literals": "^7.12.13", + "@babel/plugin-transform-member-expression-literals": "^7.12.13", + "@babel/plugin-transform-modules-amd": "^7.14.2", + "@babel/plugin-transform-modules-commonjs": "^7.14.0", + "@babel/plugin-transform-modules-systemjs": "^7.13.8", + "@babel/plugin-transform-modules-umd": "^7.14.0", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", + "@babel/plugin-transform-new-target": "^7.12.13", + "@babel/plugin-transform-object-super": "^7.12.13", + "@babel/plugin-transform-parameters": "^7.14.2", + "@babel/plugin-transform-property-literals": "^7.12.13", + "@babel/plugin-transform-regenerator": "^7.13.15", + "@babel/plugin-transform-reserved-words": "^7.12.13", + "@babel/plugin-transform-shorthand-properties": "^7.12.13", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/plugin-transform-sticky-regex": "^7.12.13", + "@babel/plugin-transform-template-literals": "^7.13.0", + "@babel/plugin-transform-typeof-symbol": "^7.12.13", + "@babel/plugin-transform-unicode-escapes": "^7.12.13", + "@babel/plugin-transform-unicode-regex": "^7.12.13", + "@babel/preset-modules": "^0.1.4", + "@babel/types": "^7.14.4", + "babel-plugin-polyfill-corejs2": "^0.2.0", + "babel-plugin-polyfill-corejs3": "^0.2.0", + "babel-plugin-polyfill-regenerator": "^0.2.0", + "core-js-compat": "^3.9.0", + "semver": "^6.3.0" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, + "gatsby-core-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "backo2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" + }, + "bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==" }, "balanced-match": { @@ -5138,9 +5753,9 @@ } }, "core-js-pure": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.13.1.tgz", - "integrity": "sha512-wVlh0IAi2t1iOEh16y4u1TRk6ubd4KvLE8dlMi+3QUI6SfKphQUh7tAwihGGSQ8affxEXpVIPpOdf9kjR4v4Pw==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.14.0.tgz", + "integrity": "sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==" }, "core-util-is": { "version": "1.0.2", @@ -5177,9 +5792,9 @@ } }, "create-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.6.0.tgz", - "integrity": "sha512-mNPBiTZ9aH24I2YInaiBoXDjPgibsystLsXXWpM5miIJpA6rZrJSRtHVGfXUxZXsKHLc/at2vNrFQbsVue3Nyg==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.0.tgz", + "integrity": "sha512-xM+xEhPa5VXEIU4x6jxIwkAFNwf8Q2DfqHRi6LGD7LuDQIPqukZbEvLH1Va9HdjcY3EW2wagFYAVwE3mpveIeg==" }, "create-require": { "version": "1.1.1", @@ -6538,12 +7153,12 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.27.0.tgz", - "integrity": "sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz", + "integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==", "requires": { "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.1", + "@eslint/eslintrc": "^0.4.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -6560,7 +7175,7 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", + "glob-parent": "^5.1.2", "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", @@ -8069,17 +8684,17 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.2.tgz", - "integrity": "sha512-gzwnyk37sGTrT/oqAWKbfwJCPeLWOlX5wgq2pumCJDOGBo0yjL95pRiBeH1GG3jQGadcx2lG/6MoM46M6v3w9A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.0.tgz", + "integrity": "sha512-unuB+MBWiKqfmVcSjXCRscUdSaLinqYxd5xBEMwbyckt3/Os+ltyWJmaALPtf3mgoTqip2hVUgZOGH7RpfL8AQ==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/core": "^7.12.3", - "@babel/eslint-parser": "^7.13.4", - "@babel/parser": "^7.12.5", - "@babel/runtime": "^7.12.5", - "@babel/traverse": "^7.12.5", - "@babel/types": "^7.12.6", + "@babel/code-frame": "^7.12.13", + "@babel/core": "^7.14.3", + "@babel/eslint-parser": "^7.14.4", + "@babel/parser": "^7.14.4", + "@babel/runtime": "^7.14.0", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@mikaelkristiansson/domready": "^1.0.10", @@ -8096,8 +8711,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.6.0", - "babel-preset-gatsby": "^1.6.0", + "babel-plugin-remove-graphql-queries": "^3.7.0", + "babel-preset-gatsby": "^1.7.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -8139,16 +8754,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.6.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-graphiql-explorer": "^1.6.0", - "gatsby-legacy-polyfills": "^1.6.0", - "gatsby-link": "^3.6.0", - "gatsby-plugin-page-creator": "^3.6.0", - "gatsby-plugin-typescript": "^3.6.0", - "gatsby-plugin-utils": "^1.6.0", - "gatsby-react-router-scroll": "^4.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-cli": "^3.7.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-graphiql-explorer": "^1.7.0", + "gatsby-legacy-polyfills": "^1.7.0", + "gatsby-link": "^3.7.0", + "gatsby-plugin-page-creator": "^3.7.0", + "gatsby-plugin-typescript": "^3.7.0", + "gatsby-plugin-utils": "^1.7.0", + "gatsby-react-router-scroll": "^4.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -8228,46 +8843,232 @@ "yaml-loader": "^0.6.0" }, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "babel-plugin-remove-graphql-queries": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.6.0.tgz", - "integrity": "sha512-8BEpm4gnHJhAcQ/K+yvY+/LINPljBgzncYnpLLhXa4rHa5SGsD0EIjWC0yzcP6WtMlIAqUf2cWz2itGci7FrvA==" - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" }, - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" }, "dependencies": { - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { - "ansi-regex": "^5.0.0" + "ms": "2.1.2" } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, - "color-convert": { - "version": "2.0.1", + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + }, + "dependencies": { + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "dependencies": { + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + } + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "babel-plugin-remove-graphql-queries": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.0.tgz", + "integrity": "sha512-1MrP3pT5diFM7AlwbfGY2qbr5E8XHm9vLdHSkaaxXrnHHUCoffjWfQquEGaQ08GRogEhdb3R00wd8iLKylmEfQ==" + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + }, + "dependencies": { + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + } + } + }, + "color-convert": { + "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "requires": { @@ -8289,12 +9090,17 @@ "which": "^2.0.1" } }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, "gatsby-cli": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.6.0.tgz", - "integrity": "sha512-GJ0BviJw3qnONdoNpCvqgRA8jxYk7rpqi+7MrvT0U+YMcT2HGhZbhY0RxlZqYRL8qOCJTtLB/N4Z7cCUwi8g1w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.0.tgz", + "integrity": "sha512-2B5y2qD0kD+EKVaCuOWjLBLhTcDs2owVTd9M7UHrkv/xKiRzUoPcWiGMIPAenRMyy+f9BYd4gl3j7eWQD77X4A==", "requires": { - "@babel/code-frame": "^7.10.4", + "@babel/code-frame": "^7.12.13", "@types/common-tags": "^1.8.0", "better-opn": "^2.0.0", "chalk": "^4.1.0", @@ -8302,14 +9108,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.6.0", + "create-gatsby": "^1.7.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-recipes": "^0.17.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-recipes": "^0.18.0", + "gatsby-telemetry": "^2.7.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -8354,9 +9160,9 @@ } }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8369,19 +9175,19 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -8498,17 +9304,27 @@ } }, "gatsby-graphiql-explorer": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.6.0.tgz", - "integrity": "sha512-RNkHXELyIQKo5h2+Y92NQ/bfBm7I53MqyywRN7nXPwqwRb+ymv0/3rT6pY69WTXc1ORKrEZazmWv3JWhrVYKbw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.0.tgz", + "integrity": "sha512-sJIJuHUx4cl/25jpI6LW0qAkFgFSseH/1oD7vMtWDRI5rdXI8xsZUe8xNqGWVPMtNzmBjm4Lwb1G8lkUSErsAA==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-legacy-polyfills": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.6.0.tgz", - "integrity": "sha512-Qqk+THLhQhlYpdMsOcFwBmSrF06BT273rQ4he4g5YGg3l57wpzHQX2zt8yuLIE/6zzA5q/hTYg9MFIniYRBG/A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz", + "integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==", "requires": { "core-js-compat": "3.9.0" }, @@ -8530,34 +9346,52 @@ } }, "gatsby-link": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.6.0.tgz", - "integrity": "sha512-lvRAA+RfH7DrId1gfGrCW1Ox1weMZnVyOaJwQZaTBXoxQ2H2xv5AkIS08GPm00Il5wnHfOUsh/qHxEW/Q6+ELQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.0.tgz", + "integrity": "sha512-qCl+tRAUvQM4XtxdNQwWMtZi0+3CeiYW5HRjWMPXhiwQzFQxu0aA7vCzJZSJFLx4RWUP9AySPXrFLM2v2b/yNg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "@types/reach__router": "^1.3.7", "prop-types": "^15.7.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-page-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.6.0.tgz", - "integrity": "sha512-/jryNkO8F9iYDAFl0EYyZbns1CUW/rEUiIkb3NOGwitHvTSw8IEQPNORBOvhKzYWfGTI362p/hR/u2U7hna/Qg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.0.tgz", + "integrity": "sha512-HFXzgoa+lxU4CJTQ9k1bCzvkwCgTTZmzxR2vnqBJ3HKMacAmhYwNfOQtTKSpDjJRys+5qGwYyXVn7jd708Q32A==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8690,25 +9524,95 @@ } }, "gatsby-plugin-page-creator": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.6.0.tgz", - "integrity": "sha512-59lJ0kXzDpJZgPKYFP/foK5Gsc/+TT/O50aTscZP5l3Hpyknnb7AIjKt0axaN4BQuc6OOmRmg1z9TcjXMwnytg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.0.tgz", + "integrity": "sha512-w3QexaS8kRMQdQPaAtLwjhPXSEaHjX7RBZ2hMYdoyKQL4LIs/Ke9jv9oRo7anYniLBsiDRq3KpS9OZQ4Bda3TA==", "requires": { - "@babel/traverse": "^7.12.5", + "@babel/traverse": "^7.14.2", "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-page-utils": "^1.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-page-utils": "^1.7.0", + "gatsby-telemetry": "^2.7.0", "globby": "^11.0.3", "lodash": "^4.17.21" }, "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8721,25 +9625,30 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", "node-fetch": "^2.6.1", "uuid": "3.4.0" } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, @@ -8858,113 +9767,316 @@ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "keyv": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", + "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "requires": { + "json-buffer": "3.0.1" + } + }, + "lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" + }, + "mimic-response": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", + "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==" + }, + "normalize-url": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", + "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" + }, + "p-cancelable": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.0.tgz", + "integrity": "sha512-HAZyB3ZodPo+BDpb4/Iu7Jv4P6cSazBz9ZM0ChhEXp70scx834aWCEjQRwgt41UzzejUAPdbqqONfRWTPYrPAQ==" + }, + "responselike": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", + "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "requires": { + "lowercase-keys": "^2.0.0" + } + }, + "to-readable-stream": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz", + "integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w==" + }, + "type-fest": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz", + "integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==" + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + } + } + }, + "gatsby-plugin-typescript": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.0.tgz", + "integrity": "sha512-OFNCDCR1voioxxzDodBhFg5aA+MwMhZKeylIG94IyAmc02TcXfyb4Dv9dPEgjOLRm0nrMevFCU/sa1HecrsZ4g==", + "requires": { + "@babel/core": "^7.14.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/preset-typescript": "^7.13.0", + "@babel/runtime": "^7.14.0", + "babel-plugin-remove-graphql-queries": "^3.7.0" + }, + "dependencies": { + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + } + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz", + "integrity": "sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz", + "integrity": "sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" } }, - "keyv": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", - "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", "requires": { - "json-buffer": "3.0.1" + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" } }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } }, - "mimic-response": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", - "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==" + "babel-plugin-remove-graphql-queries": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.0.tgz", + "integrity": "sha512-1MrP3pT5diFM7AlwbfGY2qbr5E8XHm9vLdHSkaaxXrnHHUCoffjWfQquEGaQ08GRogEhdb3R00wd8iLKylmEfQ==" }, - "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } }, - "p-cancelable": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.0.tgz", - "integrity": "sha512-HAZyB3ZodPo+BDpb4/Iu7Jv4P6cSazBz9ZM0ChhEXp70scx834aWCEjQRwgt41UzzejUAPdbqqONfRWTPYrPAQ==" + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, - "responselike": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", - "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { - "lowercase-keys": "^2.0.0" + "ms": "2.1.2" } }, - "to-readable-stream": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz", - "integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w==" + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" }, - "type-fest": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz", - "integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==" + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" }, - "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" - } - } - }, - "gatsby-plugin-typescript": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.6.0.tgz", - "integrity": "sha512-qkxtdGOr/VA3NfC51PMasoXgoX0V8hiXVGbZuBBEZMYuj4j7BKPzShXb7TeqDKI2LQvO3r5sQlxGjfXNAOB0qg==", - "requires": { - "@babel/core": "^7.12.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.5", - "@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.6.0" - }, - "dependencies": { - "babel-plugin-remove-graphql-queries": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.6.0.tgz", - "integrity": "sha512-8BEpm4gnHJhAcQ/K+yvY+/LINPljBgzncYnpLLhXa4rHa5SGsD0EIjWC0yzcP6WtMlIAqUf2cWz2itGci7FrvA==" + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, "gatsby-plugin-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.6.0.tgz", - "integrity": "sha512-RDHaPBvVE8v9EQvPAUyXZzoDFKo0t0j7qJHDvFQc0PfcX0EmQWXNkFd7PN+DVz8nPfuhLIV6GKS3WQXYbiCLIA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.7.0.tgz", + "integrity": "sha512-lRTnXgH0zgZCybq4VpnjfoCaEwiEGE8VV7m6o5e7v1mXKYVvO/8YXhpIIUqdc6DJZoGJEGy8MpylltYFzBftGQ==", "requires": { "joi": "^17.2.1" } }, "gatsby-react-router-scroll": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.6.0.tgz", - "integrity": "sha512-sgg55OmxAlLzFCrpx9C01QgVNiSVGgLKvrAVlsN8UxltNZSO+iw4f5/Gd3vOSyb6sNYVJCYnmfvQ6uV2pZs3bg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.0.tgz", + "integrity": "sha512-cI6FNCK+ZI0tW0fygwNyAGxvp5J7zdxmdU7eou33PhOzz0TNw6hW7uUaiULdkHXSRKuD9xPL69u9h8NVXo2R0Q==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-recipes": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.17.0.tgz", - "integrity": "sha512-tC2xUa05zrUp77DTyQE11ILhFiqv9JYxBHhh47b7tJGiLAU1XhjxZH0uFZ109r9wEeZjxTYOYkyoiTu+0Ps4pw==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.0.tgz", + "integrity": "sha512-HwRgeONOHFk9U+v47LAA8tKppsgdNGCMY4J+lxr9Yz3xojHjMJFncLCL6c1aMIPbhG2mtBuSMdcAppO/ZpgPtg==", "requires": { - "@babel/core": "^7.12.3", - "@babel/generator": "^7.12.5", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-transform-react-jsx": "^7.12.5", - "@babel/standalone": "^7.12.6", - "@babel/template": "^7.10.4", - "@babel/types": "^7.12.6", + "@babel/core": "^7.14.3", + "@babel/generator": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-transform-react-jsx": "^7.14.3", + "@babel/standalone": "^7.14.4", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.4", "@graphql-tools/schema": "^7.0.0", "@graphql-tools/utils": "^7.0.2", "@hapi/hoek": "8.x.x", @@ -8980,8 +10092,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -9017,6 +10129,184 @@ "yoga-layout-prebuilt": "^1.9.6" }, "dependencies": { + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-transform-react-jsx": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.3.tgz", + "integrity": "sha512-uuxuoUNVhdgYzERiHHFkE4dWoJx+UFVyuAl0aqN8P2/AKFHwqgUC5w2+4/PjpKXJsFgBlYAFXlUmDQ3k3DUkXw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-jsx": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, "debug": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", @@ -9025,10 +10315,15 @@ "ms": "2.1.2" } }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9041,19 +10336,19 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -9061,6 +10356,11 @@ "uuid": "3.4.0" } }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", @@ -9844,9 +11144,9 @@ "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==" }, "graphql-ws": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.7.0.tgz", - "integrity": "sha512-Md8SsmC9ZlsogFPd3Ot8HbIAAqsHh8Xoq7j4AmcIat1Bh6k91tjVyQvA0Au1/BolXSYq+RDvib6rATU2Hcf1Xw==" + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.9.0.tgz", + "integrity": "sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==" }, "gray-matter": { "version": "4.0.2", @@ -10126,9 +11426,9 @@ } }, "highlight.js": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.2.tgz", - "integrity": "sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg==" + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" }, "hosted-git-info": { "version": "2.8.9", @@ -13790,14 +15090,14 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, @@ -13893,14 +15193,14 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, @@ -14156,9 +15456,9 @@ } }, "domutils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.6.0.tgz", - "integrity": "sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz", + "integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==", "requires": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -14254,9 +15554,9 @@ "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" }, "prettier": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", - "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz", + "integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==" }, "pretty-bytes": { "version": "5.6.0", @@ -17157,9 +18457,9 @@ }, "dependencies": { "ajv": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.5.0.tgz", - "integrity": "sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.0.tgz", + "integrity": "sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -18895,9 +20195,9 @@ } }, "webpack-merge": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz", - "integrity": "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "requires": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" diff --git a/starters/gatsby-starter-blog-theme-core/package.json b/starters/gatsby-starter-blog-theme-core/package.json index 521c95396f4db..a90817fd75adf 100644 --- a/starters/gatsby-starter-blog-theme-core/package.json +++ b/starters/gatsby-starter-blog-theme-core/package.json @@ -11,7 +11,7 @@ "license": "0BSD", "dependencies": { "@mdx-js/react": "^1.6.22", - "gatsby": "^3.6.2", + "gatsby": "^3.7.0", "gatsby-theme-blog-core": "^3.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/starters/gatsby-starter-blog-theme/package-lock.json b/starters/gatsby-starter-blog-theme/package-lock.json index 13e08106ed43c..2ecb92a1d9bd3 100644 --- a/starters/gatsby-starter-blog-theme/package-lock.json +++ b/starters/gatsby-starter-blog-theme/package-lock.json @@ -405,6 +405,109 @@ "@babel/helper-plugin-utils": "^7.13.0" } }, + "@babel/plugin-proposal-class-static-block": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz", + "integrity": "sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-class-static-block": "^7.12.13" + }, + "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz", + "integrity": "sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, "@babel/plugin-proposal-dynamic-import": { "version": "7.13.8", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz", @@ -499,6 +602,110 @@ "@babel/helper-plugin-utils": "^7.13.0" } }, + "@babel/plugin-proposal-private-property-in-object": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz", + "integrity": "sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-create-class-features-plugin": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-private-property-in-object": "^7.14.0" + }, + "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz", + "integrity": "sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, "@babel/plugin-proposal-unicode-property-regex": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz", @@ -524,6 +731,14 @@ "@babel/helper-plugin-utils": "^7.12.13" } }, + "@babel/plugin-syntax-class-static-block": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.12.13.tgz", + "integrity": "sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, "@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", @@ -604,6 +819,14 @@ "@babel/helper-plugin-utils": "^7.8.0" } }, + "@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.0.tgz", + "integrity": "sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, "@babel/plugin-syntax-top-level-await": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz", @@ -1402,14 +1625,14 @@ } }, "@eslint/eslintrc": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.1.tgz", - "integrity": "sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.2.tgz", + "integrity": "sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==", "requires": { "ajv": "^6.12.4", "debug": "^4.1.1", "espree": "^7.3.0", - "globals": "^12.1.0", + "globals": "^13.9.0", "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^3.13.1", @@ -1426,17 +1649,22 @@ } }, "globals": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", - "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.9.0.tgz", + "integrity": "sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==", "requires": { - "type-fest": "^0.8.1" + "type-fest": "^0.20.2" } }, "ignore": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" } } }, @@ -3020,12 +3248,12 @@ "integrity": "sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==" }, "@typescript-eslint/eslint-plugin": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz", - "integrity": "sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz", + "integrity": "sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==", "requires": { - "@typescript-eslint/experimental-utils": "4.26.0", - "@typescript-eslint/scope-manager": "4.26.0", + "@typescript-eslint/experimental-utils": "4.26.1", + "@typescript-eslint/scope-manager": "4.26.1", "debug": "^4.3.1", "functional-red-black-tree": "^1.0.1", "lodash": "^4.17.21", @@ -3045,26 +3273,26 @@ } }, "@typescript-eslint/experimental-utils": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz", - "integrity": "sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz", + "integrity": "sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==", "requires": { "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } }, "@typescript-eslint/parser": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.0.tgz", - "integrity": "sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.1.tgz", + "integrity": "sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==", "requires": { - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "debug": "^4.3.1" }, "dependencies": { @@ -3079,26 +3307,26 @@ } }, "@typescript-eslint/scope-manager": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz", - "integrity": "sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz", + "integrity": "sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0" + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1" } }, "@typescript-eslint/types": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.0.tgz", - "integrity": "sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==" + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.1.tgz", + "integrity": "sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==" }, "@typescript-eslint/typescript-estree": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz", - "integrity": "sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz", + "integrity": "sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1", "debug": "^4.3.1", "globby": "^11.0.3", "is-glob": "^4.0.1", @@ -3117,11 +3345,11 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz", - "integrity": "sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz", + "integrity": "sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==", "requires": { - "@typescript-eslint/types": "4.26.0", + "@typescript-eslint/types": "4.26.1", "eslint-visitor-keys": "^2.0.0" } }, @@ -3688,21 +3916,21 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, "axe-core": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.1.tgz", - "integrity": "sha512-evY7DN8qSIbsW2H/TWQ1bX3sXN1d4MNb5Vb4n7BzPuCwRHdkZ1H2eNLuSh73EoQqkGKUtju2G2HCcjCfhvZIAA==" + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.2.tgz", + "integrity": "sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==" }, "axios": { "version": "0.21.1", @@ -3849,52 +4077,439 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.6.0.tgz", - "integrity": "sha512-d/5RhTIQo7Q66tjzhvHA3RfD037tODIA7JZwsjsrtW1cvVWB7+k60GT4lSziR2U6cZB46XXY09PBXRrrFQmjZQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.0.tgz", + "integrity": "sha512-Bh+297TcOlJwF/1P43SnUNI/xXJQ5KB3vBVdVHkPYMPAOK6cnHKUwRha06b6L6jlotFRQvDuJTTMmQv8ETbMUQ==", "requires": { - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-runtime": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.5", - "@babel/runtime": "^7.12.5", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-runtime": "^7.14.3", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/preset-env": "^7.14.4", + "@babel/preset-react": "^7.13.13", + "@babel/runtime": "^7.14.0", "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.6.0", - "gatsby-legacy-polyfills": "^1.6.0" + "gatsby-core-utils": "^2.7.0", + "gatsby-legacy-polyfills": "^1.7.0" }, "dependencies": { - "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", "requires": { - "ci-info": "2.0.0", - "configstore": "^5.0.1", - "file-type": "^16.2.0", - "fs-extra": "^8.1.0", - "node-object-hash": "^2.0.0", - "proper-lockfile": "^4.1.1", - "tmp": "^0.2.1", - "xdg-basedir": "^4.0.0" + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" } - } - } - }, - "backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.2.tgz", + "integrity": "sha512-b1AM4F6fwck4N8ItZ/AtC4FP/cqZqmKRQ4FaTDutwSYyjuhtvsGEMLK4N/ztV/ImP40BjIDyMgBQAeAMsQYVFQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-remap-async-to-generator": "^7.13.0", + "@babel/plugin-syntax-async-generators": "^7.8.4" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.2.tgz", + "integrity": "sha512-oxVQZIWFh91vuNEMKltqNsKLFWkOIyJc95k2Gv9lWVyDfPUQGSSlbDEgWuJUU1afGE9WwlzpucMZ3yDRHIItkA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + } + }, + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.2.tgz", + "integrity": "sha512-sRxW3z3Zp3pFfLAgVEvzTFutTXax837oOatUIvSG9o5gRj9mKwm3br1Se5f4QalTQs9x4AzlA/HrCWbQIHASUQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.2.tgz", + "integrity": "sha512-w2DtsfXBBJddJacXMBhElGEYqCZQqN99Se1qeYn8DVLB33owlrlLftIbMzn5nz1OITfDVknXF433tBrLEAOEjA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-json-strings": "^7.8.3" + } + }, + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.2.tgz", + "integrity": "sha512-1JAZtUrqYyGsS7IDmFeaem+/LJqujfLZ2weLR9ugB0ufUPjzf8cguyVT1g5im7f7RXxuLq1xUxEzvm68uYRtGg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz", + "integrity": "sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz", + "integrity": "sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz", + "integrity": "sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-compilation-targets": "^7.14.4", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.14.2" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.2.tgz", + "integrity": "sha512-XtkJsmJtBaUbOxZsNk0Fvrv8eiqgneug0A6aqLFZ4TSkar2L5dSXWcnUKHgmjJt49pyB/6ZHvkr3dPgl9MOWRQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz", + "integrity": "sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz", + "integrity": "sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz", + "integrity": "sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.2.tgz", + "integrity": "sha512-hPC6XBswt8P3G2D1tSV2HzdKvkqOpmbyoy+g73JG0qlF/qx2y3KaMmXb1fLrpmWGLZYA0ojCvaHdzFWjlmV+Pw==", + "requires": { + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helper-plugin-utils": "^7.13.0", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz", + "integrity": "sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==", + "requires": { + "@babel/helper-module-transforms": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-simple-access": "^7.13.12", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz", + "integrity": "sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==", + "requires": { + "@babel/helper-module-transforms": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.2.tgz", + "integrity": "sha512-NxoVmA3APNCC1JdMXkdYXuQS+EMdqy0vIwyDHeKHiJKRxmp1qGSdb0JLEIoPRhkx6H/8Qi3RJ3uqOCYw8giy9A==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/preset-env": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.14.4.tgz", + "integrity": "sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-compilation-targets": "^7.14.4", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-validator-option": "^7.12.17", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.13.12", + "@babel/plugin-proposal-async-generator-functions": "^7.14.2", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-class-static-block": "^7.14.3", + "@babel/plugin-proposal-dynamic-import": "^7.14.2", + "@babel/plugin-proposal-export-namespace-from": "^7.14.2", + "@babel/plugin-proposal-json-strings": "^7.14.2", + "@babel/plugin-proposal-logical-assignment-operators": "^7.14.2", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-object-rest-spread": "^7.14.4", + "@babel/plugin-proposal-optional-catch-binding": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-proposal-private-methods": "^7.13.0", + "@babel/plugin-proposal-private-property-in-object": "^7.14.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.12.13", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.0", + "@babel/plugin-syntax-top-level-await": "^7.12.13", + "@babel/plugin-transform-arrow-functions": "^7.13.0", + "@babel/plugin-transform-async-to-generator": "^7.13.0", + "@babel/plugin-transform-block-scoped-functions": "^7.12.13", + "@babel/plugin-transform-block-scoping": "^7.14.4", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-computed-properties": "^7.13.0", + "@babel/plugin-transform-destructuring": "^7.14.4", + "@babel/plugin-transform-dotall-regex": "^7.12.13", + "@babel/plugin-transform-duplicate-keys": "^7.12.13", + "@babel/plugin-transform-exponentiation-operator": "^7.12.13", + "@babel/plugin-transform-for-of": "^7.13.0", + "@babel/plugin-transform-function-name": "^7.12.13", + "@babel/plugin-transform-literals": "^7.12.13", + "@babel/plugin-transform-member-expression-literals": "^7.12.13", + "@babel/plugin-transform-modules-amd": "^7.14.2", + "@babel/plugin-transform-modules-commonjs": "^7.14.0", + "@babel/plugin-transform-modules-systemjs": "^7.13.8", + "@babel/plugin-transform-modules-umd": "^7.14.0", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", + "@babel/plugin-transform-new-target": "^7.12.13", + "@babel/plugin-transform-object-super": "^7.12.13", + "@babel/plugin-transform-parameters": "^7.14.2", + "@babel/plugin-transform-property-literals": "^7.12.13", + "@babel/plugin-transform-regenerator": "^7.13.15", + "@babel/plugin-transform-reserved-words": "^7.12.13", + "@babel/plugin-transform-shorthand-properties": "^7.12.13", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/plugin-transform-sticky-regex": "^7.12.13", + "@babel/plugin-transform-template-literals": "^7.13.0", + "@babel/plugin-transform-typeof-symbol": "^7.12.13", + "@babel/plugin-transform-unicode-escapes": "^7.12.13", + "@babel/plugin-transform-unicode-regex": "^7.12.13", + "@babel/preset-modules": "^0.1.4", + "@babel/types": "^7.14.4", + "babel-plugin-polyfill-corejs2": "^0.2.0", + "babel-plugin-polyfill-corejs3": "^0.2.0", + "babel-plugin-polyfill-regenerator": "^0.2.0", + "core-js-compat": "^3.9.0", + "semver": "^6.3.0" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, + "gatsby-core-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "backo2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" + }, + "bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==" }, "balanced-match": { @@ -5536,9 +6151,9 @@ } }, "core-js-pure": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.13.1.tgz", - "integrity": "sha512-wVlh0IAi2t1iOEh16y4u1TRk6ubd4KvLE8dlMi+3QUI6SfKphQUh7tAwihGGSQ8affxEXpVIPpOdf9kjR4v4Pw==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.14.0.tgz", + "integrity": "sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==" }, "core-util-is": { "version": "1.0.2", @@ -5575,9 +6190,9 @@ } }, "create-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.6.0.tgz", - "integrity": "sha512-mNPBiTZ9aH24I2YInaiBoXDjPgibsystLsXXWpM5miIJpA6rZrJSRtHVGfXUxZXsKHLc/at2vNrFQbsVue3Nyg==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.0.tgz", + "integrity": "sha512-xM+xEhPa5VXEIU4x6jxIwkAFNwf8Q2DfqHRi6LGD7LuDQIPqukZbEvLH1Va9HdjcY3EW2wagFYAVwE3mpveIeg==" }, "create-require": { "version": "1.1.1", @@ -6936,12 +7551,12 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.27.0.tgz", - "integrity": "sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz", + "integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==", "requires": { "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.1", + "@eslint/eslintrc": "^0.4.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -6958,7 +7573,7 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", + "glob-parent": "^5.1.2", "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", @@ -8472,17 +9087,17 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.2.tgz", - "integrity": "sha512-gzwnyk37sGTrT/oqAWKbfwJCPeLWOlX5wgq2pumCJDOGBo0yjL95pRiBeH1GG3jQGadcx2lG/6MoM46M6v3w9A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.0.tgz", + "integrity": "sha512-unuB+MBWiKqfmVcSjXCRscUdSaLinqYxd5xBEMwbyckt3/Os+ltyWJmaALPtf3mgoTqip2hVUgZOGH7RpfL8AQ==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/core": "^7.12.3", - "@babel/eslint-parser": "^7.13.4", - "@babel/parser": "^7.12.5", - "@babel/runtime": "^7.12.5", - "@babel/traverse": "^7.12.5", - "@babel/types": "^7.12.6", + "@babel/code-frame": "^7.12.13", + "@babel/core": "^7.14.3", + "@babel/eslint-parser": "^7.14.4", + "@babel/parser": "^7.14.4", + "@babel/runtime": "^7.14.0", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@mikaelkristiansson/domready": "^1.0.10", @@ -8499,8 +9114,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.6.0", - "babel-preset-gatsby": "^1.6.0", + "babel-plugin-remove-graphql-queries": "^3.7.0", + "babel-preset-gatsby": "^1.7.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -8542,16 +9157,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.6.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-graphiql-explorer": "^1.6.0", - "gatsby-legacy-polyfills": "^1.6.0", - "gatsby-link": "^3.6.0", - "gatsby-plugin-page-creator": "^3.6.0", - "gatsby-plugin-typescript": "^3.6.0", - "gatsby-plugin-utils": "^1.6.0", - "gatsby-react-router-scroll": "^4.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-cli": "^3.7.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-graphiql-explorer": "^1.7.0", + "gatsby-legacy-polyfills": "^1.7.0", + "gatsby-link": "^3.7.0", + "gatsby-plugin-page-creator": "^3.7.0", + "gatsby-plugin-typescript": "^3.7.0", + "gatsby-plugin-utils": "^1.7.0", + "gatsby-react-router-scroll": "^4.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -8631,46 +9246,232 @@ "yaml-loader": "^0.6.0" }, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "babel-plugin-remove-graphql-queries": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.6.0.tgz", - "integrity": "sha512-8BEpm4gnHJhAcQ/K+yvY+/LINPljBgzncYnpLLhXa4rHa5SGsD0EIjWC0yzcP6WtMlIAqUf2cWz2itGci7FrvA==" - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" }, - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" }, "dependencies": { - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { - "ansi-regex": "^5.0.0" + "ms": "2.1.2" } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, - "color-convert": { - "version": "2.0.1", + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + }, + "dependencies": { + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "dependencies": { + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + } + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "babel-plugin-remove-graphql-queries": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.0.tgz", + "integrity": "sha512-1MrP3pT5diFM7AlwbfGY2qbr5E8XHm9vLdHSkaaxXrnHHUCoffjWfQquEGaQ08GRogEhdb3R00wd8iLKylmEfQ==" + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + }, + "dependencies": { + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + } + } + }, + "color-convert": { + "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "requires": { @@ -8692,12 +9493,17 @@ "which": "^2.0.1" } }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, "gatsby-cli": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.6.0.tgz", - "integrity": "sha512-GJ0BviJw3qnONdoNpCvqgRA8jxYk7rpqi+7MrvT0U+YMcT2HGhZbhY0RxlZqYRL8qOCJTtLB/N4Z7cCUwi8g1w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.0.tgz", + "integrity": "sha512-2B5y2qD0kD+EKVaCuOWjLBLhTcDs2owVTd9M7UHrkv/xKiRzUoPcWiGMIPAenRMyy+f9BYd4gl3j7eWQD77X4A==", "requires": { - "@babel/code-frame": "^7.10.4", + "@babel/code-frame": "^7.12.13", "@types/common-tags": "^1.8.0", "better-opn": "^2.0.0", "chalk": "^4.1.0", @@ -8705,14 +9511,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.6.0", + "create-gatsby": "^1.7.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-recipes": "^0.17.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-recipes": "^0.18.0", + "gatsby-telemetry": "^2.7.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -8757,9 +9563,9 @@ } }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8772,27 +9578,27 @@ } }, "gatsby-plugin-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.6.0.tgz", - "integrity": "sha512-RDHaPBvVE8v9EQvPAUyXZzoDFKo0t0j7qJHDvFQc0PfcX0EmQWXNkFd7PN+DVz8nPfuhLIV6GKS3WQXYbiCLIA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.7.0.tgz", + "integrity": "sha512-lRTnXgH0zgZCybq4VpnjfoCaEwiEGE8VV7m6o5e7v1mXKYVvO/8YXhpIIUqdc6DJZoGJEGy8MpylltYFzBftGQ==", "requires": { "joi": "^17.2.1" } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -8914,17 +9720,27 @@ } }, "gatsby-graphiql-explorer": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.6.0.tgz", - "integrity": "sha512-RNkHXELyIQKo5h2+Y92NQ/bfBm7I53MqyywRN7nXPwqwRb+ymv0/3rT6pY69WTXc1ORKrEZazmWv3JWhrVYKbw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.0.tgz", + "integrity": "sha512-sJIJuHUx4cl/25jpI6LW0qAkFgFSseH/1oD7vMtWDRI5rdXI8xsZUe8xNqGWVPMtNzmBjm4Lwb1G8lkUSErsAA==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-legacy-polyfills": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.6.0.tgz", - "integrity": "sha512-Qqk+THLhQhlYpdMsOcFwBmSrF06BT273rQ4he4g5YGg3l57wpzHQX2zt8yuLIE/6zzA5q/hTYg9MFIniYRBG/A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz", + "integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==", "requires": { "core-js-compat": "3.9.0" }, @@ -8946,34 +9762,52 @@ } }, "gatsby-link": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.6.0.tgz", - "integrity": "sha512-lvRAA+RfH7DrId1gfGrCW1Ox1weMZnVyOaJwQZaTBXoxQ2H2xv5AkIS08GPm00Il5wnHfOUsh/qHxEW/Q6+ELQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.0.tgz", + "integrity": "sha512-qCl+tRAUvQM4XtxdNQwWMtZi0+3CeiYW5HRjWMPXhiwQzFQxu0aA7vCzJZSJFLx4RWUP9AySPXrFLM2v2b/yNg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "@types/reach__router": "^1.3.7", "prop-types": "^15.7.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-page-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.6.0.tgz", - "integrity": "sha512-/jryNkO8F9iYDAFl0EYyZbns1CUW/rEUiIkb3NOGwitHvTSw8IEQPNORBOvhKzYWfGTI362p/hR/u2U7hna/Qg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.0.tgz", + "integrity": "sha512-HFXzgoa+lxU4CJTQ9k1bCzvkwCgTTZmzxR2vnqBJ3HKMacAmhYwNfOQtTKSpDjJRys+5qGwYyXVn7jd708Q32A==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9156,25 +9990,95 @@ } }, "gatsby-plugin-page-creator": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.6.0.tgz", - "integrity": "sha512-59lJ0kXzDpJZgPKYFP/foK5Gsc/+TT/O50aTscZP5l3Hpyknnb7AIjKt0axaN4BQuc6OOmRmg1z9TcjXMwnytg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.0.tgz", + "integrity": "sha512-w3QexaS8kRMQdQPaAtLwjhPXSEaHjX7RBZ2hMYdoyKQL4LIs/Ke9jv9oRo7anYniLBsiDRq3KpS9OZQ4Bda3TA==", "requires": { - "@babel/traverse": "^7.12.5", + "@babel/traverse": "^7.14.2", "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-page-utils": "^1.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-page-utils": "^1.7.0", + "gatsby-telemetry": "^2.7.0", "globby": "^11.0.3", "lodash": "^4.17.21" }, "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9187,25 +10091,30 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", "node-fetch": "^2.6.1", "uuid": "3.4.0" } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, @@ -9336,90 +10245,283 @@ "universalify": "^2.0.0" } }, - "keyv": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", - "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "keyv": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", + "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "requires": { + "json-buffer": "3.0.1" + } + }, + "lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" + }, + "mimic-response": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", + "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==" + }, + "normalize-url": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", + "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" + }, + "p-cancelable": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.0.tgz", + "integrity": "sha512-HAZyB3ZodPo+BDpb4/Iu7Jv4P6cSazBz9ZM0ChhEXp70scx834aWCEjQRwgt41UzzejUAPdbqqONfRWTPYrPAQ==" + }, + "responselike": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", + "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "requires": { + "lowercase-keys": "^2.0.0" + } + }, + "to-readable-stream": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz", + "integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w==" + }, + "type-fest": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz", + "integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==" + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + } + } + }, + "gatsby-plugin-theme-ui": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.7.0.tgz", + "integrity": "sha512-G92tnNZyViyP/wMd6ps1KhXuG48qlInZ3aUqCrgMNpsX9Hb6rSet0mWmpgj8T8dSRw7Ll7byI0DfKXL5gScgjA==" + }, + "gatsby-plugin-twitter": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-twitter/-/gatsby-plugin-twitter-3.3.0.tgz", + "integrity": "sha512-Pjdal19iV23UporxWCoYE7DXKEyOxUjoS4JhI80poYkArcMb2vHm1tXBIpFMow1ZLBZZb9rxzUyEp9i9vj5Jyg==", + "requires": { + "@babel/runtime": "^7.12.5" + } + }, + "gatsby-plugin-typescript": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.0.tgz", + "integrity": "sha512-OFNCDCR1voioxxzDodBhFg5aA+MwMhZKeylIG94IyAmc02TcXfyb4Dv9dPEgjOLRm0nrMevFCU/sa1HecrsZ4g==", + "requires": { + "@babel/core": "^7.14.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/preset-typescript": "^7.13.0", + "@babel/runtime": "^7.14.0", + "babel-plugin-remove-graphql-queries": "^3.7.0" + }, + "dependencies": { + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + } + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz", + "integrity": "sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz", + "integrity": "sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", "requires": { - "json-buffer": "3.0.1" + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" } }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" - }, - "mimic-response": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", - "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==" + "babel-plugin-remove-graphql-queries": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.0.tgz", + "integrity": "sha512-1MrP3pT5diFM7AlwbfGY2qbr5E8XHm9vLdHSkaaxXrnHHUCoffjWfQquEGaQ08GRogEhdb3R00wd8iLKylmEfQ==" }, - "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } }, - "p-cancelable": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.0.tgz", - "integrity": "sha512-HAZyB3ZodPo+BDpb4/Iu7Jv4P6cSazBz9ZM0ChhEXp70scx834aWCEjQRwgt41UzzejUAPdbqqONfRWTPYrPAQ==" + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, - "responselike": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", - "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { - "lowercase-keys": "^2.0.0" + "ms": "2.1.2" } }, - "to-readable-stream": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz", - "integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w==" + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" }, - "type-fest": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz", - "integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==" + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" }, - "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" - } - } - }, - "gatsby-plugin-theme-ui": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.7.0.tgz", - "integrity": "sha512-G92tnNZyViyP/wMd6ps1KhXuG48qlInZ3aUqCrgMNpsX9Hb6rSet0mWmpgj8T8dSRw7Ll7byI0DfKXL5gScgjA==" - }, - "gatsby-plugin-twitter": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-twitter/-/gatsby-plugin-twitter-3.3.0.tgz", - "integrity": "sha512-Pjdal19iV23UporxWCoYE7DXKEyOxUjoS4JhI80poYkArcMb2vHm1tXBIpFMow1ZLBZZb9rxzUyEp9i9vj5Jyg==", - "requires": { - "@babel/runtime": "^7.12.5" - } - }, - "gatsby-plugin-typescript": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.6.0.tgz", - "integrity": "sha512-qkxtdGOr/VA3NfC51PMasoXgoX0V8hiXVGbZuBBEZMYuj4j7BKPzShXb7TeqDKI2LQvO3r5sQlxGjfXNAOB0qg==", - "requires": { - "@babel/core": "^7.12.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.5", - "@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.6.0" - }, - "dependencies": { - "babel-plugin-remove-graphql-queries": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.6.0.tgz", - "integrity": "sha512-8BEpm4gnHJhAcQ/K+yvY+/LINPljBgzncYnpLLhXa4rHa5SGsD0EIjWC0yzcP6WtMlIAqUf2cWz2itGci7FrvA==" + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, @@ -9432,26 +10534,36 @@ } }, "gatsby-react-router-scroll": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.6.0.tgz", - "integrity": "sha512-sgg55OmxAlLzFCrpx9C01QgVNiSVGgLKvrAVlsN8UxltNZSO+iw4f5/Gd3vOSyb6sNYVJCYnmfvQ6uV2pZs3bg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.0.tgz", + "integrity": "sha512-cI6FNCK+ZI0tW0fygwNyAGxvp5J7zdxmdU7eou33PhOzz0TNw6hW7uUaiULdkHXSRKuD9xPL69u9h8NVXo2R0Q==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-recipes": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.17.0.tgz", - "integrity": "sha512-tC2xUa05zrUp77DTyQE11ILhFiqv9JYxBHhh47b7tJGiLAU1XhjxZH0uFZ109r9wEeZjxTYOYkyoiTu+0Ps4pw==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.0.tgz", + "integrity": "sha512-HwRgeONOHFk9U+v47LAA8tKppsgdNGCMY4J+lxr9Yz3xojHjMJFncLCL6c1aMIPbhG2mtBuSMdcAppO/ZpgPtg==", "requires": { - "@babel/core": "^7.12.3", - "@babel/generator": "^7.12.5", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-transform-react-jsx": "^7.12.5", - "@babel/standalone": "^7.12.6", - "@babel/template": "^7.10.4", - "@babel/types": "^7.12.6", + "@babel/core": "^7.14.3", + "@babel/generator": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-transform-react-jsx": "^7.14.3", + "@babel/standalone": "^7.14.4", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.4", "@graphql-tools/schema": "^7.0.0", "@graphql-tools/utils": "^7.0.2", "@hapi/hoek": "8.x.x", @@ -9467,8 +10579,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -9504,6 +10616,184 @@ "yoga-layout-prebuilt": "^1.9.6" }, "dependencies": { + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-transform-react-jsx": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.3.tgz", + "integrity": "sha512-uuxuoUNVhdgYzERiHHFkE4dWoJx+UFVyuAl0aqN8P2/AKFHwqgUC5w2+4/PjpKXJsFgBlYAFXlUmDQ3k3DUkXw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-jsx": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, "debug": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", @@ -9512,10 +10802,15 @@ "ms": "2.1.2" } }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9528,19 +10823,19 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -9553,6 +10848,11 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", @@ -10375,9 +11675,9 @@ "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==" }, "graphql-ws": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.7.0.tgz", - "integrity": "sha512-Md8SsmC9ZlsogFPd3Ot8HbIAAqsHh8Xoq7j4AmcIat1Bh6k91tjVyQvA0Au1/BolXSYq+RDvib6rATU2Hcf1Xw==" + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.9.0.tgz", + "integrity": "sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==" }, "gray-matter": { "version": "4.0.2", @@ -10657,9 +11957,9 @@ } }, "highlight.js": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.2.tgz", - "integrity": "sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg==" + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" }, "hoist-non-react-statics": { "version": "3.3.2", @@ -14334,14 +15634,14 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, @@ -14437,14 +15737,14 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, @@ -14700,9 +16000,9 @@ } }, "domutils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.6.0.tgz", - "integrity": "sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz", + "integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==", "requires": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -14798,9 +16098,9 @@ "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" }, "prettier": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", - "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz", + "integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==" }, "pretty-bytes": { "version": "5.6.0", @@ -17783,9 +19083,9 @@ }, "dependencies": { "ajv": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.5.0.tgz", - "integrity": "sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.0.tgz", + "integrity": "sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -19619,9 +20919,9 @@ } }, "webpack-merge": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz", - "integrity": "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "requires": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" diff --git a/starters/gatsby-starter-blog-theme/package.json b/starters/gatsby-starter-blog-theme/package.json index e7c5ffbf7a18e..a206155a0f37f 100644 --- a/starters/gatsby-starter-blog-theme/package.json +++ b/starters/gatsby-starter-blog-theme/package.json @@ -10,7 +10,7 @@ }, "license": "0BSD", "dependencies": { - "gatsby": "^3.6.2", + "gatsby": "^3.7.0", "gatsby-theme-blog": "^3.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/starters/gatsby-starter-minimal/package.json b/starters/gatsby-starter-minimal/package.json index 81becd2921fb4..0ac557eac3545 100644 --- a/starters/gatsby-starter-minimal/package.json +++ b/starters/gatsby-starter-minimal/package.json @@ -16,7 +16,7 @@ }, "license": "0BSD", "dependencies": { - "gatsby": "^3.6.2", + "gatsby": "^3.7.0", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/starters/gatsby-starter-notes-theme/package-lock.json b/starters/gatsby-starter-notes-theme/package-lock.json index 6291583878f97..ddfa9befee34d 100644 --- a/starters/gatsby-starter-notes-theme/package-lock.json +++ b/starters/gatsby-starter-notes-theme/package-lock.json @@ -405,6 +405,109 @@ "@babel/helper-plugin-utils": "^7.13.0" } }, + "@babel/plugin-proposal-class-static-block": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz", + "integrity": "sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-class-static-block": "^7.12.13" + }, + "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz", + "integrity": "sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, "@babel/plugin-proposal-dynamic-import": { "version": "7.13.8", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz", @@ -499,6 +602,110 @@ "@babel/helper-plugin-utils": "^7.13.0" } }, + "@babel/plugin-proposal-private-property-in-object": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz", + "integrity": "sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-create-class-features-plugin": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-private-property-in-object": "^7.14.0" + }, + "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz", + "integrity": "sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, "@babel/plugin-proposal-unicode-property-regex": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz", @@ -524,6 +731,14 @@ "@babel/helper-plugin-utils": "^7.12.13" } }, + "@babel/plugin-syntax-class-static-block": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.12.13.tgz", + "integrity": "sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, "@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", @@ -604,6 +819,14 @@ "@babel/helper-plugin-utils": "^7.8.0" } }, + "@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.0.tgz", + "integrity": "sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, "@babel/plugin-syntax-top-level-await": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz", @@ -1402,14 +1625,14 @@ } }, "@eslint/eslintrc": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.1.tgz", - "integrity": "sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.2.tgz", + "integrity": "sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==", "requires": { "ajv": "^6.12.4", "debug": "^4.1.1", "espree": "^7.3.0", - "globals": "^12.1.0", + "globals": "^13.9.0", "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^3.13.1", @@ -1426,11 +1649,11 @@ } }, "globals": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", - "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.9.0.tgz", + "integrity": "sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==", "requires": { - "type-fest": "^0.8.1" + "type-fest": "^0.20.2" } }, "ignore": { @@ -1977,25 +2200,25 @@ "integrity": "sha512-nEBLOa0JgtqahmPrnJZ18epLiFBzxhdKgo4uhN3TaBFRmM30pEVrS9FAEV4tg92d8PTdU+dYQx2lnpPyFMgMcg==" }, "@nodelib/fs.scandir": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", - "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "requires": { - "@nodelib/fs.stat": "2.0.4", + "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz", - "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" }, "@nodelib/fs.walk": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz", - "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.7.tgz", + "integrity": "sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==", "requires": { - "@nodelib/fs.scandir": "2.1.4", + "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, @@ -2615,12 +2838,12 @@ "integrity": "sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==" }, "@typescript-eslint/eslint-plugin": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz", - "integrity": "sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz", + "integrity": "sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==", "requires": { - "@typescript-eslint/experimental-utils": "4.26.0", - "@typescript-eslint/scope-manager": "4.26.0", + "@typescript-eslint/experimental-utils": "4.26.1", + "@typescript-eslint/scope-manager": "4.26.1", "debug": "^4.3.1", "functional-red-black-tree": "^1.0.1", "lodash": "^4.17.21", @@ -2640,26 +2863,26 @@ } }, "@typescript-eslint/experimental-utils": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz", - "integrity": "sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz", + "integrity": "sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==", "requires": { "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } }, "@typescript-eslint/parser": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.0.tgz", - "integrity": "sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.1.tgz", + "integrity": "sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==", "requires": { - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "debug": "^4.3.1" }, "dependencies": { @@ -2674,26 +2897,26 @@ } }, "@typescript-eslint/scope-manager": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz", - "integrity": "sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz", + "integrity": "sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0" + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1" } }, "@typescript-eslint/types": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.0.tgz", - "integrity": "sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==" + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.1.tgz", + "integrity": "sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==" }, "@typescript-eslint/typescript-estree": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz", - "integrity": "sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz", + "integrity": "sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1", "debug": "^4.3.1", "globby": "^11.0.3", "is-glob": "^4.0.1", @@ -2712,11 +2935,11 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz", - "integrity": "sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz", + "integrity": "sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==", "requires": { - "@typescript-eslint/types": "4.26.0", + "@typescript-eslint/types": "4.26.1", "eslint-visitor-keys": "^2.0.0" } }, @@ -3210,21 +3433,21 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, "axe-core": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.1.tgz", - "integrity": "sha512-evY7DN8qSIbsW2H/TWQ1bX3sXN1d4MNb5Vb4n7BzPuCwRHdkZ1H2eNLuSh73EoQqkGKUtju2G2HCcjCfhvZIAA==" + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.2.tgz", + "integrity": "sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==" }, "axios": { "version": "0.21.1", @@ -3356,9 +3579,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.6.0.tgz", - "integrity": "sha512-8BEpm4gnHJhAcQ/K+yvY+/LINPljBgzncYnpLLhXa4rHa5SGsD0EIjWC0yzcP6WtMlIAqUf2cWz2itGci7FrvA==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.0.tgz", + "integrity": "sha512-1MrP3pT5diFM7AlwbfGY2qbr5E8XHm9vLdHSkaaxXrnHHUCoffjWfQquEGaQ08GRogEhdb3R00wd8iLKylmEfQ==" }, "babel-plugin-transform-react-remove-prop-types": { "version": "0.4.24", @@ -3366,52 +3589,439 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.6.0.tgz", - "integrity": "sha512-d/5RhTIQo7Q66tjzhvHA3RfD037tODIA7JZwsjsrtW1cvVWB7+k60GT4lSziR2U6cZB46XXY09PBXRrrFQmjZQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.0.tgz", + "integrity": "sha512-Bh+297TcOlJwF/1P43SnUNI/xXJQ5KB3vBVdVHkPYMPAOK6cnHKUwRha06b6L6jlotFRQvDuJTTMmQv8ETbMUQ==", "requires": { - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-runtime": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.5", - "@babel/runtime": "^7.12.5", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-runtime": "^7.14.3", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/preset-env": "^7.14.4", + "@babel/preset-react": "^7.13.13", + "@babel/runtime": "^7.14.0", "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.6.0", - "gatsby-legacy-polyfills": "^1.6.0" + "gatsby-core-utils": "^2.7.0", + "gatsby-legacy-polyfills": "^1.7.0" }, "dependencies": { - "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", "requires": { - "ci-info": "2.0.0", - "configstore": "^5.0.1", - "file-type": "^16.2.0", - "fs-extra": "^8.1.0", - "node-object-hash": "^2.0.0", - "proper-lockfile": "^4.1.1", - "tmp": "^0.2.1", - "xdg-basedir": "^4.0.0" + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" } - } - } - }, - "backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.2.tgz", + "integrity": "sha512-b1AM4F6fwck4N8ItZ/AtC4FP/cqZqmKRQ4FaTDutwSYyjuhtvsGEMLK4N/ztV/ImP40BjIDyMgBQAeAMsQYVFQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-remap-async-to-generator": "^7.13.0", + "@babel/plugin-syntax-async-generators": "^7.8.4" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.2.tgz", + "integrity": "sha512-oxVQZIWFh91vuNEMKltqNsKLFWkOIyJc95k2Gv9lWVyDfPUQGSSlbDEgWuJUU1afGE9WwlzpucMZ3yDRHIItkA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + } + }, + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.2.tgz", + "integrity": "sha512-sRxW3z3Zp3pFfLAgVEvzTFutTXax837oOatUIvSG9o5gRj9mKwm3br1Se5f4QalTQs9x4AzlA/HrCWbQIHASUQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.2.tgz", + "integrity": "sha512-w2DtsfXBBJddJacXMBhElGEYqCZQqN99Se1qeYn8DVLB33owlrlLftIbMzn5nz1OITfDVknXF433tBrLEAOEjA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-json-strings": "^7.8.3" + } + }, + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.2.tgz", + "integrity": "sha512-1JAZtUrqYyGsS7IDmFeaem+/LJqujfLZ2weLR9ugB0ufUPjzf8cguyVT1g5im7f7RXxuLq1xUxEzvm68uYRtGg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz", + "integrity": "sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz", + "integrity": "sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz", + "integrity": "sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-compilation-targets": "^7.14.4", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.14.2" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.2.tgz", + "integrity": "sha512-XtkJsmJtBaUbOxZsNk0Fvrv8eiqgneug0A6aqLFZ4TSkar2L5dSXWcnUKHgmjJt49pyB/6ZHvkr3dPgl9MOWRQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz", + "integrity": "sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz", + "integrity": "sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz", + "integrity": "sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.2.tgz", + "integrity": "sha512-hPC6XBswt8P3G2D1tSV2HzdKvkqOpmbyoy+g73JG0qlF/qx2y3KaMmXb1fLrpmWGLZYA0ojCvaHdzFWjlmV+Pw==", + "requires": { + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helper-plugin-utils": "^7.13.0", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz", + "integrity": "sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==", + "requires": { + "@babel/helper-module-transforms": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-simple-access": "^7.13.12", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz", + "integrity": "sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==", + "requires": { + "@babel/helper-module-transforms": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.2.tgz", + "integrity": "sha512-NxoVmA3APNCC1JdMXkdYXuQS+EMdqy0vIwyDHeKHiJKRxmp1qGSdb0JLEIoPRhkx6H/8Qi3RJ3uqOCYw8giy9A==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/preset-env": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.14.4.tgz", + "integrity": "sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-compilation-targets": "^7.14.4", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-validator-option": "^7.12.17", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.13.12", + "@babel/plugin-proposal-async-generator-functions": "^7.14.2", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-class-static-block": "^7.14.3", + "@babel/plugin-proposal-dynamic-import": "^7.14.2", + "@babel/plugin-proposal-export-namespace-from": "^7.14.2", + "@babel/plugin-proposal-json-strings": "^7.14.2", + "@babel/plugin-proposal-logical-assignment-operators": "^7.14.2", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-object-rest-spread": "^7.14.4", + "@babel/plugin-proposal-optional-catch-binding": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-proposal-private-methods": "^7.13.0", + "@babel/plugin-proposal-private-property-in-object": "^7.14.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.12.13", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.0", + "@babel/plugin-syntax-top-level-await": "^7.12.13", + "@babel/plugin-transform-arrow-functions": "^7.13.0", + "@babel/plugin-transform-async-to-generator": "^7.13.0", + "@babel/plugin-transform-block-scoped-functions": "^7.12.13", + "@babel/plugin-transform-block-scoping": "^7.14.4", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-computed-properties": "^7.13.0", + "@babel/plugin-transform-destructuring": "^7.14.4", + "@babel/plugin-transform-dotall-regex": "^7.12.13", + "@babel/plugin-transform-duplicate-keys": "^7.12.13", + "@babel/plugin-transform-exponentiation-operator": "^7.12.13", + "@babel/plugin-transform-for-of": "^7.13.0", + "@babel/plugin-transform-function-name": "^7.12.13", + "@babel/plugin-transform-literals": "^7.12.13", + "@babel/plugin-transform-member-expression-literals": "^7.12.13", + "@babel/plugin-transform-modules-amd": "^7.14.2", + "@babel/plugin-transform-modules-commonjs": "^7.14.0", + "@babel/plugin-transform-modules-systemjs": "^7.13.8", + "@babel/plugin-transform-modules-umd": "^7.14.0", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", + "@babel/plugin-transform-new-target": "^7.12.13", + "@babel/plugin-transform-object-super": "^7.12.13", + "@babel/plugin-transform-parameters": "^7.14.2", + "@babel/plugin-transform-property-literals": "^7.12.13", + "@babel/plugin-transform-regenerator": "^7.13.15", + "@babel/plugin-transform-reserved-words": "^7.12.13", + "@babel/plugin-transform-shorthand-properties": "^7.12.13", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/plugin-transform-sticky-regex": "^7.12.13", + "@babel/plugin-transform-template-literals": "^7.13.0", + "@babel/plugin-transform-typeof-symbol": "^7.12.13", + "@babel/plugin-transform-unicode-escapes": "^7.12.13", + "@babel/plugin-transform-unicode-regex": "^7.12.13", + "@babel/preset-modules": "^0.1.4", + "@babel/types": "^7.14.4", + "babel-plugin-polyfill-corejs2": "^0.2.0", + "babel-plugin-polyfill-corejs3": "^0.2.0", + "babel-plugin-polyfill-regenerator": "^0.2.0", + "core-js-compat": "^3.9.0", + "semver": "^6.3.0" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, + "gatsby-core-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "backo2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" + }, + "bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==" }, "balanced-match": { @@ -3651,6 +4261,11 @@ "requires": { "has-flag": "^4.0.0" } + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" } } }, @@ -4427,13 +5042,6 @@ "fast-copy": "^2.1.0", "lodash.isplainobject": "^4.0.6", "type-fest": "^0.20.2" - }, - "dependencies": { - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" - } } }, "contentful-sdk-core": { @@ -4526,9 +5134,9 @@ } }, "core-js-pure": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.13.1.tgz", - "integrity": "sha512-wVlh0IAi2t1iOEh16y4u1TRk6ubd4KvLE8dlMi+3QUI6SfKphQUh7tAwihGGSQ8affxEXpVIPpOdf9kjR4v4Pw==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.14.0.tgz", + "integrity": "sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==" }, "core-util-is": { "version": "1.0.2", @@ -4565,9 +5173,9 @@ } }, "create-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.6.0.tgz", - "integrity": "sha512-mNPBiTZ9aH24I2YInaiBoXDjPgibsystLsXXWpM5miIJpA6rZrJSRtHVGfXUxZXsKHLc/at2vNrFQbsVue3Nyg==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.0.tgz", + "integrity": "sha512-xM+xEhPa5VXEIU4x6jxIwkAFNwf8Q2DfqHRi6LGD7LuDQIPqukZbEvLH1Va9HdjcY3EW2wagFYAVwE3mpveIeg==" }, "create-require": { "version": "1.1.1", @@ -4776,9 +5384,9 @@ } }, "domutils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.6.0.tgz", - "integrity": "sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz", + "integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==", "requires": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -5671,12 +6279,12 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.27.0.tgz", - "integrity": "sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz", + "integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==", "requires": { "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.1", + "@eslint/eslintrc": "^0.4.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -5693,7 +6301,7 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", + "glob-parent": "^5.1.2", "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", @@ -5801,11 +6409,6 @@ "ansi-regex": "^5.0.0" } }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" - }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -7084,17 +7687,17 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.2.tgz", - "integrity": "sha512-gzwnyk37sGTrT/oqAWKbfwJCPeLWOlX5wgq2pumCJDOGBo0yjL95pRiBeH1GG3jQGadcx2lG/6MoM46M6v3w9A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.0.tgz", + "integrity": "sha512-unuB+MBWiKqfmVcSjXCRscUdSaLinqYxd5xBEMwbyckt3/Os+ltyWJmaALPtf3mgoTqip2hVUgZOGH7RpfL8AQ==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/core": "^7.12.3", - "@babel/eslint-parser": "^7.13.4", - "@babel/parser": "^7.12.5", - "@babel/runtime": "^7.12.5", - "@babel/traverse": "^7.12.5", - "@babel/types": "^7.12.6", + "@babel/code-frame": "^7.12.13", + "@babel/core": "^7.14.3", + "@babel/eslint-parser": "^7.14.4", + "@babel/parser": "^7.14.4", + "@babel/runtime": "^7.14.0", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@mikaelkristiansson/domready": "^1.0.10", @@ -7111,8 +7714,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.6.0", - "babel-preset-gatsby": "^1.6.0", + "babel-plugin-remove-graphql-queries": "^3.7.0", + "babel-preset-gatsby": "^1.7.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -7154,16 +7757,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.6.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-graphiql-explorer": "^1.6.0", - "gatsby-legacy-polyfills": "^1.6.0", - "gatsby-link": "^3.6.0", - "gatsby-plugin-page-creator": "^3.6.0", - "gatsby-plugin-typescript": "^3.6.0", - "gatsby-plugin-utils": "^1.6.0", - "gatsby-react-router-scroll": "^4.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-cli": "^3.7.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-graphiql-explorer": "^1.7.0", + "gatsby-legacy-polyfills": "^1.7.0", + "gatsby-link": "^3.7.0", + "gatsby-plugin-page-creator": "^3.7.0", + "gatsby-plugin-typescript": "^3.7.0", + "gatsby-plugin-utils": "^1.7.0", + "gatsby-react-router-scroll": "^4.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -7243,38 +7846,224 @@ "yaml-loader": "^0.6.0" }, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" }, - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" }, "dependencies": { - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { - "ansi-regex": "^5.0.0" + "ms": "2.1.2" } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + }, + "dependencies": { + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "dependencies": { + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + } + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + }, + "dependencies": { + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + } + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "requires": { "color-name": "~1.1.4" } @@ -7294,12 +8083,17 @@ "which": "^2.0.1" } }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, "gatsby-cli": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.6.0.tgz", - "integrity": "sha512-GJ0BviJw3qnONdoNpCvqgRA8jxYk7rpqi+7MrvT0U+YMcT2HGhZbhY0RxlZqYRL8qOCJTtLB/N4Z7cCUwi8g1w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.0.tgz", + "integrity": "sha512-2B5y2qD0kD+EKVaCuOWjLBLhTcDs2owVTd9M7UHrkv/xKiRzUoPcWiGMIPAenRMyy+f9BYd4gl3j7eWQD77X4A==", "requires": { - "@babel/code-frame": "^7.10.4", + "@babel/code-frame": "^7.12.13", "@types/common-tags": "^1.8.0", "better-opn": "^2.0.0", "chalk": "^4.1.0", @@ -7307,14 +8101,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.6.0", + "create-gatsby": "^1.7.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-recipes": "^0.17.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-recipes": "^0.18.0", + "gatsby-telemetry": "^2.7.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -7359,9 +8153,9 @@ } }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -7487,17 +8281,27 @@ } }, "gatsby-graphiql-explorer": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.6.0.tgz", - "integrity": "sha512-RNkHXELyIQKo5h2+Y92NQ/bfBm7I53MqyywRN7nXPwqwRb+ymv0/3rT6pY69WTXc1ORKrEZazmWv3JWhrVYKbw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.0.tgz", + "integrity": "sha512-sJIJuHUx4cl/25jpI6LW0qAkFgFSseH/1oD7vMtWDRI5rdXI8xsZUe8xNqGWVPMtNzmBjm4Lwb1G8lkUSErsAA==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-legacy-polyfills": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.6.0.tgz", - "integrity": "sha512-Qqk+THLhQhlYpdMsOcFwBmSrF06BT273rQ4he4g5YGg3l57wpzHQX2zt8yuLIE/6zzA5q/hTYg9MFIniYRBG/A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz", + "integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==", "requires": { "core-js-compat": "3.9.0" }, @@ -7519,34 +8323,52 @@ } }, "gatsby-link": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.6.0.tgz", - "integrity": "sha512-lvRAA+RfH7DrId1gfGrCW1Ox1weMZnVyOaJwQZaTBXoxQ2H2xv5AkIS08GPm00Il5wnHfOUsh/qHxEW/Q6+ELQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.0.tgz", + "integrity": "sha512-qCl+tRAUvQM4XtxdNQwWMtZi0+3CeiYW5HRjWMPXhiwQzFQxu0aA7vCzJZSJFLx4RWUP9AySPXrFLM2v2b/yNg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "@types/reach__router": "^1.3.7", "prop-types": "^15.7.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-page-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.6.0.tgz", - "integrity": "sha512-/jryNkO8F9iYDAFl0EYyZbns1CUW/rEUiIkb3NOGwitHvTSw8IEQPNORBOvhKzYWfGTI362p/hR/u2U7hna/Qg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.0.tgz", + "integrity": "sha512-HFXzgoa+lxU4CJTQ9k1bCzvkwCgTTZmzxR2vnqBJ3HKMacAmhYwNfOQtTKSpDjJRys+5qGwYyXVn7jd708Q32A==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -7643,133 +8465,405 @@ "unist-util-is": "^3.0.0" } }, - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz", - "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==", + "unist-util-visit": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz", + "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==", + "requires": { + "unist-util-visit-parents": "^2.0.0" + } + }, + "unist-util-visit-parents": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz", + "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==", + "requires": { + "unist-util-is": "^3.0.0" + } + } + } + }, + "gatsby-plugin-meta-redirect": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-meta-redirect/-/gatsby-plugin-meta-redirect-1.1.1.tgz", + "integrity": "sha512-Oc4qgU3SlDUM9qoxIMKO+re2bdMs3/a2KXrfL65gb8XMLsHylBbveWtXZRhgjd2QDL/49RX4S9SEykuadRju2w==", + "requires": { + "fs-extra": "^7.0.0" + }, + "dependencies": { + "fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + } + } + }, + "gatsby-plugin-page-creator": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.0.tgz", + "integrity": "sha512-w3QexaS8kRMQdQPaAtLwjhPXSEaHjX7RBZ2hMYdoyKQL4LIs/Ke9jv9oRo7anYniLBsiDRq3KpS9OZQ4Bda3TA==", + "requires": { + "@babel/traverse": "^7.14.2", + "@sindresorhus/slugify": "^1.1.2", + "chokidar": "^3.5.1", + "fs-exists-cached": "^1.0.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-page-utils": "^1.7.0", + "gatsby-telemetry": "^2.7.0", + "globby": "^11.0.3", + "lodash": "^4.17.21" + }, + "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "gatsby-core-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "gatsby-plugin-redirects": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-redirects/-/gatsby-plugin-redirects-1.0.0.tgz", + "integrity": "sha512-FB3pIqAfE4sD86DKndHuildhJaNJllzu2n1yJYjRpSImv8Ln1f7JH/HWoxYbNMj1n/r+Ktu8zh0TsulyaqvyOg==", + "requires": { + "gatsby-plugin-meta-redirect": "^1.1.1" + } + }, + "gatsby-plugin-theme-ui": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.7.0.tgz", + "integrity": "sha512-G92tnNZyViyP/wMd6ps1KhXuG48qlInZ3aUqCrgMNpsX9Hb6rSet0mWmpgj8T8dSRw7Ll7byI0DfKXL5gScgjA==" + }, + "gatsby-plugin-typescript": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.0.tgz", + "integrity": "sha512-OFNCDCR1voioxxzDodBhFg5aA+MwMhZKeylIG94IyAmc02TcXfyb4Dv9dPEgjOLRm0nrMevFCU/sa1HecrsZ4g==", + "requires": { + "@babel/core": "^7.14.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/preset-typescript": "^7.13.0", + "@babel/runtime": "^7.14.0", + "babel-plugin-remove-graphql-queries": "^3.7.0" + }, + "dependencies": { + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + } + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz", + "integrity": "sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz", + "integrity": "sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", "requires": { - "unist-util-visit-parents": "^2.0.0" + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" } }, - "unist-util-visit-parents": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz", - "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==", + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { - "unist-util-is": "^3.0.0" + "ms": "2.1.2" } + }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, - "gatsby-plugin-meta-redirect": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-meta-redirect/-/gatsby-plugin-meta-redirect-1.1.1.tgz", - "integrity": "sha512-Oc4qgU3SlDUM9qoxIMKO+re2bdMs3/a2KXrfL65gb8XMLsHylBbveWtXZRhgjd2QDL/49RX4S9SEykuadRju2w==", + "gatsby-plugin-utils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.7.0.tgz", + "integrity": "sha512-lRTnXgH0zgZCybq4VpnjfoCaEwiEGE8VV7m6o5e7v1mXKYVvO/8YXhpIIUqdc6DJZoGJEGy8MpylltYFzBftGQ==", "requires": { - "fs-extra": "^7.0.0" - }, - "dependencies": { - "fs-extra": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - } + "joi": "^17.2.1" } }, - "gatsby-plugin-page-creator": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.6.0.tgz", - "integrity": "sha512-59lJ0kXzDpJZgPKYFP/foK5Gsc/+TT/O50aTscZP5l3Hpyknnb7AIjKt0axaN4BQuc6OOmRmg1z9TcjXMwnytg==", + "gatsby-react-router-scroll": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.0.tgz", + "integrity": "sha512-cI6FNCK+ZI0tW0fygwNyAGxvp5J7zdxmdU7eou33PhOzz0TNw6hW7uUaiULdkHXSRKuD9xPL69u9h8NVXo2R0Q==", "requires": { - "@babel/traverse": "^7.12.5", - "@sindresorhus/slugify": "^1.1.2", - "chokidar": "^3.5.1", - "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-page-utils": "^1.6.0", - "gatsby-telemetry": "^2.6.0", - "globby": "^11.0.3", - "lodash": "^4.17.21" + "@babel/runtime": "^7.14.0" }, "dependencies": { - "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", "requires": { - "ci-info": "2.0.0", - "configstore": "^5.0.1", - "file-type": "^16.2.0", - "fs-extra": "^8.1.0", - "node-object-hash": "^2.0.0", - "proper-lockfile": "^4.1.1", - "tmp": "^0.2.1", - "xdg-basedir": "^4.0.0" + "regenerator-runtime": "^0.13.4" } } } }, - "gatsby-plugin-redirects": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-redirects/-/gatsby-plugin-redirects-1.0.0.tgz", - "integrity": "sha512-FB3pIqAfE4sD86DKndHuildhJaNJllzu2n1yJYjRpSImv8Ln1f7JH/HWoxYbNMj1n/r+Ktu8zh0TsulyaqvyOg==", - "requires": { - "gatsby-plugin-meta-redirect": "^1.1.1" - } - }, - "gatsby-plugin-theme-ui": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.7.0.tgz", - "integrity": "sha512-G92tnNZyViyP/wMd6ps1KhXuG48qlInZ3aUqCrgMNpsX9Hb6rSet0mWmpgj8T8dSRw7Ll7byI0DfKXL5gScgjA==" - }, - "gatsby-plugin-typescript": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.6.0.tgz", - "integrity": "sha512-qkxtdGOr/VA3NfC51PMasoXgoX0V8hiXVGbZuBBEZMYuj4j7BKPzShXb7TeqDKI2LQvO3r5sQlxGjfXNAOB0qg==", - "requires": { - "@babel/core": "^7.12.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.5", - "@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.6.0" - } - }, - "gatsby-plugin-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.6.0.tgz", - "integrity": "sha512-RDHaPBvVE8v9EQvPAUyXZzoDFKo0t0j7qJHDvFQc0PfcX0EmQWXNkFd7PN+DVz8nPfuhLIV6GKS3WQXYbiCLIA==", - "requires": { - "joi": "^17.2.1" - } - }, - "gatsby-react-router-scroll": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.6.0.tgz", - "integrity": "sha512-sgg55OmxAlLzFCrpx9C01QgVNiSVGgLKvrAVlsN8UxltNZSO+iw4f5/Gd3vOSyb6sNYVJCYnmfvQ6uV2pZs3bg==", - "requires": { - "@babel/runtime": "^7.12.5" - } - }, "gatsby-recipes": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.17.0.tgz", - "integrity": "sha512-tC2xUa05zrUp77DTyQE11ILhFiqv9JYxBHhh47b7tJGiLAU1XhjxZH0uFZ109r9wEeZjxTYOYkyoiTu+0Ps4pw==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.0.tgz", + "integrity": "sha512-HwRgeONOHFk9U+v47LAA8tKppsgdNGCMY4J+lxr9Yz3xojHjMJFncLCL6c1aMIPbhG2mtBuSMdcAppO/ZpgPtg==", "requires": { - "@babel/core": "^7.12.3", - "@babel/generator": "^7.12.5", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-transform-react-jsx": "^7.12.5", - "@babel/standalone": "^7.12.6", - "@babel/template": "^7.10.4", - "@babel/types": "^7.12.6", + "@babel/core": "^7.14.3", + "@babel/generator": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-transform-react-jsx": "^7.14.3", + "@babel/standalone": "^7.14.4", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.4", "@graphql-tools/schema": "^7.0.0", "@graphql-tools/utils": "^7.0.2", "@hapi/hoek": "8.x.x", @@ -7785,8 +8879,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -7822,6 +8916,176 @@ "yoga-layout-prebuilt": "^1.9.6" }, "dependencies": { + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-transform-react-jsx": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.3.tgz", + "integrity": "sha512-uuxuoUNVhdgYzERiHHFkE4dWoJx+UFVyuAl0aqN8P2/AKFHwqgUC5w2+4/PjpKXJsFgBlYAFXlUmDQ3k3DUkXw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-jsx": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, "debug": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", @@ -7830,10 +9094,15 @@ "ms": "2.1.2" } }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -7850,6 +9119,11 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", @@ -7909,19 +9183,19 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -7929,10 +9203,18 @@ "uuid": "3.4.0" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8295,9 +9577,9 @@ "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==" }, "graphql-ws": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.7.0.tgz", - "integrity": "sha512-Md8SsmC9ZlsogFPd3Ot8HbIAAqsHh8Xoq7j4AmcIat1Bh6k91tjVyQvA0Au1/BolXSYq+RDvib6rATU2Hcf1Xw==" + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.9.0.tgz", + "integrity": "sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==" }, "gray-matter": { "version": "4.0.2", @@ -8436,6 +9718,13 @@ "requires": { "is-stream": "^2.0.0", "type-fest": "^0.8.0" + }, + "dependencies": { + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + } } }, "hast-to-hyperscript": { @@ -8557,9 +9846,9 @@ } }, "highlight.js": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.2.tgz", - "integrity": "sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg==" + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" }, "hoist-non-react-statics": { "version": "3.3.2", @@ -11364,20 +12653,20 @@ } }, "parse-url": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.2.tgz", - "integrity": "sha512-Czj+GIit4cdWtxo3ISZCvLiUjErSo0iI3wJ+q9Oi3QuMYTI6OZu+7cewMWZ+C1YAnKhYTk6/TLuhIgCypLthPA==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.3.tgz", + "integrity": "sha512-nrLCVMJpqo12X8uUJT4GJPd5AFaTOrGx/QpJy3HNcVtq0AZSstVIsnxS5fqNPuoqMUs3MyfBoOP6Zvu2Arok5A==", "requires": { "is-ssh": "^1.3.0", - "normalize-url": "^3.3.0", + "normalize-url": "^6.0.1", "parse-path": "^4.0.0", "protocols": "^1.4.0" }, "dependencies": { "normalize-url": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", - "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.0.1.tgz", + "integrity": "sha512-VU4pzAuh7Kip71XEmO9aNREYAdMHFGTVj/i+CaTImS8x0i1d3jUZkXhqluy/PRgjPLMgsLQulYY3PJ/aSbSjpQ==" } } }, @@ -11676,14 +12965,14 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, @@ -11779,14 +13068,14 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, @@ -12006,9 +13295,9 @@ "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" }, "prettier": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", - "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz", + "integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==" }, "pretty-bytes": { "version": "5.6.0", @@ -14479,9 +15768,9 @@ }, "dependencies": { "ajv": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.5.0.tgz", - "integrity": "sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.0.tgz", + "integrity": "sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -14861,9 +16150,9 @@ } }, "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" }, "type-is": { "version": "1.6.18", @@ -15189,11 +16478,6 @@ "version": "6.2.0", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==" - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" } } }, @@ -16058,9 +17342,9 @@ } }, "webpack-merge": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz", - "integrity": "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "requires": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" diff --git a/starters/gatsby-starter-notes-theme/package.json b/starters/gatsby-starter-notes-theme/package.json index 8c21c0da767f8..db4491ba8c14f 100644 --- a/starters/gatsby-starter-notes-theme/package.json +++ b/starters/gatsby-starter-notes-theme/package.json @@ -10,7 +10,7 @@ }, "license": "0BSD", "dependencies": { - "gatsby": "^3.6.2", + "gatsby": "^3.7.0", "gatsby-theme-notes": "^3.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/starters/gatsby-starter-theme-workspace/example/package.json b/starters/gatsby-starter-theme-workspace/example/package.json index 895578eeb56ad..42522fcfd859c 100644 --- a/starters/gatsby-starter-theme-workspace/example/package.json +++ b/starters/gatsby-starter-theme-workspace/example/package.json @@ -9,7 +9,7 @@ "build": "gatsby build" }, "dependencies": { - "gatsby": "^3.6.2", + "gatsby": "^3.7.0", "gatsby-theme-minimal": "^1.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/starters/gatsby-starter-theme/package-lock.json b/starters/gatsby-starter-theme/package-lock.json index bf2b314c00db1..a4e671dd346ed 100644 --- a/starters/gatsby-starter-theme/package-lock.json +++ b/starters/gatsby-starter-theme/package-lock.json @@ -405,6 +405,109 @@ "@babel/helper-plugin-utils": "^7.13.0" } }, + "@babel/plugin-proposal-class-static-block": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz", + "integrity": "sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-class-static-block": "^7.12.13" + }, + "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz", + "integrity": "sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, "@babel/plugin-proposal-dynamic-import": { "version": "7.13.8", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz", @@ -499,6 +602,110 @@ "@babel/helper-plugin-utils": "^7.13.0" } }, + "@babel/plugin-proposal-private-property-in-object": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz", + "integrity": "sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-create-class-features-plugin": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-private-property-in-object": "^7.14.0" + }, + "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz", + "integrity": "sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, "@babel/plugin-proposal-unicode-property-regex": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz", @@ -524,6 +731,14 @@ "@babel/helper-plugin-utils": "^7.12.13" } }, + "@babel/plugin-syntax-class-static-block": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.12.13.tgz", + "integrity": "sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, "@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", @@ -604,6 +819,14 @@ "@babel/helper-plugin-utils": "^7.8.0" } }, + "@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.0.tgz", + "integrity": "sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, "@babel/plugin-syntax-top-level-await": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz", @@ -1402,14 +1625,14 @@ } }, "@eslint/eslintrc": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.1.tgz", - "integrity": "sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.2.tgz", + "integrity": "sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==", "requires": { "ajv": "^6.12.4", "debug": "^4.1.1", "espree": "^7.3.0", - "globals": "^12.1.0", + "globals": "^13.9.0", "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^3.13.1", @@ -1426,17 +1649,22 @@ } }, "globals": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", - "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.9.0.tgz", + "integrity": "sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==", "requires": { - "type-fest": "^0.8.1" + "type-fest": "^0.20.2" } }, "ignore": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" } } }, @@ -3020,12 +3248,12 @@ "integrity": "sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==" }, "@typescript-eslint/eslint-plugin": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz", - "integrity": "sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz", + "integrity": "sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==", "requires": { - "@typescript-eslint/experimental-utils": "4.26.0", - "@typescript-eslint/scope-manager": "4.26.0", + "@typescript-eslint/experimental-utils": "4.26.1", + "@typescript-eslint/scope-manager": "4.26.1", "debug": "^4.3.1", "functional-red-black-tree": "^1.0.1", "lodash": "^4.17.21", @@ -3045,26 +3273,26 @@ } }, "@typescript-eslint/experimental-utils": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz", - "integrity": "sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz", + "integrity": "sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==", "requires": { "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } }, "@typescript-eslint/parser": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.0.tgz", - "integrity": "sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.1.tgz", + "integrity": "sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==", "requires": { - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "debug": "^4.3.1" }, "dependencies": { @@ -3079,26 +3307,26 @@ } }, "@typescript-eslint/scope-manager": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz", - "integrity": "sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz", + "integrity": "sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0" + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1" } }, "@typescript-eslint/types": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.0.tgz", - "integrity": "sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==" + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.1.tgz", + "integrity": "sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==" }, "@typescript-eslint/typescript-estree": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz", - "integrity": "sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz", + "integrity": "sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1", "debug": "^4.3.1", "globby": "^11.0.3", "is-glob": "^4.0.1", @@ -3117,11 +3345,11 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz", - "integrity": "sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz", + "integrity": "sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==", "requires": { - "@typescript-eslint/types": "4.26.0", + "@typescript-eslint/types": "4.26.1", "eslint-visitor-keys": "^2.0.0" } }, @@ -3688,21 +3916,21 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, "axe-core": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.1.tgz", - "integrity": "sha512-evY7DN8qSIbsW2H/TWQ1bX3sXN1d4MNb5Vb4n7BzPuCwRHdkZ1H2eNLuSh73EoQqkGKUtju2G2HCcjCfhvZIAA==" + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.2.tgz", + "integrity": "sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==" }, "axios": { "version": "0.21.1", @@ -3849,52 +4077,439 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.6.0.tgz", - "integrity": "sha512-d/5RhTIQo7Q66tjzhvHA3RfD037tODIA7JZwsjsrtW1cvVWB7+k60GT4lSziR2U6cZB46XXY09PBXRrrFQmjZQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.0.tgz", + "integrity": "sha512-Bh+297TcOlJwF/1P43SnUNI/xXJQ5KB3vBVdVHkPYMPAOK6cnHKUwRha06b6L6jlotFRQvDuJTTMmQv8ETbMUQ==", "requires": { - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-runtime": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.5", - "@babel/runtime": "^7.12.5", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-runtime": "^7.14.3", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/preset-env": "^7.14.4", + "@babel/preset-react": "^7.13.13", + "@babel/runtime": "^7.14.0", "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.6.0", - "gatsby-legacy-polyfills": "^1.6.0" + "gatsby-core-utils": "^2.7.0", + "gatsby-legacy-polyfills": "^1.7.0" }, "dependencies": { - "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", "requires": { - "ci-info": "2.0.0", - "configstore": "^5.0.1", - "file-type": "^16.2.0", - "fs-extra": "^8.1.0", - "node-object-hash": "^2.0.0", - "proper-lockfile": "^4.1.1", - "tmp": "^0.2.1", - "xdg-basedir": "^4.0.0" + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" } - } - } - }, - "backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-replace-supers": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", + "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.13.12", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.2.tgz", + "integrity": "sha512-b1AM4F6fwck4N8ItZ/AtC4FP/cqZqmKRQ4FaTDutwSYyjuhtvsGEMLK4N/ztV/ImP40BjIDyMgBQAeAMsQYVFQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-remap-async-to-generator": "^7.13.0", + "@babel/plugin-syntax-async-generators": "^7.8.4" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.2.tgz", + "integrity": "sha512-oxVQZIWFh91vuNEMKltqNsKLFWkOIyJc95k2Gv9lWVyDfPUQGSSlbDEgWuJUU1afGE9WwlzpucMZ3yDRHIItkA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + } + }, + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.2.tgz", + "integrity": "sha512-sRxW3z3Zp3pFfLAgVEvzTFutTXax837oOatUIvSG9o5gRj9mKwm3br1Se5f4QalTQs9x4AzlA/HrCWbQIHASUQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.2.tgz", + "integrity": "sha512-w2DtsfXBBJddJacXMBhElGEYqCZQqN99Se1qeYn8DVLB33owlrlLftIbMzn5nz1OITfDVknXF433tBrLEAOEjA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-json-strings": "^7.8.3" + } + }, + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.2.tgz", + "integrity": "sha512-1JAZtUrqYyGsS7IDmFeaem+/LJqujfLZ2weLR9ugB0ufUPjzf8cguyVT1g5im7f7RXxuLq1xUxEzvm68uYRtGg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz", + "integrity": "sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz", + "integrity": "sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz", + "integrity": "sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-compilation-targets": "^7.14.4", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.14.2" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.2.tgz", + "integrity": "sha512-XtkJsmJtBaUbOxZsNk0Fvrv8eiqgneug0A6aqLFZ4TSkar2L5dSXWcnUKHgmjJt49pyB/6ZHvkr3dPgl9MOWRQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz", + "integrity": "sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz", + "integrity": "sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-replace-supers": "^7.14.4", + "@babel/helper-split-export-declaration": "^7.12.13", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz", + "integrity": "sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.2.tgz", + "integrity": "sha512-hPC6XBswt8P3G2D1tSV2HzdKvkqOpmbyoy+g73JG0qlF/qx2y3KaMmXb1fLrpmWGLZYA0ojCvaHdzFWjlmV+Pw==", + "requires": { + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helper-plugin-utils": "^7.13.0", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz", + "integrity": "sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==", + "requires": { + "@babel/helper-module-transforms": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-simple-access": "^7.13.12", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz", + "integrity": "sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==", + "requires": { + "@babel/helper-module-transforms": "^7.14.0", + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.2.tgz", + "integrity": "sha512-NxoVmA3APNCC1JdMXkdYXuQS+EMdqy0vIwyDHeKHiJKRxmp1qGSdb0JLEIoPRhkx6H/8Qi3RJ3uqOCYw8giy9A==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0" + } + }, + "@babel/preset-env": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.14.4.tgz", + "integrity": "sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-compilation-targets": "^7.14.4", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-validator-option": "^7.12.17", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.13.12", + "@babel/plugin-proposal-async-generator-functions": "^7.14.2", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-class-static-block": "^7.14.3", + "@babel/plugin-proposal-dynamic-import": "^7.14.2", + "@babel/plugin-proposal-export-namespace-from": "^7.14.2", + "@babel/plugin-proposal-json-strings": "^7.14.2", + "@babel/plugin-proposal-logical-assignment-operators": "^7.14.2", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-object-rest-spread": "^7.14.4", + "@babel/plugin-proposal-optional-catch-binding": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-proposal-private-methods": "^7.13.0", + "@babel/plugin-proposal-private-property-in-object": "^7.14.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.12.13", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.0", + "@babel/plugin-syntax-top-level-await": "^7.12.13", + "@babel/plugin-transform-arrow-functions": "^7.13.0", + "@babel/plugin-transform-async-to-generator": "^7.13.0", + "@babel/plugin-transform-block-scoped-functions": "^7.12.13", + "@babel/plugin-transform-block-scoping": "^7.14.4", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-computed-properties": "^7.13.0", + "@babel/plugin-transform-destructuring": "^7.14.4", + "@babel/plugin-transform-dotall-regex": "^7.12.13", + "@babel/plugin-transform-duplicate-keys": "^7.12.13", + "@babel/plugin-transform-exponentiation-operator": "^7.12.13", + "@babel/plugin-transform-for-of": "^7.13.0", + "@babel/plugin-transform-function-name": "^7.12.13", + "@babel/plugin-transform-literals": "^7.12.13", + "@babel/plugin-transform-member-expression-literals": "^7.12.13", + "@babel/plugin-transform-modules-amd": "^7.14.2", + "@babel/plugin-transform-modules-commonjs": "^7.14.0", + "@babel/plugin-transform-modules-systemjs": "^7.13.8", + "@babel/plugin-transform-modules-umd": "^7.14.0", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", + "@babel/plugin-transform-new-target": "^7.12.13", + "@babel/plugin-transform-object-super": "^7.12.13", + "@babel/plugin-transform-parameters": "^7.14.2", + "@babel/plugin-transform-property-literals": "^7.12.13", + "@babel/plugin-transform-regenerator": "^7.13.15", + "@babel/plugin-transform-reserved-words": "^7.12.13", + "@babel/plugin-transform-shorthand-properties": "^7.12.13", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/plugin-transform-sticky-regex": "^7.12.13", + "@babel/plugin-transform-template-literals": "^7.13.0", + "@babel/plugin-transform-typeof-symbol": "^7.12.13", + "@babel/plugin-transform-unicode-escapes": "^7.12.13", + "@babel/plugin-transform-unicode-regex": "^7.12.13", + "@babel/preset-modules": "^0.1.4", + "@babel/types": "^7.14.4", + "babel-plugin-polyfill-corejs2": "^0.2.0", + "babel-plugin-polyfill-corejs3": "^0.2.0", + "babel-plugin-polyfill-regenerator": "^0.2.0", + "core-js-compat": "^3.9.0", + "semver": "^6.3.0" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, + "gatsby-core-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "backo2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" + }, + "bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==" }, "balanced-match": { @@ -5536,9 +6151,9 @@ } }, "core-js-pure": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.13.1.tgz", - "integrity": "sha512-wVlh0IAi2t1iOEh16y4u1TRk6ubd4KvLE8dlMi+3QUI6SfKphQUh7tAwihGGSQ8affxEXpVIPpOdf9kjR4v4Pw==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.14.0.tgz", + "integrity": "sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==" }, "core-util-is": { "version": "1.0.2", @@ -5575,9 +6190,9 @@ } }, "create-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.6.0.tgz", - "integrity": "sha512-mNPBiTZ9aH24I2YInaiBoXDjPgibsystLsXXWpM5miIJpA6rZrJSRtHVGfXUxZXsKHLc/at2vNrFQbsVue3Nyg==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.0.tgz", + "integrity": "sha512-xM+xEhPa5VXEIU4x6jxIwkAFNwf8Q2DfqHRi6LGD7LuDQIPqukZbEvLH1Va9HdjcY3EW2wagFYAVwE3mpveIeg==" }, "create-require": { "version": "1.1.1", @@ -6936,12 +7551,12 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.27.0.tgz", - "integrity": "sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz", + "integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==", "requires": { "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.1", + "@eslint/eslintrc": "^0.4.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -6958,7 +7573,7 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", + "glob-parent": "^5.1.2", "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", @@ -8472,17 +9087,17 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.2.tgz", - "integrity": "sha512-gzwnyk37sGTrT/oqAWKbfwJCPeLWOlX5wgq2pumCJDOGBo0yjL95pRiBeH1GG3jQGadcx2lG/6MoM46M6v3w9A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.0.tgz", + "integrity": "sha512-unuB+MBWiKqfmVcSjXCRscUdSaLinqYxd5xBEMwbyckt3/Os+ltyWJmaALPtf3mgoTqip2hVUgZOGH7RpfL8AQ==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/core": "^7.12.3", - "@babel/eslint-parser": "^7.13.4", - "@babel/parser": "^7.12.5", - "@babel/runtime": "^7.12.5", - "@babel/traverse": "^7.12.5", - "@babel/types": "^7.12.6", + "@babel/code-frame": "^7.12.13", + "@babel/core": "^7.14.3", + "@babel/eslint-parser": "^7.14.4", + "@babel/parser": "^7.14.4", + "@babel/runtime": "^7.14.0", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@mikaelkristiansson/domready": "^1.0.10", @@ -8499,8 +9114,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.6.0", - "babel-preset-gatsby": "^1.6.0", + "babel-plugin-remove-graphql-queries": "^3.7.0", + "babel-preset-gatsby": "^1.7.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -8542,16 +9157,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.6.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-graphiql-explorer": "^1.6.0", - "gatsby-legacy-polyfills": "^1.6.0", - "gatsby-link": "^3.6.0", - "gatsby-plugin-page-creator": "^3.6.0", - "gatsby-plugin-typescript": "^3.6.0", - "gatsby-plugin-utils": "^1.6.0", - "gatsby-react-router-scroll": "^4.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-cli": "^3.7.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-graphiql-explorer": "^1.7.0", + "gatsby-legacy-polyfills": "^1.7.0", + "gatsby-link": "^3.7.0", + "gatsby-plugin-page-creator": "^3.7.0", + "gatsby-plugin-typescript": "^3.7.0", + "gatsby-plugin-utils": "^1.7.0", + "gatsby-react-router-scroll": "^4.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -8631,46 +9246,232 @@ "yaml-loader": "^0.6.0" }, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "babel-plugin-remove-graphql-queries": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.6.0.tgz", - "integrity": "sha512-8BEpm4gnHJhAcQ/K+yvY+/LINPljBgzncYnpLLhXa4rHa5SGsD0EIjWC0yzcP6WtMlIAqUf2cWz2itGci7FrvA==" - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" }, - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" }, "dependencies": { - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { - "ansi-regex": "^5.0.0" + "ms": "2.1.2" } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, - "color-convert": { - "version": "2.0.1", + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + }, + "dependencies": { + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "dependencies": { + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + } + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "babel-plugin-remove-graphql-queries": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.0.tgz", + "integrity": "sha512-1MrP3pT5diFM7AlwbfGY2qbr5E8XHm9vLdHSkaaxXrnHHUCoffjWfQquEGaQ08GRogEhdb3R00wd8iLKylmEfQ==" + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + }, + "dependencies": { + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + } + } + }, + "color-convert": { + "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "requires": { @@ -8692,12 +9493,17 @@ "which": "^2.0.1" } }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, "gatsby-cli": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.6.0.tgz", - "integrity": "sha512-GJ0BviJw3qnONdoNpCvqgRA8jxYk7rpqi+7MrvT0U+YMcT2HGhZbhY0RxlZqYRL8qOCJTtLB/N4Z7cCUwi8g1w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.0.tgz", + "integrity": "sha512-2B5y2qD0kD+EKVaCuOWjLBLhTcDs2owVTd9M7UHrkv/xKiRzUoPcWiGMIPAenRMyy+f9BYd4gl3j7eWQD77X4A==", "requires": { - "@babel/code-frame": "^7.10.4", + "@babel/code-frame": "^7.12.13", "@types/common-tags": "^1.8.0", "better-opn": "^2.0.0", "chalk": "^4.1.0", @@ -8705,14 +9511,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.6.0", + "create-gatsby": "^1.7.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-recipes": "^0.17.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-recipes": "^0.18.0", + "gatsby-telemetry": "^2.7.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -8757,9 +9563,9 @@ } }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -8772,27 +9578,27 @@ } }, "gatsby-plugin-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.6.0.tgz", - "integrity": "sha512-RDHaPBvVE8v9EQvPAUyXZzoDFKo0t0j7qJHDvFQc0PfcX0EmQWXNkFd7PN+DVz8nPfuhLIV6GKS3WQXYbiCLIA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.7.0.tgz", + "integrity": "sha512-lRTnXgH0zgZCybq4VpnjfoCaEwiEGE8VV7m6o5e7v1mXKYVvO/8YXhpIIUqdc6DJZoGJEGy8MpylltYFzBftGQ==", "requires": { "joi": "^17.2.1" } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -8914,17 +9720,27 @@ } }, "gatsby-graphiql-explorer": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.6.0.tgz", - "integrity": "sha512-RNkHXELyIQKo5h2+Y92NQ/bfBm7I53MqyywRN7nXPwqwRb+ymv0/3rT6pY69WTXc1ORKrEZazmWv3JWhrVYKbw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.0.tgz", + "integrity": "sha512-sJIJuHUx4cl/25jpI6LW0qAkFgFSseH/1oD7vMtWDRI5rdXI8xsZUe8xNqGWVPMtNzmBjm4Lwb1G8lkUSErsAA==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-legacy-polyfills": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.6.0.tgz", - "integrity": "sha512-Qqk+THLhQhlYpdMsOcFwBmSrF06BT273rQ4he4g5YGg3l57wpzHQX2zt8yuLIE/6zzA5q/hTYg9MFIniYRBG/A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz", + "integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==", "requires": { "core-js-compat": "3.9.0" }, @@ -8946,34 +9762,52 @@ } }, "gatsby-link": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.6.0.tgz", - "integrity": "sha512-lvRAA+RfH7DrId1gfGrCW1Ox1weMZnVyOaJwQZaTBXoxQ2H2xv5AkIS08GPm00Il5wnHfOUsh/qHxEW/Q6+ELQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.0.tgz", + "integrity": "sha512-qCl+tRAUvQM4XtxdNQwWMtZi0+3CeiYW5HRjWMPXhiwQzFQxu0aA7vCzJZSJFLx4RWUP9AySPXrFLM2v2b/yNg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "@types/reach__router": "^1.3.7", "prop-types": "^15.7.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-page-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.6.0.tgz", - "integrity": "sha512-/jryNkO8F9iYDAFl0EYyZbns1CUW/rEUiIkb3NOGwitHvTSw8IEQPNORBOvhKzYWfGTI362p/hR/u2U7hna/Qg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.0.tgz", + "integrity": "sha512-HFXzgoa+lxU4CJTQ9k1bCzvkwCgTTZmzxR2vnqBJ3HKMacAmhYwNfOQtTKSpDjJRys+5qGwYyXVn7jd708Q32A==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" }, "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9176,25 +10010,95 @@ } }, "gatsby-plugin-page-creator": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.6.0.tgz", - "integrity": "sha512-59lJ0kXzDpJZgPKYFP/foK5Gsc/+TT/O50aTscZP5l3Hpyknnb7AIjKt0axaN4BQuc6OOmRmg1z9TcjXMwnytg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.0.tgz", + "integrity": "sha512-w3QexaS8kRMQdQPaAtLwjhPXSEaHjX7RBZ2hMYdoyKQL4LIs/Ke9jv9oRo7anYniLBsiDRq3KpS9OZQ4Bda3TA==", "requires": { - "@babel/traverse": "^7.12.5", + "@babel/traverse": "^7.14.2", "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-page-utils": "^1.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-page-utils": "^1.7.0", + "gatsby-telemetry": "^2.7.0", "globby": "^11.0.3", "lodash": "^4.17.21" }, "dependencies": { + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9207,25 +10111,30 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", "node-fetch": "^2.6.1", "uuid": "3.4.0" } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, @@ -9364,90 +10273,283 @@ "universalify": "^2.0.0" } }, - "keyv": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", - "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "keyv": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", + "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "requires": { + "json-buffer": "3.0.1" + } + }, + "lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" + }, + "mimic-response": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", + "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==" + }, + "normalize-url": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", + "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" + }, + "p-cancelable": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.0.tgz", + "integrity": "sha512-HAZyB3ZodPo+BDpb4/Iu7Jv4P6cSazBz9ZM0ChhEXp70scx834aWCEjQRwgt41UzzejUAPdbqqONfRWTPYrPAQ==" + }, + "responselike": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", + "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "requires": { + "lowercase-keys": "^2.0.0" + } + }, + "to-readable-stream": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz", + "integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w==" + }, + "type-fest": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz", + "integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==" + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + } + } + }, + "gatsby-plugin-theme-ui": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.7.0.tgz", + "integrity": "sha512-G92tnNZyViyP/wMd6ps1KhXuG48qlInZ3aUqCrgMNpsX9Hb6rSet0mWmpgj8T8dSRw7Ll7byI0DfKXL5gScgjA==" + }, + "gatsby-plugin-twitter": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-twitter/-/gatsby-plugin-twitter-3.3.0.tgz", + "integrity": "sha512-Pjdal19iV23UporxWCoYE7DXKEyOxUjoS4JhI80poYkArcMb2vHm1tXBIpFMow1ZLBZZb9rxzUyEp9i9vj5Jyg==", + "requires": { + "@babel/runtime": "^7.12.5" + } + }, + "gatsby-plugin-typescript": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.0.tgz", + "integrity": "sha512-OFNCDCR1voioxxzDodBhFg5aA+MwMhZKeylIG94IyAmc02TcXfyb4Dv9dPEgjOLRm0nrMevFCU/sa1HecrsZ4g==", + "requires": { + "@babel/core": "^7.14.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/preset-typescript": "^7.13.0", + "@babel/runtime": "^7.14.0", + "babel-plugin-remove-graphql-queries": "^3.7.0" + }, + "dependencies": { + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + } + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz", + "integrity": "sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz", + "integrity": "sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", "requires": { - "json-buffer": "3.0.1" + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" } }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" - }, - "mimic-response": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", - "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==" + "babel-plugin-remove-graphql-queries": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.0.tgz", + "integrity": "sha512-1MrP3pT5diFM7AlwbfGY2qbr5E8XHm9vLdHSkaaxXrnHHUCoffjWfQquEGaQ08GRogEhdb3R00wd8iLKylmEfQ==" }, - "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } }, - "p-cancelable": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.0.tgz", - "integrity": "sha512-HAZyB3ZodPo+BDpb4/Iu7Jv4P6cSazBz9ZM0ChhEXp70scx834aWCEjQRwgt41UzzejUAPdbqqONfRWTPYrPAQ==" + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, - "responselike": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", - "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { - "lowercase-keys": "^2.0.0" + "ms": "2.1.2" } }, - "to-readable-stream": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz", - "integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w==" + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" }, - "type-fest": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz", - "integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==" + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" }, - "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" - } - } - }, - "gatsby-plugin-theme-ui": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-theme-ui/-/gatsby-plugin-theme-ui-0.7.0.tgz", - "integrity": "sha512-G92tnNZyViyP/wMd6ps1KhXuG48qlInZ3aUqCrgMNpsX9Hb6rSet0mWmpgj8T8dSRw7Ll7byI0DfKXL5gScgjA==" - }, - "gatsby-plugin-twitter": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-twitter/-/gatsby-plugin-twitter-3.3.0.tgz", - "integrity": "sha512-Pjdal19iV23UporxWCoYE7DXKEyOxUjoS4JhI80poYkArcMb2vHm1tXBIpFMow1ZLBZZb9rxzUyEp9i9vj5Jyg==", - "requires": { - "@babel/runtime": "^7.12.5" - } - }, - "gatsby-plugin-typescript": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.6.0.tgz", - "integrity": "sha512-qkxtdGOr/VA3NfC51PMasoXgoX0V8hiXVGbZuBBEZMYuj4j7BKPzShXb7TeqDKI2LQvO3r5sQlxGjfXNAOB0qg==", - "requires": { - "@babel/core": "^7.12.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.5", - "@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.6.0" - }, - "dependencies": { - "babel-plugin-remove-graphql-queries": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.6.0.tgz", - "integrity": "sha512-8BEpm4gnHJhAcQ/K+yvY+/LINPljBgzncYnpLLhXa4rHa5SGsD0EIjWC0yzcP6WtMlIAqUf2cWz2itGci7FrvA==" + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" } } }, @@ -9460,26 +10562,36 @@ } }, "gatsby-react-router-scroll": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.6.0.tgz", - "integrity": "sha512-sgg55OmxAlLzFCrpx9C01QgVNiSVGgLKvrAVlsN8UxltNZSO+iw4f5/Gd3vOSyb6sNYVJCYnmfvQ6uV2pZs3bg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.0.tgz", + "integrity": "sha512-cI6FNCK+ZI0tW0fygwNyAGxvp5J7zdxmdU7eou33PhOzz0TNw6hW7uUaiULdkHXSRKuD9xPL69u9h8NVXo2R0Q==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-recipes": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.17.0.tgz", - "integrity": "sha512-tC2xUa05zrUp77DTyQE11ILhFiqv9JYxBHhh47b7tJGiLAU1XhjxZH0uFZ109r9wEeZjxTYOYkyoiTu+0Ps4pw==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.0.tgz", + "integrity": "sha512-HwRgeONOHFk9U+v47LAA8tKppsgdNGCMY4J+lxr9Yz3xojHjMJFncLCL6c1aMIPbhG2mtBuSMdcAppO/ZpgPtg==", "requires": { - "@babel/core": "^7.12.3", - "@babel/generator": "^7.12.5", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-transform-react-jsx": "^7.12.5", - "@babel/standalone": "^7.12.6", - "@babel/template": "^7.10.4", - "@babel/types": "^7.12.6", + "@babel/core": "^7.14.3", + "@babel/generator": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-transform-react-jsx": "^7.14.3", + "@babel/standalone": "^7.14.4", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.4", "@graphql-tools/schema": "^7.0.0", "@graphql-tools/utils": "^7.0.2", "@hapi/hoek": "8.x.x", @@ -9495,8 +10607,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -9532,6 +10644,184 @@ "yoga-layout-prebuilt": "^1.9.6" }, "dependencies": { + "@babel/compat-data": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.4.tgz", + "integrity": "sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==" + }, + "@babel/core": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", + "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.3", + "@babel/helper-compilation-targets": "^7.13.16", + "@babel/helper-module-transforms": "^7.14.2", + "@babel/helpers": "^7.14.0", + "@babel/parser": "^7.14.3", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0", + "source-map": "^0.5.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/generator": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz", + "integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==", + "requires": { + "@babel/types": "^7.14.2", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz", + "integrity": "sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==", + "requires": { + "@babel/compat-data": "^7.14.4", + "@babel/helper-validator-option": "^7.12.17", + "browserslist": "^4.16.6", + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + } + } + }, + "@babel/helper-function-name": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", + "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-module-transforms": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", + "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.14.0", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.2" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==" + }, + "@babel/helpers": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz", + "integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==", + "requires": { + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.14.0", + "@babel/types": "^7.14.0" + } + }, + "@babel/parser": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", + "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==" + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz", + "integrity": "sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==", + "requires": { + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-transform-react-jsx": { + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.3.tgz", + "integrity": "sha512-uuxuoUNVhdgYzERiHHFkE4dWoJx+UFVyuAl0aqN8P2/AKFHwqgUC5w2+4/PjpKXJsFgBlYAFXlUmDQ3k3DUkXw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-syntax-jsx": "^7.12.13", + "@babel/types": "^7.14.2" + } + }, + "@babel/runtime": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "@babel/traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", + "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.14.2", + "@babel/helper-function-name": "^7.14.2", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.14.2", + "@babel/types": "^7.14.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.14.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.4.tgz", + "integrity": "sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==", + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "to-fast-properties": "^2.0.0" + } + }, + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "caniuse-lite": { + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" + }, "debug": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", @@ -9540,10 +10830,15 @@ "ms": "2.1.2" } }, + "electron-to-chromium": { + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" + }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -9556,19 +10851,19 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -9581,6 +10876,11 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", @@ -10407,9 +11707,9 @@ "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==" }, "graphql-ws": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.7.0.tgz", - "integrity": "sha512-Md8SsmC9ZlsogFPd3Ot8HbIAAqsHh8Xoq7j4AmcIat1Bh6k91tjVyQvA0Au1/BolXSYq+RDvib6rATU2Hcf1Xw==" + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.9.0.tgz", + "integrity": "sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==" }, "gray-matter": { "version": "4.0.2", @@ -10689,9 +11989,9 @@ } }, "highlight.js": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.2.tgz", - "integrity": "sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg==" + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" }, "hoist-non-react-statics": { "version": "3.3.2", @@ -14393,14 +15693,14 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, @@ -14496,14 +15796,14 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" } } }, @@ -14759,9 +16059,9 @@ } }, "domutils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.6.0.tgz", - "integrity": "sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz", + "integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==", "requires": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -14857,9 +16157,9 @@ "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" }, "prettier": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz", - "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz", + "integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==" }, "pretty-bytes": { "version": "5.6.0", @@ -17850,9 +19150,9 @@ }, "dependencies": { "ajv": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.5.0.tgz", - "integrity": "sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.0.tgz", + "integrity": "sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -19606,9 +20906,9 @@ } }, "webpack-merge": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz", - "integrity": "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "requires": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" diff --git a/starters/gatsby-starter-theme/package.json b/starters/gatsby-starter-theme/package.json index 9edd7d5815bfe..ac125f8191f18 100644 --- a/starters/gatsby-starter-theme/package.json +++ b/starters/gatsby-starter-theme/package.json @@ -10,7 +10,7 @@ }, "license": "0BSD", "dependencies": { - "gatsby": "^3.6.2", + "gatsby": "^3.7.0", "gatsby-theme-blog": "^3.0.0", "gatsby-theme-notes": "^3.0.0", "react": "^17.0.2", diff --git a/starters/hello-world/package-lock.json b/starters/hello-world/package-lock.json index 24d22fe15fa8c..19f67eccfd3c7 100644 --- a/starters/hello-world/package-lock.json +++ b/starters/hello-world/package-lock.json @@ -1212,14 +1212,14 @@ } }, "@eslint/eslintrc": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.1.tgz", - "integrity": "sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.2.tgz", + "integrity": "sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==", "requires": { "ajv": "^6.12.4", "debug": "^4.1.1", "espree": "^7.3.0", - "globals": "^12.1.0", + "globals": "^13.9.0", "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^3.13.1", @@ -1236,11 +1236,11 @@ } }, "globals": { - "version": "12.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", - "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.9.0.tgz", + "integrity": "sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==", "requires": { - "type-fest": "^0.8.1" + "type-fest": "^0.20.2" } }, "ignore": { @@ -1614,25 +1614,25 @@ "integrity": "sha512-nEBLOa0JgtqahmPrnJZ18epLiFBzxhdKgo4uhN3TaBFRmM30pEVrS9FAEV4tg92d8PTdU+dYQx2lnpPyFMgMcg==" }, "@nodelib/fs.scandir": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", - "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "requires": { - "@nodelib/fs.stat": "2.0.4", + "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "@nodelib/fs.stat": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz", - "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" }, "@nodelib/fs.walk": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz", - "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.7.tgz", + "integrity": "sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==", "requires": { - "@nodelib/fs.scandir": "2.1.4", + "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, @@ -1885,9 +1885,9 @@ } }, "@types/node": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-15.6.1.tgz", - "integrity": "sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA==" + "version": "15.12.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.2.tgz", + "integrity": "sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==" }, "@types/node-fetch": { "version": "2.5.10", @@ -1998,12 +1998,12 @@ "integrity": "sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==" }, "@typescript-eslint/eslint-plugin": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz", - "integrity": "sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz", + "integrity": "sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==", "requires": { - "@typescript-eslint/experimental-utils": "4.26.0", - "@typescript-eslint/scope-manager": "4.26.0", + "@typescript-eslint/experimental-utils": "4.26.1", + "@typescript-eslint/scope-manager": "4.26.1", "debug": "^4.3.1", "functional-red-black-tree": "^1.0.1", "lodash": "^4.17.21", @@ -2023,26 +2023,26 @@ } }, "@typescript-eslint/experimental-utils": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz", - "integrity": "sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz", + "integrity": "sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==", "requires": { "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } }, "@typescript-eslint/parser": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.0.tgz", - "integrity": "sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.1.tgz", + "integrity": "sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==", "requires": { - "@typescript-eslint/scope-manager": "4.26.0", - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/typescript-estree": "4.26.0", + "@typescript-eslint/scope-manager": "4.26.1", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/typescript-estree": "4.26.1", "debug": "^4.3.1" }, "dependencies": { @@ -2057,26 +2057,26 @@ } }, "@typescript-eslint/scope-manager": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz", - "integrity": "sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz", + "integrity": "sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0" + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1" } }, "@typescript-eslint/types": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.0.tgz", - "integrity": "sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==" + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.1.tgz", + "integrity": "sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==" }, "@typescript-eslint/typescript-estree": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz", - "integrity": "sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz", + "integrity": "sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==", "requires": { - "@typescript-eslint/types": "4.26.0", - "@typescript-eslint/visitor-keys": "4.26.0", + "@typescript-eslint/types": "4.26.1", + "@typescript-eslint/visitor-keys": "4.26.1", "debug": "^4.3.1", "globby": "^11.0.3", "is-glob": "^4.0.1", @@ -2095,11 +2095,11 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "4.26.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz", - "integrity": "sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz", + "integrity": "sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==", "requires": { - "@typescript-eslint/types": "4.26.0", + "@typescript-eslint/types": "4.26.1", "eslint-visitor-keys": "^2.0.0" } }, @@ -2576,9 +2576,9 @@ } }, "axe-core": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.1.tgz", - "integrity": "sha512-evY7DN8qSIbsW2H/TWQ1bX3sXN1d4MNb5Vb4n7BzPuCwRHdkZ1H2eNLuSh73EoQqkGKUtju2G2HCcjCfhvZIAA==" + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.2.tgz", + "integrity": "sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==" }, "axios": { "version": "0.21.1", @@ -2674,9 +2674,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.6.0.tgz", - "integrity": "sha512-8BEpm4gnHJhAcQ/K+yvY+/LINPljBgzncYnpLLhXa4rHa5SGsD0EIjWC0yzcP6WtMlIAqUf2cWz2itGci7FrvA==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.0.tgz", + "integrity": "sha512-1MrP3pT5diFM7AlwbfGY2qbr5E8XHm9vLdHSkaaxXrnHHUCoffjWfQquEGaQ08GRogEhdb3R00wd8iLKylmEfQ==" }, "babel-plugin-transform-react-remove-prop-types": { "version": "0.4.24", @@ -2684,25 +2684,25 @@ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" }, "babel-preset-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.6.0.tgz", - "integrity": "sha512-d/5RhTIQo7Q66tjzhvHA3RfD037tODIA7JZwsjsrtW1cvVWB7+k60GT4lSziR2U6cZB46XXY09PBXRrrFQmjZQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.0.tgz", + "integrity": "sha512-Bh+297TcOlJwF/1P43SnUNI/xXJQ5KB3vBVdVHkPYMPAOK6cnHKUwRha06b6L6jlotFRQvDuJTTMmQv8ETbMUQ==", "requires": { - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.13.0", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-runtime": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.5", - "@babel/runtime": "^7.12.5", + "@babel/plugin-transform-classes": "^7.14.4", + "@babel/plugin-transform-runtime": "^7.14.3", + "@babel/plugin-transform-spread": "^7.13.0", + "@babel/preset-env": "^7.14.4", + "@babel/preset-react": "^7.13.13", + "@babel/runtime": "^7.14.0", "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.6.0", - "gatsby-legacy-polyfills": "^1.6.0" + "gatsby-core-utils": "^2.7.0", + "gatsby-legacy-polyfills": "^1.7.0" } }, "backo2": { @@ -2952,6 +2952,11 @@ "requires": { "has-flag": "^4.0.0" } + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" } } }, @@ -3145,9 +3150,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001233", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001233.tgz", - "integrity": "sha512-BmkbxLfStqiPA7IEzQpIk0UFZFf3A4E6fzjPJ6OR+bFC2L8ES9J8zGA/asoi47p8XDVkev+WJo2I2Nc8c/34Yg==" + "version": "1.0.30001235", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001235.tgz", + "integrity": "sha512-zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==" }, "ccount": { "version": "1.1.0", @@ -3582,13 +3587,6 @@ "fast-copy": "^2.1.0", "lodash.isplainobject": "^4.0.6", "type-fest": "^0.20.2" - }, - "dependencies": { - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" - } } }, "contentful-sdk-core": { @@ -3660,14 +3658,14 @@ } }, "core-js": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.13.1.tgz", - "integrity": "sha512-JqveUc4igkqwStL2RTRn/EPFGBOfEZHxJl/8ej1mXJR75V3go2mFF4bmUYkEIT1rveHKnkUlcJX/c+f1TyIovQ==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.14.0.tgz", + "integrity": "sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==" }, "core-js-compat": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.13.1.tgz", - "integrity": "sha512-mdrcxc0WznfRd8ZicEZh1qVeJ2mu6bwQFh8YVUK48friy/FOwFV5EJj9/dlh+nMQ74YusdVfBFDuomKgUspxWQ==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.14.0.tgz", + "integrity": "sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==", "requires": { "browserslist": "^4.16.6", "semver": "7.0.0" @@ -3681,9 +3679,9 @@ } }, "core-js-pure": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.13.1.tgz", - "integrity": "sha512-wVlh0IAi2t1iOEh16y4u1TRk6ubd4KvLE8dlMi+3QUI6SfKphQUh7tAwihGGSQ8affxEXpVIPpOdf9kjR4v4Pw==" + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.14.0.tgz", + "integrity": "sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==" }, "core-util-is": { "version": "1.0.2", @@ -3720,9 +3718,9 @@ } }, "create-gatsby": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.6.0.tgz", - "integrity": "sha512-mNPBiTZ9aH24I2YInaiBoXDjPgibsystLsXXWpM5miIJpA6rZrJSRtHVGfXUxZXsKHLc/at2vNrFQbsVue3Nyg==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.0.tgz", + "integrity": "sha512-xM+xEhPa5VXEIU4x6jxIwkAFNwf8Q2DfqHRi6LGD7LuDQIPqukZbEvLH1Va9HdjcY3EW2wagFYAVwE3mpveIeg==" }, "create-require": { "version": "1.1.1", @@ -4449,9 +4447,9 @@ } }, "domutils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.6.0.tgz", - "integrity": "sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz", + "integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==", "requires": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -4487,9 +4485,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.743", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz", - "integrity": "sha512-K2wXfo9iZQzNJNx67+Pld0DRF+9bYinj62gXCdgPhcu1vidwVuLPHQPPFnCdO55njWigXXpfBiT90jGUPbw8Zg==" + "version": "1.3.749", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.749.tgz", + "integrity": "sha512-F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==" }, "emoji-regex": { "version": "8.0.0", @@ -4742,12 +4740,12 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.27.0.tgz", - "integrity": "sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz", + "integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==", "requires": { "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.1", + "@eslint/eslintrc": "^0.4.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -4764,7 +4762,7 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.0.0", + "glob-parent": "^5.1.2", "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", @@ -4872,11 +4870,6 @@ "ansi-regex": "^5.0.0" } }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" - }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -6133,17 +6126,17 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.6.2.tgz", - "integrity": "sha512-gzwnyk37sGTrT/oqAWKbfwJCPeLWOlX5wgq2pumCJDOGBo0yjL95pRiBeH1GG3jQGadcx2lG/6MoM46M6v3w9A==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/core": "^7.12.3", - "@babel/eslint-parser": "^7.13.4", - "@babel/parser": "^7.12.5", - "@babel/runtime": "^7.12.5", - "@babel/traverse": "^7.12.5", - "@babel/types": "^7.12.6", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.0.tgz", + "integrity": "sha512-unuB+MBWiKqfmVcSjXCRscUdSaLinqYxd5xBEMwbyckt3/Os+ltyWJmaALPtf3mgoTqip2hVUgZOGH7RpfL8AQ==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/core": "^7.14.3", + "@babel/eslint-parser": "^7.14.4", + "@babel/parser": "^7.14.4", + "@babel/runtime": "^7.14.0", + "@babel/traverse": "^7.14.2", + "@babel/types": "^7.14.4", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@mikaelkristiansson/domready": "^1.0.10", @@ -6160,8 +6153,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.6.0", - "babel-preset-gatsby": "^1.6.0", + "babel-plugin-remove-graphql-queries": "^3.7.0", + "babel-preset-gatsby": "^1.7.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -6203,16 +6196,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.6.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-graphiql-explorer": "^1.6.0", - "gatsby-legacy-polyfills": "^1.6.0", - "gatsby-link": "^3.6.0", - "gatsby-plugin-page-creator": "^3.6.0", - "gatsby-plugin-typescript": "^3.6.0", - "gatsby-plugin-utils": "^1.6.0", - "gatsby-react-router-scroll": "^4.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-cli": "^3.7.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-graphiql-explorer": "^1.7.0", + "gatsby-legacy-polyfills": "^1.7.0", + "gatsby-link": "^3.7.0", + "gatsby-plugin-page-creator": "^3.7.0", + "gatsby-plugin-typescript": "^3.7.0", + "gatsby-plugin-utils": "^1.7.0", + "gatsby-react-router-scroll": "^4.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -6344,11 +6337,11 @@ } }, "gatsby-cli": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.6.0.tgz", - "integrity": "sha512-GJ0BviJw3qnONdoNpCvqgRA8jxYk7rpqi+7MrvT0U+YMcT2HGhZbhY0RxlZqYRL8qOCJTtLB/N4Z7cCUwi8g1w==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.0.tgz", + "integrity": "sha512-2B5y2qD0kD+EKVaCuOWjLBLhTcDs2owVTd9M7UHrkv/xKiRzUoPcWiGMIPAenRMyy+f9BYd4gl3j7eWQD77X4A==", "requires": { - "@babel/code-frame": "^7.10.4", + "@babel/code-frame": "^7.12.13", "@types/common-tags": "^1.8.0", "better-opn": "^2.0.0", "chalk": "^4.1.0", @@ -6356,14 +6349,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.6.0", + "create-gatsby": "^1.7.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-recipes": "^0.17.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-recipes": "^0.18.0", + "gatsby-telemetry": "^2.7.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -6501,9 +6494,9 @@ } }, "gatsby-core-utils": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz", - "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.0.tgz", + "integrity": "sha512-0yma1pr5bNAR4rnd4E+3sct+Fr+wjfWoz5dRQCE5Swb1vZ1b6l7QW4KxTPQhwNgbI+tgYakJhp+pgxPLFpXxHA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -6516,17 +6509,17 @@ } }, "gatsby-graphiql-explorer": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.6.0.tgz", - "integrity": "sha512-RNkHXELyIQKo5h2+Y92NQ/bfBm7I53MqyywRN7nXPwqwRb+ymv0/3rT6pY69WTXc1ORKrEZazmWv3JWhrVYKbw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.0.tgz", + "integrity": "sha512-sJIJuHUx4cl/25jpI6LW0qAkFgFSseH/1oD7vMtWDRI5rdXI8xsZUe8xNqGWVPMtNzmBjm4Lwb1G8lkUSErsAA==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" } }, "gatsby-legacy-polyfills": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.6.0.tgz", - "integrity": "sha512-Qqk+THLhQhlYpdMsOcFwBmSrF06BT273rQ4he4g5YGg3l57wpzHQX2zt8yuLIE/6zzA5q/hTYg9MFIniYRBG/A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz", + "integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==", "requires": { "core-js-compat": "3.9.0" }, @@ -6548,89 +6541,89 @@ } }, "gatsby-link": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.6.0.tgz", - "integrity": "sha512-lvRAA+RfH7DrId1gfGrCW1Ox1weMZnVyOaJwQZaTBXoxQ2H2xv5AkIS08GPm00Il5wnHfOUsh/qHxEW/Q6+ELQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.0.tgz", + "integrity": "sha512-qCl+tRAUvQM4XtxdNQwWMtZi0+3CeiYW5HRjWMPXhiwQzFQxu0aA7vCzJZSJFLx4RWUP9AySPXrFLM2v2b/yNg==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "@types/reach__router": "^1.3.7", "prop-types": "^15.7.2" } }, "gatsby-page-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.6.0.tgz", - "integrity": "sha512-/jryNkO8F9iYDAFl0EYyZbns1CUW/rEUiIkb3NOGwitHvTSw8IEQPNORBOvhKzYWfGTI362p/hR/u2U7hna/Qg==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.0.tgz", + "integrity": "sha512-HFXzgoa+lxU4CJTQ9k1bCzvkwCgTTZmzxR2vnqBJ3HKMacAmhYwNfOQtTKSpDjJRys+5qGwYyXVn7jd708Q32A==", "requires": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" } }, "gatsby-plugin-page-creator": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.6.0.tgz", - "integrity": "sha512-59lJ0kXzDpJZgPKYFP/foK5Gsc/+TT/O50aTscZP5l3Hpyknnb7AIjKt0axaN4BQuc6OOmRmg1z9TcjXMwnytg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.0.tgz", + "integrity": "sha512-w3QexaS8kRMQdQPaAtLwjhPXSEaHjX7RBZ2hMYdoyKQL4LIs/Ke9jv9oRo7anYniLBsiDRq3KpS9OZQ4Bda3TA==", "requires": { - "@babel/traverse": "^7.12.5", + "@babel/traverse": "^7.14.2", "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-page-utils": "^1.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-page-utils": "^1.7.0", + "gatsby-telemetry": "^2.7.0", "globby": "^11.0.3", "lodash": "^4.17.21" } }, "gatsby-plugin-typescript": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.6.0.tgz", - "integrity": "sha512-qkxtdGOr/VA3NfC51PMasoXgoX0V8hiXVGbZuBBEZMYuj4j7BKPzShXb7TeqDKI2LQvO3r5sQlxGjfXNAOB0qg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.0.tgz", + "integrity": "sha512-OFNCDCR1voioxxzDodBhFg5aA+MwMhZKeylIG94IyAmc02TcXfyb4Dv9dPEgjOLRm0nrMevFCU/sa1HecrsZ4g==", "requires": { - "@babel/core": "^7.12.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.5", - "@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.6.0" + "@babel/core": "^7.14.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", + "@babel/plugin-proposal-numeric-separator": "^7.14.2", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/preset-typescript": "^7.13.0", + "@babel/runtime": "^7.14.0", + "babel-plugin-remove-graphql-queries": "^3.7.0" } }, "gatsby-plugin-utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.6.0.tgz", - "integrity": "sha512-RDHaPBvVE8v9EQvPAUyXZzoDFKo0t0j7qJHDvFQc0PfcX0EmQWXNkFd7PN+DVz8nPfuhLIV6GKS3WQXYbiCLIA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.7.0.tgz", + "integrity": "sha512-lRTnXgH0zgZCybq4VpnjfoCaEwiEGE8VV7m6o5e7v1mXKYVvO/8YXhpIIUqdc6DJZoGJEGy8MpylltYFzBftGQ==", "requires": { "joi": "^17.2.1" } }, "gatsby-react-router-scroll": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.6.0.tgz", - "integrity": "sha512-sgg55OmxAlLzFCrpx9C01QgVNiSVGgLKvrAVlsN8UxltNZSO+iw4f5/Gd3vOSyb6sNYVJCYnmfvQ6uV2pZs3bg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.0.tgz", + "integrity": "sha512-cI6FNCK+ZI0tW0fygwNyAGxvp5J7zdxmdU7eou33PhOzz0TNw6hW7uUaiULdkHXSRKuD9xPL69u9h8NVXo2R0Q==", "requires": { - "@babel/runtime": "^7.12.5" + "@babel/runtime": "^7.14.0" } }, "gatsby-recipes": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.17.0.tgz", - "integrity": "sha512-tC2xUa05zrUp77DTyQE11ILhFiqv9JYxBHhh47b7tJGiLAU1XhjxZH0uFZ109r9wEeZjxTYOYkyoiTu+0Ps4pw==", - "requires": { - "@babel/core": "^7.12.3", - "@babel/generator": "^7.12.5", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-transform-react-jsx": "^7.12.5", - "@babel/standalone": "^7.12.6", - "@babel/template": "^7.10.4", - "@babel/types": "^7.12.6", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.0.tgz", + "integrity": "sha512-HwRgeONOHFk9U+v47LAA8tKppsgdNGCMY4J+lxr9Yz3xojHjMJFncLCL6c1aMIPbhG2mtBuSMdcAppO/ZpgPtg==", + "requires": { + "@babel/core": "^7.14.3", + "@babel/generator": "^7.14.3", + "@babel/helper-plugin-utils": "^7.13.0", + "@babel/plugin-proposal-optional-chaining": "^7.14.2", + "@babel/plugin-transform-react-jsx": "^7.14.3", + "@babel/standalone": "^7.14.4", + "@babel/template": "^7.12.13", + "@babel/types": "^7.14.4", "@graphql-tools/schema": "^7.0.0", "@graphql-tools/utils": "^7.0.2", "@hapi/hoek": "8.x.x", @@ -6646,8 +6639,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", - "gatsby-telemetry": "^2.6.0", + "gatsby-core-utils": "^2.7.0", + "gatsby-telemetry": "^2.7.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -6702,19 +6695,19 @@ } }, "gatsby-telemetry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.6.0.tgz", - "integrity": "sha512-ENrhT4tkETj9Gq48d+ziiyNTX8Q8/5EyqqWvDUTCSefeHV5xpBclJ+CEnxZkmkEa/QSoBCpjws2VbxnTmRwjWA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.0.tgz", + "integrity": "sha512-pn1YciVYTRaoMtir13Cgk3pNH/cw3QzEyQNC4WGT3/0doJsxLN8dNToY9INMpNYGFnkAIvg8uRDOXyaCUtjamw==", "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", + "@babel/code-frame": "^7.12.13", + "@babel/runtime": "^7.14.0", "@turist/fetch": "^7.1.7", "@turist/time": "^0.0.1", "async-retry-ng": "^2.0.1", "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.6.0", + "gatsby-core-utils": "^2.7.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -7032,9 +7025,9 @@ "integrity": "sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==" }, "graphql-ws": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.7.0.tgz", - "integrity": "sha512-Md8SsmC9ZlsogFPd3Ot8HbIAAqsHh8Xoq7j4AmcIat1Bh6k91tjVyQvA0Au1/BolXSYq+RDvib6rATU2Hcf1Xw==" + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-4.9.0.tgz", + "integrity": "sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==" }, "gzip-size": { "version": "5.1.1", @@ -7162,6 +7155,13 @@ "requires": { "is-stream": "^2.0.0", "type-fest": "^0.8.0" + }, + "dependencies": { + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + } } }, "hex-color-regex": { @@ -7179,9 +7179,9 @@ } }, "highlight.js": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.2.tgz", - "integrity": "sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg==" + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" }, "hosted-git-info": { "version": "2.8.9", @@ -9257,9 +9257,9 @@ "integrity": "sha512-KdQsVgu0QoU3ycGidQLcULQdJudW2dizlxJvb2ntV4zxn1oBe7FYBcOO//qIza6oPM1xNwj7Y+rsWxiGPWekOw==" }, "node-releases": { - "version": "1.1.72", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.72.tgz", - "integrity": "sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==" + "version": "1.1.73", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.73.tgz", + "integrity": "sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==" }, "noms": { "version": "0.0.0", @@ -9757,20 +9757,20 @@ } }, "parse-url": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.2.tgz", - "integrity": "sha512-Czj+GIit4cdWtxo3ISZCvLiUjErSo0iI3wJ+q9Oi3QuMYTI6OZu+7cewMWZ+C1YAnKhYTk6/TLuhIgCypLthPA==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.3.tgz", + "integrity": "sha512-nrLCVMJpqo12X8uUJT4GJPd5AFaTOrGx/QpJy3HNcVtq0AZSstVIsnxS5fqNPuoqMUs3MyfBoOP6Zvu2Arok5A==", "requires": { "is-ssh": "^1.3.0", - "normalize-url": "^3.3.0", + "normalize-url": "^6.0.1", "parse-path": "^4.0.0", "protocols": "^1.4.0" }, "dependencies": { "normalize-url": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", - "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.0.1.tgz", + "integrity": "sha512-VU4pzAuh7Kip71XEmO9aNREYAdMHFGTVj/i+CaTImS8x0i1d3jUZkXhqluy/PRgjPLMgsLQulYY3PJ/aSbSjpQ==" } } }, @@ -11896,9 +11896,9 @@ }, "dependencies": { "@types/node": { - "version": "14.17.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.1.tgz", - "integrity": "sha512-/tpUyFD7meeooTRwl3sYlihx2BrJE7q9XF71EguPFIySj9B7qgnRtHsHTho+0AUm4m1SvWGm6uSncrR94q6Vtw==" + "version": "14.17.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz", + "integrity": "sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw==" }, "debug": { "version": "4.3.1", @@ -12481,9 +12481,9 @@ }, "dependencies": { "ajv": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.5.0.tgz", - "integrity": "sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.0.tgz", + "integrity": "sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -12826,9 +12826,9 @@ } }, "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" }, "type-is": { "version": "1.6.18", @@ -13109,11 +13109,6 @@ "version": "6.2.0", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==" - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" } } }, @@ -13960,9 +13955,9 @@ } }, "webpack-merge": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz", - "integrity": "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "requires": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" diff --git a/starters/hello-world/package.json b/starters/hello-world/package.json index 3e51edef5b609..89004488f35a2 100644 --- a/starters/hello-world/package.json +++ b/starters/hello-world/package.json @@ -14,7 +14,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "gatsby": "^3.6.2", + "gatsby": "^3.7.0", "react": "^17.0.1", "react-dom": "^17.0.1" },