From 048715a283ef0a79077a762c82e69f8a34b6a7b2 Mon Sep 17 00:00:00 2001 From: Mohamed Elkholy Date: Thu, 6 May 2021 22:34:15 +0200 Subject: [PATCH] chore(task:http-headers): update deps --- package.json | 36 +- pnpm-lock.yaml | 2550 +++++++++++++++++++++++------------------------- 2 files changed, 1252 insertions(+), 1334 deletions(-) diff --git a/package.json b/package.json index 519e2cd..b9fe29f 100644 --- a/package.json +++ b/package.json @@ -37,45 +37,45 @@ "homepage": "https://github.com/mohatt/gatsby-plugin-postbuild", "bugs": "https://github.com/mohatt/gatsby-plugin-postbuild/issues", "dependencies": { - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.14.0", "@types/glob": "^7.1.3", "@types/parse5": "^6.0.0", "bluebird": "^3.7.2", - "chalk": "^4.1.0", - "cssnano": "^5.0.0", - "debug": "^3.2.6", - "filesize": "^6.1.0", - "glob": "^7.1.0", - "lodash": "^4.17.20", - "parse5": "^6.0.0", + "chalk": "^4.1.1", + "cssnano": "^5.0.2", + "debug": "^3.2.7", + "filesize": "^6.3.0", + "glob": "^7.1.6", + "lodash": "^4.17.21", + "parse5": "^6.0.1", "purgecss": "^4.0.3", - "terser": "^5.6.0" + "terser": "^5.7.0" }, "devDependencies": { - "@babel/cli": "7.13.14", - "@babel/core": "7.13.15", + "@babel/cli": "7.13.16", + "@babel/core": "7.13.16", "@babel/eslint-parser": "7.13.14", "@semantic-release/changelog": "5.0.1", "@semantic-release/git": "9.0.0", - "@types/bluebird": "3.5.33", - "@types/jest": "26.0.22", + "@types/bluebird": "3.5.34", + "@types/jest": "26.0.23", "@types/lodash": "4.14.168", "@types/react-dom": "17.0.3", - "@typescript-eslint/eslint-plugin": "4.22.0", - "@typescript-eslint/parser": "4.22.0", + "@typescript-eslint/eslint-plugin": "4.22.1", + "@typescript-eslint/parser": "4.22.1", "babel-plugin-module-resolver": "4.1.0", "babel-preset-gatsby-package": "0.12.0", "cross-env": "7.0.3", - "eslint": "7.24.0", + "eslint": "7.25.0", "eslint-config-standard-with-typescript": "20.0.0", "eslint-import-resolver-typescript": "2.4.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.1.0", - "gatsby": "2.32.4", + "gatsby": "2.32.13", "gatsby-plugin-utils": "0.9.0", "jest": "26.6.3", - "postcss": "8.2.10", + "postcss": "8.2.14", "semantic-release": "17.4.2", "typescript": "4.2.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cb99b41..35b655a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,86 +1,86 @@ lockfileVersion: 5.3 specifiers: - '@babel/cli': 7.13.14 - '@babel/core': 7.13.15 + '@babel/cli': 7.13.16 + '@babel/core': 7.13.16 '@babel/eslint-parser': 7.13.14 - '@babel/runtime': ^7.12.5 + '@babel/runtime': ^7.14.0 '@semantic-release/changelog': 5.0.1 '@semantic-release/git': 9.0.0 - '@types/bluebird': 3.5.33 + '@types/bluebird': 3.5.34 '@types/glob': ^7.1.3 - '@types/jest': 26.0.22 + '@types/jest': 26.0.23 '@types/lodash': 4.14.168 '@types/parse5': ^6.0.0 '@types/react-dom': 17.0.3 - '@typescript-eslint/eslint-plugin': 4.22.0 - '@typescript-eslint/parser': 4.22.0 + '@typescript-eslint/eslint-plugin': 4.22.1 + '@typescript-eslint/parser': 4.22.1 babel-plugin-module-resolver: 4.1.0 babel-preset-gatsby-package: 0.12.0 bluebird: ^3.7.2 - chalk: ^4.1.0 + chalk: ^4.1.1 cross-env: 7.0.3 - cssnano: ^5.0.0 - debug: ^3.2.6 - eslint: 7.24.0 + cssnano: ^5.0.2 + debug: ^3.2.7 + eslint: 7.25.0 eslint-config-standard-with-typescript: 20.0.0 eslint-import-resolver-typescript: 2.4.0 eslint-plugin-import: 2.22.1 eslint-plugin-node: 11.1.0 eslint-plugin-promise: 5.1.0 - filesize: ^6.1.0 - gatsby: 2.32.4 + filesize: ^6.3.0 + gatsby: 2.32.13 gatsby-plugin-utils: 0.9.0 - glob: ^7.1.0 + glob: ^7.1.6 jest: 26.6.3 - lodash: ^4.17.20 - parse5: ^6.0.0 - postcss: 8.2.10 + lodash: ^4.17.21 + parse5: ^6.0.1 + postcss: 8.2.14 purgecss: ^4.0.3 semantic-release: 17.4.2 - terser: ^5.6.0 + terser: ^5.7.0 typescript: 4.2.4 dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.14.0 '@types/glob': 7.1.3 '@types/parse5': 6.0.0 bluebird: 3.7.2 - chalk: 4.1.0 - cssnano: 5.0.0_postcss@8.2.10 + chalk: 4.1.1 + cssnano: 5.0.2_postcss@8.2.14 debug: 3.2.7 - filesize: 6.1.0 + filesize: 6.3.0 glob: 7.1.6 lodash: 4.17.21 parse5: 6.0.1 purgecss: 4.0.3 - terser: 5.6.1 + terser: 5.7.0 devDependencies: - '@babel/cli': 7.13.14_@babel+core@7.13.15 - '@babel/core': 7.13.15 - '@babel/eslint-parser': 7.13.14_8c298b33b3270b62faf532d9218eff22 + '@babel/cli': 7.13.16_@babel+core@7.13.16 + '@babel/core': 7.13.16 + '@babel/eslint-parser': 7.13.14_898a7a025c5413b619a892ba97f73e55 '@semantic-release/changelog': 5.0.1_semantic-release@17.4.2 '@semantic-release/git': 9.0.0_semantic-release@17.4.2 - '@types/bluebird': 3.5.33 - '@types/jest': 26.0.22 + '@types/bluebird': 3.5.34 + '@types/jest': 26.0.23 '@types/lodash': 4.14.168 '@types/react-dom': 17.0.3 - '@typescript-eslint/eslint-plugin': 4.22.0_9acede93a3623dd7abe65c65a7010e73 - '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.2.4 + '@typescript-eslint/eslint-plugin': 4.22.1_f2cf9a191be19a59b06aad4f4e4a9af1 + '@typescript-eslint/parser': 4.22.1_eslint@7.25.0+typescript@4.2.4 babel-plugin-module-resolver: 4.1.0 - babel-preset-gatsby-package: 0.12.0_@babel+core@7.13.15 + babel-preset-gatsby-package: 0.12.0_@babel+core@7.13.16 cross-env: 7.0.3 - eslint: 7.24.0 - eslint-config-standard-with-typescript: 20.0.0_417b8c2e95fd776f063917ef996aa489 - eslint-import-resolver-typescript: 2.4.0_dc9d9d711f9715ea38ced5881f20889e - eslint-plugin-import: 2.22.1_eslint@7.24.0 - eslint-plugin-node: 11.1.0_eslint@7.24.0 - eslint-plugin-promise: 5.1.0_eslint@7.24.0 - gatsby: 2.32.4_typescript@4.2.4 - gatsby-plugin-utils: 0.9.0_gatsby@2.32.4 + eslint: 7.25.0 + eslint-config-standard-with-typescript: 20.0.0_e992465b33a55c0c1862bda869e83906 + eslint-import-resolver-typescript: 2.4.0_100fce8e371568eec2fee09e99309cce + eslint-plugin-import: 2.22.1_eslint@7.25.0 + eslint-plugin-node: 11.1.0_eslint@7.25.0 + eslint-plugin-promise: 5.1.0_eslint@7.25.0 + gatsby: 2.32.13_typescript@4.2.4 + gatsby-plugin-utils: 0.9.0_gatsby@2.32.13 jest: 26.6.3 - postcss: 8.2.10 + postcss: 8.2.14 semantic-release: 17.4.2 typescript: 4.2.4 @@ -93,18 +93,17 @@ packages: tslib: 2.0.3 dev: true - /@babel/cli/7.13.14_@babel+core@7.13.15: - resolution: {integrity: sha512-zmEFV8WBRsW+mPQumO1/4b34QNALBVReaiHJOkxhUsdo/AvYM62c+SKSuLi2aZ42t3ocK6OI0uwUXRvrIbREZw==} + /@babel/cli/7.13.16_@babel+core@7.13.16: + resolution: {integrity: sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 commander: 4.1.1 convert-source-map: 1.7.0 fs-readdir-recursive: 1.1.0 glob: 7.1.6 - lodash: 4.17.21 make-dir: 2.1.0 slash: 2.0.0 source-map: 0.5.7 @@ -116,16 +115,16 @@ packages: /@babel/code-frame/7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: - '@babel/highlight': 7.13.10 + '@babel/highlight': 7.14.0 dev: true /@babel/code-frame/7.12.13: resolution: {integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==} dependencies: - '@babel/highlight': 7.13.10 + '@babel/highlight': 7.14.0 - /@babel/compat-data/7.13.15: - resolution: {integrity: sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==} + /@babel/compat-data/7.14.0: + resolution: {integrity: sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==} dev: true /@babel/core/7.10.5: @@ -133,13 +132,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.9 - '@babel/helper-module-transforms': 7.13.14 - '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.15 + '@babel/generator': 7.14.1 + '@babel/helper-module-transforms': 7.14.0 + '@babel/helpers': 7.14.0 + '@babel/parser': 7.14.1 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.15 - '@babel/types': 7.13.14 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -152,19 +151,19 @@ packages: - supports-color dev: true - /@babel/core/7.13.15: - resolution: {integrity: sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==} + /@babel/core/7.13.16: + resolution: {integrity: sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.9 - '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.15 - '@babel/helper-module-transforms': 7.13.14 - '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.15 + '@babel/generator': 7.14.1 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 + '@babel/helper-module-transforms': 7.14.0 + '@babel/helpers': 7.14.0 + '@babel/parser': 7.14.1 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.15 - '@babel/types': 7.13.14 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -175,24 +174,24 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.13.14_8c298b33b3270b62faf532d9218eff22: + /@babel/eslint-parser/7.13.14_898a7a025c5413b619a892ba97f73e55: resolution: {integrity: sha512-I0HweR36D73Ibn/FfrRDMKlMqJHFwidIUgYdMpH+aXYuQC+waq59YaJ6t9e9N36axJ82v1jR041wwqDrDXEwRA==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: '>=7.5.0' dependencies: - '@babel/core': 7.13.15 - eslint: 7.24.0 + '@babel/core': 7.13.16 + eslint: 7.25.0 eslint-scope: 5.1.1 eslint-visitor-keys: 1.3.0 semver: 6.3.0 dev: true - /@babel/generator/7.13.9: - resolution: {integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==} + /@babel/generator/7.14.1: + resolution: {integrity: sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -200,34 +199,35 @@ packages: /@babel/helper-annotate-as-pure/7.12.13: resolution: {integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true /@babel/helper-builder-binary-assignment-operator-visitor/7.12.13: resolution: {integrity: sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==} dependencies: '@babel/helper-explode-assignable-expression': 7.13.0 - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true - /@babel/helper-compilation-targets/7.13.13_@babel+core@7.13.15: - resolution: {integrity: sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==} + /@babel/helper-compilation-targets/7.13.16_@babel+core@7.13.16: + resolution: {integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.13.15 - '@babel/core': 7.13.15 + '@babel/compat-data': 7.14.0 + '@babel/core': 7.13.16 '@babel/helper-validator-option': 7.12.17 - browserslist: 4.16.3 + browserslist: 4.16.6 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.15: - resolution: {integrity: sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==} + /@babel/helper-create-class-features-plugin/7.14.1_@babel+core@7.13.16: + resolution: {integrity: sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-function-name': 7.12.13 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 @@ -237,26 +237,26 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.13.15: + /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.13.16: resolution: {integrity: sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-annotate-as-pure': 7.12.13 regexpu-core: 4.7.1 dev: true - /@babel/helper-define-polyfill-provider/0.2.0_@babel+core@7.13.15: + /@babel/helper-define-polyfill-provider/0.2.0_@babel+core@7.13.16: resolution: {integrity: sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 - '@babel/traverse': 7.13.15 + '@babel/traverse': 7.14.0 debug: 4.3.1 lodash.debounce: 4.0.8 resolve: 1.20.0 @@ -268,7 +268,7 @@ packages: /@babel/helper-explode-assignable-expression/7.13.0: resolution: {integrity: sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true /@babel/helper-function-name/7.12.13: @@ -276,20 +276,20 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true /@babel/helper-get-function-arity/7.12.13: resolution: {integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true - /@babel/helper-hoist-variables/7.13.0: - resolution: {integrity: sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g==} + /@babel/helper-hoist-variables/7.13.16: + resolution: {integrity: sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==} dependencies: - '@babel/traverse': 7.13.15 - '@babel/types': 7.13.14 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true @@ -297,26 +297,26 @@ packages: /@babel/helper-member-expression-to-functions/7.13.12: resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true /@babel/helper-module-imports/7.13.12: resolution: {integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true - /@babel/helper-module-transforms/7.13.14: - resolution: {integrity: sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==} + /@babel/helper-module-transforms/7.14.0: + resolution: {integrity: sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==} dependencies: '@babel/helper-module-imports': 7.13.12 '@babel/helper-replace-supers': 7.13.12 '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/helper-validator-identifier': 7.12.11 + '@babel/helper-validator-identifier': 7.14.0 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.15 - '@babel/types': 7.13.14 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true @@ -324,7 +324,7 @@ packages: /@babel/helper-optimise-call-expression/7.12.13: resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true /@babel/helper-plugin-utils/7.10.4: @@ -340,7 +340,7 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-wrap-function': 7.13.0 - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true @@ -350,8 +350,8 @@ packages: dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.13.15 - '@babel/types': 7.13.14 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true @@ -359,23 +359,23 @@ packages: /@babel/helper-simple-access/7.13.12: resolution: {integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.12.1: resolution: {integrity: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true /@babel/helper-split-export-declaration/7.12.13: resolution: {integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true - /@babel/helper-validator-identifier/7.12.11: - resolution: {integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==} + /@babel/helper-validator-identifier/7.14.0: + resolution: {integrity: sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==} /@babel/helper-validator-option/7.12.17: resolution: {integrity: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==} @@ -386,129 +386,139 @@ packages: dependencies: '@babel/helper-function-name': 7.12.13 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.15 - '@babel/types': 7.13.14 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.13.10: - resolution: {integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==} + /@babel/helpers/7.14.0: + resolution: {integrity: sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==} dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.13.15 - '@babel/types': 7.13.14 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true - /@babel/highlight/7.13.10: - resolution: {integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==} + /@babel/highlight/7.14.0: + resolution: {integrity: sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==} dependencies: - '@babel/helper-validator-identifier': 7.12.11 + '@babel/helper-validator-identifier': 7.14.0 chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.13.15: - resolution: {integrity: sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==} + /@babel/parser/7.14.1: + resolution: {integrity: sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==} engines: {node: '>=6.0.0'} hasBin: true dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.13.12_@babel+core@7.13.15: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.13.12_@babel+core@7.13.16: resolution: {integrity: sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.15 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 dev: true - /@babel/plugin-proposal-async-generator-functions/7.13.15_@babel+core@7.13.15: + /@babel/plugin-proposal-async-generator-functions/7.13.15_@babel+core@7.13.16: resolution: {integrity: sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-remap-async-to-generator': 7.13.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.15 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.16 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.13.15: + /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.13.15: + /@babel/plugin-proposal-class-static-block/7.13.11_@babel+core@7.13.16: + resolution: {integrity: sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg==} + peerDependencies: + '@babel/core': ^7.12.0 + dependencies: + '@babel/core': 7.13.16 + '@babel/helper-plugin-utils': 7.13.0 + '@babel/plugin-syntax-class-static-block': 7.12.13_@babel+core@7.13.16 + dev: true + + /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.13.16: resolution: {integrity: sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.15 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.16 dev: true - /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.13.15: + /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.15 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.16 dev: true - /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.13.15: + /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.13.16: resolution: {integrity: sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.15 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.16 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.13.15: + /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.13.16: resolution: {integrity: sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.15 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.16 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.13.15: + /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.13.16: resolution: {integrity: sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.15 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.16 dev: true - /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.13.15: + /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.15 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.16 dev: true /@babel/plugin-proposal-object-rest-spread/7.10.4_@babel+core@7.10.5: @@ -522,132 +532,155 @@ packages: '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.10.5 dev: true - /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.13.15: + /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.13.16: resolution: {integrity: sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.13.15 - '@babel/core': 7.13.15 - '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.15 + '@babel/compat-data': 7.14.0 + '@babel/core': 7.13.16 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.15 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.16 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.13.15: + /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.13.16: resolution: {integrity: sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.15 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.16 dev: true - /@babel/plugin-proposal-optional-chaining/7.13.12_@babel+core@7.13.15: + /@babel/plugin-proposal-optional-chaining/7.13.12_@babel+core@7.13.16: resolution: {integrity: sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.15 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.16 dev: true - /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.13.15: + /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.13.16 + '@babel/helper-plugin-utils': 7.13.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-proposal-private-property-in-object/7.14.0_@babel+core@7.13.16: + resolution: {integrity: sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.13.16 + '@babel/helper-annotate-as-pure': 7.12.13 + '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.0_@babel+core@7.13.16 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.13.15: + /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.15: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.16: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.13.15: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.13.16: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.15: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.13.15: + /@babel/plugin-syntax-class-static-block/7.12.13_@babel+core@7.13.16: + resolution: {integrity: sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.13.16 + '@babel/helper-plugin-utils': 7.13.0 + dev: true + + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.13.16: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.13.15: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.13.16: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-flow/7.12.13_@babel+core@7.13.15: + /@babel/plugin-syntax-flow/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-J/RYxnlSLXZLVR7wTRsozxKT8qbsx1mNKJzXEEjQ0Kjx1ZACcyHgbanNWNCFtc36IzuWhYWPpvJFFoexoOWFmA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.13.15: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.13.16: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.13.15: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.13.16: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true @@ -660,39 +693,39 @@ packages: '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.15: + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.15: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.16: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.13.15: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.13.16: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.13.15: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.13.16: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true @@ -705,66 +738,75 @@ packages: '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.15: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.16: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.13.15: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.13.16: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.15: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.16: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.13.15: + /@babel/plugin-syntax-private-property-in-object/7.14.0_@babel+core@7.13.16: + resolution: {integrity: sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.13.16 + '@babel/helper-plugin-utils': 7.13.0 + dev: true + + /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.13.15: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.13.15: + /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.13.15: + /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-remap-async-to-generator': 7.13.0 @@ -772,30 +814,30 @@ packages: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-block-scoping/7.12.13_@babel+core@7.13.15: - resolution: {integrity: sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ==} + /@babel/plugin-transform-block-scoping/7.14.1_@babel+core@7.13.16: + resolution: {integrity: sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-classes/7.13.0_@babel+core@7.13.15: + /@babel/plugin-transform-classes/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-function-name': 7.12.13 '@babel/helper-optimise-call-expression': 7.12.13 @@ -807,120 +849,120 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.13.15: + /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-destructuring/7.13.0_@babel+core@7.13.15: - resolution: {integrity: sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA==} + /@babel/plugin-transform-destructuring/7.13.17_@babel+core@7.13.16: + resolution: {integrity: sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-builder-binary-assignment-operator-visitor': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-flow-strip-types/7.13.0_@babel+core@7.13.15: + /@babel/plugin-transform-flow-strip-types/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-EXAGFMJgSX8gxWD7PZtW/P6M+z74jpx3wm/+9pn+c2dOawPpBkUX7BrfyPvo6ZpXbgRIEuwgwDb/MGlKvu2pOg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-flow': 7.12.13_@babel+core@7.13.15 + '@babel/plugin-syntax-flow': 7.12.13_@babel+core@7.13.16 dev: true - /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.13.15: + /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-function-name': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-literals/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-literals/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-modules-amd/7.13.0_@babel+core@7.13.15: - resolution: {integrity: sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ==} + /@babel/plugin-transform-modules-amd/7.14.0_@babel+core@7.13.16: + resolution: {integrity: sha512-CF4c5LX4LQ03LebQxJ5JZes2OYjzBuk1TdiF7cG7d5dK4lAdw9NZmaxq5K/mouUdNeqwz3TNjnW6v01UqUNgpQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-module-transforms': 7.13.14 + '@babel/core': 7.13.16 + '@babel/helper-module-transforms': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.13.8_@babel+core@7.13.15: - resolution: {integrity: sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw==} + /@babel/plugin-transform-modules-commonjs/7.14.0_@babel+core@7.13.16: + resolution: {integrity: sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-module-transforms': 7.13.14 + '@babel/core': 7.13.16 + '@babel/helper-module-transforms': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-simple-access': 7.13.12 babel-plugin-dynamic-import-node: 2.3.3 @@ -928,57 +970,57 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.13.15: + /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.13.16: resolution: {integrity: sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-hoist-variables': 7.13.0 - '@babel/helper-module-transforms': 7.13.14 + '@babel/core': 7.13.16 + '@babel/helper-hoist-variables': 7.13.16 + '@babel/helper-module-transforms': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-validator-identifier': 7.12.11 + '@babel/helper-validator-identifier': 7.14.0 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.13.0_@babel+core@7.13.15: - resolution: {integrity: sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw==} + /@babel/plugin-transform-modules-umd/7.14.0_@babel+core@7.13.16: + resolution: {integrity: sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-module-transforms': 7.13.14 + '@babel/core': 7.13.16 + '@babel/helper-module-transforms': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 dev: true - /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-replace-supers': 7.13.12 transitivePeerDependencies: @@ -994,351 +1036,354 @@ packages: '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.13.15: + /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-react-display-name/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-react-display-name/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-react-jsx-development/7.12.17_@babel+core@7.13.15: + /@babel/plugin-transform-react-jsx-development/7.12.17_@babel+core@7.13.16: resolution: {integrity: sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.13.16 dev: true - /@babel/plugin-transform-react-jsx/7.13.12_@babel+core@7.13.15: + /@babel/plugin-transform-react-jsx/7.13.12_@babel+core@7.13.16: resolution: {integrity: sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.15 - '@babel/types': 7.13.14 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.16 + '@babel/types': 7.14.1 dev: true - /@babel/plugin-transform-react-pure-annotations/7.12.1_@babel+core@7.13.15: + /@babel/plugin-transform-react-pure-annotations/7.12.1_@babel+core@7.13.16: resolution: {integrity: sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-regenerator/7.13.15_@babel+core@7.13.15: + /@babel/plugin-transform-regenerator/7.13.15_@babel+core@7.13.16: resolution: {integrity: sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 regenerator-transform: 0.14.5 dev: true - /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-runtime/7.13.15_@babel+core@7.13.15: + /@babel/plugin-transform-runtime/7.13.15_@babel+core@7.13.16: resolution: {integrity: sha512-d+ezl76gx6Jal08XngJUkXM4lFXK/5Ikl9Mh4HKDxSfGJXmZ9xG64XT2oivBzfxb/eQ62VfvoMkaCZUKJMVrBA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 - babel-plugin-polyfill-corejs2: 0.2.0_@babel+core@7.13.15 - babel-plugin-polyfill-corejs3: 0.2.0_@babel+core@7.13.15 - babel-plugin-polyfill-regenerator: 0.2.0_@babel+core@7.13.15 + babel-plugin-polyfill-corejs2: 0.2.0_@babel+core@7.13.16 + babel-plugin-polyfill-corejs3: 0.2.0_@babel+core@7.13.16 + babel-plugin-polyfill-regenerator: 0.2.0_@babel+core@7.13.16 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-spread/7.13.0_@babel+core@7.13.15: + /@babel/plugin-transform-spread/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 dev: true - /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.13.15: + /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.15: + /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.15 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.16 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.13.15: + /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.13.16: resolution: {integrity: sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/preset-env/7.13.15_@babel+core@7.13.15: - resolution: {integrity: sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==} + /@babel/preset-env/7.14.1_@babel+core@7.13.16: + resolution: {integrity: sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.13.15 - '@babel/core': 7.13.15 - '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.15 + '@babel/compat-data': 7.14.0 + '@babel/core': 7.13.16 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.13.12_@babel+core@7.13.15 - '@babel/plugin-proposal-async-generator-functions': 7.13.15_@babel+core@7.13.15 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.15 - '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.15 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.15 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.15 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-block-scoping': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-destructuring': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-modules-amd': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-modules-commonjs': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-transform-modules-umd': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-regenerator': 7.13.15_@babel+core@7.13.15 - '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.13.15 - '@babel/preset-modules': 0.1.4_@babel+core@7.13.15 - '@babel/types': 7.13.14 - babel-plugin-polyfill-corejs2: 0.2.0_@babel+core@7.13.15 - babel-plugin-polyfill-corejs3: 0.2.0_@babel+core@7.13.15 - babel-plugin-polyfill-regenerator: 0.2.0_@babel+core@7.13.15 - core-js-compat: 3.10.1 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-proposal-async-generator-functions': 7.13.15_@babel+core@7.13.16 + '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-proposal-class-static-block': 7.13.11_@babel+core@7.13.16 + '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-proposal-private-property-in-object': 7.14.0_@babel+core@7.13.16 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.16 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-syntax-class-static-block': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-private-property-in-object': 7.14.0_@babel+core@7.13.16 + '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-block-scoping': 7.14.1_@babel+core@7.13.16 + '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-destructuring': 7.13.17_@babel+core@7.13.16 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-modules-amd': 7.14.0_@babel+core@7.13.16 + '@babel/plugin-transform-modules-commonjs': 7.14.0_@babel+core@7.13.16 + '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-transform-modules-umd': 7.14.0_@babel+core@7.13.16 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-regenerator': 7.13.15_@babel+core@7.13.16 + '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.13.16 + '@babel/preset-modules': 0.1.4_@babel+core@7.13.16 + '@babel/types': 7.14.1 + babel-plugin-polyfill-corejs2: 0.2.0_@babel+core@7.13.16 + babel-plugin-polyfill-corejs3: 0.2.0_@babel+core@7.13.16 + babel-plugin-polyfill-regenerator: 0.2.0_@babel+core@7.13.16 + core-js-compat: 3.12.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-flow/7.13.13_@babel+core@7.13.15: + /@babel/preset-flow/7.13.13_@babel+core@7.13.16: resolution: {integrity: sha512-MDtwtamMifqq3R2mC7l3A3uFalUb3NH5TIBQWjN/epEPlZktcLq4se3J+ivckKrLMGsR7H9LW8+pYuIUN9tsKg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-flow-strip-types': 7.13.0_@babel+core@7.13.15 + '@babel/plugin-transform-flow-strip-types': 7.13.0_@babel+core@7.13.16 dev: true - /@babel/preset-modules/0.1.4_@babel+core@7.13.15: + /@babel/preset-modules/0.1.4_@babel+core@7.13.16: resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.15 - '@babel/types': 7.13.14 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.16 + '@babel/types': 7.14.1 esutils: 2.0.3 dev: true - /@babel/preset-react/7.13.13_@babel+core@7.13.15: + /@babel/preset-react/7.13.13_@babel+core@7.13.16: resolution: {integrity: sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-react-display-name': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.13.15 - '@babel/plugin-transform-react-jsx-development': 7.12.17_@babel+core@7.13.15 - '@babel/plugin-transform-react-pure-annotations': 7.12.1_@babel+core@7.13.15 + '@babel/plugin-transform-react-display-name': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-transform-react-jsx-development': 7.12.17_@babel+core@7.13.16 + '@babel/plugin-transform-react-pure-annotations': 7.12.1_@babel+core@7.13.16 dev: true - /@babel/preset-typescript/7.13.0_@babel+core@7.13.15: + /@babel/preset-typescript/7.13.0_@babel+core@7.13.16: resolution: {integrity: sha512-LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.15 + '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.16 transitivePeerDependencies: - supports-color dev: true - /@babel/runtime-corejs3/7.13.10: - resolution: {integrity: sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg==} + /@babel/runtime-corejs3/7.14.0: + resolution: {integrity: sha512-0R0HTZWHLk6G8jIk0FtoX+AatCtKnswS98VhXwGImFc759PJRp4Tru0PQYZofyijTFUr+gT8Mu7sgXVJLQ0ceg==} dependencies: - core-js-pure: 3.10.1 + core-js-pure: 3.12.0 regenerator-runtime: 0.13.7 dev: true - /@babel/runtime/7.13.10: - resolution: {integrity: sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==} + /@babel/runtime/7.14.0: + resolution: {integrity: sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==} dependencies: regenerator-runtime: 0.13.7 - /@babel/standalone/7.13.15: - resolution: {integrity: sha512-gKEx9cfMLJegKYYVnI1/4swITcWQa2/e0HlAU9S/+h94xGdyXtoYVQiz8gcXabQ/8MMlOwGclkRoTL3cAxplZg==} + /@babel/standalone/7.14.1: + resolution: {integrity: sha512-HFkwJyIv91mP38447ERwnVgw9yhx2/evs+r0+1hdAXf1Q1fBypPwtY8YOqsPniqoYCEVbBIqYELt0tNrOAg/Iw==} dev: true /@babel/template/7.12.13: resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.15 - '@babel/types': 7.13.14 + '@babel/parser': 7.14.1 + '@babel/types': 7.14.1 dev: true - /@babel/traverse/7.13.15: - resolution: {integrity: sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==} + /@babel/traverse/7.14.0: + resolution: {integrity: sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.9 + '@babel/generator': 7.14.1 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.15 - '@babel/types': 7.13.14 + '@babel/parser': 7.14.1 + '@babel/types': 7.14.1 debug: 4.3.1 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.13.14: - resolution: {integrity: sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==} + /@babel/types/7.14.1: + resolution: {integrity: sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==} dependencies: - '@babel/helper-validator-identifier': 7.12.11 - lodash: 4.17.21 + '@babel/helper-validator-identifier': 7.14.0 to-fast-properties: 2.0.0 dev: true @@ -1387,31 +1432,31 @@ packages: - supports-color dev: true - /@graphql-tools/batch-execute/7.1.0_graphql@14.7.0: - resolution: {integrity: sha512-Yb4QRpHZqDk24+T4K3ARk/KFU26Dyl30XcbYeVvIrgIKcmeON/p3DfSeiB0+MaxYlsv+liQKvlxNbeC2hD31pA==} + /@graphql-tools/batch-execute/7.1.2_graphql@14.7.0: + resolution: {integrity: sha512-IuR2SB2MnC2ztA/XeTMTfWcA0Wy7ZH5u+nDkDNLAdX+AaSyDnsQS35sCmHqG0VOGTl7rzoyBWLCKGwSJplgtwg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.7.1_graphql@14.7.0 + '@graphql-tools/utils': 7.9.0_graphql@14.7.0 dataloader: 2.0.0 graphql: 14.7.0 - is-promise: 4.0.0 - tslib: 2.1.0 + tslib: 2.2.0 + value-or-promise: 1.0.6 dev: true - /@graphql-tools/delegate/7.1.2_graphql@14.7.0: - resolution: {integrity: sha512-XvmIod9ZYKMLk2vV5ulbUyo1Va4SCvvp/VNq4RTae2SEvYwNewc1xs1Klmz8khV+c2V30xKSccNWGA6BWyTTog==} + /@graphql-tools/delegate/7.1.5_graphql@14.7.0: + resolution: {integrity: sha512-bQu+hDd37e+FZ0CQGEEczmRSfQRnnXeUxI/0miDV+NV/zCbEdIJj5tYFNrKT03W6wgdqx8U06d8L23LxvGri/g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: '@ardatan/aggregate-error': 0.0.6 - '@graphql-tools/batch-execute': 7.1.0_graphql@14.7.0 - '@graphql-tools/schema': 7.1.3_graphql@14.7.0 - '@graphql-tools/utils': 7.7.1_graphql@14.7.0 + '@graphql-tools/batch-execute': 7.1.2_graphql@14.7.0 + '@graphql-tools/schema': 7.1.5_graphql@14.7.0 + '@graphql-tools/utils': 7.9.0_graphql@14.7.0 dataloader: 2.0.0 graphql: 14.7.0 - is-promise: 4.0.0 tslib: 2.2.0 + value-or-promise: 1.0.6 dev: true /@graphql-tools/graphql-file-loader/6.2.7_graphql@14.7.0: @@ -1419,20 +1464,20 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/import': 6.3.0_graphql@14.7.0 - '@graphql-tools/utils': 7.7.1_graphql@14.7.0 + '@graphql-tools/import': 6.3.1_graphql@14.7.0 + '@graphql-tools/utils': 7.9.0_graphql@14.7.0 graphql: 14.7.0 tslib: 2.1.0 dev: true - /@graphql-tools/import/6.3.0_graphql@14.7.0: - resolution: {integrity: sha512-zmaVhJ3UPjzJSb005Pjn2iWvH+9AYRXI4IUiTi14uPupiXppJP3s7S25Si3+DbHpFwurDF2nWRxBLiFPWudCqw==} + /@graphql-tools/import/6.3.1_graphql@14.7.0: + resolution: {integrity: sha512-1szR19JI6WPibjYurMLdadHKZoG9C//8I/FZ0Dt4vJSbrMdVNp8WFxg4QnZrDeMG4MzZc90etsyF5ofKjcC+jw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: graphql: 14.7.0 resolve-from: 5.0.0 - tslib: 2.1.0 + tslib: 2.2.0 dev: true /@graphql-tools/json-file-loader/6.2.6_graphql@14.7.0: @@ -1440,73 +1485,77 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.7.1_graphql@14.7.0 + '@graphql-tools/utils': 7.9.0_graphql@14.7.0 graphql: 14.7.0 tslib: 2.0.3 dev: true - /@graphql-tools/load/6.2.7_graphql@14.7.0: - resolution: {integrity: sha512-b1qWjki1y/QvGtoqW3x8bcwget7xmMfLGsvGFWOB6m38tDbzVT3GlJViAC0nGPDks9OCoJzAdi5IYEkBaqH5GQ==} + /@graphql-tools/load/6.2.8_graphql@14.7.0: + resolution: {integrity: sha512-JpbyXOXd8fJXdBh2ta0Q4w8ia6uK5FHzrTNmcvYBvflFuWly2LDTk2abbSl81zKkzswQMEd2UIYghXELRg8eTA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/merge': 6.2.11_graphql@14.7.0 - '@graphql-tools/utils': 7.7.1_graphql@14.7.0 - globby: 11.0.2 + '@graphql-tools/merge': 6.2.13_graphql@14.7.0 + '@graphql-tools/utils': 7.9.0_graphql@14.7.0 + globby: 11.0.3 graphql: 14.7.0 import-from: 3.0.0 is-glob: 4.0.1 p-limit: 3.1.0 - tslib: 2.1.0 + tslib: 2.2.0 unixify: 1.0.0 valid-url: 1.0.9 dev: true - /@graphql-tools/merge/6.2.11_graphql@14.7.0: - resolution: {integrity: sha512-temQABWkDTZb/qJwcIdrEbyJ5WkhaWZQeYxiuxGqZWlIOoFkYfqzfAP2qKl2Ry+ZkN+Q/Yozr1/ap//xjpwAlA==} + /@graphql-tools/merge/6.2.13_graphql@14.7.0: + resolution: {integrity: sha512-Qjlki0fp+bBQPinhdv7rv24eurvThZ5oIFvGMpLxMZplbw/ovJ2c6llwXr5PCuWAk9HGZsyM9NxxDgtTRfq3dQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/schema': 7.1.3_graphql@14.7.0 - '@graphql-tools/utils': 7.7.1_graphql@14.7.0 + '@graphql-tools/schema': 7.1.5_graphql@14.7.0 + '@graphql-tools/utils': 7.9.0_graphql@14.7.0 graphql: 14.7.0 - tslib: 2.1.0 + tslib: 2.2.0 dev: true - /@graphql-tools/schema/7.1.3_graphql@14.7.0: - resolution: {integrity: sha512-ZY76hmcJlF1iyg3Im0sQ3ASRkiShjgv102vLTVcH22lEGJeCaCyyS/GF1eUHom418S60bS8Th6+autRUxfBiBg==} + /@graphql-tools/schema/7.1.5_graphql@14.7.0: + resolution: {integrity: sha512-uyn3HSNSckf4mvQSq0Q07CPaVZMNFCYEVxroApOaw802m9DcZPgf9XVPy/gda5GWj9AhbijfRYVTZQgHnJ4CXA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.7.1_graphql@14.7.0 + '@graphql-tools/utils': 7.9.0_graphql@14.7.0 graphql: 14.7.0 - tslib: 2.1.0 + tslib: 2.2.0 + value-or-promise: 1.0.6 dev: true - /@graphql-tools/url-loader/6.8.2_graphql@14.7.0: - resolution: {integrity: sha512-YzsXSCOwlSj8UqOMhQThPzgEChgS/MonyWV7f0WKmN9gAT/f3fPaUcYhVamsH0vGbvTkfNM4JdoZO/39amRs5Q==} + /@graphql-tools/url-loader/6.10.0_graphql@14.7.0: + resolution: {integrity: sha512-xHkcRNMsMvdXCS0oN0lTqAZOyeiBOz14+kLUu3sVHuCacgH2mn8avd49uLETbnwPok7UOTP0sll77o9p7clw8g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/delegate': 7.1.2_graphql@14.7.0 - '@graphql-tools/utils': 7.7.1_graphql@14.7.0 - '@graphql-tools/wrap': 7.0.5_graphql@14.7.0 + '@graphql-tools/delegate': 7.1.5_graphql@14.7.0 + '@graphql-tools/utils': 7.9.0_graphql@14.7.0 + '@graphql-tools/wrap': 7.0.8_graphql@14.7.0 + '@microsoft/fetch-event-source': 2.0.1 '@types/websocket': 1.0.2 - cross-fetch: 3.1.1 - eventsource: 1.1.0 + abort-controller: 3.0.0 + cross-fetch: 3.1.4 extract-files: 9.0.0 form-data: 4.0.0 graphql: 14.7.0 - graphql-upload: 11.0.0_graphql@14.7.0 - graphql-ws: 4.2.2_graphql@14.7.0 + graphql-ws: 4.5.0_graphql@14.7.0 is-promise: 4.0.0 - isomorphic-ws: 4.0.1_ws@7.4.4 - sse-z: 0.3.0 + isomorphic-ws: 4.0.1_ws@7.4.5 + lodash: 4.17.21 + meros: 1.1.4 + subscriptions-transport-ws: 0.9.18_graphql@14.7.0 sync-fetch: 0.3.0 - tslib: 2.1.0 + tslib: 2.2.0 valid-url: 1.0.9 - ws: 7.4.4 + ws: 7.4.5 transitivePeerDependencies: + - '@types/node' - bufferutil - utf-8-validate dev: true @@ -1522,28 +1571,28 @@ packages: tslib: 2.0.3 dev: true - /@graphql-tools/utils/7.7.1_graphql@14.7.0: - resolution: {integrity: sha512-SFT4/dTfrwWer1wSOLU+jqgv3oa/xTR8q+MiNbE9nCH2FXyMsqIOaXKm9wHfKIWFWHozqBdcnwFkQZrdD7H2TQ==} + /@graphql-tools/utils/7.9.0_graphql@14.7.0: + resolution: {integrity: sha512-WaYfdKmYFw7Rw5BmFehwo5zqoHNlO1soKVSdrh4qN0X1U34g4aqESAMYogtlp2yWDb2b3qKShiByCvRWNypbVA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: '@ardatan/aggregate-error': 0.0.6 camel-case: 4.1.2 graphql: 14.7.0 - tslib: 2.1.0 + tslib: 2.2.0 dev: true - /@graphql-tools/wrap/7.0.5_graphql@14.7.0: - resolution: {integrity: sha512-KCWBXsDfvG46GNUawRltJL4j9BMGoOG7oo3WEyCQP+SByWXiTe5cBF45SLDVQgdjljGNZhZ4Lq/7avIkF7/zDQ==} + /@graphql-tools/wrap/7.0.8_graphql@14.7.0: + resolution: {integrity: sha512-1NDUymworsOlb53Qfh7fonDi2STvqCtbeE68ntKY9K/Ju/be2ZNxrFSbrBHwnxWcN9PjISNnLcAyJ1L5tCUyhg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/delegate': 7.1.2_graphql@14.7.0 - '@graphql-tools/schema': 7.1.3_graphql@14.7.0 - '@graphql-tools/utils': 7.7.1_graphql@14.7.0 + '@graphql-tools/delegate': 7.1.5_graphql@14.7.0 + '@graphql-tools/schema': 7.1.5_graphql@14.7.0 + '@graphql-tools/utils': 7.9.0_graphql@14.7.0 graphql: 14.7.0 - is-promise: 4.0.0 - tslib: 2.0.3 + tslib: 2.2.0 + value-or-promise: 1.0.6 dev: true /@hapi/address/2.1.4: @@ -1561,8 +1610,8 @@ packages: deprecated: This version has been deprecated and is no longer supported or maintained dev: true - /@hapi/hoek/9.1.1: - resolution: {integrity: sha512-CAEbWH7OIur6jEOzaai83jq3FmKmv4PmX1JYfs9IrYcGEVI/lyL1EXJGCj7eFVJ0bg5QR8LMxBlEtA+xKiLpFw==} + /@hapi/hoek/9.2.0: + resolution: {integrity: sha512-sqKVVVOe5ivCaXDWivIJYVSaEgdQK9ul7a4Kity5Iw7u9+wBAPbX1RMSnLLmp7O4Vzj0WOWwMAJsTL00xwaNug==} dev: true /@hapi/joi/15.1.1: @@ -1585,7 +1634,7 @@ packages: /@hapi/topo/5.0.0: resolution: {integrity: sha512-tFJlT47db0kMqVm3H4nQYgn6Pwg10GTZHb1pwmSiv1K4ks6drQOtfEF5ZnPjkvC+y4/bUPHK+bc87QvLcL+WMw==} dependencies: - '@hapi/hoek': 9.1.1 + '@hapi/hoek': 9.2.0 dev: true /@iarna/toml/2.2.5: @@ -1613,8 +1662,8 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 14.14.37 - chalk: 4.1.0 + '@types/node': 15.0.2 + chalk: 4.1.1 jest-message-util: 26.6.2 jest-util: 26.6.2 slash: 3.0.0 @@ -1629,9 +1678,9 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.37 + '@types/node': 15.0.2 ansi-escapes: 4.3.2 - chalk: 4.1.0 + chalk: 4.1.1 exit: 0.1.2 graceful-fs: 4.2.6 jest-changed-files: 26.6.2 @@ -1666,7 +1715,7 @@ packages: dependencies: '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.37 + '@types/node': 15.0.2 jest-mock: 26.6.2 dev: true @@ -1676,7 +1725,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@sinonjs/fake-timers': 6.0.1 - '@types/node': 14.14.37 + '@types/node': 15.0.2 jest-message-util: 26.6.2 jest-mock: 26.6.2 jest-util: 26.6.2 @@ -1700,7 +1749,7 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - chalk: 4.1.0 + chalk: 4.1.1 collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.1.6 @@ -1718,7 +1767,7 @@ packages: source-map: 0.6.1 string-length: 4.0.2 terminal-link: 2.1.1 - v8-to-istanbul: 7.1.1 + v8-to-istanbul: 7.1.2 optionalDependencies: node-notifier: 8.0.2 transitivePeerDependencies: @@ -1765,10 +1814,10 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.0.0 - chalk: 4.1.0 + chalk: 4.1.1 convert-source-map: 1.7.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.6 @@ -1800,15 +1849,19 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.0 - '@types/node': 14.14.37 + '@types/node': 15.0.2 '@types/yargs': 15.0.13 - chalk: 4.1.0 + chalk: 4.1.1 dev: true /@mdx-js/util/2.0.0-next.8: resolution: {integrity: sha512-T0BcXmNzEunFkuxrO8BFw44htvTPuAoKbLvTG41otyZBDV1Rs+JMddcUuaP5vXpTWtgD3grhcrPEwyx88RUumQ==} dev: true + /@microsoft/fetch-event-source/2.0.1: + resolution: {integrity: sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA==} + dev: true + /@mikaelkristiansson/domready/1.0.11: resolution: {integrity: sha512-nEBLOa0JgtqahmPrnJZ18epLiFBzxhdKgo4uhN3TaBFRmM30pEVrS9FAEV4tg92d8PTdU+dYQx2lnpPyFMgMcg==} dev: true @@ -1854,7 +1907,7 @@ packages: /@octokit/auth-token/2.4.5: resolution: {integrity: sha512-BpGYsPgJt05M7/L/5FoE1PiAbdxXFZkX/3kDYcsvd1v6UhlnE5e96dTDr0ezX/EFwciQxf3cNV0loipsURU+WA==} dependencies: - '@octokit/types': 6.13.0 + '@octokit/types': 6.14.2 dev: true /@octokit/core/3.4.0: @@ -1864,7 +1917,7 @@ packages: '@octokit/graphql': 4.6.1 '@octokit/request': 5.4.15 '@octokit/request-error': 2.0.5 - '@octokit/types': 6.13.0 + '@octokit/types': 6.14.2 before-after-hook: 2.2.1 universal-user-agent: 6.0.0 dev: true @@ -1872,7 +1925,7 @@ packages: /@octokit/endpoint/6.0.11: resolution: {integrity: sha512-fUIPpx+pZyoLW4GCs3yMnlj2LfoXTWDUVPTC4V3MUEKZm48W+XYpeWSZCv+vYF1ZABUm2CqnDVf1sFtIYrj7KQ==} dependencies: - '@octokit/types': 6.13.0 + '@octokit/types': 6.14.2 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 dev: true @@ -1881,12 +1934,12 @@ packages: resolution: {integrity: sha512-2lYlvf4YTDgZCTXTW4+OX+9WTLFtEUc6hGm4qM1nlZjzxj+arizM4aHWzBVBCxY9glh7GIs0WEuiSgbVzv8cmA==} dependencies: '@octokit/request': 5.4.15 - '@octokit/types': 6.13.0 + '@octokit/types': 6.14.2 universal-user-agent: 6.0.0 dev: true - /@octokit/openapi-types/6.0.0: - resolution: {integrity: sha512-CnDdK7ivHkBtJYzWzZm7gEkanA7gKH6a09Eguz7flHw//GacPJLmkHA3f3N++MJmlxD1Fl+mB7B32EEpSCwztQ==} + /@octokit/openapi-types/7.0.0: + resolution: {integrity: sha512-gV/8DJhAL/04zjTI95a7FhQwS6jlEE0W/7xeYAzuArD0KVAVWDLP2f3vi98hs3HLTczxXdRK/mF0tRoQPpolEw==} dev: true /@octokit/plugin-paginate-rest/2.13.3_@octokit+core@3.4.0: @@ -1895,7 +1948,7 @@ packages: '@octokit/core': '>=2' dependencies: '@octokit/core': 3.4.0 - '@octokit/types': 6.13.0 + '@octokit/types': 6.14.2 dev: true /@octokit/plugin-request-log/1.0.3_@octokit+core@3.4.0: @@ -1906,20 +1959,20 @@ packages: '@octokit/core': 3.4.0 dev: true - /@octokit/plugin-rest-endpoint-methods/5.0.0_@octokit+core@3.4.0: - resolution: {integrity: sha512-Jc7CLNUueIshXT+HWt6T+M0sySPjF32mSFQAK7UfAg8qGeRI6OM1GSBxDLwbXjkqy2NVdnqCedJcP1nC785JYg==} + /@octokit/plugin-rest-endpoint-methods/5.0.1_@octokit+core@3.4.0: + resolution: {integrity: sha512-vvWbPtPqLyIzJ7A4IPdTl+8IeuKAwMJ4LjvmqWOOdfSuqWQYZXq2CEd0hsnkidff2YfKlguzujHs/reBdAx8Sg==} peerDependencies: '@octokit/core': '>=3' dependencies: '@octokit/core': 3.4.0 - '@octokit/types': 6.13.0 + '@octokit/types': 6.14.2 deprecation: 2.3.1 dev: true /@octokit/request-error/2.0.5: resolution: {integrity: sha512-T/2wcCFyM7SkXzNoyVNWjyVlUwBvW3igM3Btr/eKYiPmucXTtkxt2RBsf6gn3LTzaLSLTQtNmvg+dGsOxQrjZg==} dependencies: - '@octokit/types': 6.13.0 + '@octokit/types': 6.14.2 deprecation: 2.3.1 once: 1.4.0 dev: true @@ -1929,25 +1982,25 @@ packages: dependencies: '@octokit/endpoint': 6.0.11 '@octokit/request-error': 2.0.5 - '@octokit/types': 6.13.0 + '@octokit/types': 6.14.2 is-plain-object: 5.0.0 node-fetch: 2.6.1 universal-user-agent: 6.0.0 dev: true - /@octokit/rest/18.5.2: - resolution: {integrity: sha512-Kz03XYfKS0yYdi61BkL9/aJ0pP2A/WK5vF/syhu9/kY30J8He3P68hv9GRpn8bULFx2K0A9MEErn4v3QEdbZcw==} + /@octokit/rest/18.5.3: + resolution: {integrity: sha512-KPAsUCr1DOdLVbZJgGNuE/QVLWEaVBpFQwDAz/2Cnya6uW2wJ/P5RVGk0itx7yyN1aGa8uXm2pri4umEqG1JBA==} dependencies: '@octokit/core': 3.4.0 '@octokit/plugin-paginate-rest': 2.13.3_@octokit+core@3.4.0 '@octokit/plugin-request-log': 1.0.3_@octokit+core@3.4.0 - '@octokit/plugin-rest-endpoint-methods': 5.0.0_@octokit+core@3.4.0 + '@octokit/plugin-rest-endpoint-methods': 5.0.1_@octokit+core@3.4.0 dev: true - /@octokit/types/6.13.0: - resolution: {integrity: sha512-W2J9qlVIU11jMwKHUp5/rbVUeErqelCsO5vW5PKNb7wAXQVUz87Rc+imjlEvpvbH8yUb+KHmv8NEjVZdsdpyxA==} + /@octokit/types/6.14.2: + resolution: {integrity: sha512-wiQtW9ZSy4OvgQ09iQOdyXYNN60GqjCL/UdMsepDr1Gr0QzpW6irIKbH3REuAHXAhxkEk9/F2a3Gcs1P6kW5jA==} dependencies: - '@octokit/openapi-types': 6.0.0 + '@octokit/openapi-types': 7.0.0 dev: true /@pieh/friendly-errors-webpack-plugin/1.7.0-chalk-2_webpack@4.46.0: @@ -2066,19 +2119,19 @@ packages: - supports-color dev: true - /@semantic-release/github/7.2.1_semantic-release@17.4.2: - resolution: {integrity: sha512-+gOhbaG4T3xJb6aTZu1/7KvCmYKRChkasdIyFWdaGaTWVeGpdl4o0zMviV1z3kRcgPOSXeqjHSQ6SOQAfHQiDw==} + /@semantic-release/github/7.2.2_semantic-release@17.4.2: + resolution: {integrity: sha512-nYKxp0sfoFrHn2uNbhkon8oAxIffWPfu5LEEVs8I5Eqv/0IHvU+Kr3u8l4BTD+NNHA9ATTdy2bhQqQrZJ7wTvQ==} engines: {node: '>=10.18'} peerDependencies: semantic-release: '>=16.0.0 <18.0.0' dependencies: - '@octokit/rest': 18.5.2 + '@octokit/rest': 18.5.3 '@semantic-release/error': 2.2.0 aggregate-error: 3.1.0 bottleneck: 2.19.5 debug: 4.3.1 dir-glob: 3.0.1 - fs-extra: 9.1.0 + fs-extra: 10.0.0 globby: 11.0.3 http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.0 @@ -2093,8 +2146,8 @@ packages: - supports-color dev: true - /@semantic-release/npm/7.1.1_semantic-release@17.4.2: - resolution: {integrity: sha512-zTYAno1j49XiH+uAVCY47dKOJAagA/MaJb26FFIfNujNHw3GYXk3ygsFa5CSa55xsO0qEMLcsDX3f3ByCg6nZw==} + /@semantic-release/npm/7.1.3_semantic-release@17.4.2: + resolution: {integrity: sha512-x52kQ/jR09WjuWdaTEHgQCvZYMOTx68WnS+TZ4fya5ZAJw4oRtJETtrvUw10FdfM28d/keInQdc66R1Gw5+OEQ==} engines: {node: '>=10.19'} peerDependencies: semantic-release: '>=16.0.0 <18.0.0' @@ -2102,11 +2155,11 @@ packages: '@semantic-release/error': 2.2.0 aggregate-error: 3.1.0 execa: 5.0.0 - fs-extra: 9.1.0 + fs-extra: 10.0.0 lodash: 4.17.21 nerf-dart: 1.0.0 normalize-url: 6.0.0 - npm: 7.9.0 + npm: 7.12.0 rc: 1.2.8 read-pkg: 5.2.0 registry-auth-token: 4.2.1 @@ -2139,7 +2192,7 @@ packages: /@sideway/address/4.1.1: resolution: {integrity: sha512-+I5aaQr3m0OAmMr7RQ3fR9zx55sejEYR2BFJaxL+zT3VM2611X0SHvPWIbAUBZVTn/YzYKbV8gJ2oT/QELknfQ==} dependencies: - '@hapi/hoek': 9.1.1 + '@hapi/hoek': 9.2.0 dev: true /@sideway/formula/3.0.0: @@ -2160,8 +2213,8 @@ packages: engines: {node: '>=4'} dev: true - /@sindresorhus/slugify/1.1.0: - resolution: {integrity: sha512-ujZRbmmizX26yS/HnB3P9QNlNa4+UvHh+rIse3RbOXLp8yl6n1TxB4t7NHggtVgS8QmmOtzXo48kCxZGACpkPw==} + /@sindresorhus/slugify/1.1.2: + resolution: {integrity: sha512-V9nR/W0Xd9TSGXpZ4iFUcFGhuOJtZX82Fzxj1YISlbSgKvIiNa7eLEZrT0vAraPOt++KHauIVNYgGRgjc13dXA==} engines: {node: '>=10'} dependencies: '@sindresorhus/transliterate': 0.1.2 @@ -2221,8 +2274,8 @@ packages: /@types/babel__core/7.1.14: resolution: {integrity: sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==} dependencies: - '@babel/parser': 7.13.15 - '@babel/types': 7.13.14 + '@babel/parser': 7.14.1 + '@babel/types': 7.14.1 '@types/babel__generator': 7.6.2 '@types/babel__template': 7.4.0 '@types/babel__traverse': 7.11.1 @@ -2231,34 +2284,46 @@ packages: /@types/babel__generator/7.6.2: resolution: {integrity: sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true /@types/babel__template/7.4.0: resolution: {integrity: sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==} dependencies: - '@babel/parser': 7.13.15 - '@babel/types': 7.13.14 + '@babel/parser': 7.14.1 + '@babel/types': 7.14.1 dev: true /@types/babel__traverse/7.11.1: resolution: {integrity: sha512-Vs0hm0vPahPMYi9tDjtP66llufgO3ST16WXaSTtDGEl9cewAl3AibmxWw6TINOqHPT9z0uABKAYjT9jNSg4npw==} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 dev: true - /@types/bluebird/3.5.33: - resolution: {integrity: sha512-ndEo1xvnYeHxm7I/5sF6tBvnsA4Tdi3zj1keRKRs12SP+2ye2A27NDJ1B6PqkfMbGAcT+mqQVqbZRIrhfOp5PQ==} + /@types/bluebird/3.5.34: + resolution: {integrity: sha512-QMc57Pf067Rr78l6f4FftvuIXPYxu0VYFRKrZk1Clv+LWy7gN2fTBiAiv68askFHEHZcTLPFd01kNlpKOiSPgQ==} dev: true /@types/common-tags/1.8.0: resolution: {integrity: sha512-htRqZr5qn8EzMelhX/Xmx142z218lLyGaeZ3YR8jlze4TATRU9huKKvuBmAJEW4LCC4pnY1N6JAm6p85fMHjhg==} dev: true + /@types/component-emitter/1.2.10: + resolution: {integrity: sha512-bsjleuRKWmGqajMerkzox19aGbscQX5rmmvvXl3wlIp5gMG1HgkiwPxsN5p070fBDKTNSPgojVbuY1+HWMbFhg==} + dev: true + /@types/configstore/2.1.1: resolution: {integrity: sha1-zR6FU2M60xhcPy8jns/10mQ+krY=} dev: true + /@types/cookie/0.4.0: + resolution: {integrity: sha512-y7mImlc/rNkvCRmg8gC3/lj87S7pTUIJ6QGjwHR9WQJcFs+ZMTOaoPrkdFA/YdbuqVEmEbb5RdhVxMkAcgOnpg==} + dev: true + + /@types/cors/2.8.10: + resolution: {integrity: sha512-C7srjHiVG3Ey1nR6d511dtDkCEjxuN9W1HWAEjGq8kpcwmNM6JJkpC0xvabM7BXTG2wDq8Eu33iH9aQKa7IvLQ==} + dev: true + /@types/debug/0.0.30: resolution: {integrity: sha512-orGL5LXERPYsLov6CWs3Fh6203+dXzJkR7OnddIr2514Hsecwc8xRpzCapshBbKFImCsvS/mk6+FWiN5LyZJAQ==} dev: true @@ -2287,18 +2352,18 @@ packages: resolution: {integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==} dependencies: '@types/minimatch': 3.0.4 - '@types/node': 14.14.37 + '@types/node': 15.0.2 /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 14.14.37 + '@types/node': 15.0.2 dev: true /@types/http-proxy/1.17.5: resolution: {integrity: sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q==} dependencies: - '@types/node': 14.14.37 + '@types/node': 15.0.2 dev: true /@types/istanbul-lib-coverage/2.0.3: @@ -2324,13 +2389,17 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/26.0.22: - resolution: {integrity: sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==} + /@types/jest/26.0.23: + resolution: {integrity: sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==} dependencies: jest-diff: 26.6.2 pretty-format: 26.6.2 dev: true + /@types/json-patch/0.0.30: + resolution: {integrity: sha512-MhCUjojzDhVLnZnxwPwa+rETFRDQ0ffjxYdrqOP6TBO2O0/Z64PV5tNeYApo4bc4y4frbWOrRwv/eEkXlI13Rw==} + dev: true + /@types/json-schema/7.0.7: resolution: {integrity: sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==} dev: true @@ -2359,12 +2428,16 @@ packages: /@types/node-fetch/2.5.10: resolution: {integrity: sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==} dependencies: - '@types/node': 14.14.37 + '@types/node': 15.0.2 form-data: 3.0.1 dev: true - /@types/node/14.14.37: - resolution: {integrity: sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==} + /@types/node/14.14.44: + resolution: {integrity: sha512-+gaugz6Oce6ZInfI/tK4Pq5wIIkJMEJUu92RB3Eu93mtj4wjjjz9EB5mLp5s1pSsLXdC/CPut/xF20ZzAQJbTA==} + dev: true + + /@types/node/15.0.2: + resolution: {integrity: sha512-p68+a+KoxpoB47015IeYZYRrdqMUcpbK8re/zpFB8Ld46LHC1lPEbp3EXgkEhAYEcPvjJF6ZO+869SQ0aH1dcA==} /@types/node/8.10.66: resolution: {integrity: sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==} @@ -2396,21 +2469,21 @@ packages: /@types/reach__router/1.3.7: resolution: {integrity: sha512-cyBEb8Ef3SJNH5NYEIDGPoMMmYUxROatuxbICusVRQIqZUB85UCt6R2Ok60tKS/TABJsJYaHyNTW3kqbpxlMjg==} dependencies: - '@types/react': 17.0.3 + '@types/react': 17.0.5 dev: true /@types/react-dom/17.0.3: resolution: {integrity: sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==} dependencies: - '@types/react': 17.0.3 + '@types/react': 17.0.5 dev: true - /@types/react/17.0.3: - resolution: {integrity: sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==} + /@types/react/17.0.5: + resolution: {integrity: sha512-bj4biDB9ZJmGAYTWSKJly6bMr4BLUiBrx9ujiJEoP9XIDY9CTaPGxE5QWN/1WjpPLzYF7/jRNnV2nNxNe970sw==} dependencies: '@types/prop-types': 15.7.3 '@types/scheduler': 0.16.1 - csstype: 3.0.7 + csstype: 3.0.8 dev: true /@types/retry/0.12.0: @@ -2443,7 +2516,7 @@ packages: /@types/websocket/1.0.2: resolution: {integrity: sha512-B5m9aq7cbbD/5/jThEr33nUY8WEfVi6A2YKCTOvw5Ldy7mtsOkqRvGjnzy6g7iMMDsgu7xREuCzqATLDLQVKcQ==} dependencies: - '@types/node': 14.14.37 + '@types/node': 15.0.2 dev: true /@types/yargs-parser/20.2.0: @@ -2482,8 +2555,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/4.22.0_9acede93a3623dd7abe65c65a7010e73: - resolution: {integrity: sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==} + /@typescript-eslint/eslint-plugin/4.22.1_f2cf9a191be19a59b06aad4f4e4a9af1: + resolution: {integrity: sha512-kVTAghWDDhsvQ602tHBc6WmQkdaYbkcTwZu+7l24jtJiYvm9l+/y/b2BZANEezxPDiX5MK2ZecE+9BFi/YJryw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -2493,11 +2566,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.22.0_eslint@7.24.0+typescript@4.2.4 - '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.2.4 - '@typescript-eslint/scope-manager': 4.22.0 + '@typescript-eslint/experimental-utils': 4.22.1_eslint@7.25.0+typescript@4.2.4 + '@typescript-eslint/parser': 4.22.1_eslint@7.25.0+typescript@4.2.4 + '@typescript-eslint/scope-manager': 4.22.1 debug: 4.3.1 - eslint: 7.24.0 + eslint: 7.25.0 functional-red-black-tree: 1.0.1 lodash: 4.17.21 regexpp: 3.1.0 @@ -2524,17 +2597,17 @@ packages: - typescript dev: true - /@typescript-eslint/experimental-utils/4.22.0_eslint@7.24.0+typescript@4.2.4: - resolution: {integrity: sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==} + /@typescript-eslint/experimental-utils/4.22.1_eslint@7.25.0+typescript@4.2.4: + resolution: {integrity: sha512-svYlHecSMCQGDO2qN1v477ax/IDQwWhc7PRBiwAdAMJE7GXk5stF4Z9R/8wbRkuX/5e9dHqbIWxjeOjckK3wLQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.7 - '@typescript-eslint/scope-manager': 4.22.0 - '@typescript-eslint/types': 4.22.0 - '@typescript-eslint/typescript-estree': 4.22.0_typescript@4.2.4 - eslint: 7.24.0 + '@typescript-eslint/scope-manager': 4.22.1 + '@typescript-eslint/types': 4.22.1 + '@typescript-eslint/typescript-estree': 4.22.1_typescript@4.2.4 + eslint: 7.25.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 transitivePeerDependencies: @@ -2562,8 +2635,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/4.21.0_eslint@7.24.0+typescript@4.2.4: - resolution: {integrity: sha512-eyNf7QmE5O/l1smaQgN0Lj2M/1jOuNg2NrBm1dqqQN0sVngTLyw8tdCbih96ixlhbF1oINoN8fDCyEH9SjLeIA==} + /@typescript-eslint/parser/4.22.1_eslint@7.25.0+typescript@4.2.4: + resolution: {integrity: sha512-l+sUJFInWhuMxA6rtirzjooh8cM/AATAe3amvIkqKFeMzkn85V+eLzb1RyuXkHak4dLfYzOmF6DXPyflJvjQnw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -2572,59 +2645,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.21.0 - '@typescript-eslint/types': 4.21.0 - '@typescript-eslint/typescript-estree': 4.21.0_typescript@4.2.4 + '@typescript-eslint/scope-manager': 4.22.1 + '@typescript-eslint/types': 4.22.1 + '@typescript-eslint/typescript-estree': 4.22.1_typescript@4.2.4 debug: 4.3.1 - eslint: 7.24.0 + eslint: 7.25.0 typescript: 4.2.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/4.22.0_eslint@7.24.0+typescript@4.2.4: - resolution: {integrity: sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/scope-manager': 4.22.0 - '@typescript-eslint/types': 4.22.0 - '@typescript-eslint/typescript-estree': 4.22.0_typescript@4.2.4 - debug: 4.3.1 - eslint: 7.24.0 - typescript: 4.2.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/scope-manager/4.21.0: - resolution: {integrity: sha512-kfOjF0w1Ix7+a5T1knOw00f7uAP9Gx44+OEsNQi0PvvTPLYeXJlsCJ4tYnDj5PQEYfpcgOH5yBlw7K+UEI9Agw==} + /@typescript-eslint/scope-manager/4.22.1: + resolution: {integrity: sha512-d5bAiPBiessSmNi8Amq/RuLslvcumxLmyhf1/Xa9IuaoFJ0YtshlJKxhlbY7l2JdEk3wS0EnmnfeJWSvADOe0g==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.21.0 - '@typescript-eslint/visitor-keys': 4.21.0 + '@typescript-eslint/types': 4.22.1 + '@typescript-eslint/visitor-keys': 4.22.1 dev: true - /@typescript-eslint/scope-manager/4.22.0: - resolution: {integrity: sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - dependencies: - '@typescript-eslint/types': 4.22.0 - '@typescript-eslint/visitor-keys': 4.22.0 - dev: true - - /@typescript-eslint/types/4.21.0: - resolution: {integrity: sha512-+OQaupjGVVc8iXbt6M1oZMwyKQNehAfLYJJ3SdvnofK2qcjfor9pEM62rVjBknhowTkh+2HF+/KdRAc/wGBN2w==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - dev: true - - /@typescript-eslint/types/4.22.0: - resolution: {integrity: sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==} + /@typescript-eslint/types/4.22.1: + resolution: {integrity: sha512-2HTkbkdAeI3OOcWbqA8hWf/7z9c6gkmnWNGz0dKSLYLWywUlkOAQ2XcjhlKLj5xBFDf8FgAOF5aQbnLRvgNbCw==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true @@ -2649,8 +2689,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/4.21.0_typescript@4.2.4: - resolution: {integrity: sha512-ZD3M7yLaVGVYLw4nkkoGKumb7Rog7QID9YOWobFDMQKNl+vPxqVIW/uDk+MDeGc+OHcoG2nJ2HphwiPNajKw3w==} + /@typescript-eslint/typescript-estree/4.22.1_typescript@4.2.4: + resolution: {integrity: sha512-p3We0pAPacT+onSGM+sPR+M9CblVqdA9F1JEdIqRVlxK5Qth4ochXQgIyb9daBomyQKAXbygxp1aXQRV0GC79A==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: typescript: '*' @@ -2658,8 +2698,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.21.0 - '@typescript-eslint/visitor-keys': 4.21.0 + '@typescript-eslint/types': 4.22.1 + '@typescript-eslint/visitor-keys': 4.22.1 debug: 4.3.1 globby: 11.0.3 is-glob: 4.0.1 @@ -2670,41 +2710,12 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/4.22.0_typescript@4.2.4: - resolution: {integrity: sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 4.22.0 - '@typescript-eslint/visitor-keys': 4.22.0 - debug: 4.3.1 - globby: 11.0.3 - is-glob: 4.0.1 - semver: 7.3.5 - tsutils: 3.21.0_typescript@4.2.4 - typescript: 4.2.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/visitor-keys/4.21.0: - resolution: {integrity: sha512-dH22dROWGi5Z6p+Igc8bLVLmwy7vEe8r+8c+raPQU0LxgogPUrRAtRGtvBWmlr9waTu3n+QLt/qrS/hWzk1x5w==} + /@typescript-eslint/visitor-keys/4.22.1: + resolution: {integrity: sha512-WPkOrIRm+WCLZxXQHCi+WG8T2MMTUFR70rWjdWYddLT7cEfb2P4a3O/J2U1FBVsSFTocXLCoXWY6MZGejeStvQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.21.0 - eslint-visitor-keys: 2.0.0 - dev: true - - /@typescript-eslint/visitor-keys/4.22.0: - resolution: {integrity: sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - dependencies: - '@typescript-eslint/types': 4.22.0 - eslint-visitor-keys: 2.0.0 + '@typescript-eslint/types': 4.22.1 + eslint-visitor-keys: 2.1.0 dev: true /@webassemblyjs/ast/1.9.0: @@ -2854,6 +2865,13 @@ packages: resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==} dev: true + /abort-controller/3.0.0: + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} + dependencies: + event-target-shim: 5.0.1 + dev: true + /accepts/1.3.7: resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==} engines: {node: '>= 0.6'} @@ -2877,12 +2895,12 @@ packages: acorn: 7.4.1 dev: true - /acorn-jsx/5.3.1_acorn@8.1.0: + /acorn-jsx/5.3.1_acorn@8.2.4: resolution: {integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.1.0 + acorn: 8.2.4 dev: true /acorn-walk/7.2.0: @@ -2902,8 +2920,8 @@ packages: hasBin: true dev: true - /acorn/8.1.0: - resolution: {integrity: sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA==} + /acorn/8.2.4: + resolution: {integrity: sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==} engines: {node: '>=0.4.0'} hasBin: true dev: true @@ -2918,10 +2936,6 @@ packages: engines: {node: '>= 0.12.0'} dev: true - /after/0.8.2: - resolution: {integrity: sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=} - dev: true - /agent-base/6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} @@ -2964,8 +2978,8 @@ packages: uri-js: 4.4.1 dev: true - /ajv/8.1.0: - resolution: {integrity: sha512-B/Sk2Ix7A36fs/ZkuGLIR86EdjbgR6fsAcbx9lOP/QBSXujDNbVmIS/U4Itz5k8fPFDeVZl/zQ/gJW4Jrq6XjQ==} + /ajv/8.2.0: + resolution: {integrity: sha512-WSNGFuyWd//XO8n/m/EaOlNLtO0yL8EXT/74LqT4khdhpZjP7lkj/kT5uwRmGitKEVp/Oj7ZUHeGfPtgHhQ5CA==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -3100,8 +3114,8 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.13.10 - '@babel/runtime-corejs3': 7.13.10 + '@babel/runtime': 7.14.0 + '@babel/runtime-corejs3': 7.14.0 dev: true /arr-diff/4.0.0: @@ -3195,10 +3209,6 @@ packages: function-bind: 1.1.1 dev: true - /arraybuffer.slice/0.0.7: - resolution: {integrity: sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==} - dev: true - /arrify/1.0.1: resolution: {integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=} engines: {node: '>=0.10.0'} @@ -3297,8 +3307,8 @@ packages: resolution: {integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==} hasBin: true dependencies: - browserslist: 4.16.3 - caniuse-lite: 1.0.30001208 + browserslist: 4.16.6 + caniuse-lite: 1.0.30001223 colorette: 1.2.2 normalize-range: 0.1.2 num2fraction: 1.2.2 @@ -3314,15 +3324,15 @@ packages: resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} dev: true - /axe-core/4.1.4: - resolution: {integrity: sha512-Pdgfv6iP0gNx9ejRGa3zE7Xgkj/iclXqLfe7BnatdZz0QnLZ3jrRHUVH8wNSdN68w05Sk3ShGTb3ydktMTooig==} + /axe-core/4.2.0: + resolution: {integrity: sha512-1uIESzroqpaTzt9uX48HO+6gfnKu3RwvWdCcWSrX4csMInJfCo1yvKPNXCwXFRpJqRW25tiASb6No0YH57PXqg==} engines: {node: '>=4'} dev: true /axios/0.21.1_debug@3.2.7: resolution: {integrity: sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==} dependencies: - follow-redirects: 1.13.3_debug@3.2.7 + follow-redirects: 1.14.0_debug@3.2.7 transitivePeerDependencies: - debug dev: true @@ -3330,7 +3340,7 @@ packages: /axios/0.21.1_debug@4.3.1: resolution: {integrity: sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==} dependencies: - follow-redirects: 1.13.3_debug@4.3.1 + follow-redirects: 1.14.0_debug@4.3.1 transitivePeerDependencies: - debug dev: true @@ -3347,12 +3357,12 @@ packages: js-tokens: 3.0.2 dev: true - /babel-core/7.0.0-bridge.0_@babel+core@7.13.15: + /babel-core/7.0.0-bridge.0_@babel+core@7.13.16: resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 dev: true /babel-eslint/10.1.0_eslint@6.8.0: @@ -3363,9 +3373,9 @@ packages: eslint: '>= 4.12.1' dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.15 - '@babel/traverse': 7.13.15 - '@babel/types': 7.13.14 + '@babel/parser': 7.14.1 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 eslint: 6.8.0 eslint-visitor-keys: 1.3.0 resolve: 1.20.0 @@ -3373,33 +3383,33 @@ packages: - supports-color dev: true - /babel-jest/26.6.3_@babel+core@7.13.15: + /babel-jest/26.6.3_@babel+core@7.13.16: resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} engines: {node: '>= 10.14.2'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 '@types/babel__core': 7.1.14 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 26.6.2_@babel+core@7.13.15 - chalk: 4.1.0 + babel-preset-jest: 26.6.2_@babel+core@7.13.16 + chalk: 4.1.1 graceful-fs: 4.2.6 slash: 3.0.0 transitivePeerDependencies: - supports-color dev: true - /babel-loader/8.2.2_f2e3c02d5be8d19d96f0a6f9023762b2: + /babel-loader/8.2.2_0fc9aa51f8dda8b91e4c31310ffa16c5: resolution: {integrity: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 find-cache-dir: 3.3.1 loader-utils: 1.4.0 make-dir: 3.1.0 @@ -3435,7 +3445,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@babel/template': 7.12.13 - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 '@types/babel__core': 7.1.14 '@types/babel__traverse': 7.11.1 dev: true @@ -3444,7 +3454,7 @@ packages: resolution: {integrity: sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==} dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 glob: 7.1.6 lodash: 4.17.21 require-package-name: 2.0.1 @@ -3453,7 +3463,7 @@ packages: /babel-plugin-macros/2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.14.0 cosmiconfig: 6.0.0 resolve: 1.20.0 dev: true @@ -3469,135 +3479,135 @@ packages: resolve: 1.20.0 dev: true - /babel-plugin-polyfill-corejs2/0.2.0_@babel+core@7.13.15: + /babel-plugin-polyfill-corejs2/0.2.0_@babel+core@7.13.16: resolution: {integrity: sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.13.15 - '@babel/core': 7.13.15 - '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.15 + '@babel/compat-data': 7.14.0 + '@babel/core': 7.13.16 + '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.16 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.2.0_@babel+core@7.13.15: + /babel-plugin-polyfill-corejs3/0.2.0_@babel+core@7.13.16: resolution: {integrity: sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.15 - core-js-compat: 3.10.1 + '@babel/core': 7.13.16 + '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.16 + core-js-compat: 3.12.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.2.0_@babel+core@7.13.15: + /babel-plugin-polyfill-regenerator/0.2.0_@babel+core@7.13.16: resolution: {integrity: sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.15 - '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.16 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-remove-graphql-queries/2.16.1_773935265af794305efbb27c195f7d79: + /babel-plugin-remove-graphql-queries/2.16.1_bd81bb7b4a335e815190f714447c52b3: resolution: {integrity: sha512-PkHJuRodMp4p617a/ZVhV8elBhRoFpOTpdu2DaApXJFIsDJWhjZ8d4BGbbFCT/yKJrhRDTdqg1r5AhWEaEUKkw==} engines: {node: '>=10.13.0'} peerDependencies: '@babel/core': ^7.0.0 gatsby: ^2.0.0 dependencies: - '@babel/core': 7.13.15 - gatsby: 2.32.4_typescript@4.2.4 + '@babel/core': 7.13.16 + gatsby: 2.32.13_typescript@4.2.4 dev: true /babel-plugin-transform-react-remove-prop-types/0.4.24: resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.13.15: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.13.16: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.13.15 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.15 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.13.15 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.15 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.15 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.15 - dev: true - - /babel-preset-gatsby-package/0.12.0_@babel+core@7.13.15: + '@babel/core': 7.13.16 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.16 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.16 + dev: true + + /babel-preset-gatsby-package/0.12.0_@babel+core@7.13.16: resolution: {integrity: sha512-DFv+6UBnMJb3gvg3EvgyQTdXuN9gnTNoZtpuQdIWJU8FdUxS7qrcqVFywkJvh606/aI/BT/Ml7B4S32G0qUp1g==} engines: {node: '>=10.13.0'} peerDependencies: '@babel/core': ^7.11.6 dependencies: - '@babel/core': 7.13.15 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.15 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-transform-runtime': 7.13.15_@babel+core@7.13.15 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.15 - '@babel/preset-env': 7.13.15_@babel+core@7.13.15 - '@babel/preset-flow': 7.13.13_@babel+core@7.13.15 - '@babel/preset-react': 7.13.13_@babel+core@7.13.15 + '@babel/core': 7.13.16 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-transform-runtime': 7.13.15_@babel+core@7.13.16 + '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.16 + '@babel/preset-env': 7.14.1_@babel+core@7.13.16 + '@babel/preset-flow': 7.13.13_@babel+core@7.13.16 + '@babel/preset-react': 7.13.13_@babel+core@7.13.16 babel-plugin-dynamic-import-node: 2.3.3 - core-js: 3.10.1 + core-js: 3.12.0 transitivePeerDependencies: - supports-color dev: true - /babel-preset-gatsby/0.12.3_d5c1cf9a7e9769dfc32c36b91164547e: + /babel-preset-gatsby/0.12.3_8bb0835c5b6d205ac33aa63bf7e8f8e0: resolution: {integrity: sha512-s/5Nkeeihu/oNUcLQakm+lwLCiNWcQamQliB+NqEVB/IgRVn1FQPxqmxNbEb0i2HrEBPKgOrXyt82IfzirCmgg==} engines: {node: '>=10.13.0'} peerDependencies: '@babel/core': ^7.11.6 core-js: ^3.0.0 dependencies: - '@babel/core': 7.13.15 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.15 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.15 - '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.15 - '@babel/plugin-transform-runtime': 7.13.15_@babel+core@7.13.15 - '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.15 - '@babel/preset-env': 7.13.15_@babel+core@7.13.15 - '@babel/preset-react': 7.13.13_@babel+core@7.13.15 - '@babel/runtime': 7.13.10 + '@babel/core': 7.13.16 + '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-transform-runtime': 7.13.15_@babel+core@7.13.16 + '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.16 + '@babel/preset-env': 7.14.1_@babel+core@7.13.16 + '@babel/preset-react': 7.13.13_@babel+core@7.13.16 + '@babel/runtime': 7.14.0 babel-plugin-dynamic-import-node: 2.3.3 babel-plugin-macros: 2.8.0 babel-plugin-transform-react-remove-prop-types: 0.4.24 - core-js: 3.10.1 + core-js: 3.12.0 gatsby-core-utils: 1.10.1 gatsby-legacy-polyfills: 0.7.1 transitivePeerDependencies: - supports-color dev: true - /babel-preset-jest/26.6.2_@babel+core@7.13.15: + /babel-preset-jest/26.6.2_@babel+core@7.13.16: resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} engines: {node: '>= 10.14.2'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 babel-plugin-jest-hoist: 26.6.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.13.15 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.13.16 dev: true /backo2/1.0.2: @@ -3629,11 +3639,6 @@ packages: engines: {node: '>= 0.6.0'} dev: true - /base64-arraybuffer/0.1.5: - resolution: {integrity: sha1-c5JncZI7Whl0etZmqlzUv5xunOg=} - engines: {node: '>= 0.6.0'} - dev: true - /base64-js/1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} dev: true @@ -3657,12 +3662,6 @@ packages: resolution: {integrity: sha512-/6FKxSTWoJdbsLDF8tdIjaRiFXiE6UHsEHE3OPI/cwPURCVi1ukP0gmLn7XWEiFk5TcwQjjY5PWsU+j+tgXgmw==} dev: true - /better-assert/1.0.2: - resolution: {integrity: sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=} - dependencies: - callsite: 1.0.0 - dev: true - /better-opn/2.1.1: resolution: {integrity: sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==} engines: {node: '>8.0.0'} @@ -3711,10 +3710,6 @@ packages: readable-stream: 3.6.0 dev: true - /blob/0.0.5: - resolution: {integrity: sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==} - dev: true - /bluebird/3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} @@ -3780,7 +3775,7 @@ packages: dependencies: ansi-align: 3.0.0 camelcase: 6.2.0 - chalk: 4.1.0 + chalk: 4.1.1 cli-boxes: 2.2.1 string-width: 4.2.2 type-fest: 0.20.2 @@ -3880,14 +3875,14 @@ packages: pako: 1.0.11 dev: true - /browserslist/4.16.3: - resolution: {integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw==} + /browserslist/4.16.6: + resolution: {integrity: sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001208 + caniuse-lite: 1.0.30001223 colorette: 1.2.2 - electron-to-chromium: 1.3.712 + electron-to-chromium: 1.3.727 escalade: 3.1.1 node-releases: 1.1.71 @@ -3927,13 +3922,6 @@ packages: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: true - /busboy/0.3.1: - resolution: {integrity: sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==} - engines: {node: '>=4.5.0'} - dependencies: - dicer: 0.3.0 - dev: true - /bytes/3.0.0: resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} engines: {node: '>= 0.8'} @@ -4057,10 +4045,6 @@ packages: caller-callsite: 2.0.0 dev: true - /callsite/1.0.0: - resolution: {integrity: sha1-KAOY5dZkvXQDi28JBRU+borxvCA=} - dev: true - /callsites/2.0.0: resolution: {integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=} engines: {node: '>=4'} @@ -4081,7 +4065,7 @@ packages: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 - tslib: 2.1.0 + tslib: 2.2.0 dev: true /camelcase-keys/6.2.2: @@ -4106,13 +4090,13 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.16.3 - caniuse-lite: 1.0.30001208 + browserslist: 4.16.6 + caniuse-lite: 1.0.30001223 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - /caniuse-lite/1.0.30001208: - resolution: {integrity: sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA==} + /caniuse-lite/1.0.30001223: + resolution: {integrity: sha512-k/RYs6zc/fjbxTjaWZemeSmOjO0JJV+KguOBA3NwPup8uzxM1cMhR2BD9XmO86GuqaqTCO8CgkgH9Rz//vdDiA==} /capture-exit/2.0.0: resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} @@ -4164,8 +4148,8 @@ packages: supports-color: 7.2.0 dev: true - /chalk/4.1.0: - resolution: {integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==} + /chalk/4.1.1: + resolution: {integrity: sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==} engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 @@ -4459,22 +4443,10 @@ packages: dot-prop: 5.3.0 dev: true - /component-bind/1.0.0: - resolution: {integrity: sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=} - dev: true - - /component-emitter/1.2.1: - resolution: {integrity: sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=} - dev: true - /component-emitter/1.3.0: resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} dev: true - /component-inherit/0.0.3: - resolution: {integrity: sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=} - dev: true - /compressible/2.0.18: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} @@ -4554,21 +4526,22 @@ packages: engines: {node: '>= 0.6'} dev: true - /contentful-management/7.14.0_debug@4.3.1: - resolution: {integrity: sha512-6i3lDp+1S+DZc7nv+dYGKqZ/GbhbiJakp4fS0zqCtuaQb+80k9+9a/DO1/M3QmS7t7urITYiwTVgQl8hvqAFFg==} + /contentful-management/7.18.0_debug@4.3.1: + resolution: {integrity: sha512-z0opIEb92YX62iply/Bx2L3peMeO0yvwpIKBhEXJU53DwyYsgSYA0puw/TqoMck1EHXRfElKi0LQ8bAObLrfyg==} engines: {node: '>=6'} dependencies: + '@types/json-patch': 0.0.30 axios: 0.21.1_debug@4.3.1 - contentful-sdk-core: 6.7.0 + contentful-sdk-core: 6.8.0 fast-copy: 2.1.1 lodash.isplainobject: 4.0.6 - type-fest: 0.20.2 + type-fest: 1.0.2 transitivePeerDependencies: - debug dev: true - /contentful-sdk-core/6.7.0: - resolution: {integrity: sha512-+b8UXVE249Z6WzMLXvsu3CIvN/s5xXRZ9o+zY7zDdPkIYBMW15xcs9N2ATI6ncmc+s1uj4XZij/2skflletHiw==} + /contentful-sdk-core/6.8.0: + resolution: {integrity: sha512-X45uNrcbQ2qY2p4G/Wx2EFUdnLnoDXjw29i+d0JVTUXqCG58p3q4GHuAPzTX+uafJL4h0ZY2xPOn4nvJ83eRBQ==} engines: {node: '>=6'} dependencies: fast-copy: 2.1.1 @@ -4637,13 +4610,13 @@ packages: resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} dev: true - /cookie/0.3.1: - resolution: {integrity: sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=} + /cookie/0.4.0: + resolution: {integrity: sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==} engines: {node: '>= 0.6'} dev: true - /cookie/0.4.0: - resolution: {integrity: sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==} + /cookie/0.4.1: + resolution: {integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==} engines: {node: '>= 0.6'} dev: true @@ -4676,20 +4649,20 @@ packages: yargs: 16.2.0 dev: true - /core-js-compat/3.10.1: - resolution: {integrity: sha512-ZHQTdTPkqvw2CeHiZC970NNJcnwzT6YIueDMASKt+p3WbZsLXOcoD392SkcWhkC0wBBHhlfhqGKKsNCQUozYtg==} + /core-js-compat/3.12.0: + resolution: {integrity: sha512-vvaN8EOvYBEjrr+MN3vCKrMNc/xdYZI+Rt/uPMROi4T5Hj8Fz6TiPQm2mrB9aZoQVW1lCFHYmMrv99aUct9mkg==} dependencies: - browserslist: 4.16.3 + browserslist: 4.16.6 semver: 7.0.0 dev: true - /core-js-pure/3.10.1: - resolution: {integrity: sha512-PeyJH2SE0KuxY5eCGNWA+W+CeDpB6M1PN3S7Am7jSv/Ttuxz2SnWbIiVQOn/TDaGaGtxo8CRWHkXwJscbUHtVw==} + /core-js-pure/3.12.0: + resolution: {integrity: sha512-j2y084taJU4VMUpwuC93l19tsPbTAtOpg6/do3UOwX4eUJbsFdhEaGRQfTYthn5rDubsB88YITtei0Kw46vEQQ==} requiresBuild: true dev: true - /core-js/3.10.1: - resolution: {integrity: sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA==} + /core-js/3.12.0: + resolution: {integrity: sha512-SaMnchL//WwU2Ot1hhkPflE8gzo7uq1FGvUJ8GKmi3TOU7rGTHIU+eir1WGf6qOtTyxdfdcp10yPdGZ59sQ3hw==} requiresBuild: true dev: true @@ -4798,8 +4771,8 @@ packages: cross-spawn: 7.0.3 dev: true - /cross-fetch/3.1.1: - resolution: {integrity: sha512-eIF+IHQpRzoGd/0zPrwQmHwDC90mdvjk+hcbYhKoaRrEk4GEIDqdjs/MljmdPPoHTQudbmWS+f0hZsEpFaEvWw==} + /cross-fetch/3.1.4: + resolution: {integrity: sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==} dependencies: node-fetch: 2.6.1 dev: true @@ -4868,13 +4841,13 @@ packages: timsort: 0.3.0 dev: true - /css-declaration-sorter/6.0.0_postcss@8.2.10: + /css-declaration-sorter/6.0.0_postcss@8.2.14: resolution: {integrity: sha512-S0TE4E0ha5+tBHdLWPc5n+S8E4dFBS5xScPvgHkLNZwWvX4ISoFGhGeerLC9uS1cKA/sC+K2wHq6qEbcagT/fg==} engines: {node: '>= 10'} peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 timsort: 0.3.0 dev: false @@ -4917,8 +4890,8 @@ packages: dependencies: boolbase: 1.0.0 css-what: 4.0.0 - domhandler: 4.1.0 - domutils: 2.5.2 + domhandler: 4.2.0 + domutils: 2.6.0 nth-check: 2.0.0 dev: false @@ -4999,42 +4972,42 @@ packages: postcss-unique-selectors: 4.0.1 dev: true - /cssnano-preset-default/5.0.0_postcss@8.2.10: - resolution: {integrity: sha512-zsLppqF7PxY6Tk+ghVx8djf4o1jIOu2GNufqy9lMxldt7gGpSy3FQ6jn7FCd5DZWCaBa7A/1/HVh8CK3BdFSJg==} + /cssnano-preset-default/5.0.1_postcss@8.2.14: + resolution: {integrity: sha512-cfmfThYODGqhpQKDq9H0MTAqkMvZ3dGbOUTBKw0xWZiIycMqHid22LsJXJl4r1qX4qzDeKxcSyQ/Xb5Mu3Z//Q==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - css-declaration-sorter: 6.0.0_postcss@8.2.10 - cssnano-utils: 2.0.0_postcss@8.2.10 - postcss: 8.2.10 - postcss-calc: 8.0.0_postcss@8.2.10 - postcss-colormin: 5.0.0_postcss@8.2.10 - postcss-convert-values: 5.0.0_postcss@8.2.10 - postcss-discard-comments: 5.0.0_postcss@8.2.10 - postcss-discard-duplicates: 5.0.0_postcss@8.2.10 - postcss-discard-empty: 5.0.0_postcss@8.2.10 - postcss-discard-overridden: 5.0.0_postcss@8.2.10 - postcss-merge-longhand: 5.0.0_postcss@8.2.10 - postcss-merge-rules: 5.0.0_postcss@8.2.10 - postcss-minify-font-values: 5.0.0_postcss@8.2.10 - postcss-minify-gradients: 5.0.0_postcss@8.2.10 - postcss-minify-params: 5.0.0_postcss@8.2.10 - postcss-minify-selectors: 5.0.0_postcss@8.2.10 - postcss-normalize-charset: 5.0.0_postcss@8.2.10 - postcss-normalize-display-values: 5.0.0_postcss@8.2.10 - postcss-normalize-positions: 5.0.0_postcss@8.2.10 - postcss-normalize-repeat-style: 5.0.0_postcss@8.2.10 - postcss-normalize-string: 5.0.0_postcss@8.2.10 - postcss-normalize-timing-functions: 5.0.0_postcss@8.2.10 - postcss-normalize-unicode: 5.0.0_postcss@8.2.10 - postcss-normalize-url: 5.0.0_postcss@8.2.10 - postcss-normalize-whitespace: 5.0.0_postcss@8.2.10 - postcss-ordered-values: 5.0.0_postcss@8.2.10 - postcss-reduce-initial: 5.0.0_postcss@8.2.10 - postcss-reduce-transforms: 5.0.0_postcss@8.2.10 - postcss-svgo: 5.0.0_postcss@8.2.10 - postcss-unique-selectors: 5.0.0_postcss@8.2.10 + css-declaration-sorter: 6.0.0_postcss@8.2.14 + cssnano-utils: 2.0.0_postcss@8.2.14 + postcss: 8.2.14 + postcss-calc: 8.0.0_postcss@8.2.14 + postcss-colormin: 5.0.0_postcss@8.2.14 + postcss-convert-values: 5.0.0_postcss@8.2.14 + postcss-discard-comments: 5.0.0_postcss@8.2.14 + postcss-discard-duplicates: 5.0.0_postcss@8.2.14 + postcss-discard-empty: 5.0.0_postcss@8.2.14 + postcss-discard-overridden: 5.0.0_postcss@8.2.14 + postcss-merge-longhand: 5.0.1_postcss@8.2.14 + postcss-merge-rules: 5.0.0_postcss@8.2.14 + postcss-minify-font-values: 5.0.0_postcss@8.2.14 + postcss-minify-gradients: 5.0.0_postcss@8.2.14 + postcss-minify-params: 5.0.0_postcss@8.2.14 + postcss-minify-selectors: 5.0.0_postcss@8.2.14 + postcss-normalize-charset: 5.0.0_postcss@8.2.14 + postcss-normalize-display-values: 5.0.0_postcss@8.2.14 + postcss-normalize-positions: 5.0.0_postcss@8.2.14 + postcss-normalize-repeat-style: 5.0.0_postcss@8.2.14 + postcss-normalize-string: 5.0.0_postcss@8.2.14 + postcss-normalize-timing-functions: 5.0.0_postcss@8.2.14 + postcss-normalize-unicode: 5.0.0_postcss@8.2.14 + postcss-normalize-url: 5.0.0_postcss@8.2.14 + postcss-normalize-whitespace: 5.0.0_postcss@8.2.14 + postcss-ordered-values: 5.0.0_postcss@8.2.14 + postcss-reduce-initial: 5.0.0_postcss@8.2.14 + postcss-reduce-transforms: 5.0.0_postcss@8.2.14 + postcss-svgo: 5.0.0_postcss@8.2.14 + postcss-unique-selectors: 5.0.0_postcss@8.2.14 dev: false /cssnano-util-get-arguments/4.0.0: @@ -5059,13 +5032,13 @@ packages: engines: {node: '>=6.9.0'} dev: true - /cssnano-utils/2.0.0_postcss@8.2.10: + /cssnano-utils/2.0.0_postcss@8.2.14: resolution: {integrity: sha512-xvxmTszdrvSyTACdPe8VU5J6p4sm3egpgw54dILvNqt5eBUv6TFjACLhSxtRuEsxYrgy8uDy269YjScO5aKbGA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 dev: false /cssnano/4.1.11: @@ -5078,18 +5051,17 @@ packages: postcss: 7.0.35 dev: true - /cssnano/5.0.0_postcss@8.2.10: - resolution: {integrity: sha512-beaqJEU9aI0B2PpKWXy+UJdtw+Q2J2c2f2nHVphL/gb2wvkuQV+Zxf5Q5SsNXiPUb9Djo/+ja+UOelQWhHnVow==} + /cssnano/5.0.2_postcss@8.2.14: + resolution: {integrity: sha512-8JK3EnPsjQsULme9/e5M2hF564f/480hwsdcHvQ7ZtAIMfQ1O3SCfs+b8Mjf5KJxhYApyRshR2QSovEJi2K72Q==} engines: {node: ^10 || ^12 || >=14.0} requiresBuild: true peerDependencies: postcss: ^8.2.1 dependencies: cosmiconfig: 7.0.0 - cssnano-preset-default: 5.0.0_postcss@8.2.10 + cssnano-preset-default: 5.0.1_postcss@8.2.14 is-resolvable: 1.1.0 - opencollective-postinstall: 2.0.3 - postcss: 8.2.10 + postcss: 8.2.14 dev: false /csso/4.2.0: @@ -5113,8 +5085,8 @@ packages: cssom: 0.3.8 dev: true - /csstype/3.0.7: - resolution: {integrity: sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==} + /csstype/3.0.8: + resolution: {integrity: sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==} dev: true /cyclist/1.0.1: @@ -5128,8 +5100,8 @@ packages: type: 1.2.0 dev: true - /damerau-levenshtein/1.0.6: - resolution: {integrity: sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==} + /damerau-levenshtein/1.0.7: + resolution: {integrity: sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw==} dev: true /dashdash/1.14.1: @@ -5152,8 +5124,8 @@ packages: resolution: {integrity: sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==} dev: true - /date-fns/2.20.1: - resolution: {integrity: sha512-8P5M8Kxbnovd0zfvOs7ipkiVJ3/zZQ0F/nrBW4x5E+I0uAZVZ80h6CKd24fSXQ5TLK5hXMtI4yb2O5rEZdUt2A==} + /date-fns/2.21.2: + resolution: {integrity: sha512-FMkG7pIPx64mGIpS2LOb3Wp3O606H/hatoiz7G0oiYWai1izdM4tF1dd7QABv2NogkIDI4wxsfLLFQSuVvDHgA==} engines: {node: '>=0.11'} dev: true @@ -5167,24 +5139,11 @@ packages: ms: 2.0.0 dev: true - /debug/3.1.0: - resolution: {integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==} - dependencies: - ms: 2.0.0 - dev: true - /debug/3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} dependencies: ms: 2.1.3 - /debug/4.1.1: - resolution: {integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==} - deprecated: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) - dependencies: - ms: 2.1.3 - dev: true - /debug/4.3.1: resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} engines: {node: '>=6.0'} @@ -5243,7 +5202,7 @@ packages: resolution: {integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==} dependencies: is-arguments: 1.1.0 - is-date-object: 1.0.2 + is-date-object: 1.0.3 is-regex: 1.1.2 object-is: 1.1.5 object-keys: 1.1.1 @@ -5434,13 +5393,6 @@ packages: tslib: 1.14.1 dev: true - /dicer/0.3.0: - resolution: {integrity: sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==} - engines: {node: '>=4.5.0'} - dependencies: - streamsearch: 0.1.2 - dev: true - /diff-sequences/25.2.6: resolution: {integrity: sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg==} engines: {node: '>= 8.3'} @@ -5527,7 +5479,7 @@ packages: resolution: {integrity: sha512-Pv2ZluG5ife96udGgEDovOOOA5UELkltfJpnIExPrAk1LTvecolUGn6lIaoLh86d83GiB86CjzciMd9BuRB71Q==} dependencies: domelementtype: 2.2.0 - domhandler: 4.1.0 + domhandler: 4.2.0 entities: 2.2.0 dev: false @@ -5560,8 +5512,8 @@ packages: domelementtype: 1.3.1 dev: true - /domhandler/4.1.0: - resolution: {integrity: sha512-/6/kmsGlMY4Tup/nGVutdrK9yQi4YjWVcVeoQmixpzjOUK1U7pQkvAPHBJeUxOgxF0J8f8lwCJSlCfD0V4CMGQ==} + /domhandler/4.2.0: + resolution: {integrity: sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==} engines: {node: '>= 4'} dependencies: domelementtype: 2.2.0 @@ -5574,12 +5526,12 @@ packages: domelementtype: 1.3.1 dev: true - /domutils/2.5.2: - resolution: {integrity: sha512-MHTthCb1zj8f1GVfRpeZUbohQf/HdBos0oX5gZcQFepOZPLLRyj6Wn7XS7EMnY7CVpwv8863u2vyE83Hfu28HQ==} + /domutils/2.6.0: + resolution: {integrity: sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==} dependencies: dom-serializer: 1.3.1 domelementtype: 2.2.0 - domhandler: 4.1.0 + domhandler: 4.2.0 dev: false /dot-prop/5.3.0: @@ -5588,9 +5540,9 @@ packages: dependencies: is-obj: 2.0.0 - /dotenv/8.2.0: - resolution: {integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==} - engines: {node: '>=8'} + /dotenv/8.6.0: + resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==} + engines: {node: '>=10'} dev: true /duplexer/0.1.2: @@ -5627,8 +5579,8 @@ packages: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} dev: true - /electron-to-chromium/1.3.712: - resolution: {integrity: sha512-3kRVibBeCM4vsgoHHGKHmPocLqtFAGTrebXxxtgKs87hNUzXrX2NuS3jnBys7IozCnw7viQlozxKkmty2KNfrw==} + /electron-to-chromium/1.3.727: + resolution: {integrity: sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==} /elliptic/6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} @@ -5675,44 +5627,46 @@ packages: once: 1.4.0 dev: true - /engine.io-client/3.4.4: - resolution: {integrity: sha512-iU4CRr38Fecj8HoZEnFtm2EiKGbYZcPn3cHxqNGl/tmdWRf60KhK+9vE0JeSjgnlS/0oynEfLgKbT9ALpim0sQ==} + /engine.io-client/4.1.4: + resolution: {integrity: sha512-843fqAdKeUMFqKi1sSjnR11tJ4wi8sIefu6+JC1OzkkJBmjtc/gM/rZ53tJfu5Iae/3gApm5veoS+v+gtT0+Fg==} dependencies: + base64-arraybuffer: 0.1.4 component-emitter: 1.3.0 - component-inherit: 0.0.3 - debug: 3.1.0 - engine.io-parser: 2.2.1 + debug: 4.3.1 + engine.io-parser: 4.0.2 has-cors: 1.1.0 - indexof: 0.0.1 parseqs: 0.0.6 parseuri: 0.0.6 - ws: 6.1.4 - xmlhttprequest-ssl: 1.5.5 + ws: 7.4.5 + xmlhttprequest-ssl: 1.6.2 yeast: 0.1.2 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate dev: true - /engine.io-parser/2.2.1: - resolution: {integrity: sha512-x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==} + /engine.io-parser/4.0.2: + resolution: {integrity: sha512-sHfEQv6nmtJrq6TKuIz5kyEKH/qSdK56H/A+7DnAuUPWosnIZAS2NHNcPLmyjtY3cGS/MqJdZbUjW97JU72iYg==} + engines: {node: '>=8.0.0'} dependencies: - after: 0.8.2 - arraybuffer.slice: 0.0.7 base64-arraybuffer: 0.1.4 - blob: 0.0.5 - has-binary2: 1.0.3 dev: true - /engine.io/3.4.2: - resolution: {integrity: sha512-b4Q85dFkGw+TqgytGPrGgACRUhsdKc9S9ErRAXpPGy/CXKs4tYoHDkvIRdsseAF7NjfVwjRFIn6KTnbw7LwJZg==} - engines: {node: '>=8.0.0'} + /engine.io/4.1.1: + resolution: {integrity: sha512-t2E9wLlssQjGw0nluF6aYyfX8LwYU8Jj0xct+pAhfWfv/YrBn6TSNtEYsgxHIfaMqfrLx07czcMg9bMN6di+3w==} + engines: {node: '>=10.0.0'} dependencies: accepts: 1.3.7 base64id: 2.0.0 - cookie: 0.3.1 - debug: 4.1.1 - engine.io-parser: 2.2.1 - ws: 7.4.4 + cookie: 0.4.1 + cors: 2.8.5 + debug: 4.3.1 + engine.io-parser: 4.0.2 + ws: 7.4.5 transitivePeerDependencies: - bufferutil + - supports-color - utf-8-validate dev: true @@ -5789,7 +5743,7 @@ packages: is-negative-zero: 2.0.1 is-regex: 1.1.2 is-string: 1.0.5 - object-inspect: 1.9.0 + object-inspect: 1.10.2 object-keys: 1.1.1 object.assign: 4.1.2 string.prototype.trimend: 1.0.4 @@ -5802,7 +5756,7 @@ packages: engines: {node: '>= 0.4'} dependencies: is-callable: 1.2.3 - is-date-object: 1.0.2 + is-date-object: 1.0.3 is-symbol: 1.0.3 dev: true @@ -5903,7 +5857,7 @@ packages: eslint-plugin-react-hooks: 1.7.0_eslint@6.8.0 dev: true - /eslint-config-standard-with-typescript/20.0.0_417b8c2e95fd776f063917ef996aa489: + /eslint-config-standard-with-typescript/20.0.0_e992465b33a55c0c1862bda869e83906: resolution: {integrity: sha512-IoySf3r0a2+P3Z6GMjv8p1HuOQ6GWQbMpdt9G8uEbkGpnNWAGBXpgaiutbZHbaQAvG5pkVtYepCfHUxYbVDLCA==} peerDependencies: '@typescript-eslint/eslint-plugin': '>=4.0.1' @@ -5913,19 +5867,19 @@ packages: eslint-plugin-promise: '>=4.2.1' typescript: '>=3.9' dependencies: - '@typescript-eslint/eslint-plugin': 4.22.0_9acede93a3623dd7abe65c65a7010e73 - '@typescript-eslint/parser': 4.21.0_eslint@7.24.0+typescript@4.2.4 - eslint: 7.24.0 - eslint-config-standard: 16.0.2_c7c19510773949bb1d32e7b13b7a629e - eslint-plugin-import: 2.22.1_eslint@7.24.0 - eslint-plugin-node: 11.1.0_eslint@7.24.0 - eslint-plugin-promise: 5.1.0_eslint@7.24.0 + '@typescript-eslint/eslint-plugin': 4.22.1_f2cf9a191be19a59b06aad4f4e4a9af1 + '@typescript-eslint/parser': 4.22.1_eslint@7.25.0+typescript@4.2.4 + eslint: 7.25.0 + eslint-config-standard: 16.0.2_dbb66363a00e743187031beaaf2d298e + eslint-plugin-import: 2.22.1_eslint@7.25.0 + eslint-plugin-node: 11.1.0_eslint@7.25.0 + eslint-plugin-promise: 5.1.0_eslint@7.25.0 typescript: 4.2.4 transitivePeerDependencies: - supports-color dev: true - /eslint-config-standard/16.0.2_c7c19510773949bb1d32e7b13b7a629e: + /eslint-config-standard/16.0.2_dbb66363a00e743187031beaaf2d298e: resolution: {integrity: sha512-fx3f1rJDsl9bY7qzyX8SAtP8GBSk6MfXFaTfaGgk12aAYW4gJSyRm7dM790L6cbXv63fvjY4XeSzXnb4WM+SKw==} peerDependencies: eslint: ^7.12.1 @@ -5933,10 +5887,10 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 dependencies: - eslint: 7.24.0 - eslint-plugin-import: 2.22.1_eslint@7.24.0 - eslint-plugin-node: 11.1.0_eslint@7.24.0 - eslint-plugin-promise: 5.1.0_eslint@7.24.0 + eslint: 7.25.0 + eslint-plugin-import: 2.22.1_eslint@7.25.0 + eslint-plugin-node: 11.1.0_eslint@7.25.0 + eslint-plugin-promise: 5.1.0_eslint@7.25.0 dev: true /eslint-import-resolver-node/0.3.4: @@ -5946,7 +5900,7 @@ packages: resolve: 1.20.0 dev: true - /eslint-import-resolver-typescript/2.4.0_dc9d9d711f9715ea38ced5881f20889e: + /eslint-import-resolver-typescript/2.4.0_100fce8e371568eec2fee09e99309cce: resolution: {integrity: sha512-useJKURidCcldRLCNKWemr1fFQL1SzB3G4a0li6lFGvlc5xGe1hY343bvG07cbpCzPuM/lK19FIJB3XGFSkplA==} engines: {node: '>=4'} peerDependencies: @@ -5954,8 +5908,8 @@ packages: eslint-plugin-import: '*' dependencies: debug: 4.3.1 - eslint: 7.24.0 - eslint-plugin-import: 2.22.1_eslint@7.24.0 + eslint: 7.25.0 + eslint-plugin-import: 2.22.1_eslint@7.25.0 glob: 7.1.6 is-glob: 4.0.1 resolve: 1.20.0 @@ -5988,13 +5942,13 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@7.24.0: + /eslint-plugin-es/3.0.1_eslint@7.25.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 7.24.0 + eslint: 7.25.0 eslint-utils: 2.1.0 regexpp: 3.1.0 dev: true @@ -6015,12 +5969,13 @@ packages: peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.14.0 graphql: 14.7.0 graphql-config: 3.2.0_graphql@14.7.0+typescript@4.2.4 lodash.flatten: 4.4.0 lodash.without: 4.4.0 transitivePeerDependencies: + - '@types/node' - bufferutil - typescript - utf-8-validate @@ -6048,7 +6003,7 @@ packages: tsconfig-paths: 3.9.0 dev: true - /eslint-plugin-import/2.22.1_eslint@7.24.0: + /eslint-plugin-import/2.22.1_eslint@7.25.0: resolution: {integrity: sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==} engines: {node: '>=4'} peerDependencies: @@ -6059,7 +6014,7 @@ packages: contains-path: 0.1.0 debug: 2.6.9 doctrine: 1.5.0 - eslint: 7.24.0 + eslint: 7.25.0 eslint-import-resolver-node: 0.3.4 eslint-module-utils: 2.6.0 has: 1.0.3 @@ -6076,13 +6031,13 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.14.0 aria-query: 4.2.2 array-includes: 3.1.3 ast-types-flow: 0.0.7 - axe-core: 4.1.4 + axe-core: 4.2.0 axobject-query: 2.2.0 - damerau-levenshtein: 1.0.6 + damerau-levenshtein: 1.0.7 emoji-regex: 9.2.2 eslint: 6.8.0 has: 1.0.3 @@ -6090,14 +6045,14 @@ packages: language-tags: 1.0.5 dev: true - /eslint-plugin-node/11.1.0_eslint@7.24.0: + /eslint-plugin-node/11.1.0_eslint@7.25.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 7.24.0 - eslint-plugin-es: 3.0.1_eslint@7.24.0 + eslint: 7.25.0 + eslint-plugin-es: 3.0.1_eslint@7.25.0 eslint-utils: 2.1.0 ignore: 5.1.8 minimatch: 3.0.4 @@ -6105,13 +6060,13 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/5.1.0_eslint@7.24.0: + /eslint-plugin-promise/5.1.0_eslint@7.25.0: resolution: {integrity: sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^7.0.0 dependencies: - eslint: 7.24.0 + eslint: 7.25.0 dev: true /eslint-plugin-react-hooks/1.7.0_eslint@6.8.0: @@ -6179,8 +6134,8 @@ packages: engines: {node: '>=4'} dev: true - /eslint-visitor-keys/2.0.0: - resolution: {integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==} + /eslint-visitor-keys/2.1.0: + resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} dev: true @@ -6230,22 +6185,22 @@ packages: - supports-color dev: true - /eslint/7.24.0: - resolution: {integrity: sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==} + /eslint/7.25.0: + resolution: {integrity: sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==} engines: {node: ^10.12.0 || >=12.0.0} hasBin: true dependencies: '@babel/code-frame': 7.12.11 '@eslint/eslintrc': 0.4.0 ajv: 6.12.6 - chalk: 4.1.0 + chalk: 4.1.1 cross-spawn: 7.0.3 debug: 4.3.1 doctrine: 3.0.0 enquirer: 2.3.6 eslint-scope: 5.1.1 eslint-utils: 2.1.0 - eslint-visitor-keys: 2.0.0 + eslint-visitor-keys: 2.1.0 espree: 7.3.1 esquery: 1.4.0 esutils: 2.0.3 @@ -6269,7 +6224,7 @@ packages: semver: 7.3.5 strip-ansi: 6.0.0 strip-json-comments: 3.1.1 - table: 6.0.9 + table: 6.6.0 text-table: 0.2.0 v8-compile-cache: 2.3.0 transitivePeerDependencies: @@ -6345,8 +6300,17 @@ packages: es5-ext: 0.10.53 dev: true - /event-source-polyfill/1.0.22: - resolution: {integrity: sha512-Fnk9E2p4rkZ3eJGBn2HDeZoBTpyjPxj8RX/whdr4Pm5622xYgYo1k48SUD649Xlo6nnoKRr2WwcUlneil/AZ8g==} + /event-source-polyfill/1.0.24: + resolution: {integrity: sha512-aEtMhrH5ww3X6RgbsNcwu0whw8zjOoeRnwPqRKqKuxWS5KlAZhCY+rTm6wMlHOXbxmLGn8lW6Xox7rfpBExzGA==} + dev: true + + /event-target-shim/5.0.1: + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} + dev: true + + /eventemitter3/3.1.2: + resolution: {integrity: sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==} dev: true /eventemitter3/4.0.7: @@ -6432,7 +6396,7 @@ packages: engines: {node: '>=10'} dependencies: cross-spawn: 7.0.3 - get-stream: 6.0.0 + get-stream: 6.0.1 human-signals: 2.1.0 is-stream: 2.0.0 merge-stream: 2.0.0 @@ -6707,8 +6671,8 @@ packages: engines: {node: '>= 0.4.0'} dev: true - /filesize/6.1.0: - resolution: {integrity: sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg==} + /filesize/6.3.0: + resolution: {integrity: sha512-ytx0ruGpDHKWVoiui6+BY/QMNngtDQ/pJaFwfBpQif0J63+E8DLdFyqS3NkKQn7vIruUEpoGD9JUJSg7Kp+I0g==} engines: {node: '>= 0.4.0'} dev: false @@ -6851,8 +6815,8 @@ packages: readable-stream: 2.3.7 dev: true - /follow-redirects/1.13.3_debug@3.2.7: - resolution: {integrity: sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==} + /follow-redirects/1.14.0_debug@3.2.7: + resolution: {integrity: sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -6863,8 +6827,8 @@ packages: debug: 3.2.7 dev: true - /follow-redirects/1.13.3_debug@4.3.1: - resolution: {integrity: sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==} + /follow-redirects/1.14.0_debug@4.3.1: + resolution: {integrity: sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -6941,15 +6905,19 @@ packages: readable-stream: 2.3.7 dev: true - /fs-capacitor/6.2.0: - resolution: {integrity: sha512-nKcE1UduoSKX27NSZlg879LdQc94OtbOsEmKMN2MBNudXREvijRKx2GEBsTMTfws+BrbkJoEuynbGSVRSpauvw==} - engines: {node: '>=10'} - dev: true - /fs-exists-cached/1.0.0: resolution: {integrity: sha1-zyVVTKBQ3EmuZla0HeQiWJidy84=} dev: true + /fs-extra/10.0.0: + resolution: {integrity: sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==} + engines: {node: '>=12'} + dependencies: + graceful-fs: 4.2.6 + jsonfile: 6.1.0 + universalify: 2.0.0 + dev: true + /fs-extra/8.1.0: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} @@ -7019,8 +6987,8 @@ packages: resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} dev: true - /gatsby-cli/2.19.2: - resolution: {integrity: sha512-Z6y0MgYC07uLF1jBtcLoFJfD9iX+CeaNMbpet7qrolNjig8v5ukyttvn5GUAliwC4ifwCJpbURkXKPFicr0KrA==} + /gatsby-cli/2.19.3: + resolution: {integrity: sha512-3xXe4y6DazWNYE2JFyErI7BGlgQjY4rRL5OTFWHvs6ULw7fu0xgoWXxKsoAp6S2xosKSS4zRVA6O7dDHAdidiw==} engines: {node: '>=10.13.0'} hasBin: true requiresBuild: true @@ -7029,7 +6997,7 @@ packages: '@hapi/joi': 15.1.1 '@types/common-tags': 1.8.0 better-opn: 2.1.1 - chalk: 4.1.0 + chalk: 4.1.1 clipboardy: 2.3.0 common-tags: 1.8.0 configstore: 5.0.1 @@ -7040,8 +7008,8 @@ packages: fs-exists-cached: 1.0.0 fs-extra: 8.1.0 gatsby-core-utils: 1.10.1 - gatsby-recipes: 0.9.2 - gatsby-telemetry: 1.10.1 + gatsby-recipes: 0.9.3 + gatsby-telemetry: 1.10.2 hosted-git-info: 3.0.8 is-valid-path: 0.1.1 lodash: 4.17.21 @@ -7051,7 +7019,7 @@ packages: pretty-error: 2.1.2 progress: 2.0.3 prompts: 2.4.1 - redux: 4.0.5 + redux: 4.1.0 resolve-cwd: 3.0.0 semver: 7.3.5 signal-exit: 3.0.3 @@ -7086,13 +7054,13 @@ packages: resolution: {integrity: sha512-mmxQhQSDUkbtOhQUek9a9sSg6LpiQUytNNR2hec8iklau2D4MDA5CvHTk9GUGhjdUgtnHSe/MPyZVJGmXSnYAA==} engines: {node: '>=10.13.0'} dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.14.0 dev: true /gatsby-legacy-polyfills/0.7.1: resolution: {integrity: sha512-yOQtX72GSJxloyUZEary3ZBihz/+a3uouLiaZKk6dHOeUHnRkQkXD+UT/zt7Xm+er/VD3KRsQQv+Re1krpbY7g==} dependencies: - core-js-compat: 3.10.1 + core-js-compat: 3.12.0 dev: true /gatsby-link/2.11.0_@reach+router@1.3.4: @@ -7103,7 +7071,7 @@ packages: react: ^16.4.2 || ^17.0.0 react-dom: ^16.4.2 || ^17.0.0 dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.14.0 '@reach/router': 1.3.4 '@types/reach__router': 1.3.7 prop-types: 15.7.2 @@ -7113,7 +7081,7 @@ packages: resolution: {integrity: sha512-UHedSs64HXzoivCk7ZdE9139hi34CcZfexP+Vxe2Zt4aK+MeXowec8VdxKD3Pp08O/YEGKBv2TtSV9gSR/lt2g==} engines: {node: '>=10.13.0'} dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.14.0 bluebird: 3.7.2 chokidar: 3.5.1 fs-exists-cached: 1.0.0 @@ -7123,48 +7091,48 @@ packages: micromatch: 4.0.4 dev: true - /gatsby-plugin-page-creator/2.10.1_gatsby@2.32.4: - resolution: {integrity: sha512-hNckbeemjTm0SFpellmwkgw5RkjaEiw31ekSesZgRkh+IrlB3HXfRtXRCXtEkVPbrnbOpHrSLgWrNmyM8KcI4w==} + /gatsby-plugin-page-creator/2.10.2_gatsby@2.32.13: + resolution: {integrity: sha512-XkHSOgI4ZPA4XgadjGGFSp4eu51G8HXEVKG5gaef1/w0bcktw+aEwgEyb8VtL61NfIH2zXquyvrmwsil89nVCw==} engines: {node: '>=10.13.0'} peerDependencies: gatsby: ^2.0.0 dependencies: - '@babel/traverse': 7.13.15 - '@sindresorhus/slugify': 1.1.0 + '@babel/traverse': 7.14.0 + '@sindresorhus/slugify': 1.1.2 chokidar: 3.5.1 fs-exists-cached: 1.0.0 - gatsby: 2.32.4_typescript@4.2.4 + gatsby: 2.32.13_typescript@4.2.4 gatsby-page-utils: 0.9.1 - gatsby-telemetry: 1.10.1 + gatsby-telemetry: 1.10.2 globby: 11.0.3 lodash: 4.17.21 transitivePeerDependencies: - supports-color dev: true - /gatsby-plugin-typescript/2.12.1_gatsby@2.32.4: + /gatsby-plugin-typescript/2.12.1_gatsby@2.32.13: resolution: {integrity: sha512-p32qJVDi5Xw1Oo5vLMUXdRBxSDlMrfxTGb7etMAsVfyLRlRhMLb2YsuXJIvN1IfybQ6Z3EbhlH293cpxn5jozg==} engines: {node: '>=10.13.0'} dependencies: - '@babel/core': 7.13.15 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.15 - '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.15 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.15 - '@babel/preset-typescript': 7.13.0_@babel+core@7.13.15 - '@babel/runtime': 7.13.10 - babel-plugin-remove-graphql-queries: 2.16.1_773935265af794305efbb27c195f7d79 + '@babel/core': 7.13.16 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.16 + '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.16 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 + '@babel/preset-typescript': 7.13.0_@babel+core@7.13.16 + '@babel/runtime': 7.14.0 + babel-plugin-remove-graphql-queries: 2.16.1_bd81bb7b4a335e815190f714447c52b3 transitivePeerDependencies: - gatsby - supports-color dev: true - /gatsby-plugin-utils/0.9.0_gatsby@2.32.4: + /gatsby-plugin-utils/0.9.0_gatsby@2.32.13: resolution: {integrity: sha512-InM8PNHtx1kF87qQOlf4pVeNA8lSIsvSjImvN6dvpUjeQqOMRN1avY0W9Trh6LKTF/keWWj975Gk8Vcr+PYyDA==} engines: {node: '>=10.13.0'} peerDependencies: gatsby: ^2.24.79 dependencies: - gatsby: 2.32.4_typescript@4.2.4 + gatsby: 2.32.13_typescript@4.2.4 joi: 17.4.0 dev: true @@ -7176,38 +7144,38 @@ packages: react: ^16.4.2 || ^17.0.0 react-dom: ^16.4.2 || ^17.0.0 dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.14.0 '@reach/router': 1.3.4 dev: true - /gatsby-recipes/0.9.2: - resolution: {integrity: sha512-+jcVzYh7RUxvU1yxdUdUfp06nrwl8y/G9FUWC7izho/t65R3IYTJo2danTwxiva6jPRWLfjfolNwD7m1rQ1KRA==} + /gatsby-recipes/0.9.3: + resolution: {integrity: sha512-ToYeGCica4390QFWsW6+3DM6hhkpKifUEFoKDUdsQGw4rmD8aYndj5oASKIsvPAU0GUbxe8IDsDnP3V5iMtyEQ==} dependencies: - '@babel/core': 7.13.15 - '@babel/generator': 7.13.9 + '@babel/core': 7.13.16 + '@babel/generator': 7.14.1 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.15 - '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.13.15 - '@babel/standalone': 7.13.15 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-transform-react-jsx': 7.13.12_@babel+core@7.13.16 + '@babel/standalone': 7.14.1 '@babel/template': 7.12.13 - '@babel/types': 7.13.14 - '@graphql-tools/schema': 7.1.3_graphql@14.7.0 - '@graphql-tools/utils': 7.7.1_graphql@14.7.0 + '@babel/types': 7.14.1 + '@graphql-tools/schema': 7.1.5_graphql@14.7.0 + '@graphql-tools/utils': 7.9.0_graphql@14.7.0 '@hapi/hoek': 8.5.1 '@hapi/joi': 15.1.1 better-queue: 3.8.10 chokidar: 3.5.1 - contentful-management: 7.14.0_debug@4.3.1 + contentful-management: 7.18.0_debug@4.3.1 cors: 2.8.5 debug: 4.3.1 detect-port: 1.3.0 - dotenv: 8.2.0 + dotenv: 8.6.0 execa: 4.1.0 express: 4.17.1 express-graphql: 0.9.0_graphql@14.7.0 fs-extra: 8.1.0 gatsby-core-utils: 1.10.1 - gatsby-telemetry: 1.10.1 + gatsby-telemetry: 1.10.2 glob: 7.1.6 graphql: 14.7.0 graphql-compose: 6.3.8_graphql@14.7.0 @@ -7238,8 +7206,8 @@ packages: unist-util-remove: 2.1.0 unist-util-visit: 2.0.3 uuid: 3.4.0 - ws: 7.4.4 - xstate: 4.17.1 + ws: 7.4.5 + xstate: 4.19.1 yoga-layout-prebuilt: 1.10.0 transitivePeerDependencies: - bufferutil @@ -7247,13 +7215,13 @@ packages: - utf-8-validate dev: true - /gatsby-telemetry/1.10.1: - resolution: {integrity: sha512-iIXWHD6CSePzL77ZeBnWVRHKh9MxB8QaEf1eRUODH8uqK7GnyV34zJclSD4EIGVFWwd419MhrWqI1oE9iouskA==} + /gatsby-telemetry/1.10.2: + resolution: {integrity: sha512-LwMtRIdcNuI25D+yU7RO+UcmF+3uPz0Zrefa+/rkTmxZuz54bOGSYqmzJJt1L1gRz7Jdl+DmYRqVgmiW/dsr/g==} engines: {node: '>=10.13.0'} requiresBuild: true dependencies: '@babel/code-frame': 7.12.13 - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.14.0 '@turist/fetch': 7.1.7_node-fetch@2.6.1 '@turist/time': 0.0.1 async-retry-ng: 2.0.1 @@ -7268,8 +7236,8 @@ packages: uuid: 3.4.0 dev: true - /gatsby/2.32.4_typescript@4.2.4: - resolution: {integrity: sha512-Jpqp8pwQJab6fpGdB3OmJk3UXqPvmYHH6YugF9CYfsTyJXy3yoOSxJ6hMzZeZxEnxeJ5RnJlGRyMEZJtpmy3ZQ==} + /gatsby/2.32.13_typescript@4.2.4: + resolution: {integrity: sha512-BYfiI/k+t8m/IzSkWZH8Cc0v7rJw6giSjG5sX25LWdfkQMqUvg/Gn6OC8BWwRPXnEwe7x0n5jbH+peO0p34ZHQ==} engines: {node: '>=10.13.0'} hasBin: true requiresBuild: true @@ -7278,11 +7246,11 @@ packages: react-dom: ^16.4.2 || ^17.0.0 dependencies: '@babel/code-frame': 7.12.13 - '@babel/core': 7.13.15 - '@babel/parser': 7.13.15 - '@babel/runtime': 7.13.10 - '@babel/traverse': 7.13.15 - '@babel/types': 7.13.14 + '@babel/core': 7.13.16 + '@babel/parser': 7.14.1 + '@babel/runtime': 7.14.0 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 '@hapi/joi': 15.1.1 '@mikaelkristiansson/domready': 1.0.11 '@nodelib/fs.walk': 1.2.6 @@ -7297,35 +7265,35 @@ packages: ansi-html: 0.0.7 autoprefixer: 9.8.6 axios: 0.21.1_debug@3.2.7 - babel-core: 7.0.0-bridge.0_@babel+core@7.13.15 + babel-core: 7.0.0-bridge.0_@babel+core@7.13.16 babel-eslint: 10.1.0_eslint@6.8.0 - babel-loader: 8.2.2_f2e3c02d5be8d19d96f0a6f9023762b2 + babel-loader: 8.2.2_0fc9aa51f8dda8b91e4c31310ffa16c5 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: 2.16.1_773935265af794305efbb27c195f7d79 - babel-preset-gatsby: 0.12.3_d5c1cf9a7e9769dfc32c36b91164547e + babel-plugin-remove-graphql-queries: 2.16.1_bd81bb7b4a335e815190f714447c52b3 + babel-preset-gatsby: 0.12.3_8bb0835c5b6d205ac33aa63bf7e8f8e0 better-opn: 2.1.1 better-queue: 3.8.10 bluebird: 3.7.2 body-parser: 1.19.0 - browserslist: 4.16.3 + browserslist: 4.16.6 cache-manager: 2.11.1 - chalk: 4.1.0 + chalk: 4.1.1 chokidar: 3.5.1 common-tags: 1.8.0 compression: 1.7.4 convert-hrtime: 3.0.0 copyfiles: 2.4.1 - core-js: 3.10.1 + core-js: 3.12.0 cors: 2.8.5 css-loader: 1.0.1_webpack@4.46.0 - date-fns: 2.20.1 + date-fns: 2.21.2 debug: 3.2.7 del: 5.1.0 detect-port: 1.3.0 devcert: 1.1.3 - dotenv: 8.2.0 + dotenv: 8.6.0 eslint: 6.8.0 eslint-config-react-app: 5.2.1_9ffd7fd15234b65ee5ed1953ba54517d eslint-loader: 2.2.1_eslint@6.8.0+webpack@4.46.0 @@ -7335,7 +7303,7 @@ packages: eslint-plugin-jsx-a11y: 6.4.1_eslint@6.8.0 eslint-plugin-react: 7.23.2_eslint@6.8.0 eslint-plugin-react-hooks: 1.7.0_eslint@6.8.0 - event-source-polyfill: 1.0.22 + event-source-polyfill: 1.0.24 execa: 4.1.0 express: 4.17.1 express-graphql: 0.9.0_graphql@14.7.0 @@ -7345,16 +7313,16 @@ packages: find-cache-dir: 3.3.1 fs-exists-cached: 1.0.0 fs-extra: 8.1.0 - gatsby-cli: 2.19.2 + gatsby-cli: 2.19.3 gatsby-core-utils: 1.10.1 gatsby-graphiql-explorer: 0.11.0 gatsby-legacy-polyfills: 0.7.1 gatsby-link: 2.11.0_@reach+router@1.3.4 - gatsby-plugin-page-creator: 2.10.1_gatsby@2.32.4 - gatsby-plugin-typescript: 2.12.1_gatsby@2.32.4 - gatsby-plugin-utils: 0.9.0_gatsby@2.32.4 + gatsby-plugin-page-creator: 2.10.2_gatsby@2.32.13 + gatsby-plugin-typescript: 2.12.1_gatsby@2.32.13 + gatsby-plugin-utils: 0.9.0_gatsby@2.32.13 gatsby-react-router-scroll: 3.7.0_@reach+router@1.3.4 - gatsby-telemetry: 1.10.1 + gatsby-telemetry: 1.10.2 glob: 7.1.6 got: 8.3.2 graphql: 14.7.0 @@ -7399,14 +7367,14 @@ packages: react-error-overlay: 3.0.0 react-hot-loader: 4.13.0 react-refresh: 0.8.3 - redux: 4.0.5 + redux: 4.1.0 redux-thunk: 2.3.0 semver: 7.3.5 shallow-compare: 1.2.2 signal-exit: 3.0.3 - slugify: 1.5.0 - socket.io: 2.3.0 - socket.io-client: 2.3.0 + slugify: 1.5.1 + socket.io: 3.1.1 + socket.io-client: 3.1.1 source-map: 0.7.3 source-map-support: 0.5.19 st: 2.0.0 @@ -7429,9 +7397,10 @@ packages: webpack-merge: 4.2.2 webpack-stats-plugin: 0.3.2 webpack-virtual-modules: 0.2.2 - xstate: 4.17.1 + xstate: 4.19.1 yaml-loader: 0.6.0 transitivePeerDependencies: + - '@types/node' - '@types/react' - '@types/webpack' - bufferutil @@ -7497,8 +7466,8 @@ packages: pump: 3.0.0 dev: true - /get-stream/6.0.0: - resolution: {integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==} + /get-stream/6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} dev: true @@ -7622,18 +7591,6 @@ packages: slash: 3.0.0 dev: true - /globby/11.0.2: - resolution: {integrity: sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==} - engines: {node: '>=10'} - dependencies: - array-union: 2.1.0 - dir-glob: 3.0.1 - fast-glob: 3.2.5 - ignore: 5.1.8 - merge2: 1.4.1 - slash: 3.0.0 - dev: true - /globby/11.0.3: resolution: {integrity: sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==} engines: {node: '>=10'} @@ -7721,9 +7678,9 @@ packages: '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_ab81299460d1ace62f33d2a7e11f99e9 '@graphql-tools/graphql-file-loader': 6.2.7_graphql@14.7.0 '@graphql-tools/json-file-loader': 6.2.6_graphql@14.7.0 - '@graphql-tools/load': 6.2.7_graphql@14.7.0 - '@graphql-tools/merge': 6.2.11_graphql@14.7.0 - '@graphql-tools/url-loader': 6.8.2_graphql@14.7.0 + '@graphql-tools/load': 6.2.8_graphql@14.7.0 + '@graphql-tools/merge': 6.2.13_graphql@14.7.0 + '@graphql-tools/url-loader': 6.10.0_graphql@14.7.0 '@graphql-tools/utils': 6.2.4_graphql@14.7.0 cosmiconfig: 6.0.0 cosmiconfig-toml-loader: 1.0.0 @@ -7732,6 +7689,7 @@ packages: string-env-interpolation: 1.0.1 tslib: 2.2.0 transitivePeerDependencies: + - '@types/node' - bufferutil - typescript - utf-8-validate @@ -7740,7 +7698,7 @@ packages: /graphql-playground-html/1.6.29: resolution: {integrity: sha512-fbF/zZKuw2sdfKp8gjTORJ/I9xBsqeEYRseWxBzuR15NHMptRTT9414IyRCs3ognZzUDr5MDJgx97SlLZCtQyA==} dependencies: - xss: 1.0.8 + xss: 1.0.9 dev: true /graphql-playground-middleware-express/1.7.22_express@4.17.1: @@ -7777,22 +7735,8 @@ packages: graphql: 14.7.0 dev: true - /graphql-upload/11.0.0_graphql@14.7.0: - resolution: {integrity: sha512-zsrDtu5gCbQFDWsNa5bMB4nf1LpKX9KDgh+f8oL1288ijV4RxeckhVozAjqjXAfRpxOHD1xOESsh6zq8SjdgjA==} - engines: {node: ^10.13.0 || ^12.0.0 || >= 13.7.0} - peerDependencies: - graphql: 0.13.1 - 15 - dependencies: - busboy: 0.3.1 - fs-capacitor: 6.2.0 - graphql: 14.7.0 - http-errors: 1.8.0 - isobject: 4.0.0 - object-path: 0.11.5 - dev: true - - /graphql-ws/4.2.2_graphql@14.7.0: - resolution: {integrity: sha512-b6TLtWLAmKunD72muL9EeItRGpio9+V3Cx4zJsBkRA+3wxzTWXDvQr9/3qSwJ3D/2abz0ys2KHTM6lB1uH7KIQ==} + /graphql-ws/4.5.0_graphql@14.7.0: + resolution: {integrity: sha512-J3PuSfOKX2y9ryOtWxOcKlizkFWyhCvPAc3hhMKMVSTcPxtWiv9oNzvAZp1HKfuQng32YQduHeX+lRDy2+F6VQ==} engines: {node: '>=10'} peerDependencies: graphql: '>=0.11 <=15' @@ -7837,7 +7781,7 @@ packages: source-map: 0.6.1 wordwrap: 1.0.0 optionalDependencies: - uglify-js: 3.13.4 + uglify-js: 3.13.5 dev: true /har-schema/2.0.0: @@ -7870,12 +7814,6 @@ packages: resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} dev: true - /has-binary2/1.0.3: - resolution: {integrity: sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==} - dependencies: - isarray: 2.0.1 - dev: true - /has-cors/1.1.0: resolution: {integrity: sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=} dev: true @@ -8157,7 +8095,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.13.3_debug@3.2.7 + follow-redirects: 1.14.0_debug@3.2.7 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -8168,7 +8106,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.13.3_debug@4.3.1 + follow-redirects: 1.14.0_debug@4.3.1 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -8314,10 +8252,6 @@ packages: /indexes-of/1.0.1: resolution: {integrity: sha1-8w9xbI4r00bHtn0985FVZqfAVgc=} - /indexof/0.0.1: - resolution: {integrity: sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=} - dev: true - /infer-owner/1.0.4: resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} dev: true @@ -8376,7 +8310,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.0 + chalk: 4.1.1 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -8495,8 +8429,8 @@ packages: /is-arrayish/0.3.2: resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} - /is-bigint/1.0.1: - resolution: {integrity: sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==} + /is-bigint/1.0.2: + resolution: {integrity: sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==} dev: true /is-binary-path/1.0.1: @@ -8551,8 +8485,8 @@ packages: rgb-regex: 1.0.1 rgba-regex: 1.0.0 - /is-core-module/2.2.0: - resolution: {integrity: sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==} + /is-core-module/2.3.0: + resolution: {integrity: sha512-xSphU2KG9867tsYdLD4RWQ1VqdFl4HTO9Thf3I/3dLEfr0dbPTWKsuCKrgqMljg4nPE+Gq0VCnzT3gr0CyBmsw==} dependencies: has: 1.0.3 dev: true @@ -8571,8 +8505,8 @@ packages: kind-of: 6.0.3 dev: true - /is-date-object/1.0.2: - resolution: {integrity: sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==} + /is-date-object/1.0.3: + resolution: {integrity: sha512-tDpEUInNcy2Yw3lNSepK3Wdw1RnXLcIVienz6Ou631Acl15cJyRWK4dgA1vCmOEgIbtOV0W7MHg+AR2Gdg1NXQ==} engines: {node: '>= 0.4'} dev: true @@ -8908,10 +8842,6 @@ packages: resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} dev: true - /isarray/2.0.1: - resolution: {integrity: sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=} - dev: true - /isexe/2.0.0: resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} dev: true @@ -8928,17 +8858,12 @@ packages: engines: {node: '>=0.10.0'} dev: true - /isobject/4.0.0: - resolution: {integrity: sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==} - engines: {node: '>=0.10.0'} - dev: true - - /isomorphic-ws/4.0.1_ws@7.4.4: + /isomorphic-ws/4.0.1_ws@7.4.5: resolution: {integrity: sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==} peerDependencies: ws: '*' dependencies: - ws: 7.4.4 + ws: 7.4.5 dev: true /isstream/0.1.2: @@ -8965,7 +8890,7 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.0.0 semver: 6.3.0 @@ -9035,7 +8960,7 @@ packages: '@jest/core': 26.6.3 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - chalk: 4.1.0 + chalk: 4.1.1 exit: 0.1.2 graceful-fs: 4.2.6 import-local: 3.0.2 @@ -9062,11 +8987,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.13.15 + '@babel/core': 7.13.16 '@jest/test-sequencer': 26.6.3 '@jest/types': 26.6.2 - babel-jest: 26.6.3_@babel+core@7.13.15 - chalk: 4.1.0 + babel-jest: 26.6.3_@babel+core@7.13.16 + chalk: 4.1.1 deepmerge: 4.2.2 glob: 7.1.6 graceful-fs: 4.2.6 @@ -9101,7 +9026,7 @@ packages: resolution: {integrity: sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==} engines: {node: '>= 10.14.2'} dependencies: - chalk: 4.1.0 + chalk: 4.1.1 diff-sequences: 26.6.2 jest-get-type: 26.3.0 pretty-format: 26.6.2 @@ -9119,7 +9044,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - chalk: 4.1.0 + chalk: 4.1.1 jest-get-type: 26.3.0 jest-util: 26.6.2 pretty-format: 26.6.2 @@ -9132,7 +9057,7 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.37 + '@types/node': 15.0.2 jest-mock: 26.6.2 jest-util: 26.6.2 jsdom: 16.5.3 @@ -9149,7 +9074,7 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.37 + '@types/node': 15.0.2 jest-mock: 26.6.2 jest-util: 26.6.2 dev: true @@ -9170,7 +9095,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 14.14.37 + '@types/node': 15.0.2 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.6 @@ -9189,13 +9114,13 @@ packages: resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/traverse': 7.13.15 + '@babel/traverse': 7.14.0 '@jest/environment': 26.6.2 '@jest/source-map': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.37 - chalk: 4.1.0 + '@types/node': 15.0.2 + chalk: 4.1.1 co: 4.6.0 expect: 26.6.2 is-generator-fn: 2.1.0 @@ -9227,7 +9152,7 @@ packages: resolution: {integrity: sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==} engines: {node: '>= 10.14.2'} dependencies: - chalk: 4.1.0 + chalk: 4.1.1 jest-diff: 26.6.2 jest-get-type: 26.3.0 pretty-format: 26.6.2 @@ -9240,7 +9165,7 @@ packages: '@babel/code-frame': 7.12.13 '@jest/types': 26.6.2 '@types/stack-utils': 2.0.0 - chalk: 4.1.0 + chalk: 4.1.1 graceful-fs: 4.2.6 micromatch: 4.0.4 pretty-format: 26.6.2 @@ -9253,7 +9178,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 14.14.37 + '@types/node': 15.0.2 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@26.6.2: @@ -9287,7 +9212,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - chalk: 4.1.0 + chalk: 4.1.1 graceful-fs: 4.2.6 jest-pnp-resolver: 1.2.2_jest-resolve@26.6.2 jest-util: 26.6.2 @@ -9304,8 +9229,8 @@ packages: '@jest/environment': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.37 - chalk: 4.1.0 + '@types/node': 15.0.2 + chalk: 4.1.1 emittery: 0.7.2 exit: 0.1.2 graceful-fs: 4.2.6 @@ -9342,7 +9267,7 @@ packages: '@jest/transform': 26.6.2 '@jest/types': 26.6.2 '@types/yargs': 15.0.13 - chalk: 4.1.0 + chalk: 4.1.1 cjs-module-lexer: 0.6.0 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -9372,7 +9297,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 14.14.37 + '@types/node': 15.0.2 graceful-fs: 4.2.6 dev: true @@ -9380,11 +9305,11 @@ packages: resolution: {integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/types': 7.13.14 + '@babel/types': 7.14.1 '@jest/types': 26.6.2 '@types/babel__traverse': 7.11.1 '@types/prettier': 2.2.3 - chalk: 4.1.0 + chalk: 4.1.1 expect: 26.6.2 graceful-fs: 4.2.6 jest-diff: 26.6.2 @@ -9403,8 +9328,8 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 14.14.37 - chalk: 4.1.0 + '@types/node': 15.0.2 + chalk: 4.1.1 graceful-fs: 4.2.6 is-ci: 2.0.0 micromatch: 4.0.4 @@ -9416,7 +9341,7 @@ packages: dependencies: '@jest/types': 26.6.2 camelcase: 6.2.0 - chalk: 4.1.0 + chalk: 4.1.1 jest-get-type: 26.3.0 leven: 3.1.0 pretty-format: 26.6.2 @@ -9428,9 +9353,9 @@ packages: dependencies: '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 14.14.37 + '@types/node': 15.0.2 ansi-escapes: 4.3.2 - chalk: 4.1.0 + chalk: 4.1.1 jest-util: 26.6.2 string-length: 4.0.2 dev: true @@ -9455,7 +9380,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 14.14.37 + '@types/node': 15.0.2 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -9479,7 +9404,7 @@ packages: /joi/17.4.0: resolution: {integrity: sha512-F4WiW2xaV6wc1jxete70Rw4V/VuMd6IN+a5ilZsxG4uYtUXWu2kq9W5P2dz30e7Gmw8RCbY/u/uk+dMPma9tAg==} dependencies: - '@hapi/hoek': 9.1.1 + '@hapi/hoek': 9.2.0 '@hapi/topo': 5.0.0 '@sideway/address': 4.1.1 '@sideway/formula': 3.0.0 @@ -9515,7 +9440,7 @@ packages: optional: true dependencies: abab: 2.0.5 - acorn: 8.1.0 + acorn: 8.2.4 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -9538,7 +9463,7 @@ packages: whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 whatwg-url: 8.5.0 - ws: 7.4.4 + ws: 7.4.5 xml-name-validator: 3.0.0 transitivePeerDependencies: - bufferutil @@ -9921,7 +9846,7 @@ packages: /lower-case/2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.1.0 + tslib: 2.2.0 dev: true /lowercase-keys/1.0.0: @@ -10036,7 +9961,7 @@ packages: dependencies: ansi-escapes: 4.3.2 cardinal: 2.1.1 - chalk: 4.1.0 + chalk: 4.1.1 cli-table: 0.3.6 marked: 2.0.3 node-emoji: 1.10.0 @@ -10188,6 +10113,16 @@ packages: engines: {node: '>= 8'} dev: true + /meros/1.1.4: + resolution: {integrity: sha512-E9ZXfK9iQfG9s73ars9qvvvbSIkJZF5yOo9j4tcwM5tN8mUKfj/EKN5PzOr3ZH0y5wL7dLAHw3RVEfpQV9Q7VQ==} + engines: {node: '>=12'} + peerDependencies: + '@types/node': '>=12' + peerDependenciesMeta: + '@types/node': + optional: true + dev: true + /methods/1.1.2: resolution: {integrity: sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=} engines: {node: '>= 0.6'} @@ -10241,8 +10176,8 @@ packages: /micromark-extension-mdxjs/0.3.0: resolution: {integrity: sha512-NQuiYA0lw+eFDtSG4+c7ao3RG9dM4P0Kx/sn8OLyPhxtIc6k+9n14k5VfLxRKfAxYRTo8c5PLZPaRNmslGWxJw==} dependencies: - acorn: 8.1.0 - acorn-jsx: 5.3.1_acorn@8.1.0 + acorn: 8.2.4 + acorn-jsx: 5.3.1_acorn@8.2.4 micromark: 2.11.4 micromark-extension-mdx-expression: 0.3.2 micromark-extension-mdx-jsx: 0.3.3 @@ -10585,7 +10520,7 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.1.0 + tslib: 2.2.0 dev: true /node-emoji/1.10.0: @@ -10755,8 +10690,8 @@ packages: path-key: 3.1.1 dev: true - /npm/7.9.0: - resolution: {integrity: sha512-GW9RbueF717kJ4ZUVsTlhKBEY7AqX28OwQCsfIAkRZclfeeqQDnsoJz6WWuYTMpGBJnB2xknF8Dp364c93FDYA==} + /npm/7.12.0: + resolution: {integrity: sha512-8Zvas3+1zKtE4uXIxHWRpg1bqGNrOta9RTDZWJ2k+EfOfzOggPQh9N4jHtsrIuGLawXv9xCWyvauke1UWMOMoA==} engines: {node: '>=10'} hasBin: true dev: true @@ -10786,6 +10721,7 @@ packages: - leven - libnpmaccess - libnpmdiff + - libnpmexec - libnpmfund - libnpmhook - libnpmorg @@ -10868,10 +10804,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /object-component/0.0.3: - resolution: {integrity: sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=} - dev: true - /object-copy/0.1.0: resolution: {integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw=} engines: {node: '>=0.10.0'} @@ -10886,8 +10818,8 @@ packages: engines: {node: '>= 0.10.0'} dev: true - /object-inspect/1.9.0: - resolution: {integrity: sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==} + /object-inspect/1.10.2: + resolution: {integrity: sha512-gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA==} dev: true /object-is/1.1.5: @@ -11014,11 +10946,6 @@ packages: is-wsl: 2.2.0 dev: true - /opencollective-postinstall/2.0.3: - resolution: {integrity: sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==} - hasBin: true - dev: false - /opentracing/0.14.5: resolution: {integrity: sha512-XLKtEfHxqrWyF1fzxznsv78w3csW41ucHnjiKnfzZLD5FN8UBDZZL1i4q0FR29zjxXhm+2Hop+5Vr/b8tKIvEg==} engines: {node: '>=0.10'} @@ -11342,22 +11269,10 @@ packages: /parse5/6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} - /parseqs/0.0.5: - resolution: {integrity: sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=} - dependencies: - better-assert: 1.0.2 - dev: true - /parseqs/0.0.6: resolution: {integrity: sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==} dev: true - /parseuri/0.0.5: - resolution: {integrity: sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=} - dependencies: - better-assert: 1.0.2 - dev: true - /parseuri/0.0.6: resolution: {integrity: sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==} dev: true @@ -11371,7 +11286,7 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.1.0 + tslib: 2.2.0 dev: true /pascalcase/0.1.1: @@ -11576,17 +11491,17 @@ packages: resolution: {integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==} dependencies: postcss: 7.0.35 - postcss-selector-parser: 6.0.4 + postcss-selector-parser: 6.0.5 postcss-value-parser: 4.1.0 dev: true - /postcss-calc/8.0.0_postcss@8.2.10: + /postcss-calc/8.0.0_postcss@8.2.14: resolution: {integrity: sha512-5NglwDrcbiy8XXfPM11F3HeC6hoT9W7GUH/Zi5U/p7u3Irv4rHhdDcIZwG0llHXV4ftsBjpfWMXAnXNl4lnt8g==} peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.2.10 - postcss-selector-parser: 6.0.4 + postcss: 8.2.14 + postcss-selector-parser: 6.0.5 postcss-value-parser: 4.1.0 dev: false @@ -11594,22 +11509,22 @@ packages: resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.16.3 + browserslist: 4.16.6 color: 3.1.3 has: 1.0.3 postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: true - /postcss-colormin/5.0.0_postcss@8.2.10: + /postcss-colormin/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-Yt84+5V6CgS/AhK7d7MA58vG8dSZ7+ytlRtWLaQhag3HXOncTfmYpuUOX4cDoXjvLfw1sHRCHMiBjYhc35CymQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - browserslist: 4.16.3 + browserslist: 4.16.6 color: 3.1.3 - postcss: 8.2.10 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -11621,13 +11536,13 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-convert-values/5.0.0_postcss@8.2.10: + /postcss-convert-values/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-V5kmYm4xoBAjNs+eHY/6XzXJkkGeg4kwNf2ocfqhLb1WBPEa4oaSmoi1fnVO7Dkblqvus9h+AenDvhCKUCK7uQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -11638,13 +11553,13 @@ packages: postcss: 7.0.35 dev: true - /postcss-discard-comments/5.0.0_postcss@8.2.10: + /postcss-discard-comments/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-Umig6Gxs8m20RihiXY6QkePd6mp4FxkA1Dg+f/Kd6uw0gEMfKRjDeQOyFkLibexbJJGHpE3lrN/Q0R9SMrUMbQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 dev: false /postcss-discard-duplicates/4.0.2: @@ -11654,13 +11569,13 @@ packages: postcss: 7.0.35 dev: true - /postcss-discard-duplicates/5.0.0_postcss@8.2.10: + /postcss-discard-duplicates/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-vEJJ+Y3pFUnO1FyCBA6PSisGjHtnphL3V6GsNvkASq/VkP3OX5/No5RYXXLxHa2QegStNzg6HYrYdo71uR4caQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 dev: false /postcss-discard-empty/4.0.1: @@ -11670,13 +11585,13 @@ packages: postcss: 7.0.35 dev: true - /postcss-discard-empty/5.0.0_postcss@8.2.10: + /postcss-discard-empty/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-+wigy099Y1xZxG36WG5L1f2zeH1oicntkJEW4TDIqKKDO2g9XVB3OhoiHTu08rDEjLnbcab4rw0BAccwi2VjiQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 dev: false /postcss-discard-overridden/4.0.1: @@ -11686,13 +11601,13 @@ packages: postcss: 7.0.35 dev: true - /postcss-discard-overridden/5.0.0_postcss@8.2.10: + /postcss-discard-overridden/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-hybnScTaZM2iEA6kzVQ6Spozy7kVdLw+lGw8hftLlBEzt93uzXoltkYp9u0tI8xbfhxDLTOOzHsHQCkYdmzRUg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 dev: false /postcss-flexbugs-fixes/4.2.1: @@ -11729,23 +11644,23 @@ packages: stylehacks: 4.0.3 dev: true - /postcss-merge-longhand/5.0.0_postcss@8.2.10: - resolution: {integrity: sha512-VZNFA40K8BYHzJNA6jHPdg1Nofsz/nK5Dkszrcb5IgWcLroSBZOD6I/iNQzpejSU/3XwpOiZNaYAdBV4KcvxWA==} + /postcss-merge-longhand/5.0.1_postcss@8.2.14: + resolution: {integrity: sha512-H1RO8le5deFGumQzuhJjuL0bIXPRysa+w7xtk5KrHe38oiaSS9ksPXDo24+IOS3SETPhip0J5+1uCOW+ALs3Yw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: css-color-names: 1.0.1 - postcss: 8.2.10 + postcss: 8.2.14 postcss-value-parser: 4.1.0 - stylehacks: 5.0.0_postcss@8.2.10 + stylehacks: 5.0.0_postcss@8.2.14 dev: false /postcss-merge-rules/4.0.3: resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.16.3 + browserslist: 4.16.6 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 postcss: 7.0.35 @@ -11753,17 +11668,17 @@ packages: vendors: 1.0.4 dev: true - /postcss-merge-rules/5.0.0_postcss@8.2.10: + /postcss-merge-rules/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-TfsXbKjNYCGfUPEXGIGPySnMiJbdS+3gcVeV8gwmJP4RajyKZHW8E0FYDL1WmggTj3hi+m+WUCAvqRpX2ut4Kg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - browserslist: 4.16.3 + browserslist: 4.16.6 caniuse-api: 3.0.0 - cssnano-utils: 2.0.0_postcss@8.2.10 - postcss: 8.2.10 - postcss-selector-parser: 6.0.4 + cssnano-utils: 2.0.0_postcss@8.2.14 + postcss: 8.2.14 + postcss-selector-parser: 6.0.5 vendors: 1.0.4 dev: false @@ -11775,13 +11690,13 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-minify-font-values/5.0.0_postcss@8.2.10: + /postcss-minify-font-values/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-zi2JhFaMOcIaNxhndX5uhsqSY1rexKDp23wV8EOmC9XERqzLbHsoRye3aYF716Zm+hkcR4loqKDt8LZlmihwAg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -11795,15 +11710,15 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-minify-gradients/5.0.0_postcss@8.2.10: + /postcss-minify-gradients/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-/jPtNgs6JySMwgsE5dPOq8a2xEopWTW3RyqoB9fLqxgR+mDUNLSi7joKd+N1z7FXWgVkc4l/dEBMXHgNAaUbvg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - cssnano-utils: 2.0.0_postcss@8.2.10 + cssnano-utils: 2.0.0_postcss@8.2.14 is-color-stop: 1.1.0 - postcss: 8.2.10 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -11812,23 +11727,23 @@ packages: engines: {node: '>=6.9.0'} dependencies: alphanum-sort: 1.0.2 - browserslist: 4.16.3 + browserslist: 4.16.6 cssnano-util-get-arguments: 4.0.0 postcss: 7.0.35 postcss-value-parser: 3.3.1 uniqs: 2.0.0 dev: true - /postcss-minify-params/5.0.0_postcss@8.2.10: + /postcss-minify-params/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-KvZYIxTPBVKjdd+XgObq9A+Sfv8lMkXTpbZTsjhr42XbfWIeLaTItMlygsDWfjArEc3muUfDaUFgNSeDiJ5jug==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: alphanum-sort: 1.0.2 - browserslist: 4.16.3 - cssnano-utils: 2.0.0_postcss@8.2.10 - postcss: 8.2.10 + browserslist: 4.16.6 + cssnano-utils: 2.0.0_postcss@8.2.14 + postcss: 8.2.14 postcss-value-parser: 4.1.0 uniqs: 2.0.0 dev: false @@ -11843,14 +11758,14 @@ packages: postcss-selector-parser: 3.1.2 dev: true - /postcss-minify-selectors/5.0.0_postcss@8.2.10: + /postcss-minify-selectors/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-cEM0O0eWwFIvmo6nfB0lH0vO/XFwgqIvymODbfPXZ1gTA3i76FKnb7TGUrEpiTxaXH6tgYQ6DcTHwRiRS+YQLQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: alphanum-sort: 1.0.2 - postcss: 8.2.10 + postcss: 8.2.14 postcss-selector-parser: 3.1.2 dev: false @@ -11888,13 +11803,13 @@ packages: postcss: 7.0.35 dev: true - /postcss-normalize-charset/5.0.0_postcss@8.2.10: + /postcss-normalize-charset/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-pqsCkgo9KmQP0ew6DqSA+uP9YN6EfsW20pQ3JU5JoQge09Z6Too4qU0TNDsTNWuEaP8SWsMp+19l15210MsDZQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 dev: false /postcss-normalize-display-values/4.0.2: @@ -11906,14 +11821,14 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-display-values/5.0.0_postcss@8.2.10: + /postcss-normalize-display-values/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-t4f2d//gH1f7Ns0Jq3eNdnWuPT7TeLuISZ6RQx4j8gpl5XrhkdshdNcOnlrEK48YU6Tcb6jqK7dorME3N4oOGA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - cssnano-utils: 2.0.0_postcss@8.2.10 - postcss: 8.2.10 + cssnano-utils: 2.0.0_postcss@8.2.14 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -11927,13 +11842,13 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-positions/5.0.0_postcss@8.2.10: + /postcss-normalize-positions/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-0o6/qU5ky74X/eWYj/tv4iiKCm3YqJnrhmVADpIMNXxzFZywsSQxl8F7cKs8jQEtF3VrJBgcDHTexZy1zgDoYg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -11947,14 +11862,14 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-repeat-style/5.0.0_postcss@8.2.10: + /postcss-normalize-repeat-style/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-KRT14JbrXKcFMYuc4q7lh8lvv8u22wLyMrq+UpHKLtbx2H/LOjvWXYdoDxmNrrrJzomAWL+ViEXr48/IhSUJnQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - cssnano-utils: 2.0.0_postcss@8.2.10 - postcss: 8.2.10 + cssnano-utils: 2.0.0_postcss@8.2.14 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -11967,13 +11882,13 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-string/5.0.0_postcss@8.2.10: + /postcss-normalize-string/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-wSO4pf7GNcDZpmelREWYADF1+XZWrAcbFLQCOqoE92ZwYgaP/RLumkUTaamEzdT2YKRZAH8eLLKGWotU/7FNPw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -11986,14 +11901,14 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-timing-functions/5.0.0_postcss@8.2.10: + /postcss-normalize-timing-functions/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-TwPaDX+wl9wO3MUm23lzGmOzGCGKnpk+rSDgzB2INpakD5dgWR3L6bJq1P1LQYzBAvz8fRIj2NWdnZdV4EV98Q==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - cssnano-utils: 2.0.0_postcss@8.2.10 - postcss: 8.2.10 + cssnano-utils: 2.0.0_postcss@8.2.14 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -12001,19 +11916,19 @@ packages: resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.16.3 + browserslist: 4.16.6 postcss: 7.0.35 postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-unicode/5.0.0_postcss@8.2.10: + /postcss-normalize-unicode/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-2CpVoz/67rXU5s9tsPZDxG1YGS9OFHwoY9gsLAzrURrCxTAb0H7Vp87/62LvVPgRWTa5ZmvgmqTp2rL8tlm72A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - browserslist: 4.16.3 - postcss: 8.2.10 + browserslist: 4.16.6 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -12027,7 +11942,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-url/5.0.0_postcss@8.2.10: + /postcss-normalize-url/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-ICDaGFBqLgA3dlrCIRuhblLl80D13YtgEV9NJPTYJtgR72vu61KgxAHv+z/lKMs1EbwfSQa3ALjOFLSmXiE34A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -12035,7 +11950,7 @@ packages: dependencies: is-absolute-url: 3.0.3 normalize-url: 4.5.0 - postcss: 8.2.10 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -12047,13 +11962,13 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-whitespace/5.0.0_postcss@8.2.10: + /postcss-normalize-whitespace/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-KRnxQvQAVkJfaeXSz7JlnD9nBN9sFZF9lrk9452Q2uRoqrRSkinqifF8Iex7wZGei2DZVG/qpmDFDmRvbNAOGA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -12066,14 +11981,14 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-ordered-values/5.0.0_postcss@8.2.10: + /postcss-ordered-values/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-dPr+SRObiHueCIc4IUaG0aOGQmYkuNu50wQvdXTGKy+rzi2mjmPsbeDsheLk5WPb9Zyf2tp8E+I+h40cnivm6g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - cssnano-utils: 2.0.0_postcss@8.2.10 - postcss: 8.2.10 + cssnano-utils: 2.0.0_postcss@8.2.14 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -12081,21 +11996,21 @@ packages: resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.16.3 + browserslist: 4.16.6 caniuse-api: 3.0.0 has: 1.0.3 postcss: 7.0.35 dev: true - /postcss-reduce-initial/5.0.0_postcss@8.2.10: + /postcss-reduce-initial/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-wR6pXUaFbSMG1oCKx8pKVA+rnSXCHlca5jMrlmkmif+uig0HNUTV9oGN5kjKsM3mATQAldv2PF9Tbl2vqLFjnA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - browserslist: 4.16.3 + browserslist: 4.16.6 caniuse-api: 3.0.0 - postcss: 8.2.10 + postcss: 8.2.14 dev: false /postcss-reduce-transforms/4.0.2: @@ -12108,14 +12023,14 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-reduce-transforms/5.0.0_postcss@8.2.10: + /postcss-reduce-transforms/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-iHdGODW4YzM3WjVecBhPQt6fpJC4lGQZxJKjkBNHpp2b8dzmvj0ogKThqya+IRodQEFzjfXgYeESkf172FH5Lw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - cssnano-utils: 2.0.0_postcss@8.2.10 - postcss: 8.2.10 + cssnano-utils: 2.0.0_postcss@8.2.14 + postcss: 8.2.14 postcss-value-parser: 4.1.0 dev: false @@ -12127,13 +12042,11 @@ packages: indexes-of: 1.0.1 uniq: 1.0.1 - /postcss-selector-parser/6.0.4: - resolution: {integrity: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==} + /postcss-selector-parser/6.0.5: + resolution: {integrity: sha512-aFYPoYmXbZ1V6HZaSvat08M97A8HqO6Pjz+PiNpw/DhuRrC72XWAdp3hL6wusDCN31sSmcZyMGa2hZEuX+Xfhg==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 - indexes-of: 1.0.1 - uniq: 1.0.1 util-deprecate: 1.0.2 /postcss-svgo/4.0.3: @@ -12145,13 +12058,13 @@ packages: svgo: 1.3.2 dev: true - /postcss-svgo/5.0.0_postcss@8.2.10: + /postcss-svgo/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-M3/VS4sFI1Yp9g0bPL+xzzCNz5iLdRUztoFaugMit5a8sMfkVzzhwqbsOlD8IFFymCdJDmXmh31waYHWw1K4BA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - postcss: 8.2.10 + postcss: 8.2.14 postcss-value-parser: 4.1.0 svgo: 2.3.0 dev: false @@ -12165,15 +12078,15 @@ packages: uniqs: 2.0.0 dev: true - /postcss-unique-selectors/5.0.0_postcss@8.2.10: + /postcss-unique-selectors/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-o9l4pF8SRn7aCMTmzb/kNv/kjV7wPZpZ8Nlb1Gq8v/Qvw969K1wanz1RVA0ehHzWe9+wHXaC2DvZlak/gdMJ5w==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: alphanum-sort: 1.0.2 - postcss: 8.2.10 - postcss-selector-parser: 6.0.4 + postcss: 8.2.14 + postcss-selector-parser: 6.0.5 uniqs: 2.0.0 dev: false @@ -12202,8 +12115,8 @@ packages: supports-color: 6.1.0 dev: true - /postcss/8.2.10: - resolution: {integrity: sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==} + /postcss/8.2.14: + resolution: {integrity: sha512-+jD0ZijcvyCqPQo/m/CW0UcARpdFylq04of+Q7RKX6f/Tu+dvpUI/9Sp81+i6/vJThnOBX09Quw0ZLOVwpzX3w==} engines: {node: ^10 || ^12 || >=14} dependencies: colorette: 1.2.2 @@ -12388,8 +12301,8 @@ packages: dependencies: commander: 6.2.1 glob: 7.1.6 - postcss: 8.2.10 - postcss-selector-parser: 6.0.4 + postcss: 8.2.14 + postcss-selector-parser: 6.0.5 dev: false /q/1.5.1: @@ -12701,11 +12614,10 @@ packages: resolution: {integrity: sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw==} dev: true - /redux/4.0.5: - resolution: {integrity: sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w==} + /redux/4.1.0: + resolution: {integrity: sha512-uI2dQN43zqLWCt6B/BMGRMY6db7TTY4qeHHfGeKb3EOhmOKjU3KdWvNLJyqaHRksv/ErdNH7cFZWg9jXtewy4g==} dependencies: - loose-envify: 1.4.0 - symbol-observable: 1.2.0 + '@babel/runtime': 7.14.0 dev: true /regenerate-unicode-properties/8.2.0: @@ -12725,7 +12637,7 @@ packages: /regenerator-transform/0.14.5: resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==} dependencies: - '@babel/runtime': 7.13.10 + '@babel/runtime': 7.14.0 dev: true /regex-not/1.0.2: @@ -12996,14 +12908,14 @@ packages: /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: - is-core-module: 2.2.0 + is-core-module: 2.3.0 path-parse: 1.0.6 dev: true /resolve/2.0.0-next.3: resolution: {integrity: sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==} dependencies: - is-core-module: 2.2.0 + is-core-module: 2.3.0 path-parse: 1.0.6 dev: true @@ -13192,8 +13104,8 @@ packages: resolution: {integrity: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=} dev: true - /selfsigned/1.10.8: - resolution: {integrity: sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w==} + /selfsigned/1.10.11: + resolution: {integrity: sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==} dependencies: node-forge: 0.10.0 dev: true @@ -13205,8 +13117,8 @@ packages: dependencies: '@semantic-release/commit-analyzer': 8.0.1_semantic-release@17.4.2 '@semantic-release/error': 2.2.0 - '@semantic-release/github': 7.2.1_semantic-release@17.4.2 - '@semantic-release/npm': 7.1.1_semantic-release@17.4.2 + '@semantic-release/github': 7.2.2_semantic-release@17.4.2 + '@semantic-release/npm': 7.1.3_semantic-release@17.4.2 '@semantic-release/release-notes-generator': 9.0.2_semantic-release@17.4.2 aggregate-error: 3.1.0 cosmiconfig: 7.0.0 @@ -13215,7 +13127,7 @@ packages: execa: 5.0.0 figures: 3.2.0 find-versions: 4.0.0 - get-stream: 6.0.0 + get-stream: 6.0.1 git-log-parser: 1.2.0 hook-std: 2.0.0 hosted-git-info: 4.0.2 @@ -13407,7 +13319,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.9.0 + object-inspect: 1.10.2 dev: true /signal-exit/3.0.3: @@ -13466,8 +13378,8 @@ packages: is-fullwidth-code-point: 3.0.0 dev: true - /slugify/1.5.0: - resolution: {integrity: sha512-Q2UPZ2udzquy1ElHfOLILMBMqBEXkiD3wE75qtBvV+FsDdZZjUqPZ44vqLTejAVq+wLLHacOMcENnP8+ZbzmIA==} + /slugify/1.5.1: + resolution: {integrity: sha512-54gP60qIkxaUCFXORn/u+tNPqdTsqvqonB2nxjQV52wWTCuJJ4kbfU7URkpn8646Lr2T3CSh8ecDzzBK/dD9jA==} engines: {node: '>=8.0.0'} dev: true @@ -13501,56 +13413,54 @@ packages: use: 3.1.1 dev: true - /socket.io-adapter/1.1.2: - resolution: {integrity: sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==} + /socket.io-adapter/2.1.0: + resolution: {integrity: sha512-+vDov/aTsLjViYTwS9fPy5pEtTkrbEKsw2M+oVSoFGw6OD1IpvlV1VPhUzNbofCQ8oyMbdYJqDtGdmHQK6TdPg==} dev: true - /socket.io-client/2.3.0: - resolution: {integrity: sha512-cEQQf24gET3rfhxZ2jJ5xzAOo/xhZwK+mOqtGRg5IowZsMgwvHwnf/mCRapAAkadhM26y+iydgwsXGObBB5ZdA==} + /socket.io-client/3.1.1: + resolution: {integrity: sha512-BLgIuCjI7Sf3mDHunKddX9zKR/pbkP7IACM3sJS3jha+zJ6/pGKRV6Fz5XSBHCfUs9YzT8kYIqNwOOuFNLtnYA==} + engines: {node: '>=10.0.0'} dependencies: + '@types/component-emitter': 1.2.10 backo2: 1.0.2 - base64-arraybuffer: 0.1.5 - component-bind: 1.0.0 - component-emitter: 1.2.1 - debug: 4.1.1 - engine.io-client: 3.4.4 - has-binary2: 1.0.3 - has-cors: 1.1.0 - indexof: 0.0.1 - object-component: 0.0.3 - parseqs: 0.0.5 - parseuri: 0.0.5 - socket.io-parser: 3.3.2 - to-array: 0.1.4 - dev: true - - /socket.io-parser/3.3.2: - resolution: {integrity: sha512-FJvDBuOALxdCI9qwRrO/Rfp9yfndRtc1jSgVgV8FDraihmSP/MLGD5PEuJrNfjALvcQ+vMDM/33AWOYP/JSjDg==} - dependencies: component-emitter: 1.3.0 - debug: 3.1.0 - isarray: 2.0.1 + debug: 4.3.1 + engine.io-client: 4.1.4 + parseuri: 0.0.6 + socket.io-parser: 4.0.4 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate dev: true - /socket.io-parser/3.4.1: - resolution: {integrity: sha512-11hMgzL+WCLWf1uFtHSNvliI++tcRUWdoeYuwIl+Axvwy9z2gQM+7nJyN3STj1tLj5JyIUH8/gpDGxzAlDdi0A==} + /socket.io-parser/4.0.4: + resolution: {integrity: sha512-t+b0SS+IxG7Rxzda2EVvyBZbvFPBCjJoyHuE0P//7OAsN23GItzDRdWa6ALxZI/8R5ygK7jAR6t028/z+7295g==} + engines: {node: '>=10.0.0'} dependencies: - component-emitter: 1.2.1 - debug: 4.1.1 - isarray: 2.0.1 + '@types/component-emitter': 1.2.10 + component-emitter: 1.3.0 + debug: 4.3.1 + transitivePeerDependencies: + - supports-color dev: true - /socket.io/2.3.0: - resolution: {integrity: sha512-2A892lrj0GcgR/9Qk81EaY2gYhCBxurV0PfmmESO6p27QPrUK1J3zdns+5QPqvUYK2q657nSj0guoIil9+7eFg==} + /socket.io/3.1.1: + resolution: {integrity: sha512-7cBWdsDC7bbyEF6WbBqffjizc/H4YF1wLdZoOzuYfo2uMNSFjJKuQ36t0H40o9B20DO6p+mSytEd92oP4S15bA==} + engines: {node: '>=10.0.0'} dependencies: - debug: 4.1.1 - engine.io: 3.4.2 - has-binary2: 1.0.3 - socket.io-adapter: 1.1.2 - socket.io-client: 2.3.0 - socket.io-parser: 3.4.1 + '@types/cookie': 0.4.0 + '@types/cors': 2.8.10 + '@types/node': 14.14.44 + accepts: 1.3.7 + base64id: 2.0.0 + debug: 4.3.1 + engine.io: 4.1.1 + socket.io-adapter: 2.1.0 + socket.io-parser: 4.0.4 transitivePeerDependencies: - bufferutil + - supports-color - utf-8-validate dev: true @@ -13721,10 +13631,6 @@ packages: resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} dev: true - /sse-z/0.3.0: - resolution: {integrity: sha512-jfcXynl9oAOS9YJ7iqS2JMUEHOlvrRAD+54CENiWnc4xsuVLQVSgmwf7cwOTcBd/uq3XkQKBGojgvEtVXcJ/8w==} - dev: true - /sshpk/1.16.1: resolution: {integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==} engines: {node: '>=0.10.0'} @@ -13843,11 +13749,6 @@ packages: resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} dev: true - /streamsearch/0.1.2: - resolution: {integrity: sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=} - engines: {node: '>=0.8.0'} - dev: true - /strict-uri-encode/1.1.0: resolution: {integrity: sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=} engines: {node: '>=0.10.0'} @@ -14039,22 +13940,35 @@ packages: resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.16.3 + browserslist: 4.16.6 postcss: 7.0.35 postcss-selector-parser: 3.1.2 dev: true - /stylehacks/5.0.0_postcss@8.2.10: + /stylehacks/5.0.0_postcss@8.2.14: resolution: {integrity: sha512-QOWm6XivDLb+fqffTZP8jrmPmPITVChl2KCY2R05nsCWwLi3VGhCdVc3IVGNwd1zzTt1jPd67zIKjpQfxzQZeA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.1 dependencies: - browserslist: 4.16.3 - postcss: 8.2.10 - postcss-selector-parser: 6.0.4 + browserslist: 4.16.6 + postcss: 8.2.14 + postcss-selector-parser: 6.0.5 dev: false + /subscriptions-transport-ws/0.9.18_graphql@14.7.0: + resolution: {integrity: sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==} + peerDependencies: + graphql: '>=0.10.0' + dependencies: + backo2: 1.0.2 + eventemitter3: 3.1.2 + graphql: 14.7.0 + iterall: 1.3.0 + symbol-observable: 1.2.0 + ws: 5.2.2 + dev: true + /sudo-prompt/8.2.5: resolution: {integrity: sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==} dev: true @@ -14117,7 +14031,7 @@ packages: hasBin: true dependencies: '@trysound/sax': 0.1.1 - chalk: 4.1.0 + chalk: 4.1.1 commander: 7.2.0 css-select: 3.1.2 css-tree: 1.1.3 @@ -14152,19 +14066,17 @@ packages: string-width: 3.1.0 dev: true - /table/6.0.9: - resolution: {integrity: sha512-F3cLs9a3hL1Z7N4+EkSscsel3z55XT950AvB05bwayrNg5T1/gykXtigioTAjbltvbMSJvvhFCbnf6mX+ntnJQ==} + /table/6.6.0: + resolution: {integrity: sha512-iZMtp5tUvcnAdtHpZTWLPF0M7AgiQsURR2DwmxnJwSy8I3+cY+ozzVvYha3BOLG2TB+L0CqjIz+91htuj6yCXg==} engines: {node: '>=10.0.0'} dependencies: - ajv: 8.1.0 - is-boolean-object: 1.1.0 - is-number-object: 1.0.4 - is-string: 1.0.5 + ajv: 8.2.0 lodash.clonedeep: 4.5.0 lodash.flatten: 4.4.0 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.2 + strip-ansi: 6.0.0 dev: true /tapable/1.1.3: @@ -14247,8 +14159,8 @@ packages: source-map-support: 0.5.19 dev: true - /terser/5.6.1: - resolution: {integrity: sha512-yv9YLFQQ+3ZqgWCUk+pvNJwgUTdlIxUk1WTN+RnaFJe2L7ipG2csPT0ra2XRm7Cs8cxN7QXmK1rFzEwYEQkzXw==} + /terser/5.7.0: + resolution: {integrity: sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==} engines: {node: '>=10'} hasBin: true dependencies: @@ -14340,10 +14252,6 @@ packages: resolution: {integrity: sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=} dev: true - /to-array/0.1.4: - resolution: {integrity: sha1-F+bBH3PdTz10zaek/zI46a2b+JA=} - dev: true - /to-arraybuffer/1.0.1: resolution: {integrity: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=} dev: true @@ -14575,6 +14483,11 @@ packages: engines: {node: '>=8'} dev: true + /type-fest/1.0.2: + resolution: {integrity: sha512-a720oz3Kjbp3ll0zkeN9qjRhO7I34MKMhPGQiQJAmaZQZQ1lo+NWThK322f7sXV+kTg9B1Ybt16KgBXWgteT8w==} + engines: {node: '>=10'} + dev: true + /type-is/1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} engines: {node: '>= 0.6'} @@ -14611,8 +14524,8 @@ packages: hasBin: true dev: true - /uglify-js/3.13.4: - resolution: {integrity: sha512-kv7fCkIXyQIilD5/yQy8O+uagsYIOt5cZvs890W40/e/rvjMSzJw81o9Bg0tkURxzZBROtDQhW2LFjOGoK3RZw==} + /uglify-js/3.13.5: + resolution: {integrity: sha512-xtB8yEqIkn7zmOyS2zUNBsYCBRhDkvlNxMMY2smuJ/qA8NCHeQvKCF3i9Z4k8FJH4+PJvZRtMrPynfZ75+CSZw==} engines: {node: '>=0.8.0'} hasBin: true dev: true @@ -14819,7 +14732,7 @@ packages: engines: {node: '>=10'} dependencies: boxen: 5.0.1 - chalk: 4.1.0 + chalk: 4.1.1 configstore: 5.0.1 has-yarn: 2.1.0 import-lazy: 2.1.0 @@ -14950,8 +14863,8 @@ packages: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} dev: true - /v8-to-istanbul/7.1.1: - resolution: {integrity: sha512-p0BB09E5FRjx0ELN6RgusIPsSPhtgexSRcKETybEs6IGOTXJSZqfwxp7r//55nnu0f1AxltY5VvdVqy2vZf9AA==} + /v8-to-istanbul/7.1.2: + resolution: {integrity: sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==} engines: {node: '>=10.10.0'} dependencies: '@types/istanbul-lib-coverage': 2.0.3 @@ -14970,6 +14883,11 @@ packages: spdx-expression-parse: 3.0.1 dev: true + /value-or-promise/1.0.6: + resolution: {integrity: sha512-9r0wQsWD8z/BxPOvnwbPf05ZvFngXyouE9EKB+5GbYix+BYnAwrIChCUyFIinfbf2FL/U71z+CPpbnmTdxrwBg==} + engines: {node: '>=12'} + dev: true + /vary/1.1.2: resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=} engines: {node: '>= 0.8'} @@ -15114,7 +15032,7 @@ packages: p-retry: 3.0.1 portfinder: 1.0.28 schema-utils: 1.0.0 - selfsigned: 1.10.8 + selfsigned: 1.10.11 semver: 6.3.0 serve-index: 1.9.1 sockjs: 0.3.21 @@ -15245,7 +15163,7 @@ packages: /which-boxed-primitive/1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: - is-bigint: 1.0.1 + is-bigint: 1.0.2 is-boolean-object: 1.1.0 is-number-object: 1.0.4 is-string: 1.0.5 @@ -15339,8 +15257,8 @@ packages: mkdirp: 0.5.5 dev: true - /ws/6.1.4: - resolution: {integrity: sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==} + /ws/5.2.2: + resolution: {integrity: sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==} dependencies: async-limiter: 1.0.1 dev: true @@ -15351,8 +15269,8 @@ packages: async-limiter: 1.0.1 dev: true - /ws/7.4.4: - resolution: {integrity: sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw==} + /ws/7.4.5: + resolution: {integrity: sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==} engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 @@ -15377,13 +15295,13 @@ packages: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} dev: true - /xmlhttprequest-ssl/1.5.5: - resolution: {integrity: sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=} + /xmlhttprequest-ssl/1.6.2: + resolution: {integrity: sha512-tYOaldF/0BLfKuoA39QMwD4j2m8lq4DIncqj1yuNELX4vz9+z/ieG/vwmctjJce+boFHXstqhWnHSxc4W8f4qg==} engines: {node: '>=0.4.0'} dev: true - /xss/1.0.8: - resolution: {integrity: sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==} + /xss/1.0.9: + resolution: {integrity: sha512-2t7FahYnGJys6DpHLhajusId7R0Pm2yTmuL0GV9+mV0ZlaLSnb2toBmppATfg5sWIhZQGlsTLoecSzya+l4EAQ==} engines: {node: '>= 0.10.0'} hasBin: true dependencies: @@ -15391,8 +15309,8 @@ packages: cssfilter: 0.0.10 dev: true - /xstate/4.17.1: - resolution: {integrity: sha512-3q7so9qAKFnz9/t7BNQXQtV+9fwDATCOkC+0tAvVqczboEbu6gz2dvPPVCCkj55Hyzgro9aSOntGSPGLei82BA==} + /xstate/4.19.1: + resolution: {integrity: sha512-tnBh6ue9MiyoMkE2+w1IqfvJm4nBe3S4Ky/RLvlo9vka8FdO4WyyT3M7PA0pQoM/FZ9aJVWFOlsNw0Nc7E+4Bw==} dev: true /xtend/4.0.2: