From 08325b3bddf514239f18ad79b02097a87e2a492f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 24 Jun 2021 12:52:19 +0530 Subject: [PATCH] - fix: Indonesian language display - update dependencies --- gatsby-config.js | 2 +- package-lock.json | 686 ++++++++++++++++++++++++---------------------- package.json | 30 +- src/i18n/index.js | 8 +- 4 files changed, 379 insertions(+), 347 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 01b44b97..ee94b10c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -5,7 +5,7 @@ module.exports = { title: 'Reactive Resume', siteUrl: 'https://rxresu.me', description: 'A free and open source resume builder.', - version: '2.7.5', + version: '2.7.6', }, flags: { PRESERVE_WEBPACK_CACHE: true }, plugins: [ diff --git a/package-lock.json b/package-lock.json index e3bcd354..3ad2a7c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,22 +20,22 @@ "downloadjs": "^1.4.7", "firebase": "^8.6.8", "formik": "^2.2.9", - "gatsby": "^3.7.2", - "gatsby-plugin-create-client-paths": "^3.7.1", + "gatsby": "^3.8.0", + "gatsby-plugin-create-client-paths": "^3.8.0", "gatsby-plugin-firebase": "^0.2.0-beta.4", - "gatsby-plugin-image": "^1.7.1", - "gatsby-plugin-manifest": "^3.7.1", + "gatsby-plugin-image": "^1.8.0", + "gatsby-plugin-manifest": "^3.8.0", "gatsby-plugin-material-ui": "^3.0.1", - "gatsby-plugin-offline": "^4.7.1", - "gatsby-plugin-postcss": "^4.7.1", - "gatsby-plugin-react-helmet": "^4.7.1", - "gatsby-plugin-sharp": "^3.7.1", - "gatsby-plugin-sitemap": "^4.3.1", + "gatsby-plugin-offline": "^4.8.0", + "gatsby-plugin-postcss": "^4.8.0", + "gatsby-plugin-react-helmet": "^4.8.0", + "gatsby-plugin-sharp": "^3.8.0", + "gatsby-plugin-sitemap": "^4.4.0", "gatsby-plugin-webfonts": "^2.1.0", - "gatsby-source-filesystem": "^3.7.1", + "gatsby-source-filesystem": "^3.8.0", "gatsby-source-gravatar": "^1.0.1", - "gatsby-transformer-remark": "^4.4.1", - "gatsby-transformer-sharp": "^3.7.1", + "gatsby-transformer-remark": "^4.5.0", + "gatsby-transformer-sharp": "^3.8.0", "i18next": "^20.3.2", "lodash": "^4.17.21", "nanoevents": "^6.0.0", @@ -57,9 +57,9 @@ }, "devDependencies": { "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^11.2.7", + "@testing-library/react": "^12.0.0", "babel-jest": "^27.0.5", - "babel-preset-gatsby": "^1.7.1", + "babel-preset-gatsby": "^1.8.0", "eslint": "^7.29.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", @@ -79,7 +79,7 @@ "prettier": "2.3.1", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "tailwindcss": "^2.2.2" + "tailwindcss": "^2.2.4" } }, "node_modules/@ardatan/aggregate-error": { @@ -3522,11 +3522,6 @@ "resolved": "https://registry.npmjs.org/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz", "integrity": "sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA==" }, - "node_modules/@mikaelkristiansson/domready": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@mikaelkristiansson/domready/-/domready-1.0.11.tgz", - "integrity": "sha512-nEBLOa0JgtqahmPrnJZ18epLiFBzxhdKgo4uhN3TaBFRmM30pEVrS9FAEV4tg92d8PTdU+dYQx2lnpPyFMgMcg==" - }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", @@ -3837,9 +3832,9 @@ } }, "node_modules/@testing-library/dom": { - "version": "7.31.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.31.0.tgz", - "integrity": "sha512-0X7ACg4YvTRDFMIuTOEj6B4NpN7i3F/4j5igOcTI5NC5J+N4TribNdErCHOZF1LBWhhcyfwxelVwvoYNMUXTOA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.0.0.tgz", + "integrity": "sha512-Ym375MTOpfszlagRnTMO+FOfTt6gRrWiDOWmEnWLu9OvwCPOWtK6i5pBHmZ07wUJiQ7wWz0t8+ZBK2wFo2tlew==", "dev": true, "dependencies": { "@babel/code-frame": "^7.10.4", @@ -3847,12 +3842,12 @@ "@types/aria-query": "^4.2.0", "aria-query": "^4.2.2", "chalk": "^4.1.0", - "dom-accessibility-api": "^0.5.4", + "dom-accessibility-api": "^0.5.6", "lz-string": "^1.4.4", - "pretty-format": "^26.6.2" + "pretty-format": "^27.0.2" }, "engines": { - "node": ">=10" + "node": ">=12" } }, "node_modules/@testing-library/dom/node_modules/ansi-styles": { @@ -3913,6 +3908,33 @@ "node": ">=8" } }, + "node_modules/@testing-library/dom/node_modules/pretty-format": { + "version": "27.0.2", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.0.2.tgz", + "integrity": "sha512-mXKbbBPnYTG7Yra9qFBtqj+IXcsvxsvOBco3QHxtxTl+hHKq6QdzMZ+q0CtL4ORHZgwGImRr2XZUX2EWzORxig==", + "dev": true, + "dependencies": { + "@jest/types": "^27.0.2", + "ansi-regex": "^5.0.0", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@testing-library/dom/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/@testing-library/dom/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -4015,16 +4037,16 @@ } }, "node_modules/@testing-library/react": { - "version": "11.2.7", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.7.tgz", - "integrity": "sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.0.0.tgz", + "integrity": "sha512-sh3jhFgEshFyJ/0IxGltRhwZv2kFKfJ3fN1vTZ6hhMXzz9ZbbcTgmDYM4e+zJv+oiVKKEWZPyqPAh4MQBI65gA==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^7.28.1" + "@testing-library/dom": "^8.0.0" }, "engines": { - "node": ">=10" + "node": ">=12" }, "peerDependencies": { "react": "*", @@ -5780,9 +5802,9 @@ } }, "node_modules/babel-plugin-remove-graphql-queries": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.1.tgz", - "integrity": "sha512-9fANNkzCZJ0i65FXGnoeg/knDPC3riazCDyRrcH/2DVovxChAMSN2mqh/7eohJ8IrB/0e6cwLO4VirqanSk1Hw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.8.0.tgz", + "integrity": "sha512-ArP55oowkMmMXxz1Q7OAsPUSt09gwRDzRtOi5cdrhhNsN7z4XOmy0n+ImYSyNxId0NL7wG2g2KT8wRdgmZ95Ig==", "engines": { "node": ">=12.13.0" }, @@ -5834,9 +5856,9 @@ } }, "node_modules/babel-preset-gatsby": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.1.tgz", - "integrity": "sha512-p/Itb6isKOHwfSkhJZJNkQvgA5odSw1m3g4wikgruJyQnUr+cjroMkPd3LBXGKctaX9Zbtf9/mbPU6V/sm5hlQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.8.0.tgz", + "integrity": "sha512-TsVq/vjVl1LlX6CayhKMzGCx4ycRLl1ts1Cz9kcwdetvBVoGvvZ27t7BcT6ZXHMososJwq3dmHyYjuG338LIdw==", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.14.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.0", @@ -5851,8 +5873,8 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^2.7.1", - "gatsby-legacy-polyfills": "^1.7.0" + "gatsby-core-utils": "^2.8.0", + "gatsby-legacy-polyfills": "^1.8.0" }, "engines": { "node": ">=12.13.0" @@ -7211,23 +7233,23 @@ } }, "node_modules/chokidar": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", - "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", + "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", "dependencies": { - "anymatch": "~3.1.1", + "anymatch": "~3.1.2", "braces": "~3.0.2", - "glob-parent": "~5.1.0", + "glob-parent": "~5.1.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" + "readdirp": "~3.6.0" }, "engines": { "node": ">= 8.10.0" }, "optionalDependencies": { - "fsevents": "~2.3.1" + "fsevents": "~2.3.2" } }, "node_modules/chownr": { @@ -8113,9 +8135,9 @@ } }, "node_modules/create-gatsby": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.1.tgz", - "integrity": "sha512-X330+JLFhnYDVTEs7nd5nQiaqWc9aq/gAY6V/jXo2ZwySZRW2XMAaL1ROLpkd5MwywTfykW0oJWRhLBwC17a7A==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.8.0.tgz", + "integrity": "sha512-AW3PZONTFfTMKmUfHbpwHebL8/QCbQ0qPwH9piNHen4/7EeZyaN7ZzeilKMUue4DEi9Om7VKlZtW+bKcVml3bg==", "bin": { "create-gatsby": "cli.js" } @@ -12137,9 +12159,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "node_modules/gatsby": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.2.tgz", - "integrity": "sha512-grweoXdoE/Y6f1/qj3wDJ5JVQvfEwz/EPqPF9IXE3fbHdItr6hFCfYW9TmQopSHMuCxzvNhoCgwtyUL6sobBgw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.0.tgz", + "integrity": "sha512-6l1IOslajKT8Umz+qDIfu2Bv1ldAbLnsrMId6ExWvcoqNjOw2eSyGHkGjwnQIwl17A0UcA1wSTAw/Gsj480IxA==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.14.0", @@ -12151,7 +12173,6 @@ "@babel/types": "^7.14.0", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", - "@mikaelkristiansson/domready": "^1.0.10", "@nodelib/fs.walk": "^1.2.4", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", "@types/http-proxy": "^1.17.4", @@ -12165,8 +12186,8 @@ "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "^3.3.4", - "babel-plugin-remove-graphql-queries": "^3.7.1", - "babel-preset-gatsby": "^1.7.1", + "babel-plugin-remove-graphql-queries": "^3.8.0", + "babel-preset-gatsby": "^1.8.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -12208,16 +12229,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.7.1", - "gatsby-core-utils": "^2.7.1", - "gatsby-graphiql-explorer": "^1.7.1", - "gatsby-legacy-polyfills": "^1.7.0", - "gatsby-link": "^3.7.1", - "gatsby-plugin-page-creator": "^3.7.1", - "gatsby-plugin-typescript": "^3.7.1", - "gatsby-plugin-utils": "^1.7.1", - "gatsby-react-router-scroll": "^4.7.1", - "gatsby-telemetry": "^2.7.1", + "gatsby-cli": "^3.8.0", + "gatsby-core-utils": "^2.8.0", + "gatsby-graphiql-explorer": "^1.8.0", + "gatsby-legacy-polyfills": "^1.8.0", + "gatsby-link": "^3.8.0", + "gatsby-plugin-page-creator": "^3.8.0", + "gatsby-plugin-typescript": "^3.8.0", + "gatsby-plugin-utils": "^1.8.0", + "gatsby-react-router-scroll": "^4.8.0", + "gatsby-telemetry": "^2.8.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -12308,9 +12329,9 @@ } }, "node_modules/gatsby-cli": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.1.tgz", - "integrity": "sha512-IWs7eU3tOad4qiglvokrZEL2yJPQsXjuzKW5slfXbhuj5pIc+o65f389HeOq20wHPh7ACHfZPMftvhtaPsO91g==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.8.0.tgz", + "integrity": "sha512-81rQNDgHgkXoFMiwluZGN0ETKonGn8tl1uxL3OpOx3aOfP1aPv5NBSOLX70O6vo9jXyg6oy0gPHGjhbQMdSyIw==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.14.0", @@ -12321,14 +12342,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.7.1", + "create-gatsby": "^1.8.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", - "gatsby-recipes": "^0.18.1", - "gatsby-telemetry": "^2.7.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-recipes": "^0.19.0", + "gatsby-telemetry": "^2.8.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -12617,9 +12638,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.1.tgz", - "integrity": "sha512-ofiAzLMeLjkS9huo0JQRbNzOfwCCxzPg7mSXeEhZhHGfbXoqZ9ZufmlTTgSYLc5v6agoM4yi4rHqdMOXu4qXAw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.8.0.tgz", + "integrity": "sha512-CadvILN4ZyYMYQAp+haxSgE/0k5zIu6y2WcqVSJaQLmmWq0o49Gv4CftVKOEXOtXaN0DEr9e4wWFVBRAYaRHGA==", "dependencies": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -12635,9 +12656,9 @@ } }, "node_modules/gatsby-graphiql-explorer": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.1.tgz", - "integrity": "sha512-m+41RTywPpUnMYwMAykgfocUGURp1wGrtoVqZiyCgLMW/erjU0NL61pwIidOInpuSL/61/3O9WAKiPwNTM95kQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.8.0.tgz", + "integrity": "sha512-PEMIKJdvPhJWChb0+ANwAzvFmmPXOKpo1kgi80O/J4OphVJN6059H9gUWGedIo2wwQ9db7wdguOvtYMMWsKeZQ==", "dependencies": { "@babel/runtime": "^7.14.0" }, @@ -12646,9 +12667,9 @@ } }, "node_modules/gatsby-legacy-polyfills": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz", - "integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.8.0.tgz", + "integrity": "sha512-u/vlxcxR5Ny6btWGqKnC06spGZzIezUOPpuM36OmDtq6GjefS7EVkOd+tghZ1UUP7xCEIb+4xCLlOD83K/fOKg==", "dependencies": { "core-js-compat": "3.9.0" } @@ -12675,9 +12696,9 @@ } }, "node_modules/gatsby-link": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.1.tgz", - "integrity": "sha512-5mPLepeP9SgG3zEY7/jjiXV3nYAgAZnIdE5ctlfh+Yc5Cfgc5jxhFT6vTuqcwPMTvCYRp/O8j+yPbP+Ec37ITA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.8.0.tgz", + "integrity": "sha512-Ruso8cP++5egvpzx5y8HMJouA1ldkNsHMtHANYwZnSZ2Wd+OHfR+kWRRS+zPqqHbhRmMeecdTXRCth07vvzKEw==", "dependencies": { "@babel/runtime": "^7.14.0", "@types/reach__router": "^1.3.7", @@ -12693,15 +12714,15 @@ } }, "node_modules/gatsby-page-utils": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.1.tgz", - "integrity": "sha512-PcElHifovBu7E/xC/724eYr6vTAKc0Uqf/ZFZWG5GB5td+MG2A5pGiUBGDmmxsIO7b4c8X5oW8Jtem9zKoOI8w==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.8.0.tgz", + "integrity": "sha512-5fa5JbrHPiVDrBtkjoZySdClTUfmYBGg5OSMF2d/mFXEh8NCjSQK8EmosHO4u7uwLYT/gnb+BwsoVkuXYt+hHQ==", "dependencies": { "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" @@ -12711,9 +12732,9 @@ } }, "node_modules/gatsby-plugin-create-client-paths": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-3.7.1.tgz", - "integrity": "sha512-+1LBAXBb8/IiTptOwfQpLE0Lw1IXYHZ0uThRj24KLzSffPbCESsvfHZfpc355y6DGmuqrBg6aElH+oEf+wQ9Gw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-3.8.0.tgz", + "integrity": "sha512-z7okRH7xTDqravjc6PX/FwEcbwZ4efJiPACY+oGA3Lwqybk1m8B8tJMEUx5ld5E9yfbgkLzBiO5c5/e8KHuFlg==", "dependencies": { "@babel/runtime": "^7.14.0" }, @@ -12747,20 +12768,20 @@ } }, "node_modules/gatsby-plugin-image": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.7.1.tgz", - "integrity": "sha512-1wUgNNc4e1ySNaDgH3yEs6HYZ8W4s0IAFU945SQtASknrR9o69WpeWPBllQwDrlq/1jlzetMTCiMISHvc7aqqQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.8.0.tgz", + "integrity": "sha512-nE7VAjhoKlAEtiBmDYo7PFsr4InyrKaHg47ou2b3PG++JiZQRkeVYDq1qeBPmbjh0DA93KMVOheIlc1NuVZvAQ==", "dependencies": { "@babel/code-frame": "^7.14.0", "@babel/parser": "^7.14.0", "@babel/traverse": "^7.14.0", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.7.1", + "babel-plugin-remove-graphql-queries": "^3.8.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, @@ -12774,13 +12795,13 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.7.1.tgz", - "integrity": "sha512-STYtL7QZlKmGcXza+qxtIr8A5HS+0TzBy+qRDlOCFIYnxVTWKgg4m45/G7rQrUc1Ws4C5Km+J0zZFrGlpN5b7Q==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.8.0.tgz", + "integrity": "sha512-Wg8FuhAYdXofrAC8ZlaGGvM3evwpq88kgW3Xe2MuMXSQgdFvhw6SxoS6jzyEdPaCIi45x6C2+P3r1uXNdLECQw==", "dependencies": { "@babel/runtime": "^7.14.0", - "gatsby-core-utils": "^2.7.1", - "gatsby-plugin-utils": "^1.7.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-plugin-utils": "^1.8.0", "semver": "^7.3.5", "sharp": "^0.28.1" }, @@ -12837,13 +12858,13 @@ } }, "node_modules/gatsby-plugin-offline": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.7.1.tgz", - "integrity": "sha512-rK4oRxpiOsWQj5SNekcWuUY169OBrdYzxkYu+dOJM5rca6mPNMs0DkGJ4OqhIwxW+xGs6in9QKXbAtoc4ICQ6Q==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.8.0.tgz", + "integrity": "sha512-TYla0Z78fnDI8z0OXlD7gzyEeoX5cNOdNOojlmctCZutgUaPpXm6FVpm1OSvHt1ImU5rgZtQNp5fTT6DKJwneA==", "dependencies": { "@babel/runtime": "^7.14.0", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -12859,17 +12880,17 @@ } }, "node_modules/gatsby-plugin-page-creator": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.1.tgz", - "integrity": "sha512-3Lon4tWmsSwA8jWnTtsQ8JwgKm18Y92ImkQe6yb0kXf4ZE/MeAZDj5ISMdZZWrkwAtSFXLNkNeCuap6jU04DjQ==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.8.0.tgz", + "integrity": "sha512-6H+7+74f8rHay8V6EF80/ucDUREjaqCfrW5KSjAYxrc7uh8s5QNeumgNixQUAofnZQOCLTiyw1C3lOQnUVL4Xg==", "dependencies": { "@babel/traverse": "^7.14.0", "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.7.1", - "gatsby-page-utils": "^1.7.1", - "gatsby-telemetry": "^2.7.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-page-utils": "^1.8.0", + "gatsby-telemetry": "^2.8.0", "globby": "^11.0.3", "lodash": "^4.17.21" }, @@ -12881,9 +12902,9 @@ } }, "node_modules/gatsby-plugin-postcss": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.7.1.tgz", - "integrity": "sha512-lawHi4jxVRDPie4OSW/lEi3WNndwl8YWjdEIB1h1eC4KJUoZ1ulEdRec9zVaO1PBKUfcNcR+bMRuQbZ09Nfp0g==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.8.0.tgz", + "integrity": "sha512-F3N3DEwGIC4AphKC1N/R8MGDJsXicjNthito6LCbs63b14U6JwKMnNmexmob25EBh2HFJETe0WiJBgVErUCdag==", "dependencies": { "@babel/runtime": "^7.14.0", "postcss-loader": "^4.3.0" @@ -12982,9 +13003,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-react-helmet": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.7.1.tgz", - "integrity": "sha512-lu+Fgs8pWfYvqKdaSgAkbeE9wgVTnAS8sKgykcqaEgK+STpmhFtzpuJqmhBK3wJwP7yK5BePK5Dte+aRbtkpJQ==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.8.0.tgz", + "integrity": "sha512-MzsWiJFGKIYhIPLLp5zb0hX8ppL5tWpEuAHDeqI4DJ6egsAvcXt65RrunZNnAdP26367LKuz+X0ZEla0II3lsQ==", "dependencies": { "@babel/runtime": "^7.14.0" }, @@ -12997,17 +13018,17 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.7.1.tgz", - "integrity": "sha512-rwtXrGIZ/Tsf8JgxHcEa82lTYMMZL4KUgbEgQ/OMXuMWcvyTeh4pJAwTNk/rxOS8yyVlCY1TiWO0/I65W4osJA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.8.0.tgz", + "integrity": "sha512-SZ++IKq16np583FJqhez322Qz6FlHq6LdkChlR1m4jP1tiuEnsMMOh8R3RAt1qaaozQQeykMTRPUUgHPF4sSwg==", "dependencies": { "@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.7.1", - "gatsby-telemetry": "^2.7.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-telemetry": "^2.8.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -13271,9 +13292,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-sitemap": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.3.1.tgz", - "integrity": "sha512-Qn1/FMEHpY2DbzJIFn9o3TZdUDN9n0YR6MhF8CZHUFdad+zKKcZmmPJRnyqszNCFQzamY0WFCk1cerk5CfdMRg==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.4.0.tgz", + "integrity": "sha512-Jg5ysXXiLd8UPOs/UUzviOm4kdxvl8zuUUO3PqFm/a557nLIN8HwwRMpQwBzAUIWhYyLaDvkPHyqseB/oPhRsg==", "dependencies": { "@babel/runtime": "^7.14.0", "common-tags": "^1.8.0", @@ -13290,9 +13311,9 @@ } }, "node_modules/gatsby-plugin-typescript": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.1.tgz", - "integrity": "sha512-zOuPrtjnvAPQa9AkjgipKYES6YR7WLr/Rru13zsQCubwr9UtkgyXlQB4bqYuyDEKy0F0HHGLU69WQKNYvP3PhA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.8.0.tgz", + "integrity": "sha512-FmDA6DLcotzLHbRpxTJpamEcTh3xRdMNcD0i0RBVcsv3VCnsQHiQQ/1CEtxs4erk7SgvWd+q+ywQQjTkVugXyA==", "dependencies": { "@babel/core": "^7.14.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.0", @@ -13300,7 +13321,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.0", "@babel/preset-typescript": "^7.14.0", "@babel/runtime": "^7.14.0", - "babel-plugin-remove-graphql-queries": "^3.7.1" + "babel-plugin-remove-graphql-queries": "^3.8.0" }, "engines": { "node": ">=12.13.0" @@ -13310,9 +13331,9 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.7.1.tgz", - "integrity": "sha512-mZ6qDwTBheCXeUa9KBdeHTtwWzX4AyzqXrl3EVj3bWQzNFSvUMC5QJfySo1UnWBjYLdCUpe45ZeDg/85q52Cgg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.8.0.tgz", + "integrity": "sha512-K/EiYx2kKd5BOuwWg86mrvrMh8u9hW40abFLZYH4zRAkthL+vYp/WeckVL/TibZ3jPUhhay9JGjXKR+Ot6BYDQ==", "dependencies": { "joi": "^17.2.1" }, @@ -14543,9 +14564,9 @@ } }, "node_modules/gatsby-react-router-scroll": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.1.tgz", - "integrity": "sha512-APdwZYk2WZ3Bf8EeovYXQh8KHHQ59WfcFhUNU0CJ/z1xwLatqkg4kDxmGWPydHx7DTOM6WbmmaL33L1n0ybEcw==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.8.0.tgz", + "integrity": "sha512-bKraD+ng3R8FZNEuOIshSmr6DKgholdqo94XHm9DeQVIsd0A/5PPJ+inzTb+vG04UTuFZo03cPZHf3eIGaDXVg==", "dependencies": { "@babel/runtime": "^7.14.0" }, @@ -14559,9 +14580,9 @@ } }, "node_modules/gatsby-recipes": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.1.tgz", - "integrity": "sha512-gjtCDu1qMtQkjmA5mrHw4orFxkoUPW9VnyVcLc8kcGAjJLR3MTKeECQL6p0SrKHgsbJTkOJ2BTvzU3R5jENBbg==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.19.0.tgz", + "integrity": "sha512-yboFABHUNB9+1x/RA13yKU/P0/2K+SaenudC+THshxL4uiUHlbU029iXp6Di2zMfIhak8aZ7FyUrpCieey/0Rw==", "dependencies": { "@babel/core": "^7.14.0", "@babel/generator": "^7.14.0", @@ -14586,8 +14607,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", - "gatsby-telemetry": "^2.7.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-telemetry": "^2.8.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -14823,16 +14844,16 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-source-filesystem": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.7.1.tgz", - "integrity": "sha512-JLMFJxvGnmVFW0UDr6r3XlqCp9GJ5Eqz4baWe9cVSdn61rz6YuV+BrtZIRBkqaWbnhv14+z7J+59OxpLG/kXHg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.8.0.tgz", + "integrity": "sha512-EyyqiIOhDeZ2EzykLRy3lR9WlpDrBCeHwn5wohvvjGBmWDnA54LloScIf1r/0PxSHSn/vFtXkBuh2Slzln5eag==", "dependencies": { "@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.7.1", + "gatsby-core-utils": "^2.8.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -14970,9 +14991,9 @@ } }, "node_modules/gatsby-telemetry": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.1.tgz", - "integrity": "sha512-nZgM5SYkS7AWE4NJ/HGrQkUBn7B1k8d6KuRVgv1HanHQxnKUBaWL/6ej/ZBYcvfRBWMCi2mX0QJYlSKVx45XOw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.8.0.tgz", + "integrity": "sha512-MlV9Lbminhsz1MUiWJJvZ+8VVhIYBl2AsxJylckGoUp+skGfNq5d3pWSv+u/nU4zVP8T1HUWc1c7KSVq6ggrbw==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.14.0", @@ -14983,7 +15004,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -15004,12 +15025,12 @@ } }, "node_modules/gatsby-transformer-remark": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-4.4.1.tgz", - "integrity": "sha512-TQt8i/gSLoVID3Pn6v6I8OOXLSw5r0w4yY90VisENiStDxEEKMrgAvlkaBNikwGvi+c8KctfX6SFCGbSUpqRkg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-4.5.0.tgz", + "integrity": "sha512-iiXNQRnM2mOeOuXxZWNjAj2CR5hoYgBSXD68+k7ZSeSGIkF1qf5B27t0yTdwDP/rVE+C+ZLtjjl3JNKwul++6g==", "dependencies": { "@babel/runtime": "^7.14.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "gray-matter": "^4.0.2", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.2", @@ -15110,9 +15131,9 @@ } }, "node_modules/gatsby-transformer-sharp": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.7.1.tgz", - "integrity": "sha512-Q+/X8sbVpabJz4G+V4aMt0f7XlB5lsPfM3zYUkb9ns4c+soN+qPMqZRiaKqoLb7hXG9Bs48EV8mJXeWc4w+xOA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.8.0.tgz", + "integrity": "sha512-p3H7DN8kGjlC4rKdN9GYPWnD6u5GO611BcV1ebR60IQnQ/E8gM/SvX+gmX5KiEEXVmvveLY75umyibzLPXFhpQ==", "dependencies": { "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", @@ -23712,25 +23733,22 @@ "integrity": "sha1-8r0iH2zJcKk42IVWq8WJyqqiveE=" }, "node_modules/parse-url": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.3.tgz", - "integrity": "sha512-nrLCVMJpqo12X8uUJT4GJPd5AFaTOrGx/QpJy3HNcVtq0AZSstVIsnxS5fqNPuoqMUs3MyfBoOP6Zvu2Arok5A==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.5.tgz", + "integrity": "sha512-AwfVhXaQrNNI6UPUJq/GJN2qoY0L9gPgxhh9VbDP0bfBAJWaC/Zh8hjQ58YKTi4AagOT70fpadkYSKPo+eFb1w==", "dependencies": { "is-ssh": "^1.3.0", - "normalize-url": "^6.0.1", + "normalize-url": "4.5.0", "parse-path": "^4.0.0", "protocols": "^1.4.0" } }, "node_modules/parse-url/node_modules/normalize-url": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", + "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/parse5": { @@ -26516,9 +26534,9 @@ } }, "node_modules/readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", - "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dependencies": { "picomatch": "^2.2.1" }, @@ -29914,16 +29932,16 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/tailwindcss": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.2.tgz", - "integrity": "sha512-OzFWhlnfrO3JXZKHQiqZcb0Wwl3oJSmQ7PvT2jdIgCjV5iUoAyql9bb9ZLCSBI5TYXmawujXAoNxXVfP5Auy/Q==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.4.tgz", + "integrity": "sha512-OdBCPgazNNsknSP+JfrPzkay9aqKjhKtFhbhgxHgvEFdHy/GuRPo2SCJ4w1SFTN8H6FPI4m6qD/Jj20NWY1GkA==", "dev": true, "dependencies": { "@fullhuman/postcss-purgecss": "^4.0.3", "arg": "^5.0.0", "bytes": "^3.0.0", "chalk": "^4.1.1", - "chokidar": "^3.5.1", + "chokidar": "^3.5.2", "color": "^3.1.3", "cosmiconfig": "^7.0.0", "detective": "^5.2.0", @@ -29941,7 +29959,7 @@ "normalize-path": "^3.0.0", "object-hash": "^2.2.0", "postcss-js": "^3.0.3", - "postcss-load-config": "^3.0.1", + "postcss-load-config": "^3.1.0", "postcss-nested": "5.0.5", "postcss-selector-parser": "^6.0.6", "postcss-value-parser": "^4.1.0", @@ -35960,11 +35978,6 @@ "resolved": "https://registry.npmjs.org/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz", "integrity": "sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA==" }, - "@mikaelkristiansson/domready": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@mikaelkristiansson/domready/-/domready-1.0.11.tgz", - "integrity": "sha512-nEBLOa0JgtqahmPrnJZ18epLiFBzxhdKgo4uhN3TaBFRmM30pEVrS9FAEV4tg92d8PTdU+dYQx2lnpPyFMgMcg==" - }, "@nodelib/fs.scandir": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", @@ -36197,9 +36210,9 @@ } }, "@testing-library/dom": { - "version": "7.31.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.31.0.tgz", - "integrity": "sha512-0X7ACg4YvTRDFMIuTOEj6B4NpN7i3F/4j5igOcTI5NC5J+N4TribNdErCHOZF1LBWhhcyfwxelVwvoYNMUXTOA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.0.0.tgz", + "integrity": "sha512-Ym375MTOpfszlagRnTMO+FOfTt6gRrWiDOWmEnWLu9OvwCPOWtK6i5pBHmZ07wUJiQ7wWz0t8+ZBK2wFo2tlew==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", @@ -36207,9 +36220,9 @@ "@types/aria-query": "^4.2.0", "aria-query": "^4.2.2", "chalk": "^4.1.0", - "dom-accessibility-api": "^0.5.4", + "dom-accessibility-api": "^0.5.6", "lz-string": "^1.4.4", - "pretty-format": "^26.6.2" + "pretty-format": "^27.0.2" }, "dependencies": { "ansi-styles": { @@ -36252,6 +36265,26 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, + "pretty-format": { + "version": "27.0.2", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.0.2.tgz", + "integrity": "sha512-mXKbbBPnYTG7Yra9qFBtqj+IXcsvxsvOBco3QHxtxTl+hHKq6QdzMZ+q0CtL4ORHZgwGImRr2XZUX2EWzORxig==", + "dev": true, + "requires": { + "@jest/types": "^27.0.2", + "ansi-regex": "^5.0.0", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true + } + } + }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -36332,13 +36365,13 @@ } }, "@testing-library/react": { - "version": "11.2.7", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.7.tgz", - "integrity": "sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.0.0.tgz", + "integrity": "sha512-sh3jhFgEshFyJ/0IxGltRhwZv2kFKfJ3fN1vTZ6hhMXzz9ZbbcTgmDYM4e+zJv+oiVKKEWZPyqPAh4MQBI65gA==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^7.28.1" + "@testing-library/dom": "^8.0.0" } }, "@tokenizer/token": { @@ -37757,9 +37790,9 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.7.1.tgz", - "integrity": "sha512-9fANNkzCZJ0i65FXGnoeg/knDPC3riazCDyRrcH/2DVovxChAMSN2mqh/7eohJ8IrB/0e6cwLO4VirqanSk1Hw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.8.0.tgz", + "integrity": "sha512-ArP55oowkMmMXxz1Q7OAsPUSt09gwRDzRtOi5cdrhhNsN7z4XOmy0n+ImYSyNxId0NL7wG2g2KT8wRdgmZ95Ig==", "requires": {} }, "babel-plugin-syntax-object-rest-spread": { @@ -37802,9 +37835,9 @@ } }, "babel-preset-gatsby": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.7.1.tgz", - "integrity": "sha512-p/Itb6isKOHwfSkhJZJNkQvgA5odSw1m3g4wikgruJyQnUr+cjroMkPd3LBXGKctaX9Zbtf9/mbPU6V/sm5hlQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-1.8.0.tgz", + "integrity": "sha512-TsVq/vjVl1LlX6CayhKMzGCx4ycRLl1ts1Cz9kcwdetvBVoGvvZ27t7BcT6ZXHMososJwq3dmHyYjuG338LIdw==", "requires": { "@babel/plugin-proposal-class-properties": "^7.14.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.0", @@ -37819,8 +37852,8 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^2.7.1", - "gatsby-legacy-polyfills": "^1.7.0" + "gatsby-core-utils": "^2.8.0", + "gatsby-legacy-polyfills": "^1.8.0" } }, "babel-preset-jest": { @@ -38877,18 +38910,18 @@ } }, "chokidar": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", - "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", + "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", "requires": { - "anymatch": "~3.1.1", + "anymatch": "~3.1.2", "braces": "~3.0.2", - "fsevents": "~2.3.1", - "glob-parent": "~5.1.0", + "fsevents": "~2.3.2", + "glob-parent": "~5.1.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", - "readdirp": "~3.5.0" + "readdirp": "~3.6.0" } }, "chownr": { @@ -39581,9 +39614,9 @@ } }, "create-gatsby": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.7.1.tgz", - "integrity": "sha512-X330+JLFhnYDVTEs7nd5nQiaqWc9aq/gAY6V/jXo2ZwySZRW2XMAaL1ROLpkd5MwywTfykW0oJWRhLBwC17a7A==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-1.8.0.tgz", + "integrity": "sha512-AW3PZONTFfTMKmUfHbpwHebL8/QCbQ0qPwH9piNHen4/7EeZyaN7ZzeilKMUue4DEi9Om7VKlZtW+bKcVml3bg==" }, "create-require": { "version": "1.1.1", @@ -42662,9 +42695,9 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "gatsby": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.7.2.tgz", - "integrity": "sha512-grweoXdoE/Y6f1/qj3wDJ5JVQvfEwz/EPqPF9IXE3fbHdItr6hFCfYW9TmQopSHMuCxzvNhoCgwtyUL6sobBgw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-3.8.0.tgz", + "integrity": "sha512-6l1IOslajKT8Umz+qDIfu2Bv1ldAbLnsrMId6ExWvcoqNjOw2eSyGHkGjwnQIwl17A0UcA1wSTAw/Gsj480IxA==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/core": "^7.14.0", @@ -42675,7 +42708,6 @@ "@babel/types": "^7.14.0", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", - "@mikaelkristiansson/domready": "^1.0.10", "@nodelib/fs.walk": "^1.2.4", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", "@types/http-proxy": "^1.17.4", @@ -42689,8 +42721,8 @@ "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "^3.3.4", - "babel-plugin-remove-graphql-queries": "^3.7.1", - "babel-preset-gatsby": "^1.7.1", + "babel-plugin-remove-graphql-queries": "^3.8.0", + "babel-preset-gatsby": "^1.8.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -42732,16 +42764,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.7.1", - "gatsby-core-utils": "^2.7.1", - "gatsby-graphiql-explorer": "^1.7.1", - "gatsby-legacy-polyfills": "^1.7.0", - "gatsby-link": "^3.7.1", - "gatsby-plugin-page-creator": "^3.7.1", - "gatsby-plugin-typescript": "^3.7.1", - "gatsby-plugin-utils": "^1.7.1", - "gatsby-react-router-scroll": "^4.7.1", - "gatsby-telemetry": "^2.7.1", + "gatsby-cli": "^3.8.0", + "gatsby-core-utils": "^2.8.0", + "gatsby-graphiql-explorer": "^1.8.0", + "gatsby-legacy-polyfills": "^1.8.0", + "gatsby-link": "^3.8.0", + "gatsby-plugin-page-creator": "^3.8.0", + "gatsby-plugin-typescript": "^3.8.0", + "gatsby-plugin-utils": "^1.8.0", + "gatsby-react-router-scroll": "^4.8.0", + "gatsby-telemetry": "^2.8.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -42962,9 +42994,9 @@ } }, "gatsby-cli": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.7.1.tgz", - "integrity": "sha512-IWs7eU3tOad4qiglvokrZEL2yJPQsXjuzKW5slfXbhuj5pIc+o65f389HeOq20wHPh7ACHfZPMftvhtaPsO91g==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.8.0.tgz", + "integrity": "sha512-81rQNDgHgkXoFMiwluZGN0ETKonGn8tl1uxL3OpOx3aOfP1aPv5NBSOLX70O6vo9jXyg6oy0gPHGjhbQMdSyIw==", "requires": { "@babel/code-frame": "^7.14.0", "@types/common-tags": "^1.8.0", @@ -42974,14 +43006,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.7.1", + "create-gatsby": "^1.8.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", - "gatsby-recipes": "^0.18.1", - "gatsby-telemetry": "^2.7.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-recipes": "^0.19.0", + "gatsby-telemetry": "^2.8.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -43200,9 +43232,9 @@ } }, "gatsby-core-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.7.1.tgz", - "integrity": "sha512-ofiAzLMeLjkS9huo0JQRbNzOfwCCxzPg7mSXeEhZhHGfbXoqZ9ZufmlTTgSYLc5v6agoM4yi4rHqdMOXu4qXAw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.8.0.tgz", + "integrity": "sha512-CadvILN4ZyYMYQAp+haxSgE/0k5zIu6y2WcqVSJaQLmmWq0o49Gv4CftVKOEXOtXaN0DEr9e4wWFVBRAYaRHGA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -43215,17 +43247,17 @@ } }, "gatsby-graphiql-explorer": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.7.1.tgz", - "integrity": "sha512-m+41RTywPpUnMYwMAykgfocUGURp1wGrtoVqZiyCgLMW/erjU0NL61pwIidOInpuSL/61/3O9WAKiPwNTM95kQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.8.0.tgz", + "integrity": "sha512-PEMIKJdvPhJWChb0+ANwAzvFmmPXOKpo1kgi80O/J4OphVJN6059H9gUWGedIo2wwQ9db7wdguOvtYMMWsKeZQ==", "requires": { "@babel/runtime": "^7.14.0" } }, "gatsby-legacy-polyfills": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.7.0.tgz", - "integrity": "sha512-C4CKvFmdkSTBtJzYPSjHKQz2tRwVwMuQ7OBW8tY1K1FPn6Usl2gjQdw6G8Pf3juV1jlJrFaep/+0ZM/AV8KQuA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.8.0.tgz", + "integrity": "sha512-u/vlxcxR5Ny6btWGqKnC06spGZzIezUOPpuM36OmDtq6GjefS7EVkOd+tghZ1UUP7xCEIb+4xCLlOD83K/fOKg==", "requires": { "core-js-compat": "3.9.0" }, @@ -43247,9 +43279,9 @@ } }, "gatsby-link": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.7.1.tgz", - "integrity": "sha512-5mPLepeP9SgG3zEY7/jjiXV3nYAgAZnIdE5ctlfh+Yc5Cfgc5jxhFT6vTuqcwPMTvCYRp/O8j+yPbP+Ec37ITA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.8.0.tgz", + "integrity": "sha512-Ruso8cP++5egvpzx5y8HMJouA1ldkNsHMtHANYwZnSZ2Wd+OHfR+kWRRS+zPqqHbhRmMeecdTXRCth07vvzKEw==", "requires": { "@babel/runtime": "^7.14.0", "@types/reach__router": "^1.3.7", @@ -43257,24 +43289,24 @@ } }, "gatsby-page-utils": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.7.1.tgz", - "integrity": "sha512-PcElHifovBu7E/xC/724eYr6vTAKc0Uqf/ZFZWG5GB5td+MG2A5pGiUBGDmmxsIO7b4c8X5oW8Jtem9zKoOI8w==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-1.8.0.tgz", + "integrity": "sha512-5fa5JbrHPiVDrBtkjoZySdClTUfmYBGg5OSMF2d/mFXEh8NCjSQK8EmosHO4u7uwLYT/gnb+BwsoVkuXYt+hHQ==", "requires": { "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" } }, "gatsby-plugin-create-client-paths": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-3.7.1.tgz", - "integrity": "sha512-+1LBAXBb8/IiTptOwfQpLE0Lw1IXYHZ0uThRj24KLzSffPbCESsvfHZfpc355y6DGmuqrBg6aElH+oEf+wQ9Gw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-3.8.0.tgz", + "integrity": "sha512-z7okRH7xTDqravjc6PX/FwEcbwZ4efJiPACY+oGA3Lwqybk1m8B8tJMEUx5ld5E9yfbgkLzBiO5c5/e8KHuFlg==", "requires": { "@babel/runtime": "^7.14.0" } @@ -43293,32 +43325,32 @@ "requires": {} }, "gatsby-plugin-image": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.7.1.tgz", - "integrity": "sha512-1wUgNNc4e1ySNaDgH3yEs6HYZ8W4s0IAFU945SQtASknrR9o69WpeWPBllQwDrlq/1jlzetMTCiMISHvc7aqqQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.8.0.tgz", + "integrity": "sha512-nE7VAjhoKlAEtiBmDYo7PFsr4InyrKaHg47ou2b3PG++JiZQRkeVYDq1qeBPmbjh0DA93KMVOheIlc1NuVZvAQ==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/parser": "^7.14.0", "@babel/traverse": "^7.14.0", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.7.1", + "babel-plugin-remove-graphql-queries": "^3.8.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" } }, "gatsby-plugin-manifest": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.7.1.tgz", - "integrity": "sha512-STYtL7QZlKmGcXza+qxtIr8A5HS+0TzBy+qRDlOCFIYnxVTWKgg4m45/G7rQrUc1Ws4C5Km+J0zZFrGlpN5b7Q==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.8.0.tgz", + "integrity": "sha512-Wg8FuhAYdXofrAC8ZlaGGvM3evwpq88kgW3Xe2MuMXSQgdFvhw6SxoS6jzyEdPaCIi45x6C2+P3r1uXNdLECQw==", "requires": { "@babel/runtime": "^7.14.0", - "gatsby-core-utils": "^2.7.1", - "gatsby-plugin-utils": "^1.7.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-plugin-utils": "^1.8.0", "semver": "^7.3.5", "sharp": "^0.28.1" }, @@ -43358,13 +43390,13 @@ } }, "gatsby-plugin-offline": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.7.1.tgz", - "integrity": "sha512-rK4oRxpiOsWQj5SNekcWuUY169OBrdYzxkYu+dOJM5rca6mPNMs0DkGJ4OqhIwxW+xGs6in9QKXbAtoc4ICQ6Q==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.8.0.tgz", + "integrity": "sha512-TYla0Z78fnDI8z0OXlD7gzyEeoX5cNOdNOojlmctCZutgUaPpXm6FVpm1OSvHt1ImU5rgZtQNp5fTT6DKJwneA==", "requires": { "@babel/runtime": "^7.14.0", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -43372,25 +43404,25 @@ } }, "gatsby-plugin-page-creator": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.7.1.tgz", - "integrity": "sha512-3Lon4tWmsSwA8jWnTtsQ8JwgKm18Y92ImkQe6yb0kXf4ZE/MeAZDj5ISMdZZWrkwAtSFXLNkNeCuap6jU04DjQ==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.8.0.tgz", + "integrity": "sha512-6H+7+74f8rHay8V6EF80/ucDUREjaqCfrW5KSjAYxrc7uh8s5QNeumgNixQUAofnZQOCLTiyw1C3lOQnUVL4Xg==", "requires": { "@babel/traverse": "^7.14.0", "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.7.1", - "gatsby-page-utils": "^1.7.1", - "gatsby-telemetry": "^2.7.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-page-utils": "^1.8.0", + "gatsby-telemetry": "^2.8.0", "globby": "^11.0.3", "lodash": "^4.17.21" } }, "gatsby-plugin-postcss": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.7.1.tgz", - "integrity": "sha512-lawHi4jxVRDPie4OSW/lEi3WNndwl8YWjdEIB1h1eC4KJUoZ1ulEdRec9zVaO1PBKUfcNcR+bMRuQbZ09Nfp0g==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.8.0.tgz", + "integrity": "sha512-F3N3DEwGIC4AphKC1N/R8MGDJsXicjNthito6LCbs63b14U6JwKMnNmexmob25EBh2HFJETe0WiJBgVErUCdag==", "requires": { "@babel/runtime": "^7.14.0", "postcss-loader": "^4.3.0" @@ -43454,25 +43486,25 @@ } }, "gatsby-plugin-react-helmet": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.7.1.tgz", - "integrity": "sha512-lu+Fgs8pWfYvqKdaSgAkbeE9wgVTnAS8sKgykcqaEgK+STpmhFtzpuJqmhBK3wJwP7yK5BePK5Dte+aRbtkpJQ==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.8.0.tgz", + "integrity": "sha512-MzsWiJFGKIYhIPLLp5zb0hX8ppL5tWpEuAHDeqI4DJ6egsAvcXt65RrunZNnAdP26367LKuz+X0ZEla0II3lsQ==", "requires": { "@babel/runtime": "^7.14.0" } }, "gatsby-plugin-sharp": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.7.1.tgz", - "integrity": "sha512-rwtXrGIZ/Tsf8JgxHcEa82lTYMMZL4KUgbEgQ/OMXuMWcvyTeh4pJAwTNk/rxOS8yyVlCY1TiWO0/I65W4osJA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.8.0.tgz", + "integrity": "sha512-SZ++IKq16np583FJqhez322Qz6FlHq6LdkChlR1m4jP1tiuEnsMMOh8R3RAt1qaaozQQeykMTRPUUgHPF4sSwg==", "requires": { "@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.7.1", - "gatsby-telemetry": "^2.7.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-telemetry": "^2.8.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -43663,9 +43695,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.3.1.tgz", - "integrity": "sha512-Qn1/FMEHpY2DbzJIFn9o3TZdUDN9n0YR6MhF8CZHUFdad+zKKcZmmPJRnyqszNCFQzamY0WFCk1cerk5CfdMRg==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-4.4.0.tgz", + "integrity": "sha512-Jg5ysXXiLd8UPOs/UUzviOm4kdxvl8zuUUO3PqFm/a557nLIN8HwwRMpQwBzAUIWhYyLaDvkPHyqseB/oPhRsg==", "requires": { "@babel/runtime": "^7.14.0", "common-tags": "^1.8.0", @@ -43674,9 +43706,9 @@ } }, "gatsby-plugin-typescript": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.7.1.tgz", - "integrity": "sha512-zOuPrtjnvAPQa9AkjgipKYES6YR7WLr/Rru13zsQCubwr9UtkgyXlQB4bqYuyDEKy0F0HHGLU69WQKNYvP3PhA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.8.0.tgz", + "integrity": "sha512-FmDA6DLcotzLHbRpxTJpamEcTh3xRdMNcD0i0RBVcsv3VCnsQHiQQ/1CEtxs4erk7SgvWd+q+ywQQjTkVugXyA==", "requires": { "@babel/core": "^7.14.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.0", @@ -43684,13 +43716,13 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.0", "@babel/preset-typescript": "^7.14.0", "@babel/runtime": "^7.14.0", - "babel-plugin-remove-graphql-queries": "^3.7.1" + "babel-plugin-remove-graphql-queries": "^3.8.0" } }, "gatsby-plugin-utils": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.7.1.tgz", - "integrity": "sha512-mZ6qDwTBheCXeUa9KBdeHTtwWzX4AyzqXrl3EVj3bWQzNFSvUMC5QJfySo1UnWBjYLdCUpe45ZeDg/85q52Cgg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.8.0.tgz", + "integrity": "sha512-K/EiYx2kKd5BOuwWg86mrvrMh8u9hW40abFLZYH4zRAkthL+vYp/WeckVL/TibZ3jPUhhay9JGjXKR+Ot6BYDQ==", "requires": { "joi": "^17.2.1" } @@ -44625,17 +44657,17 @@ } }, "gatsby-react-router-scroll": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.7.1.tgz", - "integrity": "sha512-APdwZYk2WZ3Bf8EeovYXQh8KHHQ59WfcFhUNU0CJ/z1xwLatqkg4kDxmGWPydHx7DTOM6WbmmaL33L1n0ybEcw==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.8.0.tgz", + "integrity": "sha512-bKraD+ng3R8FZNEuOIshSmr6DKgholdqo94XHm9DeQVIsd0A/5PPJ+inzTb+vG04UTuFZo03cPZHf3eIGaDXVg==", "requires": { "@babel/runtime": "^7.14.0" } }, "gatsby-recipes": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.18.1.tgz", - "integrity": "sha512-gjtCDu1qMtQkjmA5mrHw4orFxkoUPW9VnyVcLc8kcGAjJLR3MTKeECQL6p0SrKHgsbJTkOJ2BTvzU3R5jENBbg==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.19.0.tgz", + "integrity": "sha512-yboFABHUNB9+1x/RA13yKU/P0/2K+SaenudC+THshxL4uiUHlbU029iXp6Di2zMfIhak8aZ7FyUrpCieey/0Rw==", "requires": { "@babel/core": "^7.14.0", "@babel/generator": "^7.14.0", @@ -44660,8 +44692,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", - "gatsby-telemetry": "^2.7.1", + "gatsby-core-utils": "^2.8.0", + "gatsby-telemetry": "^2.8.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", @@ -44847,16 +44879,16 @@ } }, "gatsby-source-filesystem": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.7.1.tgz", - "integrity": "sha512-JLMFJxvGnmVFW0UDr6r3XlqCp9GJ5Eqz4baWe9cVSdn61rz6YuV+BrtZIRBkqaWbnhv14+z7J+59OxpLG/kXHg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.8.0.tgz", + "integrity": "sha512-EyyqiIOhDeZ2EzykLRy3lR9WlpDrBCeHwn5wohvvjGBmWDnA54LloScIf1r/0PxSHSn/vFtXkBuh2Slzln5eag==", "requires": { "@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.7.1", + "gatsby-core-utils": "^2.8.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -44964,9 +44996,9 @@ } }, "gatsby-telemetry": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.7.1.tgz", - "integrity": "sha512-nZgM5SYkS7AWE4NJ/HGrQkUBn7B1k8d6KuRVgv1HanHQxnKUBaWL/6ej/ZBYcvfRBWMCi2mX0QJYlSKVx45XOw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-2.8.0.tgz", + "integrity": "sha512-MlV9Lbminhsz1MUiWJJvZ+8VVhIYBl2AsxJylckGoUp+skGfNq5d3pWSv+u/nU4zVP8T1HUWc1c7KSVq6ggrbw==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/runtime": "^7.14.0", @@ -44976,7 +45008,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -44992,12 +45024,12 @@ } }, "gatsby-transformer-remark": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-4.4.1.tgz", - "integrity": "sha512-TQt8i/gSLoVID3Pn6v6I8OOXLSw5r0w4yY90VisENiStDxEEKMrgAvlkaBNikwGvi+c8KctfX6SFCGbSUpqRkg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-4.5.0.tgz", + "integrity": "sha512-iiXNQRnM2mOeOuXxZWNjAj2CR5hoYgBSXD68+k7ZSeSGIkF1qf5B27t0yTdwDP/rVE+C+ZLtjjl3JNKwul++6g==", "requires": { "@babel/runtime": "^7.14.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "gray-matter": "^4.0.2", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.2", @@ -45062,9 +45094,9 @@ } }, "gatsby-transformer-sharp": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.7.1.tgz", - "integrity": "sha512-Q+/X8sbVpabJz4G+V4aMt0f7XlB5lsPfM3zYUkb9ns4c+soN+qPMqZRiaKqoLb7hXG9Bs48EV8mJXeWc4w+xOA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.8.0.tgz", + "integrity": "sha512-p3H7DN8kGjlC4rKdN9GYPWnD6u5GO611BcV1ebR60IQnQ/E8gM/SvX+gmX5KiEEXVmvveLY75umyibzLPXFhpQ==", "requires": { "@babel/runtime": "^7.14.0", "bluebird": "^3.7.2", @@ -51426,20 +51458,20 @@ "integrity": "sha1-8r0iH2zJcKk42IVWq8WJyqqiveE=" }, "parse-url": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.3.tgz", - "integrity": "sha512-nrLCVMJpqo12X8uUJT4GJPd5AFaTOrGx/QpJy3HNcVtq0AZSstVIsnxS5fqNPuoqMUs3MyfBoOP6Zvu2Arok5A==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.5.tgz", + "integrity": "sha512-AwfVhXaQrNNI6UPUJq/GJN2qoY0L9gPgxhh9VbDP0bfBAJWaC/Zh8hjQ58YKTi4AagOT70fpadkYSKPo+eFb1w==", "requires": { "is-ssh": "^1.3.0", - "normalize-url": "^6.0.1", + "normalize-url": "4.5.0", "parse-path": "^4.0.0", "protocols": "^1.4.0" }, "dependencies": { "normalize-url": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==" + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", + "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" } } }, @@ -53457,9 +53489,9 @@ } }, "readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", - "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "requires": { "picomatch": "^2.2.1" } @@ -56135,16 +56167,16 @@ } }, "tailwindcss": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.2.tgz", - "integrity": "sha512-OzFWhlnfrO3JXZKHQiqZcb0Wwl3oJSmQ7PvT2jdIgCjV5iUoAyql9bb9ZLCSBI5TYXmawujXAoNxXVfP5Auy/Q==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.4.tgz", + "integrity": "sha512-OdBCPgazNNsknSP+JfrPzkay9aqKjhKtFhbhgxHgvEFdHy/GuRPo2SCJ4w1SFTN8H6FPI4m6qD/Jj20NWY1GkA==", "dev": true, "requires": { "@fullhuman/postcss-purgecss": "^4.0.3", "arg": "^5.0.0", "bytes": "^3.0.0", "chalk": "^4.1.1", - "chokidar": "^3.5.1", + "chokidar": "^3.5.2", "color": "^3.1.3", "cosmiconfig": "^7.0.0", "detective": "^5.2.0", @@ -56162,7 +56194,7 @@ "normalize-path": "^3.0.0", "object-hash": "^2.2.0", "postcss-js": "^3.0.3", - "postcss-load-config": "^3.0.1", + "postcss-load-config": "^3.1.0", "postcss-nested": "5.0.5", "postcss-selector-parser": "^6.0.6", "postcss-value-parser": "^4.1.0", diff --git a/package.json b/package.json index aedcf0ff..d164f688 100644 --- a/package.json +++ b/package.json @@ -29,22 +29,22 @@ "downloadjs": "^1.4.7", "firebase": "^8.6.8", "formik": "^2.2.9", - "gatsby": "^3.7.2", - "gatsby-plugin-create-client-paths": "^3.7.1", + "gatsby": "^3.8.0", + "gatsby-plugin-create-client-paths": "^3.8.0", "gatsby-plugin-firebase": "^0.2.0-beta.4", - "gatsby-plugin-image": "^1.7.1", - "gatsby-plugin-manifest": "^3.7.1", + "gatsby-plugin-image": "^1.8.0", + "gatsby-plugin-manifest": "^3.8.0", "gatsby-plugin-material-ui": "^3.0.1", - "gatsby-plugin-offline": "^4.7.1", - "gatsby-plugin-postcss": "^4.7.1", - "gatsby-plugin-react-helmet": "^4.7.1", - "gatsby-plugin-sharp": "^3.7.1", - "gatsby-plugin-sitemap": "^4.3.1", + "gatsby-plugin-offline": "^4.8.0", + "gatsby-plugin-postcss": "^4.8.0", + "gatsby-plugin-react-helmet": "^4.8.0", + "gatsby-plugin-sharp": "^3.8.0", + "gatsby-plugin-sitemap": "^4.4.0", "gatsby-plugin-webfonts": "^2.1.0", - "gatsby-source-filesystem": "^3.7.1", + "gatsby-source-filesystem": "^3.8.0", "gatsby-source-gravatar": "^1.0.1", - "gatsby-transformer-remark": "^4.4.1", - "gatsby-transformer-sharp": "^3.7.1", + "gatsby-transformer-remark": "^4.5.0", + "gatsby-transformer-sharp": "^3.8.0", "i18next": "^20.3.2", "lodash": "^4.17.21", "nanoevents": "^6.0.0", @@ -66,9 +66,9 @@ }, "devDependencies": { "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^11.2.7", + "@testing-library/react": "^12.0.0", "babel-jest": "^27.0.5", - "babel-preset-gatsby": "^1.7.1", + "babel-preset-gatsby": "^1.8.0", "eslint": "^7.29.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", @@ -88,7 +88,7 @@ "prettier": "2.3.1", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "tailwindcss": "^2.2.2" + "tailwindcss": "^2.2.4" }, "repository": { "type": "git", diff --git a/src/i18n/index.js b/src/i18n/index.js index b4d5313c..861a54ad 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -27,10 +27,6 @@ const languages = [ code: 'nl', name: 'Dutch (Nederlands)', }, - { - code: 'id', - name: 'Indonesian (Bahasa Indonesia)', - }, { code: 'en', name: 'English (US)', @@ -59,6 +55,10 @@ const languages = [ code: 'hi', name: 'Hindi (हिंदी)', }, + { + code: 'id', + name: 'Indonesian (Bahasa Indonesia)', + }, { code: 'it', name: 'Italian (Italiano)',