diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 1fd0587c..c1aff45e 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -29,7 +29,7 @@ "@netlify/build": "^26.3.10", "@types/fs-extra": "^9.0.12", "@types/multer": "^1.4.7", - "gatsby": "^4.3.0", + "gatsby": "^4.8.1", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "typescript": "^4.5.2" @@ -5010,9 +5010,9 @@ "dev": true }, "node_modules/@types/node-fetch": { - "version": "2.5.12", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.12.tgz", - "integrity": "sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", "dev": true, "dependencies": { "@types/node": "*", @@ -6379,13 +6379,13 @@ } }, "node_modules/babel-plugin-remove-graphql-queries": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.7.0.tgz", - "integrity": "sha512-UfDiex308kr8vx5YC3w0KyPitgdPlH3btR/DQWBTMhbavU5zJ+N/nsefzamt8fnq/5911j83Kc89jtmdqzxGDg==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.8.1.tgz", + "integrity": "sha512-KqMTbXBwcbIGGVHlhtOU1vgaL4jFkuT0B/ZcWPmjUCpdxnZBnshmamYtE3oV1WovArJVjoFtaKxbG8QsStdLnA==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.7.0" + "gatsby-core-utils": "^3.8.1" }, "engines": { "node": ">=14.15.0" @@ -6402,9 +6402,9 @@ "dev": true }, "node_modules/babel-preset-gatsby": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-2.7.0.tgz", - "integrity": "sha512-7BbtGrGrLbltJMP6ZkOv2URMS+kOkhqjKj7fgpb/Nlcb99BX51i0c7pDHoQE4SAS2ZbK6DixeDLkX2bPt2RXnw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-2.8.1.tgz", + "integrity": "sha512-RHjEIPPWnlx2x8NrC6BOifIiT2JgtDh7KvSz4reNwMri1ns0cNt6OzYPQhKAsXIzfQdYZBRAdRNNJsQu5BxhJg==", "dev": true, "dependencies": { "@babel/plugin-proposal-class-properties": "^7.14.0", @@ -6420,8 +6420,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": "^3.7.0", - "gatsby-legacy-polyfills": "^2.7.0" + "gatsby-core-utils": "^3.8.1", + "gatsby-legacy-polyfills": "^2.8.0" }, "engines": { "node": ">=14.15.0" @@ -7408,14 +7408,17 @@ } }, "node_modules/color": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/color/-/color-4.2.0.tgz", - "integrity": "sha512-hHTcrbvEnGjC7WBMk6ibQWFVDgEFTVmjrz2Q5HlU6ltwxv0JJN2Z8I7uRbWeQLF04dikxs8zgyZkazRJvSMtyQ==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/color/-/color-4.2.1.tgz", + "integrity": "sha512-MFJr0uY4RvTQUKvPq7dh9grVOTYSFeXja2mBXioCGjnjJoXrAp9jJ1NQTDR73c9nwBSAQiNKloKl5zq9WB9UPw==", "dev": true, "optional": true, "dependencies": { "color-convert": "^2.0.1", "color-string": "^1.9.0" + }, + "engines": { + "node": ">=12.5.0" } }, "node_modules/color-convert": { @@ -8347,9 +8350,9 @@ } }, "node_modules/create-gatsby": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-2.7.0.tgz", - "integrity": "sha512-Le7r71ycNiPLq6RrOKXeONsotC57viwuajFuVfhAzXAgUmJSraHSeHT8S4Ydoa3nML1SyJiZaPB4CLC+Ju3gPQ==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-2.8.0.tgz", + "integrity": "sha512-ajRtxbSj8szzrOkoS90UtD0SViPsav0l9XW96Xytob/OhR+Q+xklL8KyA2ObJoKIRWkHwaFv0D3fp0lXOJR3BQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4" @@ -12065,9 +12068,9 @@ "dev": true }, "node_modules/gatsby": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.7.2.tgz", - "integrity": "sha512-DY7qoFQ8y+14UsmEkzWigHWPkkJ79elu6A2nDjg19YV8K8k96PlexkYLDYOI5kSBiCmCV+ZURVfexuVU0U0HDA==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.8.1.tgz", + "integrity": "sha512-xV+LROn1lwSHgHXMbHjdX/r3bzvFBkNSX8gYXg+nvnmoBgVQnLlCX823OiOSJpVYPrJj0u8qg14hLJd+P2Cong==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -12095,8 +12098,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": "^4.7.0", - "babel-preset-gatsby": "^2.7.0", + "babel-plugin-remove-graphql-queries": "^4.8.1", + "babel-preset-gatsby": "^2.8.1", "better-opn": "^2.1.1", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -12119,6 +12122,7 @@ "detect-port": "^1.3.0", "devcert": "^1.2.0", "dotenv": "^8.6.0", + "enhanced-resolve": "^5.8.3", "eslint": "^7.32.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "^5.10.0", @@ -12138,22 +12142,22 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.0.0", - "gatsby-cli": "^4.7.0", - "gatsby-core-utils": "^3.7.0", - "gatsby-graphiql-explorer": "^2.7.0", - "gatsby-legacy-polyfills": "^2.7.0", - "gatsby-link": "^4.7.1", - "gatsby-page-utils": "^2.7.0", - "gatsby-plugin-page-creator": "^4.7.0", - "gatsby-plugin-typescript": "^4.7.0", - "gatsby-plugin-utils": "^3.1.0", - "gatsby-react-router-scroll": "^5.7.0", - "gatsby-telemetry": "^3.7.0", - "gatsby-worker": "^1.7.0", + "gatsby-cli": "^4.8.1", + "gatsby-core-utils": "^3.8.1", + "gatsby-graphiql-explorer": "^2.8.0", + "gatsby-legacy-polyfills": "^2.8.0", + "gatsby-link": "^4.8.1", + "gatsby-page-utils": "^2.8.1", + "gatsby-plugin-page-creator": "^4.8.1", + "gatsby-plugin-typescript": "^4.8.1", + "gatsby-plugin-utils": "^3.2.0", + "gatsby-react-router-scroll": "^5.8.0", + "gatsby-telemetry": "^3.8.1", + "gatsby-worker": "^1.8.0", "glob": "^7.2.0", "got": "^11.8.2", "graphql": "^15.7.2", - "graphql-compose": "^9.0.6", + "graphql-compose": "^9.0.7", "graphql-playground-middleware-express": "^1.7.22", "hasha": "^5.2.2", "http-proxy": "^1.18.1", @@ -12163,7 +12167,7 @@ "joi": "^17.4.2", "json-loader": "^0.5.7", "latest-version": "5.1.0", - "lmdb-store": "^1.6.11", + "lmdb": "2.2.1", "lodash": "^4.17.21", "md5-file": "^5.0.0", "meant": "^1.0.3", @@ -12213,7 +12217,6 @@ "type-of": "^2.0.1", "url-loader": "^4.1.1", "uuid": "^8.3.2", - "v8-compile-cache": "^2.3.0", "webpack": "^5.61.0", "webpack-dev-middleware": "^4.3.0", "webpack-merge": "^5.8.0", @@ -12229,7 +12232,7 @@ "node": ">=14.15.0" }, "optionalDependencies": { - "gatsby-sharp": "^0.1.0" + "gatsby-sharp": "^0.2.0" }, "peerDependencies": { "react": "^16.9.0 || ^17.0.0", @@ -12237,9 +12240,9 @@ } }, "node_modules/gatsby-cli": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-4.7.0.tgz", - "integrity": "sha512-y5L+h7dtFjiKeBiiNtNw0HsgcMcTMokpfXHbXfIV7khCS1dxN9xtYx6lKvsxLX3ytxs3OsWTxeqfNhEB87wrNw==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-4.8.1.tgz", + "integrity": "sha512-F72TiIdc767JauncyNgX7JBvV3AZwuEoAriwvJQClPvTB1RXQXmgrDH5Wvv5eeqo8KDCu+6A8veQmqcOn/IoPg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -12258,13 +12261,13 @@ "common-tags": "^1.8.2", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^2.7.0", + "create-gatsby": "^2.8.0", "envinfo": "^7.8.1", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.7.0", - "gatsby-telemetry": "^3.7.0", + "gatsby-core-utils": "^3.8.1", + "gatsby-telemetry": "^3.8.1", "hosted-git-info": "^3.0.8", "is-valid-path": "^0.1.1", "joi": "^17.4.2", @@ -12318,9 +12321,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.7.0.tgz", - "integrity": "sha512-CboIzpEFbaD4+WrozKl3fMpxUetcaDq0aWPfrfzAtc8l0JMlD3GS2Q/uW7HpcvTAlSGv2ZomTzd2ySLV/AgpTQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.8.1.tgz", + "integrity": "sha512-VuIRLVcgxi0leKT1fZvoNhjHn2DKIHdm8f0EqtDwIxeIVZLgtxBksVikZoAqRPhsSExC0YajGFJVBaV9fPADTg==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", @@ -12330,9 +12333,12 @@ "file-type": "^16.5.3", "fs-extra": "^10.0.0", "got": "^11.8.3", + "import-from": "^4.0.0", + "lmdb": "^2.1.7", "lock": "^1.1.0", "node-object-hash": "^2.3.10", "proper-lockfile": "^4.1.2", + "resolve-from": "^5.0.0", "tmp": "^0.2.1", "xdg-basedir": "^4.0.0" }, @@ -12448,6 +12454,18 @@ "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", "dev": true }, + "node_modules/gatsby-core-utils/node_modules/import-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz", + "integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==", + "dev": true, + "engines": { + "node": ">=12.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/gatsby-core-utils/node_modules/json-buffer": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", @@ -12515,9 +12533,9 @@ } }, "node_modules/gatsby-graphiql-explorer": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.7.0.tgz", - "integrity": "sha512-/WCbynMm6YJtiZH8KBcTuvIHTbI/0K+Yqwh6y/qWB2wJdHf7rpzDmfEqvR8G5XtQpmqZcj4QSAptJMlwwWju9A==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.8.0.tgz", + "integrity": "sha512-a1zzuboDVrokZpqCGzeb0WR5GEz1FJ2bvz0NRxS/Nn21bNfnoZ5mscBW5p9ZMcHdwwHdH47+qRDwhBQpm1aYJw==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4" @@ -12527,9 +12545,9 @@ } }, "node_modules/gatsby-legacy-polyfills": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-2.7.0.tgz", - "integrity": "sha512-xekYaWCOnvoGp8PWKBewC7h5pOvs3bx8Q/Avk9FgMqN2IGskV1a6E4ajORnjUKrdpCEUqx5/74WSxjfXhUneFg==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-2.8.0.tgz", + "integrity": "sha512-657APdGBExskfeFiWreLe33junEeeWbuB6KJbcfhM2UM9wRBOEV1qbZNgIt5c639PMCwg9Zq+WjIZRSaepGO3A==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", @@ -12560,14 +12578,14 @@ } }, "node_modules/gatsby-link": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-4.7.1.tgz", - "integrity": "sha512-4xbuCnBmlZ4IWHPreIeC2TjwDPseRkwaNekEpUo53r/xoIB2PBMO1uMUrqNx2C0+DxEQXhMhaprK2A+eCFa8Kw==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-4.8.1.tgz", + "integrity": "sha512-SqnHlzwaw5leHB9LXCt4hOHh8aILp8xajqtZUsyjSP2TcPmX7dL24jYTPGlLr3QQ4z5mtqur6DigKtousXRKZw==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", "@types/reach__router": "^1.3.10", - "gatsby-page-utils": "^2.7.0", + "gatsby-page-utils": "^2.8.1", "prop-types": "^15.7.2" }, "engines": { @@ -12580,16 +12598,16 @@ } }, "node_modules/gatsby-page-utils": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.7.0.tgz", - "integrity": "sha512-lbg1+1EzQsH70bo1Rg6O0BYeHHyTSvLvU/6T4wJx3g5mTiRRoWqnbUpXCpTpusCgEO4gS0txGnfOErpxds2+KA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.8.1.tgz", + "integrity": "sha512-namuqulIjGjNnazR52BJwLDyyJ219pZCnNUB8qCOxns1mB3sGUAheEISnNwUZPgxj/dL1GQR19YtlK6jqPkEyA==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", "bluebird": "^3.7.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^3.7.0", + "gatsby-core-utils": "^3.8.1", "glob": "^7.2.0", "lodash": "^4.17.21", "micromatch": "^4.0.4" @@ -12599,9 +12617,9 @@ } }, "node_modules/gatsby-plugin-page-creator": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.7.0.tgz", - "integrity": "sha512-vBaCt+O1G7+ArX/KcYE0CA9Zho2kSvGey09KqBa6i6+K2vi/EAqELV7NyczpkQacuwck1WJyg/N/NjRRXVVEgw==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.8.1.tgz", + "integrity": "sha512-4g3fNQmlhxV/vqsXbYW1gKuOi960CcqoCOGfcesh3oThHQ5IiT0xJX9YtStU+Q7M7QvjUM1ZcTwBQzSKD4mTPw==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", @@ -12609,10 +12627,10 @@ "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^3.7.0", - "gatsby-page-utils": "^2.7.0", - "gatsby-plugin-utils": "^3.1.0", - "gatsby-telemetry": "^3.7.0", + "gatsby-core-utils": "^3.8.1", + "gatsby-page-utils": "^2.8.1", + "gatsby-plugin-utils": "^3.2.0", + "gatsby-telemetry": "^3.8.1", "globby": "^11.0.4", "lodash": "^4.17.21" }, @@ -12624,9 +12642,9 @@ } }, "node_modules/gatsby-plugin-typescript": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.7.0.tgz", - "integrity": "sha512-+KrOpC4sEhUbZXJq5Z011DW1bqDZqdGUWtOSRRBIvKBekHBnI6yeBY2I1MceN918XpX2RMLdJdgfzpykD4BUwQ==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.8.1.tgz", + "integrity": "sha512-8H70v1qT89WNWVsGG6mY8V8J5K45ghOLPJiN5Wp6Gcy6rylVmXiU2rbSgDWItW4/XJiew14VVfM58BtjDwathg==", "dev": true, "dependencies": { "@babel/core": "^7.15.5", @@ -12635,7 +12653,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@babel/runtime": "^7.15.4", - "babel-plugin-remove-graphql-queries": "^4.7.0" + "babel-plugin-remove-graphql-queries": "^4.8.1" }, "engines": { "node": ">=14.15.0" @@ -12645,9 +12663,9 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.1.0.tgz", - "integrity": "sha512-OvRhIKzjaz3WOo/dxSI90ZlclsO2xaj1Dz7vigU2QGPAe8JtRJbNTpgfBZ+JOBeVnDONNbZulVn8S8F/Ra/BZA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.2.0.tgz", + "integrity": "sha512-5zCd0RJnbpaYzKr8kGaGfuPj9Hygi3luiCN8bnN1zVnieaJlRsh+k7BF6ukuG+2qk7USjwQHxzKP9QqAVmOR4g==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", @@ -12661,9 +12679,9 @@ } }, "node_modules/gatsby-react-router-scroll": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-5.7.0.tgz", - "integrity": "sha512-5xB3DFjPmm3Fr4U/mGz/Yb2tmmB6Gs/KgzdMGooZJWygHNC7imLAt1kPFDZ6DkhIIP7cfkPA1JZHd9zZxeehvQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-5.8.0.tgz", + "integrity": "sha512-RKZHRmgzKLkm9qkyyP2moZvP0R3QNrsGoTcbURtJcnIYdzO/MzNUWy0SP/Lt604C0mmFBG+gDUuKT3/JvypEsw==", "dev": true, "dependencies": { "@babel/runtime": "^7.15.4", @@ -12679,23 +12697,23 @@ } }, "node_modules/gatsby-sharp": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.1.0.tgz", - "integrity": "sha512-2uQFj7AaLdLdtyn0GcOOda8lwUujkXuacwxqyOdhIZdasvtAp3D+40hzwkn4xAe+bQ8xckBGLtPZQ/7IM8CKsg==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.2.0.tgz", + "integrity": "sha512-JnvXcx77uT/m56sG86IDjFCsqzgB6JTcbwrKk4c1AjfEIvP0fGCsnDgIhdTri4PwnusQC8/ovUNAYaXQK5Yi9w==", "dev": true, "optional": true, "dependencies": { "@types/sharp": "^0.29.5", - "sharp": "^0.29.3" + "sharp": "^0.30.1" }, "engines": { "node": ">=14.15.0" } }, "node_modules/gatsby-telemetry": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.7.0.tgz", - "integrity": "sha512-jhtUGZynyHM3r9a7po/rKffj5AjacmU0rqqarsee9dxlDqsamqRtyFPTjn7JubRrc958M6qzNW+z/Zi0hoeFHg==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.8.1.tgz", + "integrity": "sha512-UETSYeLIikAiyuNmoPx7r9ERZ/aXv8sZGv2NdQDR/Ylcluf6G24NnhlFSMooajcdQX+8euJtcG+ReZK7WMYG7g==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -12707,7 +12725,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.7.0", + "gatsby-core-utils": "^3.8.1", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -12771,9 +12789,9 @@ } }, "node_modules/gatsby-worker": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.7.0.tgz", - "integrity": "sha512-pqIO0/fclpHhqlJ47Bb+7sk7U8XcoOqsSOg2M30HYlqi4rQYHMq1/XGTV/6xWi9RbeZpkJ8rLF3aw1Qa3dyPjQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.8.0.tgz", + "integrity": "sha512-JttpptUu4l38bB+xGY6bsik+wLyMv+h8JZo10nOngMTBfpkNcFp+7Vpyy+eWs7l0tRZhf0XXAXHo6bccllPnKg==", "dev": true, "dependencies": { "@babel/core": "^7.15.5", @@ -12784,9 +12802,9 @@ } }, "node_modules/gatsby/node_modules/@sindresorhus/is": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.4.0.tgz", - "integrity": "sha512-QppPM/8l3Mawvh4rn9CNEYIU9bxpXUCRMaX9yUpvBk1nMKusLKpfXGDEKExKaPhLzcn3lzil7pR6rnJ11HgeRQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", + "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", "dev": true, "engines": { "node": ">=10" @@ -14923,18 +14941,18 @@ "resolved": "https://registry.npmjs.org/linkfs/-/linkfs-2.1.0.tgz", "integrity": "sha512-kmsGcmpvjStZ0ATjuHycBujtNnXiZR28BTivEu0gAMDTT7GEyodcK6zSRtu6xsrdorrPZEIN380x7BD7xEYkew==" }, - "node_modules/lmdb-store": { - "version": "1.6.14", - "resolved": "https://registry.npmjs.org/lmdb-store/-/lmdb-store-1.6.14.tgz", - "integrity": "sha512-4woZfvfgolMEngjoMJrwePjdLotr3QKGJsDWURlJmKBed5JtE00IfAKo7ryPowl4ksGcs21pcdLkwrPnKomIuA==", + "node_modules/lmdb": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.2.1.tgz", + "integrity": "sha512-tUlIjyJvbd4mqdotI9Xe+3PZt/jqPx70VKFDrKMYu09MtBWOT3y2PbuTajX+bJFDjbgLkQC0cTx2n6dithp/zQ==", "dev": true, "hasInstallScript": true, "dependencies": { - "msgpackr": "^1.5.0", + "msgpackr": "^1.5.4", "nan": "^2.14.2", "node-gyp-build": "^4.2.3", - "ordered-binary": "^1.0.0", - "weak-lru-cache": "^1.0.0" + "ordered-binary": "^1.2.4", + "weak-lru-cache": "^1.2.2" } }, "node_modules/load-json-file": { @@ -15848,9 +15866,9 @@ "dev": true }, "node_modules/msgpackr": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.1.tgz", - "integrity": "sha512-I1CXFG8BYYSeIhtDlHpUVMsdDiyvP9JAh1d9QoBnkPx3ETPeH/1lR14hweM9GETs09wCWlaOyhtXxIc9boxAAA==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.4.tgz", + "integrity": "sha512-Z7w5Jg+2Q9z9gJxeM68d7tSuWZZGnFIRhZnyqcZCa/1dKkhOCNvR1TUV3zzJ3+vj78vlwKRzUgVDlW4jiSOeDA==", "dev": true, "optionalDependencies": { "msgpackr-extract": "^1.0.14" @@ -16097,9 +16115,9 @@ "dev": true }, "node_modules/node-abi": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.5.0.tgz", - "integrity": "sha512-LtHvNIBgOy5mO8mPEUtkCW/YCRWYEKshIvqhe1GHHyXEHEB5mgICyYnAcl4qan3uFeRROErKGzatFHPf6kDxWw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.8.0.tgz", + "integrity": "sha512-tzua9qWWi7iW4I42vUPKM+SfaF0vQSLAm4yO5J83mSwB7GeoWrDKC/K+8YCnYNwqP5duwazbw2X9l4m8SC2cUw==", "dev": true, "optional": true, "dependencies": { @@ -17114,9 +17132,9 @@ } }, "node_modules/ordered-binary": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.1.tgz", - "integrity": "sha512-Zl2RCcj/wRCakW9/yI83gutgNf7JFOPEHrCK72z+boIrU+PWAnIt6HADd1w+3keDQ90GCKbp1BduKZgkeNbz7A==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.4.tgz", + "integrity": "sha512-A/csN0d3n+igxBPfUrjbV5GC69LWj2pjZzAAeeHXLukQ4+fytfP4T1Lg0ju7MSPSwq7KtHkGaiwO8URZN5IpLg==", "dev": true }, "node_modules/os-homedir": { @@ -18621,13 +18639,13 @@ } }, "node_modules/prebuild-install": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.0.0.tgz", - "integrity": "sha512-IvSenf33K7JcgddNz2D5w521EgO+4aMMjFt73Uk9FRzQ7P+QZPKrp7qPsDydsSwjGt3T5xRNnM1bj1zMTD5fTA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.0.1.tgz", + "integrity": "sha512-QBSab31WqkyxpnMWQxubYAHR5S9B2+r81ucocew34Fkl98FhvKIF50jIJnNOBmAZfyNV7vE5T6gd3hTVWgY6tg==", "dev": true, "optional": true, "dependencies": { - "detect-libc": "^1.0.3", + "detect-libc": "^2.0.0", "expand-template": "^2.0.3", "github-from-package": "0.0.0", "minimist": "^1.2.3", @@ -18676,6 +18694,16 @@ "readable-stream": "^2.0.6" } }, + "node_modules/prebuild-install/node_modules/detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==", + "dev": true, + "optional": true, + "engines": { + "node": ">=8" + } + }, "node_modules/prebuild-install/node_modules/gauge": { "version": "2.7.4", "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", @@ -20652,19 +20680,19 @@ "dev": true }, "node_modules/sharp": { - "version": "0.29.3", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.29.3.tgz", - "integrity": "sha512-fKWUuOw77E4nhpyzCCJR1ayrttHoFHBT2U/kR/qEMRhvPEcluG4BKj324+SCO1e84+knXHwhJ1HHJGnUt4ElGA==", + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.1.tgz", + "integrity": "sha512-ycpz81q8AeVjz1pGvvirQBeJcYE2sXAjcLXR/69LWOe/oxavBLOrenZcTzvTXn83jqAGqY+OuwF+2kFXzbKtDA==", "dev": true, "hasInstallScript": true, "optional": true, "dependencies": { - "color": "^4.0.1", - "detect-libc": "^1.0.3", - "node-addon-api": "^4.2.0", - "prebuild-install": "^7.0.0", + "color": "^4.2.0", + "detect-libc": "^2.0.0", + "node-addon-api": "^4.3.0", + "prebuild-install": "^7.0.1", "semver": "^7.3.5", - "simple-get": "^4.0.0", + "simple-get": "^4.0.1", "tar-fs": "^2.1.1", "tunnel-agent": "^0.6.0" }, @@ -20675,6 +20703,16 @@ "url": "https://opencollective.com/libvips" } }, + "node_modules/sharp/node_modules/detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==", + "dev": true, + "optional": true, + "engines": { + "node": ">=8" + } + }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -23132,9 +23170,9 @@ } }, "node_modules/weak-lru-cache": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.1.3.tgz", - "integrity": "sha512-5LDIv+sr6uzT94Hhcq7Qv7gt3jxol4iMWUqOgJSLYbB5oO7bTSMqIBtKsytm8N2BufYOdJw86/qu+SDfbo/wKQ==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz", + "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", "dev": true }, "node_modules/web-streams-polyfill": { @@ -27693,9 +27731,9 @@ "dev": true }, "@types/node-fetch": { - "version": "2.5.12", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.12.tgz", - "integrity": "sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==", "dev": true, "requires": { "@types/node": "*", @@ -28770,13 +28808,13 @@ } }, "babel-plugin-remove-graphql-queries": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.7.0.tgz", - "integrity": "sha512-UfDiex308kr8vx5YC3w0KyPitgdPlH3btR/DQWBTMhbavU5zJ+N/nsefzamt8fnq/5911j83Kc89jtmdqzxGDg==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.8.1.tgz", + "integrity": "sha512-KqMTbXBwcbIGGVHlhtOU1vgaL4jFkuT0B/ZcWPmjUCpdxnZBnshmamYtE3oV1WovArJVjoFtaKxbG8QsStdLnA==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.7.0" + "gatsby-core-utils": "^3.8.1" } }, "babel-plugin-transform-react-remove-prop-types": { @@ -28786,9 +28824,9 @@ "dev": true }, "babel-preset-gatsby": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-2.7.0.tgz", - "integrity": "sha512-7BbtGrGrLbltJMP6ZkOv2URMS+kOkhqjKj7fgpb/Nlcb99BX51i0c7pDHoQE4SAS2ZbK6DixeDLkX2bPt2RXnw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-2.8.1.tgz", + "integrity": "sha512-RHjEIPPWnlx2x8NrC6BOifIiT2JgtDh7KvSz4reNwMri1ns0cNt6OzYPQhKAsXIzfQdYZBRAdRNNJsQu5BxhJg==", "dev": true, "requires": { "@babel/plugin-proposal-class-properties": "^7.14.0", @@ -28804,8 +28842,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": "^3.7.0", - "gatsby-legacy-polyfills": "^2.7.0" + "gatsby-core-utils": "^3.8.1", + "gatsby-legacy-polyfills": "^2.8.0" } }, "backo2": { @@ -29582,9 +29620,9 @@ } }, "color": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/color/-/color-4.2.0.tgz", - "integrity": "sha512-hHTcrbvEnGjC7WBMk6ibQWFVDgEFTVmjrz2Q5HlU6ltwxv0JJN2Z8I7uRbWeQLF04dikxs8zgyZkazRJvSMtyQ==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/color/-/color-4.2.1.tgz", + "integrity": "sha512-MFJr0uY4RvTQUKvPq7dh9grVOTYSFeXja2mBXioCGjnjJoXrAp9jJ1NQTDR73c9nwBSAQiNKloKl5zq9WB9UPw==", "dev": true, "optional": true, "requires": { @@ -30323,9 +30361,9 @@ } }, "create-gatsby": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-2.7.0.tgz", - "integrity": "sha512-Le7r71ycNiPLq6RrOKXeONsotC57viwuajFuVfhAzXAgUmJSraHSeHT8S4Ydoa3nML1SyJiZaPB4CLC+Ju3gPQ==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-2.8.0.tgz", + "integrity": "sha512-ajRtxbSj8szzrOkoS90UtD0SViPsav0l9XW96Xytob/OhR+Q+xklL8KyA2ObJoKIRWkHwaFv0D3fp0lXOJR3BQ==", "dev": true, "requires": { "@babel/runtime": "^7.15.4" @@ -33176,9 +33214,9 @@ "dev": true }, "gatsby": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.7.2.tgz", - "integrity": "sha512-DY7qoFQ8y+14UsmEkzWigHWPkkJ79elu6A2nDjg19YV8K8k96PlexkYLDYOI5kSBiCmCV+ZURVfexuVU0U0HDA==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-4.8.1.tgz", + "integrity": "sha512-xV+LROn1lwSHgHXMbHjdX/r3bzvFBkNSX8gYXg+nvnmoBgVQnLlCX823OiOSJpVYPrJj0u8qg14hLJd+P2Cong==", "dev": true, "requires": { "@babel/code-frame": "^7.14.0", @@ -33205,8 +33243,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": "^4.7.0", - "babel-preset-gatsby": "^2.7.0", + "babel-plugin-remove-graphql-queries": "^4.8.1", + "babel-preset-gatsby": "^2.8.1", "better-opn": "^2.1.1", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -33229,6 +33267,7 @@ "detect-port": "^1.3.0", "devcert": "^1.2.0", "dotenv": "^8.6.0", + "enhanced-resolve": "^5.8.3", "eslint": "^7.32.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "^5.10.0", @@ -33248,23 +33287,23 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.0.0", - "gatsby-cli": "^4.7.0", - "gatsby-core-utils": "^3.7.0", - "gatsby-graphiql-explorer": "^2.7.0", - "gatsby-legacy-polyfills": "^2.7.0", - "gatsby-link": "^4.7.1", - "gatsby-page-utils": "^2.7.0", - "gatsby-plugin-page-creator": "^4.7.0", - "gatsby-plugin-typescript": "^4.7.0", - "gatsby-plugin-utils": "^3.1.0", - "gatsby-react-router-scroll": "^5.7.0", - "gatsby-sharp": "^0.1.0", - "gatsby-telemetry": "^3.7.0", - "gatsby-worker": "^1.7.0", + "gatsby-cli": "^4.8.1", + "gatsby-core-utils": "^3.8.1", + "gatsby-graphiql-explorer": "^2.8.0", + "gatsby-legacy-polyfills": "^2.8.0", + "gatsby-link": "^4.8.1", + "gatsby-page-utils": "^2.8.1", + "gatsby-plugin-page-creator": "^4.8.1", + "gatsby-plugin-typescript": "^4.8.1", + "gatsby-plugin-utils": "^3.2.0", + "gatsby-react-router-scroll": "^5.8.0", + "gatsby-sharp": "^0.2.0", + "gatsby-telemetry": "^3.8.1", + "gatsby-worker": "^1.8.0", "glob": "^7.2.0", "got": "^11.8.2", "graphql": "^15.7.2", - "graphql-compose": "^9.0.6", + "graphql-compose": "^9.0.7", "graphql-playground-middleware-express": "^1.7.22", "hasha": "^5.2.2", "http-proxy": "^1.18.1", @@ -33274,7 +33313,7 @@ "joi": "^17.4.2", "json-loader": "^0.5.7", "latest-version": "5.1.0", - "lmdb-store": "^1.6.11", + "lmdb": "2.2.1", "lodash": "^4.17.21", "md5-file": "^5.0.0", "meant": "^1.0.3", @@ -33324,7 +33363,6 @@ "type-of": "^2.0.1", "url-loader": "^4.1.1", "uuid": "^8.3.2", - "v8-compile-cache": "^2.3.0", "webpack": "^5.61.0", "webpack-dev-middleware": "^4.3.0", "webpack-merge": "^5.8.0", @@ -33335,9 +33373,9 @@ }, "dependencies": { "@sindresorhus/is": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.4.0.tgz", - "integrity": "sha512-QppPM/8l3Mawvh4rn9CNEYIU9bxpXUCRMaX9yUpvBk1nMKusLKpfXGDEKExKaPhLzcn3lzil7pR6rnJ11HgeRQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", + "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", "dev": true }, "cacheable-request": { @@ -33458,9 +33496,9 @@ } }, "gatsby-cli": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-4.7.0.tgz", - "integrity": "sha512-y5L+h7dtFjiKeBiiNtNw0HsgcMcTMokpfXHbXfIV7khCS1dxN9xtYx6lKvsxLX3ytxs3OsWTxeqfNhEB87wrNw==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-4.8.1.tgz", + "integrity": "sha512-F72TiIdc767JauncyNgX7JBvV3AZwuEoAriwvJQClPvTB1RXQXmgrDH5Wvv5eeqo8KDCu+6A8veQmqcOn/IoPg==", "dev": true, "requires": { "@babel/code-frame": "^7.14.0", @@ -33478,13 +33516,13 @@ "common-tags": "^1.8.2", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^2.7.0", + "create-gatsby": "^2.8.0", "envinfo": "^7.8.1", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.7.0", - "gatsby-telemetry": "^3.7.0", + "gatsby-core-utils": "^3.8.1", + "gatsby-telemetry": "^3.8.1", "hosted-git-info": "^3.0.8", "is-valid-path": "^0.1.1", "joi": "^17.4.2", @@ -33527,9 +33565,9 @@ } }, "gatsby-core-utils": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.7.0.tgz", - "integrity": "sha512-CboIzpEFbaD4+WrozKl3fMpxUetcaDq0aWPfrfzAtc8l0JMlD3GS2Q/uW7HpcvTAlSGv2ZomTzd2ySLV/AgpTQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.8.1.tgz", + "integrity": "sha512-VuIRLVcgxi0leKT1fZvoNhjHn2DKIHdm8f0EqtDwIxeIVZLgtxBksVikZoAqRPhsSExC0YajGFJVBaV9fPADTg==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", @@ -33539,9 +33577,12 @@ "file-type": "^16.5.3", "fs-extra": "^10.0.0", "got": "^11.8.3", + "import-from": "^4.0.0", + "lmdb": "^2.1.7", "lock": "^1.1.0", "node-object-hash": "^2.3.10", "proper-lockfile": "^4.1.2", + "resolve-from": "^5.0.0", "tmp": "^0.2.1", "xdg-basedir": "^4.0.0" }, @@ -33621,6 +33662,12 @@ "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", "dev": true }, + "import-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz", + "integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==", + "dev": true + }, "json-buffer": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", @@ -33672,18 +33719,18 @@ } }, "gatsby-graphiql-explorer": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.7.0.tgz", - "integrity": "sha512-/WCbynMm6YJtiZH8KBcTuvIHTbI/0K+Yqwh6y/qWB2wJdHf7rpzDmfEqvR8G5XtQpmqZcj4QSAptJMlwwWju9A==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.8.0.tgz", + "integrity": "sha512-a1zzuboDVrokZpqCGzeb0WR5GEz1FJ2bvz0NRxS/Nn21bNfnoZ5mscBW5p9ZMcHdwwHdH47+qRDwhBQpm1aYJw==", "dev": true, "requires": { "@babel/runtime": "^7.15.4" } }, "gatsby-legacy-polyfills": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-2.7.0.tgz", - "integrity": "sha512-xekYaWCOnvoGp8PWKBewC7h5pOvs3bx8Q/Avk9FgMqN2IGskV1a6E4ajORnjUKrdpCEUqx5/74WSxjfXhUneFg==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-2.8.0.tgz", + "integrity": "sha512-657APdGBExskfeFiWreLe33junEeeWbuB6KJbcfhM2UM9wRBOEV1qbZNgIt5c639PMCwg9Zq+WjIZRSaepGO3A==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", @@ -33709,37 +33756,37 @@ } }, "gatsby-link": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-4.7.1.tgz", - "integrity": "sha512-4xbuCnBmlZ4IWHPreIeC2TjwDPseRkwaNekEpUo53r/xoIB2PBMO1uMUrqNx2C0+DxEQXhMhaprK2A+eCFa8Kw==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-4.8.1.tgz", + "integrity": "sha512-SqnHlzwaw5leHB9LXCt4hOHh8aILp8xajqtZUsyjSP2TcPmX7dL24jYTPGlLr3QQ4z5mtqur6DigKtousXRKZw==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", "@types/reach__router": "^1.3.10", - "gatsby-page-utils": "^2.7.0", + "gatsby-page-utils": "^2.8.1", "prop-types": "^15.7.2" } }, "gatsby-page-utils": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.7.0.tgz", - "integrity": "sha512-lbg1+1EzQsH70bo1Rg6O0BYeHHyTSvLvU/6T4wJx3g5mTiRRoWqnbUpXCpTpusCgEO4gS0txGnfOErpxds2+KA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-2.8.1.tgz", + "integrity": "sha512-namuqulIjGjNnazR52BJwLDyyJ219pZCnNUB8qCOxns1mB3sGUAheEISnNwUZPgxj/dL1GQR19YtlK6jqPkEyA==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", "bluebird": "^3.7.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^3.7.0", + "gatsby-core-utils": "^3.8.1", "glob": "^7.2.0", "lodash": "^4.17.21", "micromatch": "^4.0.4" } }, "gatsby-plugin-page-creator": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.7.0.tgz", - "integrity": "sha512-vBaCt+O1G7+ArX/KcYE0CA9Zho2kSvGey09KqBa6i6+K2vi/EAqELV7NyczpkQacuwck1WJyg/N/NjRRXVVEgw==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.8.1.tgz", + "integrity": "sha512-4g3fNQmlhxV/vqsXbYW1gKuOi960CcqoCOGfcesh3oThHQ5IiT0xJX9YtStU+Q7M7QvjUM1ZcTwBQzSKD4mTPw==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", @@ -33747,18 +33794,18 @@ "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^3.7.0", - "gatsby-page-utils": "^2.7.0", - "gatsby-plugin-utils": "^3.1.0", - "gatsby-telemetry": "^3.7.0", + "gatsby-core-utils": "^3.8.1", + "gatsby-page-utils": "^2.8.1", + "gatsby-plugin-utils": "^3.2.0", + "gatsby-telemetry": "^3.8.1", "globby": "^11.0.4", "lodash": "^4.17.21" } }, "gatsby-plugin-typescript": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.7.0.tgz", - "integrity": "sha512-+KrOpC4sEhUbZXJq5Z011DW1bqDZqdGUWtOSRRBIvKBekHBnI6yeBY2I1MceN918XpX2RMLdJdgfzpykD4BUwQ==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.8.1.tgz", + "integrity": "sha512-8H70v1qT89WNWVsGG6mY8V8J5K45ghOLPJiN5Wp6Gcy6rylVmXiU2rbSgDWItW4/XJiew14VVfM58BtjDwathg==", "dev": true, "requires": { "@babel/core": "^7.15.5", @@ -33767,13 +33814,13 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@babel/runtime": "^7.15.4", - "babel-plugin-remove-graphql-queries": "^4.7.0" + "babel-plugin-remove-graphql-queries": "^4.8.1" } }, "gatsby-plugin-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.1.0.tgz", - "integrity": "sha512-OvRhIKzjaz3WOo/dxSI90ZlclsO2xaj1Dz7vigU2QGPAe8JtRJbNTpgfBZ+JOBeVnDONNbZulVn8S8F/Ra/BZA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.2.0.tgz", + "integrity": "sha512-5zCd0RJnbpaYzKr8kGaGfuPj9Hygi3luiCN8bnN1zVnieaJlRsh+k7BF6ukuG+2qk7USjwQHxzKP9QqAVmOR4g==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", @@ -33781,9 +33828,9 @@ } }, "gatsby-react-router-scroll": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-5.7.0.tgz", - "integrity": "sha512-5xB3DFjPmm3Fr4U/mGz/Yb2tmmB6Gs/KgzdMGooZJWygHNC7imLAt1kPFDZ6DkhIIP7cfkPA1JZHd9zZxeehvQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-5.8.0.tgz", + "integrity": "sha512-RKZHRmgzKLkm9qkyyP2moZvP0R3QNrsGoTcbURtJcnIYdzO/MzNUWy0SP/Lt604C0mmFBG+gDUuKT3/JvypEsw==", "dev": true, "requires": { "@babel/runtime": "^7.15.4", @@ -33791,20 +33838,20 @@ } }, "gatsby-sharp": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.1.0.tgz", - "integrity": "sha512-2uQFj7AaLdLdtyn0GcOOda8lwUujkXuacwxqyOdhIZdasvtAp3D+40hzwkn4xAe+bQ8xckBGLtPZQ/7IM8CKsg==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.2.0.tgz", + "integrity": "sha512-JnvXcx77uT/m56sG86IDjFCsqzgB6JTcbwrKk4c1AjfEIvP0fGCsnDgIhdTri4PwnusQC8/ovUNAYaXQK5Yi9w==", "dev": true, "optional": true, "requires": { "@types/sharp": "^0.29.5", - "sharp": "^0.29.3" + "sharp": "^0.30.1" } }, "gatsby-telemetry": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.7.0.tgz", - "integrity": "sha512-jhtUGZynyHM3r9a7po/rKffj5AjacmU0rqqarsee9dxlDqsamqRtyFPTjn7JubRrc958M6qzNW+z/Zi0hoeFHg==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.8.1.tgz", + "integrity": "sha512-UETSYeLIikAiyuNmoPx7r9ERZ/aXv8sZGv2NdQDR/Ylcluf6G24NnhlFSMooajcdQX+8euJtcG+ReZK7WMYG7g==", "dev": true, "requires": { "@babel/code-frame": "^7.14.0", @@ -33815,7 +33862,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.7.0", + "gatsby-core-utils": "^3.8.1", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -33863,9 +33910,9 @@ } }, "gatsby-worker": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.7.0.tgz", - "integrity": "sha512-pqIO0/fclpHhqlJ47Bb+7sk7U8XcoOqsSOg2M30HYlqi4rQYHMq1/XGTV/6xWi9RbeZpkJ8rLF3aw1Qa3dyPjQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-1.8.0.tgz", + "integrity": "sha512-JttpptUu4l38bB+xGY6bsik+wLyMv+h8JZo10nOngMTBfpkNcFp+7Vpyy+eWs7l0tRZhf0XXAXHo6bccllPnKg==", "dev": true, "requires": { "@babel/core": "^7.15.5", @@ -35354,17 +35401,17 @@ "resolved": "https://registry.npmjs.org/linkfs/-/linkfs-2.1.0.tgz", "integrity": "sha512-kmsGcmpvjStZ0ATjuHycBujtNnXiZR28BTivEu0gAMDTT7GEyodcK6zSRtu6xsrdorrPZEIN380x7BD7xEYkew==" }, - "lmdb-store": { - "version": "1.6.14", - "resolved": "https://registry.npmjs.org/lmdb-store/-/lmdb-store-1.6.14.tgz", - "integrity": "sha512-4woZfvfgolMEngjoMJrwePjdLotr3QKGJsDWURlJmKBed5JtE00IfAKo7ryPowl4ksGcs21pcdLkwrPnKomIuA==", + "lmdb": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.2.1.tgz", + "integrity": "sha512-tUlIjyJvbd4mqdotI9Xe+3PZt/jqPx70VKFDrKMYu09MtBWOT3y2PbuTajX+bJFDjbgLkQC0cTx2n6dithp/zQ==", "dev": true, "requires": { - "msgpackr": "^1.5.0", + "msgpackr": "^1.5.4", "nan": "^2.14.2", "node-gyp-build": "^4.2.3", - "ordered-binary": "^1.0.0", - "weak-lru-cache": "^1.0.0" + "ordered-binary": "^1.2.4", + "weak-lru-cache": "^1.2.2" } }, "load-json-file": { @@ -36096,9 +36143,9 @@ "dev": true }, "msgpackr": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.1.tgz", - "integrity": "sha512-I1CXFG8BYYSeIhtDlHpUVMsdDiyvP9JAh1d9QoBnkPx3ETPeH/1lR14hweM9GETs09wCWlaOyhtXxIc9boxAAA==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.4.tgz", + "integrity": "sha512-Z7w5Jg+2Q9z9gJxeM68d7tSuWZZGnFIRhZnyqcZCa/1dKkhOCNvR1TUV3zzJ3+vj78vlwKRzUgVDlW4jiSOeDA==", "dev": true, "requires": { "msgpackr-extract": "^1.0.14" @@ -36311,9 +36358,9 @@ } }, "node-abi": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.5.0.tgz", - "integrity": "sha512-LtHvNIBgOy5mO8mPEUtkCW/YCRWYEKshIvqhe1GHHyXEHEB5mgICyYnAcl4qan3uFeRROErKGzatFHPf6kDxWw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.8.0.tgz", + "integrity": "sha512-tzua9qWWi7iW4I42vUPKM+SfaF0vQSLAm4yO5J83mSwB7GeoWrDKC/K+8YCnYNwqP5duwazbw2X9l4m8SC2cUw==", "dev": true, "optional": true, "requires": { @@ -37077,9 +37124,9 @@ } }, "ordered-binary": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.1.tgz", - "integrity": "sha512-Zl2RCcj/wRCakW9/yI83gutgNf7JFOPEHrCK72z+boIrU+PWAnIt6HADd1w+3keDQ90GCKbp1BduKZgkeNbz7A==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.4.tgz", + "integrity": "sha512-A/csN0d3n+igxBPfUrjbV5GC69LWj2pjZzAAeeHXLukQ4+fytfP4T1Lg0ju7MSPSwq7KtHkGaiwO8URZN5IpLg==", "dev": true }, "os-homedir": { @@ -38134,13 +38181,13 @@ } }, "prebuild-install": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.0.0.tgz", - "integrity": "sha512-IvSenf33K7JcgddNz2D5w521EgO+4aMMjFt73Uk9FRzQ7P+QZPKrp7qPsDydsSwjGt3T5xRNnM1bj1zMTD5fTA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.0.1.tgz", + "integrity": "sha512-QBSab31WqkyxpnMWQxubYAHR5S9B2+r81ucocew34Fkl98FhvKIF50jIJnNOBmAZfyNV7vE5T6gd3hTVWgY6tg==", "dev": true, "optional": true, "requires": { - "detect-libc": "^1.0.3", + "detect-libc": "^2.0.0", "expand-template": "^2.0.3", "github-from-package": "0.0.0", "minimist": "^1.2.3", @@ -38180,6 +38227,13 @@ "readable-stream": "^2.0.6" } }, + "detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==", + "dev": true, + "optional": true + }, "gauge": { "version": "2.7.4", "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", @@ -39717,20 +39771,29 @@ "dev": true }, "sharp": { - "version": "0.29.3", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.29.3.tgz", - "integrity": "sha512-fKWUuOw77E4nhpyzCCJR1ayrttHoFHBT2U/kR/qEMRhvPEcluG4BKj324+SCO1e84+knXHwhJ1HHJGnUt4ElGA==", + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.1.tgz", + "integrity": "sha512-ycpz81q8AeVjz1pGvvirQBeJcYE2sXAjcLXR/69LWOe/oxavBLOrenZcTzvTXn83jqAGqY+OuwF+2kFXzbKtDA==", "dev": true, "optional": true, "requires": { - "color": "^4.0.1", - "detect-libc": "^1.0.3", - "node-addon-api": "^4.2.0", - "prebuild-install": "^7.0.0", + "color": "^4.2.0", + "detect-libc": "^2.0.0", + "node-addon-api": "^4.3.0", + "prebuild-install": "^7.0.1", "semver": "^7.3.5", - "simple-get": "^4.0.0", + "simple-get": "^4.0.1", "tar-fs": "^2.1.1", "tunnel-agent": "^0.6.0" + }, + "dependencies": { + "detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==", + "dev": true, + "optional": true + } } }, "shebang-command": { @@ -41623,9 +41686,9 @@ } }, "weak-lru-cache": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.1.3.tgz", - "integrity": "sha512-5LDIv+sr6uzT94Hhcq7Qv7gt3jxol4iMWUqOgJSLYbB5oO7bTSMqIBtKsytm8N2BufYOdJw86/qu+SDfbo/wKQ==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz", + "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", "dev": true }, "web-streams-polyfill": {