From b5d505528f981d87b5c34d35f9ffc6da2975689c Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Sat, 21 May 2022 11:40:17 -0400 Subject: [PATCH 1/3] chore(internal): single command v2 addon development --- .../src/deprecated-in-v4/ember-concurrency.ts | 2 +- ember-resources/src/util/ember-concurrency.ts | 2 +- package.json | 13 +- pnpm-lock.yaml | 1553 ++++++++--------- testing/ember-app/package.json | 2 +- testing/ember-app/public/mockServiceWorker.js | 2 +- 6 files changed, 748 insertions(+), 826 deletions(-) diff --git a/ember-resources/src/deprecated-in-v4/ember-concurrency.ts b/ember-resources/src/deprecated-in-v4/ember-concurrency.ts index a2c1f3fc0..7d072f428 100644 --- a/ember-resources/src/deprecated-in-v4/ember-concurrency.ts +++ b/ember-resources/src/deprecated-in-v4/ember-concurrency.ts @@ -176,7 +176,7 @@ export function proxyClass< // eslint-disable-next-line ember/no-get get(taskRunner.currentTask, 'isRunning'); // eslint-disable-next-line @typescript-eslint/ban-ts-comment - // @ts-expect-error + // @ts-ignore get(taskRunner.currentTask, key); } diff --git a/ember-resources/src/util/ember-concurrency.ts b/ember-resources/src/util/ember-concurrency.ts index cfcd445c1..4ae142d5d 100644 --- a/ember-resources/src/util/ember-concurrency.ts +++ b/ember-resources/src/util/ember-concurrency.ts @@ -155,7 +155,7 @@ export function proxyClass< // eslint-disable-next-line ember/no-get get(taskRunner.currentTask, 'isRunning'); // eslint-disable-next-line @typescript-eslint/ban-ts-comment - // @ts-expect-error + // @ts-ignore get(taskRunner.currentTask, key); } diff --git a/package.json b/package.json index 0ad0765fd..44facb6d5 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,24 @@ { - "private": "true", + "private": true, "repository": "https://github.com/NullVoxPopuli/ember-resources", "license": "MIT", "author": "NullVoxPopuli", "scripts": { - "dev:ember": "pnpm run --filter ember-app start", - "dev:addon": "pnpm run --filter ember-resources start", + "dev": "concurrently 'npm:dev:*' --restart-after 5000 --prefix-colors cyan,white,yellow", + "dev:ember": "pnpm run --filter ember-app start --port 0", + "dev:addon": "pnpm run --filter ember-resources start --no-watch.clearScreen", + "dev:docs": "pnpm run --filter docs docs:watch --preserveWatchOutput", "ci:update": "cd build/github-workflows && pnpm build", "build": "pnpm run --filter ember-resources build", - "build:docs": "pnpm run --filter docs docs:collect", - "start:docs": "pnpm run --filter docs docs:watch" + "build:docs": "pnpm run --filter docs docs:collect" }, "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "@nullvoxpopuli/eslint-configs": "^2.2.19", + "concurrency": "^0.1.4", "eslint": "^7.32.0", "loader.js": "^4.7.0", - "npm-run-all": "^4.1.5", "prettier": "^2.6.2", "typescript": "^4.6.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a001514e1..c73d009da 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,18 +11,18 @@ importers: '@commitlint/cli': ^13.1.0 '@commitlint/config-conventional': ^13.1.0 '@nullvoxpopuli/eslint-configs': ^2.2.19 + concurrency: ^0.1.4 eslint: ^7.32.0 loader.js: ^4.7.0 - npm-run-all: ^4.1.5 prettier: ^2.6.2 typescript: ^4.6.4 devDependencies: '@commitlint/cli': 13.2.1 '@commitlint/config-conventional': 13.2.0 '@nullvoxpopuli/eslint-configs': 2.2.19_typescript@4.6.4 + concurrency: 0.1.4 eslint: 7.32.0 loader.js: 4.7.0 - npm-run-all: 4.1.5 prettier: 2.6.2 typescript: 4.6.4 @@ -37,12 +37,12 @@ importers: tmp-promise: ^3.0.3 yaml: 2.1.0 devDependencies: - esbuild: 0.14.34 + esbuild: 0.14.39 filesize: 8.0.7 globby: 13.1.1 gzip-cli: 1.2.0 js-yaml: 4.1.0 - terser: 5.12.1 + terser: 5.13.1 tmp-promise: 3.0.3 yaml: 2.1.0 @@ -64,12 +64,12 @@ importers: typedoc-plugin-mdn-links: ^1.0.4 typescript: 4.6.3 devDependencies: - typedoc: 0.22.12_typescript@4.6.3 - typedoc-github-wiki-theme: 1.0.0_ck55l5o2otfkl5rjqkwdsu4c34 - typedoc-gitlab-wiki-theme: 1.0.0_ck55l5o2otfkl5rjqkwdsu4c34 - typedoc-plugin-markdown: 3.11.14_typedoc@0.22.12 + typedoc: 0.22.15_typescript@4.6.3 + typedoc-github-wiki-theme: 1.0.1_p3l43hnyu3cxw6cv66izrugeie + typedoc-gitlab-wiki-theme: 1.0.0_p3l43hnyu3cxw6cv66izrugeie + typedoc-plugin-markdown: 3.12.1_typedoc@0.22.15 typedoc-plugin-markdown-pages: 0.3.0 - typedoc-plugin-mdn-links: 1.0.5_typedoc@0.22.12 + typedoc-plugin-mdn-links: 1.0.6_typedoc@0.22.15 typescript: 4.6.3 ember-resources: @@ -229,7 +229,7 @@ importers: eslint-plugin-prettier: ^4.0.0 eslint-plugin-qunit: ^7.2.0 loader.js: ^4.7.0 - msw: ^0.39.2 + msw: ^0.40.2 npm-run-all: ^4.1.5 prettier: ^2.3.2 qunit: ^2.16.0 @@ -242,19 +242,19 @@ importers: ember-async-data: 0.6.0_@babel+core@7.18.0 ember-concurrency: 2.2.1_@babel+core@7.18.0 ember-concurrency-ts: 0.3.1_ember-concurrency@2.2.1 - ember-functions-as-helper-polyfill: 2.0.1 + ember-functions-as-helper-polyfill: 2.1.1_ember-source@4.0.1 ember-resources: link:../../ember-resources devDependencies: '@babel/core': 7.18.0 '@ember/optional-features': 2.0.0 - '@ember/test-helpers': 2.6.0_@babel+core@7.18.0 + '@ember/test-helpers': 2.8.1_4xwe4zcg7gxd7seqxuljxynk6q '@embroider/compat': 1.6.0_@embroider+core@1.6.0 '@embroider/core': 1.6.0 '@embroider/test-setup': 1.6.0 - '@embroider/webpack': 1.6.0_63cabxdo7ziexyelqoko5hugni - '@glimmer/component': 1.0.4_@babel+core@7.18.0 + '@embroider/webpack': 1.6.0_xcawtvs4pwa7koczjjpyrnvpqq + '@glimmer/component': 1.1.2_@babel+core@7.18.0 '@glimmer/tracking': 1.0.4 - '@nullvoxpopuli/eslint-configs': 2.2.0_typescript@4.5.5 + '@nullvoxpopuli/eslint-configs': 2.2.0_typescript@4.6.3 '@types/ember__application': 4.0.0 '@types/ember__array': 4.0.1 '@types/ember__component': 4.0.5 @@ -285,44 +285,44 @@ importers: '@types/rsvp': 4.0.4 babel-eslint: 10.1.0_eslint@7.32.0 broccoli-asset-rev: 3.0.0 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cli: 4.1.1 ember-cli-app-version: 5.0.0 ember-cli-babel: 7.26.11 - ember-cli-dependency-checker: 3.2.0 + ember-cli-dependency-checker: 3.3.1_ember-cli@4.1.1 ember-cli-htmlbars: 6.0.1 ember-cli-inject-live-reload: 2.1.0 ember-cli-sri: 2.1.1 ember-cli-terser: 4.0.2 ember-cli-typescript: 4.2.1 ember-cli-typescript-blueprints: 3.0.0 - ember-data: 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + ember-data: 4.0.2_qqaml4ljchhh37dxp4aoesgrby ember-export-application-global: 2.0.1 ember-fetch: 8.1.1 ember-load-initializers: 2.1.2_@babel+core@7.18.0 ember-maybe-import-regenerator: 1.0.0 ember-page-title: 7.0.0 - ember-qunit: 5.1.5_fllaz7eu7xuvowviafj6ges6hm + ember-qunit: 5.1.5_m2vpijm5kklvqmlfibufmotnbi ember-resolver: 8.0.3_@babel+core@7.18.0 - ember-source: 4.0.1_3m64hf2v7lyg4hcd5oq4q3hzce + ember-source: 4.0.1_qqaml4ljchhh37dxp4aoesgrby ember-source-channel-url: 3.0.0 ember-template-lint: 3.16.0 ember-try: 2.0.0 - ember-welcome-page: 6.1.0 + ember-welcome-page: 6.2.0 eslint: 7.32.0 - eslint-config-prettier: 8.5.0_eslint@7.32.0 - eslint-plugin-ember: 10.6.1_eslint@7.32.0 + eslint-config-prettier: 8.4.0_eslint@7.32.0 + eslint-plugin-ember: 10.5.9_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 - eslint-plugin-prettier: 4.0.0_z7eskpggz6hgh3lpmotlmahgxe + eslint-plugin-prettier: 4.0.0_5u7oomrk4c6c4veizye6iqamma eslint-plugin-qunit: 7.2.0_eslint@7.32.0 loader.js: 4.7.0 - msw: 0.39.2 + msw: 0.40.2_typescript@4.6.3 npm-run-all: 4.1.5 prettier: 2.5.1 - qunit: 2.18.0 + qunit: 2.19.1 qunit-dom: 2.0.0 - typescript: 4.5.5 - webpack: 5.69.1 + typescript: 4.6.3 + webpack: 5.72.1 testing/ember-concurrency-v1: specifiers: @@ -414,12 +414,12 @@ importers: devDependencies: '@babel/core': 7.18.0 '@ember/optional-features': 2.0.0 - '@ember/test-helpers': 2.6.0_@babel+core@7.18.0 + '@ember/test-helpers': 2.8.1_o5uwonrjsugny6bix72lhu6dx4 '@ember/test-waiters': 3.0.1 - '@embroider/test-setup': 1.2.0 - '@glimmer/component': 1.0.4_@babel+core@7.18.0 + '@embroider/test-setup': 1.6.0 + '@glimmer/component': 1.1.2_@babel+core@7.18.0 '@glimmer/tracking': 1.0.4 - '@nullvoxpopuli/eslint-configs': 2.2.0_typescript@4.5.5 + '@nullvoxpopuli/eslint-configs': 2.2.0_typescript@4.6.3 '@types/ember__application': 4.0.0 '@types/ember__array': 4.0.1 '@types/ember__component': 4.0.5 @@ -449,30 +449,30 @@ importers: '@types/rsvp': 4.0.4 babel-eslint: 10.1.0_eslint@7.32.0 broccoli-asset-rev: 3.0.0 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cli: 4.1.1 ember-cli-app-version: 5.0.0 ember-cli-babel: 7.26.11 - ember-cli-dependency-checker: 3.2.0 + ember-cli-dependency-checker: 3.3.1_ember-cli@4.1.1 ember-cli-htmlbars: 6.0.1 ember-cli-inject-live-reload: 2.1.0 ember-cli-sri: 2.1.1 ember-cli-terser: 4.0.2 ember-cli-typescript: 4.2.1 ember-cli-typescript-blueprints: 3.0.0 - ember-data: 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + ember-data: 4.0.2_qqaml4ljchhh37dxp4aoesgrby ember-export-application-global: 2.0.1 ember-fetch: 8.1.1 ember-load-initializers: 2.1.2_@babel+core@7.18.0 ember-maybe-import-regenerator: 1.0.0 ember-page-title: 7.0.0 - ember-qunit: 5.1.5_fllaz7eu7xuvowviafj6ges6hm + ember-qunit: 5.1.5_m2vpijm5kklvqmlfibufmotnbi ember-resolver: 8.0.3_@babel+core@7.18.0 - ember-source: 3.28.8_@babel+core@7.18.0 + ember-source: 3.28.9_@babel+core@7.18.0 ember-source-channel-url: 3.0.0 ember-template-lint: 3.16.0 ember-try: 2.0.0 - ember-welcome-page: 6.1.0 + ember-welcome-page: 6.2.0 eslint: 7.32.0 eslint-config-prettier: 8.4.0_eslint@7.32.0 eslint-plugin-ember: 10.5.9_eslint@7.32.0 @@ -482,10 +482,10 @@ importers: loader.js: 4.7.0 npm-run-all: 4.1.5 prettier: 2.5.1 - qunit: 2.18.0 + qunit: 2.19.1 qunit-dom: 2.0.0 - typescript: 4.5.5 - webpack: 5.69.1 + typescript: 4.6.3 + webpack: 5.72.1 packages: @@ -649,23 +649,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.18.0: - resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.18.0 - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-environment-visitor': 7.16.7 - '@babel/helper-function-name': 7.17.9 - '@babel/helper-member-expression-to-functions': 7.16.7 - '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/helper-replace-supers': 7.16.7 - '@babel/helper-split-export-declaration': 7.16.7 - transitivePeerDependencies: - - supports-color - /@babel/helper-create-class-features-plugin/7.17.9_3gfknhlqindusu252ta6mlbsce: resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==} engines: {node: '>=6.9.0'} @@ -721,7 +704,7 @@ packages: '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 '@babel/traverse': 7.18.0_supports-color@8.1.1 - debug: 4.3.3_supports-color@8.1.1 + debug: 4.3.4_supports-color@8.1.1 lodash.debounce: 4.0.8 resolve: 1.22.0 semver: 6.3.0 @@ -739,7 +722,7 @@ packages: '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 '@babel/traverse': 7.18.0 - debug: 4.3.3 + debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.0 semver: 6.3.0 @@ -771,12 +754,6 @@ packages: dependencies: '@babel/types': 7.18.0 - /@babel/helper-member-expression-to-functions/7.16.7: - resolution: {integrity: sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.18.0 - /@babel/helper-member-expression-to-functions/7.17.7: resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==} engines: {node: '>=6.9.0'} @@ -1153,22 +1130,6 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.17.2_@babel+core@7.18.0: - resolution: {integrity: sha512-WH8Z95CwTq/W8rFbMqb9p3hicpt4RX4f0K659ax2VHxgOyT6qQmUaEVEjIh4WR9Eh9NymkVn5vwsrE68fAQNUw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.0 - '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.18.0 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-replace-supers': 7.16.7 - '@babel/plugin-syntax-decorators': 7.17.0_@babel+core@7.18.0 - charcodes: 0.2.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-decorators/7.17.9_3gfknhlqindusu252ta6mlbsce: resolution: {integrity: sha512-EfH2LZ/vPa2wuPwJ26j+kYRkaubf89UlwxKXtxqEm57HrgSEYDB8t4swFP+p8LcI9yiP9ZRJJjo/58hS6BnaDA==} engines: {node: '>=6.9.0'} @@ -1816,7 +1777,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.0 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-plugin-utils': 7.17.12 dev: true /@babel/plugin-transform-object-super/7.16.7_3gfknhlqindusu252ta6mlbsce: @@ -2002,7 +1963,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.0 - '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.18.0 + '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.18.0 transitivePeerDependencies: @@ -2015,8 +1976,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.0 - '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.18.0 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.18.0 + '@babel/helper-plugin-utils': 7.17.12 '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.18.0 transitivePeerDependencies: - supports-color @@ -2248,13 +2209,6 @@ packages: dependencies: regenerator-runtime: 0.13.9 - /@babel/runtime/7.17.2: - resolution: {integrity: sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.13.9 - dev: true - /@babel/runtime/7.17.8: resolution: {integrity: sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==} engines: {node: '>=6.9.0'} @@ -2328,6 +2282,7 @@ packages: dependencies: '@babel/helper-validator-identifier': 7.16.7 to-fast-properties: 2.0.0 + dev: true /@babel/types/7.17.12: resolution: {integrity: sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==} @@ -2494,15 +2449,15 @@ packages: chalk: 4.1.2 dev: true - /@ember-data/adapter/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: + /@ember-data/adapter/4.0.2_qqaml4ljchhh37dxp4aoesgrby: resolution: {integrity: sha512-tOqlpaJSlgsA0xv+kXcLYFlhsgIJ/pJc/ldUPkJAyq47LP0l/u7zqY+u+ek6TA+qRGU1YLT5eUVQ9GwdEbRcQA==} engines: {node: 12.* || >= 14.*} dependencies: '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 - '@ember-data/store': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + '@ember-data/store': 4.0.2_qqaml4ljchhh37dxp4aoesgrby '@ember/edition-utils': 1.2.0 '@ember/string': 3.0.0 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cli-babel: 7.26.11 ember-cli-test-info: 1.0.0 ember-cli-typescript: 4.2.1 @@ -2522,14 +2477,14 @@ packages: - supports-color dev: true - /@ember-data/debug/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: + /@ember-data/debug/4.0.2_qqaml4ljchhh37dxp4aoesgrby: resolution: {integrity: sha512-MhyPF90LsksihSn8GvqslG/H8ASGLiaNJ2YfdcI+lOGgoCsuNtxbcfcfFxQE5WNbnjkNxohZznAQ/tcwch4TjA==} engines: {node: 12.* || >= 14.*} dependencies: '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 '@ember/edition-utils': 1.2.0 '@ember/string': 3.0.0 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cli-babel: 7.26.11 ember-cli-test-info: 1.0.0 ember-cli-typescript: 4.2.1 @@ -2539,16 +2494,16 @@ packages: - webpack dev: true - /@ember-data/model/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: + /@ember-data/model/4.0.2_qqaml4ljchhh37dxp4aoesgrby: resolution: {integrity: sha512-dkwz3iKNp03ACqbD6oTp4ouqSz/ja41Q17jjb/KKK65ym6J0Y6OvtMVBlzHb+UpnHfKVkKAdpslk8svUm3T8vg==} engines: {node: 12.* || >= 14.*} dependencies: '@ember-data/canary-features': 4.0.2 '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 - '@ember-data/store': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + '@ember-data/store': 4.0.2_qqaml4ljchhh37dxp4aoesgrby '@ember/edition-utils': 1.2.0 '@ember/string': 3.0.0 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cached-decorator-polyfill: 0.1.4_@babel+core@7.18.0 ember-cli-babel: 7.26.11 ember-cli-string-utils: 1.1.0 @@ -2597,15 +2552,15 @@ packages: - supports-color dev: true - /@ember-data/record-data/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: + /@ember-data/record-data/4.0.2_qqaml4ljchhh37dxp4aoesgrby: resolution: {integrity: sha512-F1oiMcmeGQkaVp50j6MTeE7sAPSBLUhMnfNRDO70jhVIcMmj0W1W6qvRbk3tVOq+TZ7+Jc8TFWh+43gC6EBfsQ==} engines: {node: 12.* || >= 14.*} dependencies: '@ember-data/canary-features': 4.0.2 '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 - '@ember-data/store': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + '@ember-data/store': 4.0.2_qqaml4ljchhh37dxp4aoesgrby '@ember/edition-utils': 1.2.0 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cli-babel: 7.26.11 ember-cli-test-info: 1.0.0 ember-cli-typescript: 4.2.1 @@ -2618,13 +2573,13 @@ packages: /@ember-data/rfc395-data/0.0.4: resolution: {integrity: sha512-tGRdvgC9/QMQSuSuJV45xoyhI0Pzjm7A9o/MVVA3HakXIImJbbzx/k/6dO9CUEQXIyS2y0fW6C1XaYOG7rY0FQ==} - /@ember-data/serializer/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: + /@ember-data/serializer/4.0.2_qqaml4ljchhh37dxp4aoesgrby: resolution: {integrity: sha512-He8olHmgARXrHx+Gi1F2z4BSN2YmLm3GnIjPuTXjrRpgRV1u7EFrt1H84yo3voYA9c7PIIHoxhLyitm2sfWyBQ==} engines: {node: 12.* || >= 14.*} dependencies: '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 - '@ember-data/store': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce - ember-auto-import: 2.4.0_webpack@5.69.1 + '@ember-data/store': 4.0.2_qqaml4ljchhh37dxp4aoesgrby + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cli-babel: 7.26.11 ember-cli-test-info: 1.0.0 ember-cli-typescript: 4.2.1 @@ -2634,7 +2589,7 @@ packages: - webpack dev: true - /@ember-data/store/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: + /@ember-data/store/4.0.2_qqaml4ljchhh37dxp4aoesgrby: resolution: {integrity: sha512-+WJUAP1Xz+N+UAssEqipuBsQ38HoHCmQL470Hr6aZ5jK2rs3yZ4X3GGa+Mj2aRNTTDbNEP3w7tnTQyXElzZkJA==} engines: {node: 12.* || >= 14.*} dependencies: @@ -2642,7 +2597,7 @@ packages: '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 '@ember/string': 3.0.0 '@glimmer/tracking': 1.0.4 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cached-decorator-polyfill: 0.1.4_@babel+core@7.18.0 ember-cli-babel: 7.26.11 ember-cli-path-utils: 1.0.0 @@ -2696,16 +2651,41 @@ packages: - supports-color dev: true - /@ember/test-helpers/2.6.0_@babel+core@7.18.0: - resolution: {integrity: sha512-N5sr3layWk60wB3maCy+/5hFHQRcTh8aqxcZTSs3Od9QkuHdWBtRgMGLP/35mXpJlgWuu3xqLpt6u3dGHc8gCg==} + /@ember/test-helpers/2.8.1_4xwe4zcg7gxd7seqxuljxynk6q: + resolution: {integrity: sha512-jbsYwWyAdhL/pdPu7Gb3SG1gvIXY70FWMtC/Us0Kmvk82Y+5YUQ1SOC0io75qmOGYQmH7eQrd/bquEVd+4XtdQ==} + engines: {node: 10.* || 12.* || 14.* || 15.* || >= 16.*} + peerDependencies: + ember-source: '>=3.8.0' + dependencies: + '@ember/test-waiters': 3.0.1 + '@embroider/macros': 1.6.0 + '@embroider/util': 1.6.0_ember-source@4.0.1 + broccoli-debug: 0.6.5 + broccoli-funnel: 3.0.8 + ember-cli-babel: 7.26.11 + ember-cli-htmlbars: 5.7.2 + ember-destroyable-polyfill: 2.0.3_@babel+core@7.18.0 + ember-source: 4.0.1_qqaml4ljchhh37dxp4aoesgrby + transitivePeerDependencies: + - '@babel/core' + - supports-color + dev: true + + /@ember/test-helpers/2.8.1_o5uwonrjsugny6bix72lhu6dx4: + resolution: {integrity: sha512-jbsYwWyAdhL/pdPu7Gb3SG1gvIXY70FWMtC/Us0Kmvk82Y+5YUQ1SOC0io75qmOGYQmH7eQrd/bquEVd+4XtdQ==} engines: {node: 10.* || 12.* || 14.* || 15.* || >= 16.*} + peerDependencies: + ember-source: '>=3.8.0' dependencies: '@ember/test-waiters': 3.0.1 + '@embroider/macros': 1.6.0 + '@embroider/util': 1.6.0_ember-source@3.28.9 broccoli-debug: 0.6.5 broccoli-funnel: 3.0.8 ember-cli-babel: 7.26.11 ember-cli-htmlbars: 5.7.2 ember-destroyable-polyfill: 2.0.3_@babel+core@7.18.0 + ember-source: 3.28.9_@babel+core@7.18.0 transitivePeerDependencies: - '@babel/core' - supports-color @@ -2746,7 +2726,7 @@ packages: '@embroider/shared-internals': 1.6.0 semver: 7.3.7 - /@embroider/babel-loader-8/1.6.0_7npdpokhm4bx34faa6rlo7xxyi: + /@embroider/babel-loader-8/1.6.0_5ovjoofw6igcgzch6q3omcfzve: resolution: {integrity: sha512-re/fAMTBFqO8le8yrSz5Zc7p3w4Y8ZlYUMl2Y1L0p6/bHxhQ4lbUpsP4mAWo6rySSdwUpk9CUyWtHUHK1S1Whg==} engines: {node: 12.* || 14.* || >= 16} dependencies: @@ -2754,7 +2734,7 @@ packages: '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.18.0 '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.18.0 '@embroider/core': 1.6.0_supports-color@8.1.1 - babel-loader: 8.2.3_3m64hf2v7lyg4hcd5oq4q3hzce + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby transitivePeerDependencies: - bufferutil - canvas @@ -2779,7 +2759,7 @@ packages: '@embroider/macros': 1.6.0 '@embroider/shared-internals': 1.6.0 '@types/babel__code-frame': 7.0.3 - '@types/yargs': 17.0.8 + '@types/yargs': 17.0.10 assert-never: 1.2.1 babel-plugin-syntax-dynamic-import: 6.18.0 babylon: 6.18.0 @@ -2828,12 +2808,12 @@ packages: '@embroider/shared-internals': 1.6.0 assert-never: 1.2.1 babel-import-util: 1.1.0 - babel-plugin-ember-template-compilation: 1.0.1 + babel-plugin-ember-template-compilation: 1.0.2 broccoli-node-api: 1.7.0 broccoli-persistent-filter: 3.1.2 broccoli-plugin: 4.0.7 broccoli-source: 3.0.1 - debug: 4.3.3 + debug: 4.3.4 escape-string-regexp: 4.0.0 fast-sourcemap-concat: 1.4.0 filesize: 5.0.3 @@ -2870,12 +2850,12 @@ packages: '@embroider/shared-internals': 1.6.0 assert-never: 1.2.1 babel-import-util: 1.1.0 - babel-plugin-ember-template-compilation: 1.0.1 + babel-plugin-ember-template-compilation: 1.0.2 broccoli-node-api: 1.7.0 broccoli-persistent-filter: 3.1.2_supports-color@8.1.1 broccoli-plugin: 4.0.7 broccoli-source: 3.0.1 - debug: 4.3.3_supports-color@8.1.1 + debug: 4.3.4_supports-color@8.1.1 escape-string-regexp: 4.0.0 fast-sourcemap-concat: 1.4.0 filesize: 5.0.3 @@ -2898,7 +2878,7 @@ packages: - utf-8-validate dev: true - /@embroider/hbs-loader/1.6.0_63cabxdo7ziexyelqoko5hugni: + /@embroider/hbs-loader/1.6.0_xcawtvs4pwa7koczjjpyrnvpqq: resolution: {integrity: sha512-WwZ6vaG5GevL4xpSXj5tIziaubdoB+dMFoI7rqved8To5WK1MfHJFhHp8S9s0KyzSwb/dL1SdjVzYWbB6SAbzg==} engines: {node: 12.* || 14.* || >= 16} peerDependencies: @@ -2906,7 +2886,7 @@ packages: webpack: ^5 dependencies: '@embroider/core': 1.6.0 - webpack: 5.69.1 + webpack: 5.72.1 dev: true /@embroider/macros/1.2.0: @@ -2967,6 +2947,7 @@ packages: resolve-package-path: 4.0.3 semver: 7.3.5 typescript-memoize: 1.1.0 + dev: false /@embroider/shared-internals/1.5.0: resolution: {integrity: sha512-kdR7Fh2YdzsNofJO+DJxLfrlMbW4/NNf78aMXgE21z/tg9GO5W2mKlI1DzsO2JlO5yfZdiYfqb9C9vSLJEx14A==} @@ -2994,23 +2975,43 @@ packages: semver: 7.3.7 typescript-memoize: 1.1.0 - /@embroider/test-setup/1.2.0: - resolution: {integrity: sha512-2N/+yqNmiDmh+wCDCPPYFSJX7wInWwQPEEkCU8GHM/S0GUHS6tsMEZK5ZxlbgLDCT/OP2AxGpeWIEBUMgQsA8w==} + /@embroider/test-setup/1.6.0: + resolution: {integrity: sha512-6U+NsfGL9ubADreLCnOWMCVFpoU4/DzHlbgfEH3NE+rcdF+2WbY8VP+MeqjjccoES0HvhIeUKvoIbiqkoWAbhQ==} engines: {node: 12.* || 14.* || >= 16} dependencies: lodash: 4.17.21 resolve: 1.22.0 dev: true - /@embroider/test-setup/1.6.0: - resolution: {integrity: sha512-6U+NsfGL9ubADreLCnOWMCVFpoU4/DzHlbgfEH3NE+rcdF+2WbY8VP+MeqjjccoES0HvhIeUKvoIbiqkoWAbhQ==} + /@embroider/util/1.6.0_ember-source@3.28.9: + resolution: {integrity: sha512-oUQDAMiAATHsiNwEMH/SzNSQ/Z5wDr9f6NImsDIFLvDT6T34/p7cqR4wyfrfMRtcc1EB6PbwhZ6bXYsJ6QPWRA==} engines: {node: 12.* || 14.* || >= 16} + peerDependencies: + ember-source: '*' dependencies: - lodash: 4.17.21 - resolve: 1.22.0 + '@embroider/macros': 1.6.0 + broccoli-funnel: 3.0.8 + ember-cli-babel: 7.26.11 + ember-source: 3.28.9_@babel+core@7.18.0 + transitivePeerDependencies: + - supports-color dev: true - /@embroider/webpack/1.6.0_63cabxdo7ziexyelqoko5hugni: + /@embroider/util/1.6.0_ember-source@4.0.1: + resolution: {integrity: sha512-oUQDAMiAATHsiNwEMH/SzNSQ/Z5wDr9f6NImsDIFLvDT6T34/p7cqR4wyfrfMRtcc1EB6PbwhZ6bXYsJ6QPWRA==} + engines: {node: 12.* || 14.* || >= 16} + peerDependencies: + ember-source: '*' + dependencies: + '@embroider/macros': 1.6.0 + broccoli-funnel: 3.0.8 + ember-cli-babel: 7.26.11 + ember-source: 4.0.1_qqaml4ljchhh37dxp4aoesgrby + transitivePeerDependencies: + - supports-color + dev: true + + /@embroider/webpack/1.6.0_xcawtvs4pwa7koczjjpyrnvpqq: resolution: {integrity: sha512-4s0pGkYYR4JihEgJvkSadiiL1CNzsD5hIxKA0g5RqF2h9nx59oLnS9i0Is4IcA7GQ4pfGUluA4kATPfCWrugnQ==} engines: {node: 12.* || 14.* || >= 16} peerDependencies: @@ -3020,28 +3021,28 @@ packages: '@babel/core': 7.18.0_supports-color@8.1.1 '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.18.0 '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.18.0 - '@embroider/babel-loader-8': 1.6.0_7npdpokhm4bx34faa6rlo7xxyi + '@embroider/babel-loader-8': 1.6.0_5ovjoofw6igcgzch6q3omcfzve '@embroider/core': 1.6.0 - '@embroider/hbs-loader': 1.6.0_63cabxdo7ziexyelqoko5hugni + '@embroider/hbs-loader': 1.6.0_xcawtvs4pwa7koczjjpyrnvpqq '@embroider/shared-internals': 1.6.0 '@types/source-map': 0.5.7 '@types/supports-color': 8.1.1 - babel-loader: 8.2.3_3m64hf2v7lyg4hcd5oq4q3hzce + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby babel-preset-env: 1.7.0 - css-loader: 5.2.7_webpack@5.69.1 + css-loader: 5.2.7_webpack@5.72.1 csso: 4.2.0 debug: 4.3.4_supports-color@8.1.1 fs-extra: 9.1.0 jsdom: 16.7.0_supports-color@8.1.1 lodash: 4.17.21 - mini-css-extract-plugin: 2.5.3_webpack@5.69.1 + mini-css-extract-plugin: 2.6.0_webpack@5.72.1 semver: 7.3.7 source-map-url: 0.4.1 - style-loader: 2.0.0_webpack@5.69.1 + style-loader: 2.0.0_webpack@5.72.1 supports-color: 8.1.1 - terser: 5.12.1 - thread-loader: 3.0.4_webpack@5.69.1 - webpack: 5.69.1 + terser: 5.13.1 + thread-loader: 3.0.4_webpack@5.72.1 + webpack: 5.72.1 transitivePeerDependencies: - bufferutil - canvas @@ -3058,7 +3059,7 @@ packages: lodash.get: 4.4.2 make-error: 1.3.6 ts-node: 9.1.1_typescript@4.6.4 - tslib: 2.3.1 + tslib: 2.4.0 transitivePeerDependencies: - typescript dev: true @@ -3080,8 +3081,8 @@ packages: - supports-color dev: true - /@glimmer/component/1.0.4_@babel+core@7.18.0: - resolution: {integrity: sha512-sS4N8wtcKfYdUJ6O3m8nbTut6NjErdz94Ap8VB1ekcg4WSD+7sI7Nmv6kt2rdPoe363nUdjUbRBzHNWhLzraBw==} + /@glimmer/component/1.1.2_@babel+core@7.18.0: + resolution: {integrity: sha512-XyAsEEa4kWOPy+gIdMjJ8XlzA3qrGH55ZDv6nA16ibalCR17k74BI0CztxuRds+Rm6CtbUVgheCVlcCULuqD7A==} engines: {node: 6.* || 8.* || >= 10.*} dependencies: '@glimmer/di': 0.1.11 @@ -3104,7 +3105,7 @@ packages: dev: true /@glimmer/di/0.1.11: - resolution: {integrity: sha1-poeMB6E6LCx2/N5ZilyXY3v8QoA=} + resolution: {integrity: sha512-moRwafNDwHTnTHzyyZC9D+mUSvYrs1Ak0tRPjjmCghdoHHIvMshVbEnwKb/1WmW5CUlKc2eL9rlAV32n3GiItg==} dev: true /@glimmer/encoder/0.42.2: @@ -3115,7 +3116,7 @@ packages: dev: true /@glimmer/env/0.1.7: - resolution: {integrity: sha1-/S0rVakCnGs3psk16MiHGucN+gc=} + resolution: {integrity: sha512-JKF/a9I9jw6fGoz8kA7LEQslrwJ5jms5CXhu/aqkBWk+PmZ6pTl8mlb/eJ/5ujBGTiQzBhy5AIWF712iA+4/mw==} /@glimmer/global-context/0.65.4: resolution: {integrity: sha512-RSYCPG/uVR5XCDcPREBclncU7R0zkjACbADP+n3FWAH1TfWbXRMDIkvO/ZlwHkjHoCZf6tIM6p5S/MoFzfJEJA==} @@ -3309,8 +3310,8 @@ packages: set-cookie-parser: 2.4.8 dev: true - /@mswjs/interceptors/0.15.1: - resolution: {integrity: sha512-D5B+ZJNlfvBm6ZctAfRBdNJdCHYAe2Ix4My5qfbHV5WH+3lkt3mmsjiWJzEh5ZwGDauzY487TldI275If7DJVw==} + /@mswjs/interceptors/0.15.2: + resolution: {integrity: sha512-cMwa+S0S77kHE+/5TDAG/yMR1iyxViR005CM2V53srvP3y4RESDYBPRmNDcp2aLDuhsevDybrWda4qsjzTxEUA==} engines: {node: '>=14'} dependencies: '@open-draft/until': 1.0.3 @@ -3367,12 +3368,12 @@ packages: - typescript dev: true - /@nullvoxpopuli/eslint-configs/2.2.0_typescript@4.5.5: + /@nullvoxpopuli/eslint-configs/2.2.0_typescript@4.6.3: resolution: {integrity: sha512-qrDQcICfqZ0zOCKqYkENrUDfGgobC7pRZTO5htR8HjG2DJDcS5zhTVrztYWvnlYx2NtrR3TUksYXiteTZ7BKCQ==} engines: {node: '>= v12.0.0'} dependencies: - '@typescript-eslint/eslint-plugin': 5.12.1_pc5ckqwcodedwkuaxmobeumvwy - '@typescript-eslint/parser': 5.12.1_sgaiclxgc5mltnpgmg7py4v6ca + '@typescript-eslint/eslint-plugin': 5.12.1_owwivhfcnrgxq6u3paifvxcliq + '@typescript-eslint/parser': 5.12.1_hrkuebk64jiu2ut2d2sm4oylnu babel-eslint: 10.1.0_eslint@7.32.0 eslint: 7.32.0 eslint-config-prettier: 8.4.0_eslint@7.32.0 @@ -3679,11 +3680,6 @@ packages: engines: {node: '>=6'} dev: true - /@socket.io/base64-arraybuffer/1.0.2: - resolution: {integrity: sha512-dOlCBKnDw4iShaIsH/bxujKTM18+2TOAsYz+KSc11Am38H4q5Xw8Bbz97ZYdrVNM+um3p7w86Bvvmcn9q+5+eQ==} - engines: {node: '>= 0.6.0'} - dev: true - /@szmarczak/http-timer/1.1.2: resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==} engines: {node: '>=6'} @@ -3728,11 +3724,11 @@ packages: /@types/chai-as-promised/7.1.5: resolution: {integrity: sha512-jStwss93SITGBwt/niYrkf2C+/1KTeZCZl1LaeezTlqppAKeoQC7jxyqYuP72sxBGKCIbw7oHgbYssIRzT5FCQ==} dependencies: - '@types/chai': 4.3.0 + '@types/chai': 4.3.1 dev: true - /@types/chai/4.3.0: - resolution: {integrity: sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw==} + /@types/chai/4.3.1: + resolution: {integrity: sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==} dev: true /@types/component-emitter/1.2.11: @@ -4020,12 +4016,6 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/keyv/3.1.4: - resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} - dependencies: - '@types/node': 17.0.21 - dev: true - /@types/mime/1.3.2: resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==} dev: true @@ -4072,12 +4062,6 @@ packages: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} dev: true - /@types/responselike/1.0.0: - resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} - dependencies: - '@types/node': 17.0.21 - dev: true - /@types/retry/0.12.1: resolution: {integrity: sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==} dev: true @@ -4127,14 +4111,14 @@ packages: resolution: {integrity: sha512-N1rW+njavs70y2cApeIw1vLMYXRwfBy+7trgavGuuTfOd7j1Yh7QTRc/yqsPl6ncokt72ZXuxEU0PiCp9bSwNQ==} dev: true - /@types/yargs-parser/20.2.1: - resolution: {integrity: sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==} + /@types/yargs-parser/21.0.0: + resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} dev: true - /@types/yargs/17.0.8: - resolution: {integrity: sha512-wDeUwiUmem9FzsyysEwRukaEdDNcwbROvQ9QGRKaLI6t+IltNzbn4/i4asmB10auvZGQCzSQ6t0GSczEThlUXw==} + /@types/yargs/17.0.10: + resolution: {integrity: sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==} dependencies: - '@types/yargs-parser': 20.2.1 + '@types/yargs-parser': 21.0.0 dev: true /@typescript-eslint/eslint-plugin/5.12.1_aepuc3yld4ciy25ouiuudfcta4: @@ -4164,7 +4148,7 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.12.1_pc5ckqwcodedwkuaxmobeumvwy: + /@typescript-eslint/eslint-plugin/5.12.1_owwivhfcnrgxq6u3paifvxcliq: resolution: {integrity: sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4175,18 +4159,18 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.12.1_sgaiclxgc5mltnpgmg7py4v6ca + '@typescript-eslint/parser': 5.12.1_hrkuebk64jiu2ut2d2sm4oylnu '@typescript-eslint/scope-manager': 5.12.1 - '@typescript-eslint/type-utils': 5.12.1_sgaiclxgc5mltnpgmg7py4v6ca - '@typescript-eslint/utils': 5.12.1_sgaiclxgc5mltnpgmg7py4v6ca + '@typescript-eslint/type-utils': 5.12.1_hrkuebk64jiu2ut2d2sm4oylnu + '@typescript-eslint/utils': 5.12.1_hrkuebk64jiu2ut2d2sm4oylnu debug: 4.3.3 eslint: 7.32.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true @@ -4238,7 +4222,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.12.1_sgaiclxgc5mltnpgmg7py4v6ca: + /@typescript-eslint/parser/5.12.1_hrkuebk64jiu2ut2d2sm4oylnu: resolution: {integrity: sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4250,10 +4234,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.12.1 '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5 + '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.6.3 debug: 4.3.3 eslint: 7.32.0 - typescript: 4.5.5 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true @@ -4313,7 +4297,7 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils/5.12.1_sgaiclxgc5mltnpgmg7py4v6ca: + /@typescript-eslint/type-utils/5.12.1_hrkuebk64jiu2ut2d2sm4oylnu: resolution: {integrity: sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4323,11 +4307,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.12.1_sgaiclxgc5mltnpgmg7py4v6ca + '@typescript-eslint/utils': 5.12.1_hrkuebk64jiu2ut2d2sm4oylnu debug: 4.3.3 eslint: 7.32.0 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true @@ -4382,7 +4366,7 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.12.1_typescript@4.5.5: + /@typescript-eslint/typescript-estree/5.12.1_typescript@4.6.3: resolution: {integrity: sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4397,8 +4381,8 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true @@ -4442,7 +4426,7 @@ packages: - typescript dev: true - /@typescript-eslint/utils/5.12.1_sgaiclxgc5mltnpgmg7py4v6ca: + /@typescript-eslint/utils/5.12.1_hrkuebk64jiu2ut2d2sm4oylnu: resolution: {integrity: sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4451,7 +4435,7 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 5.12.1 '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5 + '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.6.3 eslint: 7.32.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.32.0 @@ -4737,6 +4721,11 @@ packages: engines: {node: '>=10.0.0'} dev: true + /@xmldom/xmldom/0.8.2: + resolution: {integrity: sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==} + engines: {node: '>=10.0.0'} + dev: true + /@xtuc/ieee754/1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} dev: true @@ -4753,8 +4742,8 @@ packages: through: 2.3.8 dev: true - /abab/2.0.5: - resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==} + /abab/2.0.6: + resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} dev: true /abbrev/1.1.1: @@ -4769,7 +4758,7 @@ packages: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} engines: {node: '>= 0.6'} dependencies: - mime-types: 2.1.34 + mime-types: 2.1.35 negotiator: 0.6.3 dev: true @@ -4835,7 +4824,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.3 + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -4844,7 +4833,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.3_supports-color@8.1.1 + debug: 4.3.4_supports-color@8.1.1 transitivePeerDependencies: - supports-color dev: true @@ -4958,16 +4947,16 @@ packages: dev: true /ansi-regex/2.1.1: - resolution: {integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=} + resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} engines: {node: '>=0.10.0'} - /ansi-regex/3.0.0: - resolution: {integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=} + /ansi-regex/3.0.1: + resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==} engines: {node: '>=4'} dev: true - /ansi-regex/4.1.0: - resolution: {integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==} + /ansi-regex/4.1.1: + resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} engines: {node: '>=6'} dev: true @@ -4977,7 +4966,7 @@ packages: dev: true /ansi-styles/2.2.1: - resolution: {integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=} + resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} engines: {node: '>=0.10.0'} /ansi-styles/3.2.1: @@ -5001,7 +4990,7 @@ packages: entities: 2.2.0 /ansicolors/0.2.1: - resolution: {integrity: sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=} + resolution: {integrity: sha512-tOIuy1/SK/dr94ZA0ckDohKXNeBNqZ4us6PjMVLs5h1w2GBB6uPtOknp2+VF4F/zcy9LI70W+Z+pE2Soajky1w==} dev: true /ansicolors/0.3.2: @@ -5027,11 +5016,16 @@ packages: resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} dev: true - /are-we-there-yet/1.1.7: - resolution: {integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==} + /aproba/2.0.0: + resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} + dev: true + + /are-we-there-yet/3.0.0: + resolution: {integrity: sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16} dependencies: delegates: 1.0.0 - readable-stream: 2.3.7 + readable-stream: 3.6.0 dev: true /arg/4.1.3: @@ -5068,30 +5062,19 @@ packages: dev: true /array-equal/1.0.0: - resolution: {integrity: sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=} + resolution: {integrity: sha512-H3LU5RLiSsGXPhN+Nipar0iR0IofH+8r89G2y1tBKxQ/agagKyAjhkAFDRBfodP2caPrNKHpAWNIM/c9yeL7uA==} /array-flatten/1.1.1: resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} dev: true /array-ify/1.0.0: - resolution: {integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=} + resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} dev: true /array-includes/3.1.4: resolution: {integrity: sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==} engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.19.1 - get-intrinsic: 1.1.1 - is-string: 1.0.7 - dev: true - - /array-includes/3.1.5: - resolution: {integrity: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==} - engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 @@ -5101,13 +5084,13 @@ packages: dev: true /array-to-error/1.1.1: - resolution: {integrity: sha1-1ogSkm0UCXogVXmmZ+6vGFakTAc=} + resolution: {integrity: sha512-kqcQ8s7uQfg3UViYON3kCMcck3A9exxgq+riVuKy08Mx00VN4EJhK30L2VpjE58LQHKhcE/GRpvbVUhqTvqzGQ==} dependencies: array-to-sentence: 1.1.0 dev: true /array-to-sentence/1.1.0: - resolution: {integrity: sha1-yASVba+lMjJJWyBalFJ1OiWNOfw=} + resolution: {integrity: sha512-YkwkMmPA2+GSGvXj1s9NZ6cc2LBtR+uSeWTy2IGi5MR1Wag4DdrcjTxA/YV/Fw+qKlBeXomneZgThEbm/wvZbw==} dev: true /array-union/2.1.0: @@ -5123,24 +5106,14 @@ packages: /array.prototype.flat/1.2.5: resolution: {integrity: sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==} engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.19.1 - dev: true - - /array.prototype.flat/1.3.0: - resolution: {integrity: sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==} - engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.1 - es-shim-unscopables: 1.0.0 dev: true /arrify/1.0.1: - resolution: {integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=} + resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} dev: true @@ -5197,7 +5170,7 @@ packages: resolution: {integrity: sha512-iH+boep2xivfD9wMaZWkywYIURSmsL96d6MoqrC94BnGSvXE4Quf8hnJiHGFYhw/nLeIa1XyRaf4vvcvkwAefg==} engines: {node: 8.* || >= 10.*} dependencies: - debug: 4.3.3 + debug: 4.3.4 heimdalljs: 0.2.6 istextorbinary: 2.6.0 mkdirp: 0.5.5 @@ -5211,7 +5184,7 @@ packages: resolution: {integrity: sha512-iH+boep2xivfD9wMaZWkywYIURSmsL96d6MoqrC94BnGSvXE4Quf8hnJiHGFYhw/nLeIa1XyRaf4vvcvkwAefg==} engines: {node: 8.* || >= 10.*} dependencies: - debug: 4.3.3_supports-color@8.1.1 + debug: 4.3.4_supports-color@8.1.1 heimdalljs: 0.2.6 istextorbinary: 2.6.0 mkdirp: 0.5.5 @@ -5234,7 +5207,7 @@ packages: debug: 2.6.9 /async/0.2.10: - resolution: {integrity: sha1-trvgsGdLnXGXCMo43owjfLUmw9E=} + resolution: {integrity: sha512-eAkdoKxU6/LkKDBzLpT+t6Ff5EtfSF4wx1WfJiPEEV7WNLnDaRXk0oVysiEPm262roaachGexwUv94WhSgN5TQ==} dev: true /async/2.6.3: @@ -5257,7 +5230,7 @@ packages: dev: true /babel-code-frame/6.26.0: - resolution: {integrity: sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=} + resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} dependencies: chalk: 1.1.3 esutils: 2.0.3 @@ -5317,14 +5290,14 @@ packages: trim-right: 1.0.1 /babel-helper-builder-binary-assignment-operator-visitor/6.24.1: - resolution: {integrity: sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=} + resolution: {integrity: sha512-gCtfYORSG1fUMX4kKraymq607FWgMWg+j42IFPc18kFQEsmtaibP4UrqsXt8FlEJle25HUd4tsoDR7H2wDhe9Q==} dependencies: babel-helper-explode-assignable-expression: 6.24.1 babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-helper-call-delegate/6.24.1: - resolution: {integrity: sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=} + resolution: {integrity: sha512-RL8n2NiEj+kKztlrVJM9JT1cXzzAdvWFh76xh/H1I4nKwunzE4INBXn8ieCZ+wh4zWszZk7NBS1s/8HR5jDkzQ==} dependencies: babel-helper-hoist-variables: 6.24.1 babel-runtime: 6.26.0 @@ -5332,7 +5305,7 @@ packages: babel-types: 6.26.0 /babel-helper-define-map/6.26.0: - resolution: {integrity: sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=} + resolution: {integrity: sha512-bHkmjcC9lM1kmZcVpA5t2om2nzT/xiZpo6TJq7UlZ3wqKfzia4veeXbIhKvJXAMzhhEBd3cR1IElL5AenWEUpA==} dependencies: babel-helper-function-name: 6.24.1 babel-runtime: 6.26.0 @@ -5340,14 +5313,14 @@ packages: lodash: 4.17.21 /babel-helper-explode-assignable-expression/6.24.1: - resolution: {integrity: sha1-8luCz33BBDPFX3BZLVdGQArCLKo=} + resolution: {integrity: sha512-qe5csbhbvq6ccry9G7tkXbzNtcDiH4r51rrPUbwwoTzZ18AqxWYRZT6AOmxrpxKnQBW0pYlBI/8vh73Z//78nQ==} dependencies: babel-runtime: 6.26.0 babel-traverse: 6.26.0 babel-types: 6.26.0 /babel-helper-function-name/6.24.1: - resolution: {integrity: sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=} + resolution: {integrity: sha512-Oo6+e2iX+o9eVvJ9Y5eKL5iryeRdsIkwRYheCuhYdVHsdEQysbc2z2QkqCLIYnNxkT5Ss3ggrHdXiDI7Dhrn4Q==} dependencies: babel-helper-get-function-arity: 6.24.1 babel-runtime: 6.26.0 @@ -5356,32 +5329,32 @@ packages: babel-types: 6.26.0 /babel-helper-get-function-arity/6.24.1: - resolution: {integrity: sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=} + resolution: {integrity: sha512-WfgKFX6swFB1jS2vo+DwivRN4NB8XUdM3ij0Y1gnC21y1tdBoe6xjVnd7NSI6alv+gZXCtJqvrTeMW3fR/c0ng==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-helper-hoist-variables/6.24.1: - resolution: {integrity: sha1-HssnaJydJVE+rbyZFKc/VAi+enY=} + resolution: {integrity: sha512-zAYl3tqerLItvG5cKYw7f1SpvIxS9zi7ohyGHaI9cgDUjAT6YcY9jIEH5CstetP5wHIVSceXwNS7Z5BpJg+rOw==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-helper-optimise-call-expression/6.24.1: - resolution: {integrity: sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=} + resolution: {integrity: sha512-Op9IhEaxhbRT8MDXx2iNuMgciu2V8lDvYCNQbDGjdBNCjaMvyLf4wl4A3b8IgndCyQF8TwfgsQ8T3VD8aX1/pA==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-helper-regex/6.26.0: - resolution: {integrity: sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=} + resolution: {integrity: sha512-VlPiWmqmGJp0x0oK27Out1D+71nVVCTSdlbhIVoaBAj2lUgrNjBCRR9+llO4lTSb2O4r7PJg+RobRkhBrf6ofg==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 lodash: 4.17.21 /babel-helper-remap-async-to-generator/6.24.1: - resolution: {integrity: sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=} + resolution: {integrity: sha512-RYqaPD0mQyQIFRu7Ho5wE2yvA/5jxqCIj/Lv4BXNq23mHYu/vxikOy2JueLiBxQknwapwrJeNCesvY0ZcfnlHg==} dependencies: babel-helper-function-name: 6.24.1 babel-runtime: 6.26.0 @@ -5390,7 +5363,7 @@ packages: babel-types: 6.26.0 /babel-helper-replace-supers/6.24.1: - resolution: {integrity: sha1-v22/5Dk40XNpohPKiov3S2qQqxo=} + resolution: {integrity: sha512-sLI+u7sXJh6+ToqDr57Bv973kCepItDhMou0xCP2YPVmR1jkHSCY+p1no8xErbV1Siz5QE8qKT1WIwybSWlqjw==} dependencies: babel-helper-optimise-call-expression: 6.24.1 babel-messages: 6.23.0 @@ -5400,57 +5373,57 @@ packages: babel-types: 6.26.0 /babel-helpers/6.24.1: - resolution: {integrity: sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=} + resolution: {integrity: sha512-n7pFrqQm44TCYvrCDb0MqabAF+JUBq+ijBvNMUxpkLjJaAu32faIexewMumrH5KLLJ1HDyT0PTEqRyAe/GwwuQ==} dependencies: babel-runtime: 6.26.0 babel-template: 6.26.0 - /babel-import-util/0.2.0: - resolution: {integrity: sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==} - engines: {node: '>= 12.*'} - dev: true - /babel-import-util/1.1.0: resolution: {integrity: sha512-sfzgAiJsUT1es9yrHAuJZuJfBkkOE7Og6rovAIwK/gNJX6MjDfWTprbPngdJZTd5ye4F3FvpvpQmvKXObRzVYA==} engines: {node: '>= 12.*'} - /babel-loader/8.2.3_3m64hf2v7lyg4hcd5oq4q3hzce: - resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} + /babel-import-util/1.2.2: + resolution: {integrity: sha512-8HgkHWt5WawRFukO30TuaL9EiDUOdvyKtDwLma4uBNeUSDbOO0/hiPfavrOWxSS6J6TKXfukWHZ3wiqZhJ8ONQ==} + engines: {node: '>= 12.*'} + dev: true + + /babel-loader/8.2.5_6sui7bpcrc7jx7yypfyfijkzxi: + resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.0_supports-color@8.1.1 + '@babel/core': 7.18.0 find-cache-dir: 3.3.2 - loader-utils: 1.4.0 + loader-utils: 2.0.2 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.69.1 + webpack: 4.46.0 dev: true - /babel-loader/8.2.3_6sui7bpcrc7jx7yypfyfijkzxi: - resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} + /babel-loader/8.2.5_qqaml4ljchhh37dxp4aoesgrby: + resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.0 + '@babel/core': 7.18.0_supports-color@8.1.1 find-cache-dir: 3.3.2 - loader-utils: 1.4.0 + loader-utils: 2.0.2 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 4.46.0 + webpack: 5.72.1 dev: true /babel-messages/6.23.0: - resolution: {integrity: sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=} + resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} dependencies: babel-runtime: 6.26.0 /babel-plugin-check-es2015-constants/6.22.0: - resolution: {integrity: sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=} + resolution: {integrity: sha512-B1M5KBP29248dViEo1owyY32lk1ZSH2DaNNrXLGt8lyjjHm7pBqAdQ7VKUPR6EEDO323+OvT3MQXbCin8ooWdA==} dependencies: babel-runtime: 6.26.0 @@ -5496,13 +5469,13 @@ packages: dependencies: ember-rfc176-data: 0.3.17 - /babel-plugin-ember-template-compilation/1.0.1: - resolution: {integrity: sha512-V/kY6CDyUNrl5Kx6UPKUPhzSKNfdrxNii+S5zK4dgJvVyoxFv7Ykg06Ct/yskY0LkA4wUPdYN7JOBtYJwHk2sg==} + /babel-plugin-ember-template-compilation/1.0.2: + resolution: {integrity: sha512-4HBMksmlYsWEf/C/n3uW5rkBRbUp4FNaspzdQTAHgLbfCJnkLze8R6i6sUSge48y/Wne7mx+vcImI1o6rlUwXQ==} engines: {node: '>= 12.*'} dependencies: - babel-import-util: 0.2.0 + babel-import-util: 1.2.2 line-column: 1.0.2 - magic-string: 0.25.7 + magic-string: 0.26.2 string.prototype.matchall: 4.0.6 dev: true @@ -5620,37 +5593,37 @@ packages: - supports-color /babel-plugin-syntax-async-functions/6.13.0: - resolution: {integrity: sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=} + resolution: {integrity: sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==} /babel-plugin-syntax-dynamic-import/6.18.0: resolution: {integrity: sha512-MioUE+LfjCEz65Wf7Z/Rm4XCP5k2c+TbMd2Z2JKc7U9uwjBhAfNPE48KC4GTGKhppMeYVepwDBNO/nGY6NYHBA==} dev: true /babel-plugin-syntax-exponentiation-operator/6.13.0: - resolution: {integrity: sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=} + resolution: {integrity: sha512-Z/flU+T9ta0aIEKl1tGEmN/pZiI1uXmCiGFRegKacQfEJzp7iNsKloZmyJlQr+75FCJtiFfGIK03SiCvCt9cPQ==} /babel-plugin-syntax-trailing-function-commas/6.22.0: - resolution: {integrity: sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=} + resolution: {integrity: sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ==} /babel-plugin-transform-async-to-generator/6.24.1: - resolution: {integrity: sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=} + resolution: {integrity: sha512-7BgYJujNCg0Ti3x0c/DL3tStvnKS6ktIYOmo9wginv/dfZOrbSZ+qG4IRRHMBOzZ5Awb1skTiAsQXg/+IWkZYw==} dependencies: babel-helper-remap-async-to-generator: 6.24.1 babel-plugin-syntax-async-functions: 6.13.0 babel-runtime: 6.26.0 /babel-plugin-transform-es2015-arrow-functions/6.22.0: - resolution: {integrity: sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=} + resolution: {integrity: sha512-PCqwwzODXW7JMrzu+yZIaYbPQSKjDTAsNNlK2l5Gg9g4rz2VzLnZsStvp/3c46GfXpwkyufb3NCyG9+50FF1Vg==} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-block-scoped-functions/6.22.0: - resolution: {integrity: sha1-u8UbSflk1wy42OC5ToICRs46YUE=} + resolution: {integrity: sha512-2+ujAT2UMBzYFm7tidUsYh+ZoIutxJ3pN9IYrF1/H6dCKtECfhmB8UkHVpyxDwkj0CYbQG35ykoz925TUnBc3A==} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-block-scoping/6.26.0: - resolution: {integrity: sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=} + resolution: {integrity: sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==} dependencies: babel-runtime: 6.26.0 babel-template: 6.26.0 @@ -5659,7 +5632,7 @@ packages: lodash: 4.17.21 /babel-plugin-transform-es2015-classes/6.24.1: - resolution: {integrity: sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=} + resolution: {integrity: sha512-5Dy7ZbRinGrNtmWpquZKZ3EGY8sDgIVB4CU8Om8q8tnMLrD/m94cKglVcHps0BCTdZ0TJeeAWOq2TK9MIY6cag==} dependencies: babel-helper-define-map: 6.26.0 babel-helper-function-name: 6.24.1 @@ -5672,41 +5645,41 @@ packages: babel-types: 6.26.0 /babel-plugin-transform-es2015-computed-properties/6.24.1: - resolution: {integrity: sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=} + resolution: {integrity: sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==} dependencies: babel-runtime: 6.26.0 babel-template: 6.26.0 /babel-plugin-transform-es2015-destructuring/6.23.0: - resolution: {integrity: sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=} + resolution: {integrity: sha512-aNv/GDAW0j/f4Uy1OEPZn1mqD+Nfy9viFGBfQ5bZyT35YqOiqx7/tXdyfZkJ1sC21NyEsBdfDY6PYmLHF4r5iA==} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-duplicate-keys/6.24.1: - resolution: {integrity: sha1-c+s9MQypaePvnskcU3QabxV2Qj4=} + resolution: {integrity: sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-plugin-transform-es2015-for-of/6.23.0: - resolution: {integrity: sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=} + resolution: {integrity: sha512-DLuRwoygCoXx+YfxHLkVx5/NpeSbVwfoTeBykpJK7JhYWlL/O8hgAK/reforUnZDlxasOrVPPJVI/guE3dCwkw==} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-function-name/6.24.1: - resolution: {integrity: sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=} + resolution: {integrity: sha512-iFp5KIcorf11iBqu/y/a7DK3MN5di3pNCzto61FqCNnUX4qeBwcV1SLqe10oXNnCaxBUImX3SckX2/o1nsrTcg==} dependencies: babel-helper-function-name: 6.24.1 babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-plugin-transform-es2015-literals/6.22.0: - resolution: {integrity: sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=} + resolution: {integrity: sha512-tjFl0cwMPpDYyoqYA9li1/7mGFit39XiNX5DKC/uCNjBctMxyL1/PT/l4rSlbvBG1pOKI88STRdUsWXB3/Q9hQ==} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-modules-amd/6.24.1: - resolution: {integrity: sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=} + resolution: {integrity: sha512-LnIIdGWIKdw7zwckqx+eGjcS8/cl8D74A3BpJbGjKTFFNJSMrjN4bIh22HY1AlkUbeLG6X6OZj56BDvWD+OeFA==} dependencies: babel-plugin-transform-es2015-modules-commonjs: 6.26.2 babel-runtime: 6.26.0 @@ -5721,27 +5694,27 @@ packages: babel-types: 6.26.0 /babel-plugin-transform-es2015-modules-systemjs/6.24.1: - resolution: {integrity: sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=} + resolution: {integrity: sha512-ONFIPsq8y4bls5PPsAWYXH/21Hqv64TBxdje0FvU3MhIV6QM2j5YS7KvAzg/nTIVLot2D2fmFQrFWCbgHlFEjg==} dependencies: babel-helper-hoist-variables: 6.24.1 babel-runtime: 6.26.0 babel-template: 6.26.0 /babel-plugin-transform-es2015-modules-umd/6.24.1: - resolution: {integrity: sha1-rJl+YoXNGO1hdq22B9YCNErThGg=} + resolution: {integrity: sha512-LpVbiT9CLsuAIp3IG0tfbVo81QIhn6pE8xBJ7XSeCtFlMltuar5VuBV6y6Q45tpui9QWcy5i0vLQfCfrnF7Kiw==} dependencies: babel-plugin-transform-es2015-modules-amd: 6.24.1 babel-runtime: 6.26.0 babel-template: 6.26.0 /babel-plugin-transform-es2015-object-super/6.24.1: - resolution: {integrity: sha1-JM72muIcuDp/hgPa0CH1cusnj40=} + resolution: {integrity: sha512-8G5hpZMecb53vpD3mjs64NhI1au24TAmokQ4B+TBFBjN9cVoGoOvotdrMMRmHvVZUEvqGUPWL514woru1ChZMA==} dependencies: babel-helper-replace-supers: 6.24.1 babel-runtime: 6.26.0 /babel-plugin-transform-es2015-parameters/6.24.1: - resolution: {integrity: sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=} + resolution: {integrity: sha512-8HxlW+BB5HqniD+nLkQ4xSAVq3bR/pcYW9IigY+2y0dI+Y7INFeTbfAQr+63T3E4UDsZGjyb+l9txUnABWxlOQ==} dependencies: babel-helper-call-delegate: 6.24.1 babel-helper-get-function-arity: 6.24.1 @@ -5751,60 +5724,60 @@ packages: babel-types: 6.26.0 /babel-plugin-transform-es2015-shorthand-properties/6.24.1: - resolution: {integrity: sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=} + resolution: {integrity: sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-plugin-transform-es2015-spread/6.22.0: - resolution: {integrity: sha1-1taKmfia7cRTbIGlQujdnxdG+NE=} + resolution: {integrity: sha512-3Ghhi26r4l3d0Js933E5+IhHwk0A1yiutj9gwvzmFbVV0sPMYk2lekhOufHBswX7NCoSeF4Xrl3sCIuSIa+zOg==} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-sticky-regex/6.24.1: - resolution: {integrity: sha1-AMHNsaynERLN8M9hJsLta0V8zbw=} + resolution: {integrity: sha512-CYP359ADryTo3pCsH0oxRo/0yn6UsEZLqYohHmvLQdfS9xkf+MbCzE3/Kolw9OYIY4ZMilH25z/5CbQbwDD+lQ==} dependencies: babel-helper-regex: 6.26.0 babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-plugin-transform-es2015-template-literals/6.22.0: - resolution: {integrity: sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=} + resolution: {integrity: sha512-x8b9W0ngnKzDMHimVtTfn5ryimars1ByTqsfBDwAqLibmuuQY6pgBQi5z1ErIsUOWBdw1bW9FSz5RZUojM4apg==} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-typeof-symbol/6.23.0: - resolution: {integrity: sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=} + resolution: {integrity: sha512-fz6J2Sf4gYN6gWgRZaoFXmq93X+Li/8vf+fb0sGDVtdeWvxC9y5/bTD7bvfWMEq6zetGEHpWjtzRGSugt5kNqw==} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-unicode-regex/6.24.1: - resolution: {integrity: sha1-04sS9C6nMj9yk4fxinxa4frrNek=} + resolution: {integrity: sha512-v61Dbbihf5XxnYjtBN04B/JBvsScY37R1cZT5r9permN1cp+b70DY3Ib3fIkgn1DI9U3tGgBJZVD8p/mE/4JbQ==} dependencies: babel-helper-regex: 6.26.0 babel-runtime: 6.26.0 regexpu-core: 2.0.0 /babel-plugin-transform-exponentiation-operator/6.24.1: - resolution: {integrity: sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=} + resolution: {integrity: sha512-LzXDmbMkklvNhprr20//RStKVcT8Cu+SQtX18eMHLhjHf2yFzwtQ0S2f0jQ+89rokoNdmwoSqYzAhq86FxlLSQ==} dependencies: babel-helper-builder-binary-assignment-operator-visitor: 6.24.1 babel-plugin-syntax-exponentiation-operator: 6.13.0 babel-runtime: 6.26.0 /babel-plugin-transform-regenerator/6.26.0: - resolution: {integrity: sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=} + resolution: {integrity: sha512-LS+dBkUGlNR15/5WHKe/8Neawx663qttS6AGqoOUhICc9d1KciBvtrQSuc0PI+CxQ2Q/S1aKuJ+u64GtLdcEZg==} dependencies: regenerator-transform: 0.10.1 /babel-plugin-transform-strict-mode/6.24.1: - resolution: {integrity: sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=} + resolution: {integrity: sha512-j3KtSpjyLSJxNoCDrhwiJad8kw0gJ9REGj8/CqL0HeRyLnvUNYV9zcqluL6QJSXh3nfsLEmSLvwRfGzrgR96Pw==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-polyfill/6.26.0: - resolution: {integrity: sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=} + resolution: {integrity: sha512-F2rZGQnAdaHWQ8YAoeRbukc7HS9QgdgeyJ0rQDd485v9opwuPvjpPFcOOT/WmkKTdgy9ESgSPXDcTNpzrGr6iQ==} dependencies: babel-runtime: 6.26.0 core-js: 2.6.12 @@ -5846,7 +5819,7 @@ packages: semver: 5.7.1 /babel-register/6.26.0: - resolution: {integrity: sha1-btAhFz4vy0htestFxgCahW9kcHE=} + resolution: {integrity: sha512-veliHlHX06wjaeY8xNITbveXSiI+ASFnOqvne/LaIJIqOWi2Ogmj91KOugEz/hoh/fwMhXNBJPCv8Xaz5CyM4A==} dependencies: babel-core: 6.26.3 babel-runtime: 6.26.0 @@ -5857,13 +5830,13 @@ packages: source-map-support: 0.4.18 /babel-runtime/6.26.0: - resolution: {integrity: sha1-llxwWGaOgrVde/4E/yM3vItWR/4=} + resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} dependencies: core-js: 2.6.12 regenerator-runtime: 0.11.1 /babel-template/6.26.0: - resolution: {integrity: sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=} + resolution: {integrity: sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==} dependencies: babel-runtime: 6.26.0 babel-traverse: 6.26.0 @@ -5872,7 +5845,7 @@ packages: lodash: 4.17.21 /babel-traverse/6.26.0: - resolution: {integrity: sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=} + resolution: {integrity: sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==} dependencies: babel-code-frame: 6.26.0 babel-messages: 6.23.0 @@ -5885,7 +5858,7 @@ packages: lodash: 4.17.21 /babel-types/6.26.0: - resolution: {integrity: sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=} + resolution: {integrity: sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==} dependencies: babel-runtime: 6.26.0 esutils: 2.0.3 @@ -5893,7 +5866,7 @@ packages: to-fast-properties: 1.0.3 /babel6-plugin-strip-class-callcheck/6.0.0: - resolution: {integrity: sha1-3oQcGr6705943gr/ssmlLuIo/d8=} + resolution: {integrity: sha512-biNFJ7JAK4+9BwswDGL0dmYpvXHvswOFR/iKg3Q/f+pNxPEa5bWZkLHI1fW4spPytkHGMe7f/XtYyhzml9hiWg==} dev: true /babylon/6.18.0: @@ -5903,7 +5876,7 @@ packages: /backbone/1.4.1: resolution: {integrity: sha512-ADy1ztN074YkWbHi8ojJVFe3vAanO/lrzMGZWUClIP7oDD/Pjy2vrASraUP+2EVCfIiTtCW4FChVow01XneivA==} dependencies: - underscore: 1.13.2 + underscore: 1.13.3 dev: true /balanced-match/1.0.2: @@ -5982,7 +5955,7 @@ packages: dev: true /blank-object/1.0.2: - resolution: {integrity: sha1-+ZB5P76ajI3QE/syGUIL7IHV9Lk=} + resolution: {integrity: sha512-kXQ19Xhoghiyw66CUiGypnuRpWlbHAzY/+NyvqTEdTfhfQGH1/dbEMYiXju7fYKIFePpzp/y9dsu5Cu/PkmawQ==} /bluebird/3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} @@ -5996,24 +5969,26 @@ packages: resolution: {integrity: sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==} dev: true - /body-parser/1.19.2: - resolution: {integrity: sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==} - engines: {node: '>= 0.8'} + /body-parser/1.20.0: + resolution: {integrity: sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dependencies: bytes: 3.1.2 content-type: 1.0.4 debug: 2.6.9 - depd: 1.1.2 - http-errors: 1.8.1 + depd: 2.0.0 + destroy: 1.2.0 + http-errors: 2.0.0 iconv-lite: 0.4.24 - on-finished: 2.3.0 - qs: 6.9.7 - raw-body: 2.4.3 + on-finished: 2.4.1 + qs: 6.10.3 + raw-body: 2.5.1 type-is: 1.6.18 + unpipe: 1.0.0 dev: true /body/5.1.0: - resolution: {integrity: sha1-5LoM5BCkaTYyM2dgnstOZVMSUGk=} + resolution: {integrity: sha512-chUsBxGRtuElD6fmw1gHLpvnKdVLK302peeFa9ZqAEk8TyzZ3fygLyUEDDPTJvL9+Bor0dIwn6ePOsRM2y0zQQ==} dependencies: continuable-cache: 0.3.1 error: 7.2.1 @@ -6048,6 +6023,12 @@ packages: balanced-match: 1.0.2 concat-map: 0.0.1 + /brace-expansion/2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + dependencies: + balanced-match: 1.0.2 + dev: true + /braces/2.3.2: resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} engines: {node: '>=0.10.0'} @@ -6152,7 +6133,7 @@ packages: dev: true /broccoli-builder/0.18.14: - resolution: {integrity: sha1-S3ni+ETeEaThuBbD9Jxt9HdsMS0=} + resolution: {integrity: sha512-YoUHeKnPi4xIGZ2XDVN9oHNA9k3xF5f5vlA+1wvrxIIDXqQU97gp2FxVAF503Zxdtt0C5CRB5n+47k2hlkaBzA==} engines: {node: '>= 0.10.0'} dependencies: broccoli-node-info: 1.1.0 @@ -6165,7 +6146,7 @@ packages: dev: true /broccoli-caching-writer/2.3.1: - resolution: {integrity: sha1-uTz1j5Jk8AMHWGjbBXdPTn8lvQc=} + resolution: {integrity: sha512-lfoDx98VaU8tG4mUXCxKdKyw2Lr+iSIGUjCgV83KC2zRC07SzYTGuSsMqpXFiOQlOGuoJxG3NRoyniBa1BWOqA==} dependencies: broccoli-kitchen-sink-helpers: 0.2.9 broccoli-plugin: 1.1.0 @@ -6176,7 +6157,7 @@ packages: dev: true /broccoli-caching-writer/3.0.3: - resolution: {integrity: sha1-C9LJapc41qarWQ8HujXFFX19tHY=} + resolution: {integrity: sha512-g644Kb5uBPsy+6e2DvO3sOc+/cXZQQNgQt64QQzjA9TSdP0dl5qvetpoNIx4sy/XIjrPYG1smEidq9Z9r61INw==} dependencies: broccoli-kitchen-sink-helpers: 0.3.1 broccoli-plugin: 1.3.1 @@ -6187,7 +6168,7 @@ packages: dev: true /broccoli-clean-css/1.1.0: - resolution: {integrity: sha1-nbFD2a9+CuecJuOsWpuy1yDqGfo=} + resolution: {integrity: sha512-S7/RWWX+lL42aGc5+fXVLnwDdMtS0QEWUFalDp03gJ9Na7zj1rWa351N2HZ687E2crM9g+eDWXKzD17cbcTepg==} dependencies: broccoli-persistent-filter: 1.4.6 clean-css-promise: 0.1.1 @@ -6219,7 +6200,7 @@ packages: dev: true /broccoli-config-replace/1.1.2: - resolution: {integrity: sha1-bqh52SpbrWNNETKbUfxfSq/anAA=} + resolution: {integrity: sha512-qLlEY3V7p3ZWJNRPdPgwIM77iau1qR03S9BupMMFngjzBr7S6RSzcg96HbCYXmW9gfTbjRm9FC4CQT81SBusZg==} dependencies: broccoli-kitchen-sink-helpers: 0.3.1 broccoli-plugin: 1.3.1 @@ -6260,11 +6241,11 @@ packages: dev: true /broccoli-funnel-reducer/1.0.0: - resolution: {integrity: sha1-ETZbKnha7JsXlyo234fu8kxcwOo=} + resolution: {integrity: sha512-SaOCEdh+wnt2jFUV2Qb32m7LXyElvFwW3NKNaEJyi5PGQNwxfqpkc0KI6AbQANKgdj/40U2UC0WuGThFwuEUaA==} dev: true /broccoli-funnel/1.2.0: - resolution: {integrity: sha1-zdw6/F/xaFqAI0iP/3TOb7WlEpY=} + resolution: {integrity: sha512-0pbFNUA5Ml+gPPd58Rj/M26OS21+bMiV0F+m6+9OVzAhAdppVLxylSsXfWAt2WOD3kS+D8UsDv6GSmnZhbw/dw==} dependencies: array-equal: 1.0.0 blank-object: 1.0.2 @@ -6316,20 +6297,20 @@ packages: dev: true /broccoli-kitchen-sink-helpers/0.2.9: - resolution: {integrity: sha1-peCYbtjXb7WYS2jD8EUNOpbjbsw=} + resolution: {integrity: sha512-C+oEqivDofZv/h80rgN4WJkbZkbfwkrIeu8vFn4bb4m4jPd3ICNNplhkXGl3ps439pzc2yjZ1qIwz0yy8uHcQg==} dependencies: glob: 5.0.15 mkdirp: 0.5.5 dev: true /broccoli-kitchen-sink-helpers/0.3.1: - resolution: {integrity: sha1-d8fBgZS5ZkFj7E/O4nk0RJJuDAY=} + resolution: {integrity: sha512-gqYnKSJxBSjj/uJqeuRAzYVbmjWhG0mOZ8jrp6+fnUIOgLN6MvI7XxBECDHkYMIFPJ8Smf4xaI066Q2FqQDnXg==} dependencies: glob: 5.0.15 mkdirp: 0.5.5 /broccoli-merge-trees/1.2.4: - resolution: {integrity: sha1-oAFRm7UGfwZYnZGvopQkRaLQ/bU=} + resolution: {integrity: sha512-RXJAleytlED0dxXGEo2EXwrg5cCesY8LQzzGRogwGQmluoz+ijzxajpyWAW6wu/AyuQZj1vgnIqnld8jvuuXtQ==} dependencies: broccoli-plugin: 1.3.1 can-symlink: 1.0.0 @@ -6370,14 +6351,14 @@ packages: ansi-html: 0.0.7 handlebars: 4.7.7 has-ansi: 3.0.0 - mime-types: 2.1.34 + mime-types: 2.1.35 dev: true /broccoli-node-api/1.7.0: resolution: {integrity: sha512-QIqLSVJWJUVOhclmkmypJJH9u9s/aWH4+FH6Q6Ju5l+Io4dtwqdPUNmDfw40o6sxhbZHhqGujDJuHTML1wG8Yw==} /broccoli-node-info/1.1.0: - resolution: {integrity: sha1-OqLjHgflvbUW3SUhT3xFuhxFlBI=} + resolution: {integrity: sha512-DUohSZCdfXli/3iN6SmxPbck1OVG8xCkrLx47R25his06xVc1ZmmrOsrThiM8BsCWirwyocODiYJqNP5W2Hg1A==} engines: {node: '>= 0.10.0'} dev: true @@ -6549,7 +6530,7 @@ packages: fs-tree-diff: 2.0.1 heimdalljs: 0.2.6 node-modules-path: 1.0.2 - rollup: 2.68.0 + rollup: 2.74.1 rollup-pluginutils: 2.8.2 symlink-or-copy: 1.3.1 walk-sync: 2.2.0 @@ -6562,7 +6543,7 @@ packages: dev: true /broccoli-source/1.1.0: - resolution: {integrity: sha1-VPDoLItz9GWAy7xPV48LMvyo+Ak=} + resolution: {integrity: sha512-ahvqmwF6Yvh6l+sTJJdey4o4ynwSH8swSSBSGmUXGSPPCqBWvquWB/4rWN65ZArKilBFq/29O0yQnZNIf//sTg==} dev: false /broccoli-source/2.1.2: @@ -6577,7 +6558,7 @@ packages: dev: true /broccoli-sri-hash/2.1.2: - resolution: {integrity: sha1-vGmQXtejga0yXMDQLe0HEyjr8/M=} + resolution: {integrity: sha512-toLD/v7ut2ajcH8JsdCMG2Bpq2qkwTcKM6CMzVMSAJjaz/KpK69fR+gSqe1dsjh+QTdxG0yVvkq3Sij/XMzV6A==} dependencies: broccoli-caching-writer: 2.3.1 mkdirp: 0.5.5 @@ -6629,7 +6610,7 @@ packages: matcher-collection: 2.0.1 source-map-url: 0.4.1 symlink-or-copy: 1.3.1 - terser: 5.11.0 + terser: 5.13.1 walk-sync: 2.2.0 workerpool: 6.2.0 transitivePeerDependencies: @@ -6640,7 +6621,7 @@ packages: resolution: {integrity: sha512-sWi3b3fTUSVPDsz5KsQ5eCQNVAtLgkIE/HYFkEZXR/07clqmd4E/gFiuwSaqa9b+QTXc1Uemfb7TVWbEIURWDg==} engines: {node: 8.* || >= 10.*} dependencies: - '@types/chai': 4.3.0 + '@types/chai': 4.3.1 '@types/chai-as-promised': 7.1.5 '@types/express': 4.17.13 ansi-html: 0.0.7 @@ -6656,7 +6637,7 @@ packages: heimdalljs: 0.2.6 heimdalljs-logger: 0.1.10 https: 1.0.0 - mime-types: 2.1.34 + mime-types: 2.1.35 resolve-path: 1.4.0 rimraf: 3.0.2 sane: 4.1.0 @@ -6669,7 +6650,7 @@ packages: dev: true /brorand/1.1.0: - resolution: {integrity: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=} + resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} dev: true /browser-process-hrtime/1.0.0: @@ -6799,7 +6780,7 @@ packages: dev: true /buffer-xor/1.0.3: - resolution: {integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=} + resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} dev: true /buffer/4.9.2: @@ -6818,19 +6799,19 @@ packages: dev: true /builtin-status-codes/3.0.0: - resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} + resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} dev: true /builtins/1.0.3: - resolution: {integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og=} + resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} dev: true /bytes/1.0.0: - resolution: {integrity: sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=} + resolution: {integrity: sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ==} dev: true /bytes/3.0.0: - resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} + resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} engines: {node: '>= 0.8'} dev: true @@ -6919,7 +6900,7 @@ packages: dev: true /can-symlink/1.0.0: - resolution: {integrity: sha1-l7YH2KhLtsbiKLkC2GTstZS50hk=} + resolution: {integrity: sha512-RbsNrFyhwkx+6psk/0fK/Q9orOUr9VMxohGd8vTa4djf4TGLfblBgUfqZChrZuW0Q+mz2eBPFLusw9Jfukzmhg==} hasBin: true dependencies: tmp: 0.0.28 @@ -6927,16 +6908,12 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.19.3 - caniuse-lite: 1.0.30001312 + browserslist: 4.20.3 + caniuse-lite: 1.0.30001334 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite/1.0.30001312: - resolution: {integrity: sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==} - dev: true - /caniuse-lite/1.0.30001334: resolution: {integrity: sha512-kbaCEBRRVSoeNs74sCuq92MJyGrMtjWVfhltoHUCW4t4pXFvGjUBrfo47weBRViHkiV3eBYyIsfl956NtHGazw==} @@ -6948,7 +6925,7 @@ packages: dev: true /cardinal/1.0.0: - resolution: {integrity: sha1-UOIcGwqjdyn5N33vGWtanOyTLuk=} + resolution: {integrity: sha512-INsuF4GyiFLk8C91FPokbKTc/rwHqV4JnfatVZ6GPhguP1qmkRWX2dp5tepYboYdPpGWisLVLI+KsXoXFPRSMg==} hasBin: true dependencies: ansicolors: 0.2.1 @@ -7024,13 +7001,13 @@ packages: dev: true /charm/1.0.2: - resolution: {integrity: sha1-it02cVOm2aWBMxBSxAkJkdqZXjU=} + resolution: {integrity: sha512-wqW3VdPnlSWT4eRiYX+hcs+C6ViBPUWk1qTCd+37qw9kEm/a5n2qcyQDMBWvSYKN/ctqZzeXNQaeBjOetJJUkw==} dependencies: inherits: 2.0.4 dev: true /check-error/1.0.2: - resolution: {integrity: sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=} + resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} dev: true /chokidar/2.1.8: @@ -7056,7 +7033,6 @@ packages: /chokidar/3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} - requiresBuild: true dependencies: anymatch: 3.1.2 braces: 3.0.2 @@ -7100,11 +7076,11 @@ packages: dev: true /clean-base-url/1.0.0: - resolution: {integrity: sha1-yQHPCiC5ckNbDszVLQVoJKQ1G3s=} + resolution: {integrity: sha512-9q6ZvUAhbKOSRFY7A/irCQ/rF0KIpa3uXpx6izm8+fp7b2H4hLeUJ+F1YYk9+gDQ/X8Q0MEyYs+tG3cht//HTg==} dev: true /clean-css-promise/0.1.1: - resolution: {integrity: sha1-Q/PSyN/LK/BxSBJSzZt2QzwI7ss=} + resolution: {integrity: sha512-tzWkANXMD70ETa/wAu2TXAAxYWS0ZjVUFM2dVik8RQBoAbGMFJv4iVluz3RpcoEbo++fX4RV/BXfgGoOjp8o3Q==} dependencies: array-to-error: 1.1.1 clean-css: 3.4.28 @@ -7112,7 +7088,7 @@ packages: dev: true /clean-css/3.4.28: - resolution: {integrity: sha1-vxlF6C/ICPVWlebd6uwBQA79A/8=} + resolution: {integrity: sha512-aTWyttSdI2mYi07kWqHi24NUU9YlELFKGOAgFzZjDN1064DMAOy2FBuoyGmkKRlXkbpXd0EVHmiVkbKhKoirTw==} engines: {node: '>=0.10.0'} hasBin: true dependencies: @@ -7129,7 +7105,7 @@ packages: resolution: {integrity: sha512-PHGlEF0Z6976qQyN6gM7kKH6EH0RdfZcc8V+QhFe36eRxV0SMH5OUBZG7Bxa9YcreNzyNbK63cGiZxdSZgosRw==} /cli-cursor/2.1.0: - resolution: {integrity: sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=} + resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==} engines: {node: '>=4'} dependencies: restore-cursor: 2.0.0 @@ -7195,11 +7171,6 @@ packages: resolution: {integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=} engines: {node: '>=0.8'} - /code-point-at/1.1.0: - resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=} - engines: {node: '>=0.10.0'} - dev: true - /collection-visit/1.0.0: resolution: {integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=} engines: {node: '>=0.10.0'} @@ -7227,6 +7198,11 @@ packages: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} dev: true + /color-support/1.1.3: + resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} + hasBin: true + dev: true + /colors/1.0.3: resolution: {integrity: sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=} engines: {node: '>=0.1.90'} @@ -7332,6 +7308,10 @@ packages: typedarray: 0.0.6 dev: true + /concurrency/0.1.4: + resolution: {integrity: sha1-MrRZC1s5lBpNc52vXWoQCAws8x8=} + dev: true + /configstore/5.0.1: resolution: {integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==} engines: {node: '>=8'} @@ -7373,8 +7353,8 @@ packages: through2: 3.0.2 dev: true - /consolidate/0.15.1: - resolution: {integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==} + /consolidate/0.16.0: + resolution: {integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ==} engines: {node: '>= 0.10.0'} dependencies: bluebird: 3.7.2 @@ -7468,6 +7448,11 @@ packages: engines: {node: '>= 0.6'} dev: true + /cookie/0.5.0: + resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} + engines: {node: '>= 0.6'} + dev: true + /copy-concurrently/1.0.5: resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} dependencies: @@ -7608,23 +7593,23 @@ packages: engines: {node: '>=8'} dev: true - /css-loader/5.2.7_webpack@5.69.1: + /css-loader/5.2.7_webpack@5.72.1: resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.7 + icss-utils: 5.1.0_postcss@8.4.14 loader-utils: 2.0.2 - postcss: 8.4.7 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.7 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.7 - postcss-modules-scope: 3.0.0_postcss@8.4.7 - postcss-modules-values: 4.0.0_postcss@8.4.7 + postcss: 8.4.14 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.14 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.14 + postcss-modules-scope: 3.0.0_postcss@8.4.14 + postcss-modules-values: 4.0.0_postcss@8.4.14 postcss-value-parser: 4.2.0 schema-utils: 3.1.1 semver: 7.3.7 - webpack: 5.69.1 + webpack: 5.72.1 dev: true /css-tree/1.1.3: @@ -7643,14 +7628,6 @@ packages: source-map-js: 1.0.2 dev: true - /css-tree/2.1.0: - resolution: {integrity: sha512-PcysZRzToBbrpoUrZ9qfblRIRf8zbEAkU0AIpQFtgkFK0vSbzOmBCvdSAx2Zg7Xx5wiYJKUKk0NMP7kxevie/A==} - engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} - dependencies: - mdn-data: 2.0.27 - source-map-js: 1.0.2 - dev: true - /cssesc/3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} @@ -7696,7 +7673,7 @@ packages: resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} engines: {node: '>=10'} dependencies: - abab: 2.0.5 + abab: 2.0.6 whatwg-mimetype: 2.3.0 whatwg-url: 8.7.0 dev: true @@ -7836,6 +7813,7 @@ packages: engines: {node: '>= 0.4'} dependencies: object-keys: 1.1.1 + dev: true /define-properties/1.1.4: resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==} @@ -7843,7 +7821,6 @@ packages: dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 - dev: true /define-property/0.2.5: resolution: {integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=} @@ -7925,8 +7902,9 @@ packages: minimalistic-assert: 1.0.1 dev: true - /destroy/1.0.4: - resolution: {integrity: sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=} + /destroy/1.2.0: + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dev: true /detect-file/1.0.0: @@ -8087,7 +8065,7 @@ packages: '@babel/types': 7.18.0 '@embroider/shared-internals': 1.6.0 babel-core: 6.26.3 - babel-loader: 8.2.3_6sui7bpcrc7jx7yypfyfijkzxi + babel-loader: 8.2.5_6sui7bpcrc7jx7yypfyfijkzxi babel-plugin-syntax-dynamic-import: 6.18.0 babylon: 6.18.0 broccoli-debug: 0.6.5 @@ -8116,17 +8094,17 @@ packages: - webpack-command dev: true - /ember-auto-import/2.4.0_webpack@5.69.1: + /ember-auto-import/2.4.0_webpack@5.72.1: resolution: {integrity: sha512-BwF6iTaoSmT2vJ9NEHEGRBCh2+qp+Nlaz/Q7roqNSxl5oL5iMRwenPnHhOoBPTYZvPhcV/KgXR5e+pBQ107plQ==} engines: {node: 12.* || 14.* || >= 16} dependencies: '@babel/core': 7.18.0 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.18.0 - '@babel/plugin-proposal-decorators': 7.17.2_@babel+core@7.18.0 + '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-decorators': 7.17.12_@babel+core@7.18.0 '@babel/preset-env': 7.16.11_@babel+core@7.18.0 '@embroider/macros': 1.6.0 - '@embroider/shared-internals': 1.2.0 - babel-loader: 8.2.3_3m64hf2v7lyg4hcd5oq4q3hzce + '@embroider/shared-internals': 1.6.0 + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby babel-plugin-ember-modules-api-polyfill: 3.5.0 babel-plugin-htmlbars-inline-precompile: 5.3.1 babel-plugin-syntax-dynamic-import: 6.18.0 @@ -8135,19 +8113,19 @@ packages: broccoli-merge-trees: 4.2.0 broccoli-plugin: 4.0.7 broccoli-source: 3.0.1 - css-loader: 5.2.7_webpack@5.69.1 - debug: 4.3.3 + css-loader: 5.2.7_webpack@5.72.1 + debug: 4.3.4 fs-extra: 6.0.1 fs-tree-diff: 2.0.1 handlebars: 4.7.7 js-string-escape: 1.0.1 lodash: 4.17.21 - mini-css-extract-plugin: 2.5.3_webpack@5.69.1 + mini-css-extract-plugin: 2.6.0_webpack@5.72.1 parse5: 6.0.1 resolve: 1.22.0 resolve-package-path: 3.1.0 - semver: 7.3.5 - style-loader: 2.0.0_webpack@5.69.1 + semver: 7.3.7 + style-loader: 2.0.0_webpack@5.72.1 typescript-memoize: 1.1.0 walk-sync: 3.0.0 transitivePeerDependencies: @@ -8291,11 +8269,14 @@ packages: - supports-color dev: true - /ember-cli-dependency-checker/3.2.0: - resolution: {integrity: sha512-dkSmcJ/jY/2ms/S6ph2jXSfOW5VfOpLfg5DFEbra0SaMNgYkNDFF1o0U4OdTsG37L5h/AXWNuVtnOa4TMabz9Q==} + /ember-cli-dependency-checker/3.3.1_ember-cli@4.1.1: + resolution: {integrity: sha512-Tg6OeijjXNKWkDm6057Tr0N9j9Vlz/ITewXWpn1A/+Wbt3EowBx5ZKfvoupqz05EznKgL1B/ecG0t+JN7Qm6MA==} engines: {node: '>= 6'} + peerDependencies: + ember-cli: ^3.2.0 || ^4.0.0 dependencies: chalk: 2.4.2 + ember-cli: 4.1.1 find-yarn-workspace-root: 1.2.1 is-git-url: 1.0.0 resolve: 1.22.0 @@ -8354,7 +8335,7 @@ packages: engines: {node: 12.* || 14.* || >= 16} dependencies: '@ember/edition-utils': 1.2.0 - babel-plugin-ember-template-compilation: 1.0.1 + babel-plugin-ember-template-compilation: 1.0.2 babel-plugin-htmlbars-inline-precompile: 5.3.1 broccoli-debug: 0.6.5 broccoli-persistent-filter: 3.1.2 @@ -8364,7 +8345,7 @@ packages: hash-for-dep: 1.5.1 heimdalljs-logger: 0.1.10 json-stable-stringify: 1.0.1 - semver: 7.3.5 + semver: 7.3.7 silent-error: 1.1.1 strip-bom: 4.0.0 walk-sync: 2.2.0 @@ -8470,7 +8451,7 @@ packages: resolution: {integrity: sha512-7I5azCTxOgRDN8aSSnJZIKSqr+MGnT+jLTUbBYqF8wu6ojs2DUnTePxUcQMcvNh3Q3B1ySv7Q/uZFSjdU9gSjA==} engines: {node: 6.* || 8.* || >= 10.*} dependencies: - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.0 '@babel/plugin-transform-typescript': 7.4.5_@babel+core@7.18.0 ansi-to-html: 0.6.15 debug: 4.3.4 @@ -8516,7 +8497,7 @@ packages: '@babel/plugin-transform-typescript': 7.8.7_@babel+core@7.18.0 ansi-to-html: 0.6.15 broccoli-stew: 3.0.0 - debug: 4.3.3 + debug: 4.3.4 ember-cli-babel-plugin-helpers: 1.1.1 execa: 3.4.0 fs-extra: 8.1.0 @@ -8547,8 +8528,8 @@ packages: transitivePeerDependencies: - supports-color - /ember-cli-typescript/5.0.0: - resolution: {integrity: sha512-UDKZlG7bInRo7eDsF3jvPz1Dxh1YvRhMw9wyj5rj2K3brw0xEh1IMTqPgWRbPESqjcWuwa8s0FCNuYWDc4PTfg==} + /ember-cli-typescript/5.1.0: + resolution: {integrity: sha512-wEZfJPkjqFEZAxOYkiXsDrJ1HY75e/6FoGhQFg8oNFJeGYpIS/3W0tgyl1aRkSEEN1NRlWocDubJ4aZikT+RTA==} engines: {node: '>= 12.*'} dependencies: ansi-to-html: 0.6.15 @@ -8649,7 +8630,7 @@ packages: ensure-posix-path: 1.1.1 execa: 5.1.1 exit: 0.1.2 - express: 4.17.3 + express: 4.18.1 filesize: 8.0.7 find-up: 5.0.0 find-yarn-workspace-root: 2.0.0 @@ -8667,7 +8648,7 @@ packages: inflection: 1.13.2 is-git-url: 1.0.0 is-language-code: 3.1.0 - isbinaryfile: 4.0.8 + isbinaryfile: 4.0.10 js-yaml: 3.14.1 json-stable-stringify: 1.0.1 leek: 0.0.24 @@ -8686,12 +8667,12 @@ packages: resolve: 1.22.0 resolve-package-path: 3.1.0 sane: 5.0.1 - semver: 7.3.5 + semver: 7.3.7 silent-error: 1.1.1 - sort-package-json: 1.54.0 + sort-package-json: 1.57.0 symlink-or-copy: 1.3.1 temp: 0.9.4 - testem: 3.6.0 + testem: 3.7.0 tiny-lr: 2.0.0 tree-sync: 2.1.0 uuid: 8.3.2 @@ -8725,8 +8706,8 @@ packages: peerDependencies: ember-concurrency: ^1.2.1 dependencies: - '@babel/helper-plugin-utils': 7.16.7 - '@babel/types': 7.17.0 + '@babel/helper-plugin-utils': 7.17.12 + '@babel/types': 7.18.0 ember-cli-babel: 7.26.11 ember-cli-babel-plugin-helpers: 1.1.1 ember-cli-htmlbars: 4.5.0 @@ -8802,22 +8783,22 @@ packages: - supports-color dev: false - /ember-data/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: + /ember-data/4.0.2_qqaml4ljchhh37dxp4aoesgrby: resolution: {integrity: sha512-vpz44QuQS1QRRV18idb7N2UH8PIvfwtBXyxrAetB9W/9rZP7aU00y38flJN6ioeZRI3iVhdpNoqhkpUsm/xztQ==} engines: {node: 12.* || >= 14.*} dependencies: - '@ember-data/adapter': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce - '@ember-data/debug': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce - '@ember-data/model': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + '@ember-data/adapter': 4.0.2_qqaml4ljchhh37dxp4aoesgrby + '@ember-data/debug': 4.0.2_qqaml4ljchhh37dxp4aoesgrby + '@ember-data/model': 4.0.2_qqaml4ljchhh37dxp4aoesgrby '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 - '@ember-data/record-data': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce - '@ember-data/serializer': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce - '@ember-data/store': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + '@ember-data/record-data': 4.0.2_qqaml4ljchhh37dxp4aoesgrby + '@ember-data/serializer': 4.0.2_qqaml4ljchhh37dxp4aoesgrby + '@ember-data/store': 4.0.2_qqaml4ljchhh37dxp4aoesgrby '@ember/edition-utils': 1.2.0 '@ember/string': 3.0.0 '@glimmer/env': 0.1.7 broccoli-merge-trees: 4.2.0 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cli-babel: 7.26.11 ember-cli-typescript: 4.2.1 ember-inflector: 4.0.2 @@ -8866,12 +8847,16 @@ packages: - supports-color dev: true - /ember-functions-as-helper-polyfill/2.0.1: - resolution: {integrity: sha512-IK+GAv2Pw/siQ7aN6V5CRQBNBrnjqNlm2u+bTV+OIP3RsPeStytbYwGI3yaUD9qqPNjFfxYeOkFSZV7q4CQplQ==} + /ember-functions-as-helper-polyfill/2.1.1_ember-source@4.0.1: + resolution: {integrity: sha512-vZ2w9G/foohwtPm99Jos1m6bhlXyyyiJ4vhLbxyjWB4wh7bcpRzXPgCewDRrwefZQ2BwtHg3c9zvVMlI0g+o2Q==} engines: {node: '>= 14.0.0'} + peerDependencies: + ember-source: ^3.25.0 || ^4.0.0 dependencies: ember-cli-babel: 7.26.11 - ember-cli-typescript: 5.0.0 + ember-cli-typescript: 5.1.0 + ember-cli-version-checker: 5.1.2 + ember-source: 4.0.1_qqaml4ljchhh37dxp4aoesgrby transitivePeerDependencies: - supports-color dev: false @@ -8929,21 +8914,21 @@ packages: - supports-color dev: true - /ember-qunit/5.1.5_fllaz7eu7xuvowviafj6ges6hm: + /ember-qunit/5.1.5_m2vpijm5kklvqmlfibufmotnbi: resolution: {integrity: sha512-2cFA4oMygh43RtVcMaBrr086Tpdhgbn3fVZ2awLkzF/rnSN0D0PSRpd7hAD7OdBPerC/ZYRwzVyGXLoW/Zes4A==} engines: {node: 10.* || 12.* || >= 14.*} peerDependencies: '@ember/test-helpers': ^2.4.0 qunit: ^2.13.0 dependencies: - '@ember/test-helpers': 2.6.0_@babel+core@7.18.0 + '@ember/test-helpers': 2.8.1_4xwe4zcg7gxd7seqxuljxynk6q broccoli-funnel: 3.0.8 broccoli-merge-trees: 3.0.2 common-tags: 1.8.2 ember-auto-import: 1.12.1 ember-cli-babel: 7.26.11 ember-cli-test-loader: 3.0.0 - qunit: 2.18.0 + qunit: 2.19.1 resolve-package-path: 3.1.0 silent-error: 1.1.1 validate-peer-dependencies: 1.2.0 @@ -8992,8 +8977,8 @@ packages: - encoding dev: true - /ember-source/3.28.8_@babel+core@7.18.0: - resolution: {integrity: sha512-hA15oYzbRdi9983HIemeVzzX2iLcMmSPp6akUiMQhFZYWPrKksbPyLrO6YpZ4hNM8yBjQSDXEkZ1V3yxBRKjUA==} + /ember-source/3.28.9_@babel+core@7.18.0: + resolution: {integrity: sha512-Fy7V3yvj+3oyo2+ke52aaihKMcFnnF7Oj9ixj547yzh2faqRfqouB5ZSiwXFH8rxw22rKaM8DiuQO4JN2Ay6xQ==} engines: {node: 10.* || >= 12.*} dependencies: '@babel/helper-module-imports': 7.16.7 @@ -9020,14 +9005,14 @@ packages: inflection: 1.13.2 jquery: 3.6.0 resolve: 1.22.0 - semver: 7.3.5 + semver: 7.3.7 silent-error: 1.1.1 transitivePeerDependencies: - '@babel/core' - supports-color dev: true - /ember-source/4.0.1_3m64hf2v7lyg4hcd5oq4q3hzce: + /ember-source/4.0.1_qqaml4ljchhh37dxp4aoesgrby: resolution: {integrity: sha512-5k4ZQvpa7Li7V7P2QnIiOo/UiQkaWwvaTeSI6dlLAswMhIq6XFFZQ+M+2NHrTJynhc2u2BcIxcYpdMb+g8y1Aw==} engines: {node: '>= 12.*'} dependencies: @@ -9043,7 +9028,7 @@ packages: broccoli-funnel: 2.0.2 broccoli-merge-trees: 4.2.0 chalk: 4.1.2 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cli-babel: 7.26.11 ember-cli-get-component-path-option: 1.0.0 ember-cli-is-package-missing: 1.0.0 @@ -9054,7 +9039,7 @@ packages: ember-router-generator: 2.0.0 inflection: 1.13.2 resolve: 1.22.0 - semver: 7.3.5 + semver: 7.3.7 silent-error: 1.1.1 transitivePeerDependencies: - '@babel/core' @@ -9122,7 +9107,7 @@ packages: chalk: 4.1.2 cli-table3: 0.6.1 core-object: 3.1.5 - debug: 4.3.3 + debug: 4.3.4 ember-try-config: 4.0.0 execa: 4.1.0 fs-extra: 9.1.0 @@ -9134,8 +9119,8 @@ packages: - supports-color dev: true - /ember-welcome-page/6.1.0: - resolution: {integrity: sha512-r0gFsXLbqh9xwFAFaq9IVz7IhQ9WgIwE7WszUhGoRCRZu+MwxZ+Ovrr2xlXErntqjvFXgqLdhr6iP5zvVoDTLQ==} + /ember-welcome-page/6.2.0: + resolution: {integrity: sha512-bDPgNgW0eRhLCHLaFK87p1mcP8hGwr0pXvPoskDeUGQzsOI3Pc3U/8WLpUSi2mNrmv0eNtfWqE+A1Wbx6F2l0Q==} engines: {node: 12.* || 14.* || >= 16} dependencies: '@embroider/addon-shim': 1.6.0 @@ -9160,15 +9145,13 @@ packages: dependencies: once: 1.4.0 - /engine.io-parser/5.0.3: - resolution: {integrity: sha512-BtQxwF27XUNnSafQLvDi0dQ8s3i6VgzSoQMJacpIcGNrlUdfHSKbgm3jmjCVvQluGzqwujQMPAoMai3oYSTurg==} + /engine.io-parser/5.0.4: + resolution: {integrity: sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==} engines: {node: '>=10.0.0'} - dependencies: - '@socket.io/base64-arraybuffer': 1.0.2 dev: true - /engine.io/6.1.3: - resolution: {integrity: sha512-rqs60YwkvWTLLnfazqgZqLa/aKo+9cueVfEi/dZ8PyGyaf8TLOxj++4QMIgeG3Gn0AhrWiFXvghsoY9L9h25GA==} + /engine.io/6.2.0: + resolution: {integrity: sha512-4KzwW3F3bk+KlzSOY57fj/Jx6LyRQ1nbcyIadehl+AnXjKT7gDO0ORdRi/84ixvMKTym6ZKuxvbzN62HDDU1Lg==} engines: {node: '>=10.0.0'} dependencies: '@types/cookie': 0.4.1 @@ -9179,7 +9162,7 @@ packages: cookie: 0.4.2 cors: 2.8.5 debug: 4.3.4 - engine.io-parser: 5.0.3 + engine.io-parser: 5.0.4 ws: 8.2.3 transitivePeerDependencies: - bufferutil @@ -9196,8 +9179,8 @@ packages: tapable: 1.1.3 dev: true - /enhanced-resolve/5.9.1: - resolution: {integrity: sha512-jdyZMwCQ5Oj4c5+BTnkxPgDZO/BJzh/ADDmKebayyzNwjVX1AFCeGkOfxNx0mHi2+8BKC5VxUYiw3TIvoT7vhw==} + /enhanced-resolve/5.9.3: + resolution: {integrity: sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.9 @@ -9267,20 +9250,21 @@ packages: get-intrinsic: 1.1.1 get-symbol-description: 1.0.0 has: 1.0.3 - has-symbols: 1.0.2 + has-symbols: 1.0.3 internal-slot: 1.0.3 is-callable: 1.2.4 is-negative-zero: 2.0.2 is-regex: 1.1.4 - is-shared-array-buffer: 1.0.1 + is-shared-array-buffer: 1.0.2 is-string: 1.0.7 is-weakref: 1.0.2 object-inspect: 1.12.0 object-keys: 1.1.1 object.assign: 4.1.2 - string.prototype.trimend: 1.0.4 - string.prototype.trimstart: 1.0.4 - unbox-primitive: 1.0.1 + string.prototype.trimend: 1.0.5 + string.prototype.trimstart: 1.0.5 + unbox-primitive: 1.0.2 + dev: true /es-abstract/1.20.1: resolution: {integrity: sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==} @@ -9309,18 +9293,11 @@ packages: string.prototype.trimend: 1.0.5 string.prototype.trimstart: 1.0.5 unbox-primitive: 1.0.2 - dev: true /es-module-lexer/0.9.3: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} dev: true - /es-shim-unscopables/1.0.0: - resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} - dependencies: - has: 1.0.3 - dev: true - /es-to-primitive/1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} @@ -9329,8 +9306,8 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /esbuild-android-64/0.14.34: - resolution: {integrity: sha512-XfxcfJqmMYsT/LXqrptzFxmaR3GWzXHDLdFNIhm6S00zPaQF1TBBWm+9t0RZ6LRR7iwH57DPjaOeW20vMqI4Yw==} + /esbuild-android-64/0.14.39: + resolution: {integrity: sha512-EJOu04p9WgZk0UoKTqLId9VnIsotmI/Z98EXrKURGb3LPNunkeffqQIkjS2cAvidh+OK5uVrXaIP229zK6GvhQ==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -9338,8 +9315,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.34: - resolution: {integrity: sha512-T02+NXTmSRL1Mc6puz+R9CB54rSPICkXKq6+tw8B6vxZFnCPzbJxgwIX4kcluz9p8nYBjF3+lSilTGWb7+Xgew==} + /esbuild-android-arm64/0.14.39: + resolution: {integrity: sha512-+twajJqO7n3MrCz9e+2lVOnFplRsaGRwsq1KL/uOy7xK7QdRSprRQcObGDeDZUZsacD5gUkk6OiHiYp6RzU3CA==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -9347,8 +9324,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.34: - resolution: {integrity: sha512-pLRip2Bh4Ng7Bf6AMgCrSp3pPe/qZyf11h5Qo2mOfJqLWzSVjxrXW+CFRJfrOVP7TCnh/gmZSM2AFdCPB72vtw==} + /esbuild-darwin-64/0.14.39: + resolution: {integrity: sha512-ImT6eUw3kcGcHoUxEcdBpi6LfTRWaV6+qf32iYYAfwOeV+XaQ/Xp5XQIBiijLeo+LpGci9M0FVec09nUw41a5g==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -9356,8 +9333,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.34: - resolution: {integrity: sha512-vpidSJEBxx6lf1NWgXC+DCmGqesJuZ5Y8aQVVsaoO4i8tRXbXb0whChRvop/zd3nfNM4dIl5EXAky0knRX5I6w==} + /esbuild-darwin-arm64/0.14.39: + resolution: {integrity: sha512-/fcQ5UhE05OiT+bW5v7/up1bDsnvaRZPJxXwzXsMRrr7rZqPa85vayrD723oWMT64dhrgWeA3FIneF8yER0XTw==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -9365,8 +9342,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.34: - resolution: {integrity: sha512-m0HBjePhe0hAQJgtMRMNV9kMgIyV4/qSnzPx42kRMQBcPhgjAq1JRu4Il26czC+9FgpMbFkUktb07f/Lwnc6CA==} + /esbuild-freebsd-64/0.14.39: + resolution: {integrity: sha512-oMNH8lJI4wtgN5oxuFP7BQ22vgB/e3Tl5Woehcd6i2r6F3TszpCnNl8wo2d/KvyQ4zvLvCWAlRciumhQg88+kQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -9374,8 +9351,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.34: - resolution: {integrity: sha512-cpRc2B94L1KvMPPYB4D6G39jLqpKlD3noAMY4/e86iXXXkhUYJJEtTuyNFTa9JRpWM0xCAp4mxjHjoIiLuoCLA==} + /esbuild-freebsd-arm64/0.14.39: + resolution: {integrity: sha512-1GHK7kwk57ukY2yI4ILWKJXaxfr+8HcM/r/JKCGCPziIVlL+Wi7RbJ2OzMcTKZ1HpvEqCTBT/J6cO4ZEwW4Ypg==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -9383,8 +9360,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.34: - resolution: {integrity: sha512-8nQaEaoW7MH/K/RlozJa+lE1ejHIr8fuPIHhc513UebRav7HtXgQvxHQ6VZRUkWtep23M6dd7UqhwO1tMOfzQQ==} + /esbuild-linux-32/0.14.39: + resolution: {integrity: sha512-g97Sbb6g4zfRLIxHgW2pc393DjnkTRMeq3N1rmjDUABxpx8SjocK4jLen+/mq55G46eE2TA0MkJ4R3SpKMu7dg==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -9392,8 +9369,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.34: - resolution: {integrity: sha512-Y3of4qQoLLlAgf042MlrY1P+7PnN9zWj8nVtw9XQG5hcLOZLz7IKpU35oeu7n4wvyaZHwvQqDJ93gRLqdJekcQ==} + /esbuild-linux-64/0.14.39: + resolution: {integrity: sha512-4tcgFDYWdI+UbNMGlua9u1Zhu0N5R6u9tl5WOM8aVnNX143JZoBZLpCuUr5lCKhnD0SCO+5gUyMfupGrHtfggQ==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -9401,8 +9378,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.34: - resolution: {integrity: sha512-9lpq1NcJqssAF7alCO6zL3gvBVVt/lKw4oetUM7OgNnRX0OWpB+ZIO9FwCrSj/dMdmgDhPLf+119zB8QxSMmAg==} + /esbuild-linux-arm/0.14.39: + resolution: {integrity: sha512-t0Hn1kWVx5UpCzAJkKRfHeYOLyFnXwYynIkK54/h3tbMweGI7dj400D1k0Vvtj2u1P+JTRT9tx3AjtLEMmfVBQ==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -9410,8 +9387,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.34: - resolution: {integrity: sha512-IlWaGtj9ir7+Nrume1DGcyzBDlK8GcnJq0ANKwcI9pVw8tqr+6GD0eqyF9SF1mR8UmAp+odrx1H5NdR2cHdFHA==} + /esbuild-linux-arm64/0.14.39: + resolution: {integrity: sha512-23pc8MlD2D6Px1mV8GMglZlKgwgNKAO8gsgsLLcXWSs9lQsCYkIlMo/2Ycfo5JrDIbLdwgP8D2vpfH2KcBqrDQ==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -9419,8 +9396,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.34: - resolution: {integrity: sha512-k3or+01Rska1AjUyNjA4buEwB51eyN/xPQAoOx1CjzAQC3l8rpjUDw55kXyL63O/1MUi4ISvtNtl8gLwdyEcxw==} + /esbuild-linux-mips64le/0.14.39: + resolution: {integrity: sha512-epwlYgVdbmkuRr5n4es3B+yDI0I2e/nxhKejT9H0OLxFAlMkeQZxSpxATpDc9m8NqRci6Kwyb/SfmD1koG2Zuw==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -9428,8 +9405,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.34: - resolution: {integrity: sha512-+qxb8M9FfM2CJaVU7GgYpJOHM1ngQOx+/VrtBjb4C8oVqaPcESCeg2anjl+HRZy8VpYc71q/iBYausPPbJ+Keg==} + /esbuild-linux-ppc64le/0.14.39: + resolution: {integrity: sha512-W/5ezaq+rQiQBThIjLMNjsuhPHg+ApVAdTz2LvcuesZFMsJoQAW2hutoyg47XxpWi7aEjJGrkS26qCJKhRn3QQ==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -9437,8 +9414,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.34: - resolution: {integrity: sha512-Y717ltBdQ5j5sZIHdy1DV9kieo0wMip0dCmVSTceowCPYSn1Cg33Kd6981+F/3b9FDMzNWldZFOBRILViENZSA==} + /esbuild-linux-riscv64/0.14.39: + resolution: {integrity: sha512-IS48xeokcCTKeQIOke2O0t9t14HPvwnZcy+5baG13Z1wxs9ZrC5ig5ypEQQh4QMKxURD5TpCLHw2W42CLuVZaA==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -9446,8 +9423,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.34: - resolution: {integrity: sha512-bDDgYO4LhL4+zPs+WcBkXph+AQoPcQRTv18FzZS0WhjfH8TZx2QqlVPGhmhZ6WidrY+jKthUqO6UhGyIb4MpmA==} + /esbuild-linux-s390x/0.14.39: + resolution: {integrity: sha512-zEfunpqR8sMomqXhNTFEKDs+ik7HC01m3M60MsEjZOqaywHu5e5682fMsqOlZbesEAAaO9aAtRBsU7CHnSZWyA==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -9455,8 +9432,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.34: - resolution: {integrity: sha512-cfaFGXdRt0+vHsjNPyF0POM4BVSHPSbhLPe8mppDc7GDDxjIl08mV1Zou14oDWMp/XZMjYN1kWYRSfftiD0vvQ==} + /esbuild-netbsd-64/0.14.39: + resolution: {integrity: sha512-Uo2suJBSIlrZCe4E0k75VDIFJWfZy+bOV6ih3T4MVMRJh1lHJ2UyGoaX4bOxomYN3t+IakHPyEoln1+qJ1qYaA==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -9464,8 +9441,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.34: - resolution: {integrity: sha512-vmy9DxXVnRiI14s8GKuYBtess+EVcDALkbpTqd5jw4XITutIzyB7n4x0Tj5utAkKsgZJB22lLWGekr0ABnSLow==} + /esbuild-openbsd-64/0.14.39: + resolution: {integrity: sha512-secQU+EpgUPpYjJe3OecoeGKVvRMLeKUxSMGHnK+aK5uQM3n1FPXNJzyz1LHFOo0WOyw+uoCxBYdM4O10oaCAA==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -9473,8 +9450,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.34: - resolution: {integrity: sha512-eNPVatNET1F7tRMhii7goL/eptfxc0ALRjrj9SPFNqp0zmxrehBFD6BaP3R4LjMn6DbMO0jOAnTLFKr8NqcJAA==} + /esbuild-sunos-64/0.14.39: + resolution: {integrity: sha512-qHq0t5gePEDm2nqZLb+35p/qkaXVS7oIe32R0ECh2HOdiXXkj/1uQI9IRogGqKkK+QjDG+DhwiUw7QoHur/Rwg==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -9482,8 +9459,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.34: - resolution: {integrity: sha512-EFhpXyHEcnqWYe2rAHFd8dRw8wkrd9U+9oqcyoEL84GbanAYjiiIjBZsnR8kl0sCQ5w6bLpk7vCEIA2VS32Vcg==} + /esbuild-windows-32/0.14.39: + resolution: {integrity: sha512-XPjwp2OgtEX0JnOlTgT6E5txbRp6Uw54Isorm3CwOtloJazeIWXuiwK0ONJBVb/CGbiCpS7iP2UahGgd2p1x+Q==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -9491,8 +9468,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.34: - resolution: {integrity: sha512-a8fbl8Ky7PxNEjf1aJmtxdDZj32/hC7S1OcA2ckEpCJRTjiKslI9vAdPpSjrKIWhws4Galpaawy0nB7fjHYf5Q==} + /esbuild-windows-64/0.14.39: + resolution: {integrity: sha512-E2wm+5FwCcLpKsBHRw28bSYQw0Ikxb7zIMxw3OPAkiaQhLVr3dnVO8DofmbWhhf6b97bWzg37iSZ45ZDpLw7Ow==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -9500,8 +9477,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.34: - resolution: {integrity: sha512-EYvmKbSa2B3sPnpC28UEu9jBK5atGV4BaVRE7CYGUci2Hlz4AvtV/LML+TcDMT6gBgibnN2gcltWclab3UutMg==} + /esbuild-windows-arm64/0.14.39: + resolution: {integrity: sha512-sBZQz5D+Gd0EQ09tZRnz/PpVdLwvp/ufMtJ1iDFYddDaPpZXKqPyaxfYBLs3ueiaksQ26GGa7sci0OqFzNs7KA==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -9509,32 +9486,32 @@ packages: dev: true optional: true - /esbuild/0.14.34: - resolution: {integrity: sha512-QIWdPT/gFF6hCaf4m7kP0cJ+JIuFkdHibI7vVFvu3eJS1HpVmYHWDulyN5WXwbRA0SX/7ZDaJ/1DH8SdY9xOJg==} + /esbuild/0.14.39: + resolution: {integrity: sha512-2kKujuzvRWYtwvNjYDY444LQIA3TyJhJIX3Yo4+qkFlDDtGlSicWgeHVJqMUP/2sSfH10PGwfsj+O2ro1m10xQ==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.34 - esbuild-android-arm64: 0.14.34 - esbuild-darwin-64: 0.14.34 - esbuild-darwin-arm64: 0.14.34 - esbuild-freebsd-64: 0.14.34 - esbuild-freebsd-arm64: 0.14.34 - esbuild-linux-32: 0.14.34 - esbuild-linux-64: 0.14.34 - esbuild-linux-arm: 0.14.34 - esbuild-linux-arm64: 0.14.34 - esbuild-linux-mips64le: 0.14.34 - esbuild-linux-ppc64le: 0.14.34 - esbuild-linux-riscv64: 0.14.34 - esbuild-linux-s390x: 0.14.34 - esbuild-netbsd-64: 0.14.34 - esbuild-openbsd-64: 0.14.34 - esbuild-sunos-64: 0.14.34 - esbuild-windows-32: 0.14.34 - esbuild-windows-64: 0.14.34 - esbuild-windows-arm64: 0.14.34 + esbuild-android-64: 0.14.39 + esbuild-android-arm64: 0.14.39 + esbuild-darwin-64: 0.14.39 + esbuild-darwin-arm64: 0.14.39 + esbuild-freebsd-64: 0.14.39 + esbuild-freebsd-arm64: 0.14.39 + esbuild-linux-32: 0.14.39 + esbuild-linux-64: 0.14.39 + esbuild-linux-arm: 0.14.39 + esbuild-linux-arm64: 0.14.39 + esbuild-linux-mips64le: 0.14.39 + esbuild-linux-ppc64le: 0.14.39 + esbuild-linux-riscv64: 0.14.39 + esbuild-linux-s390x: 0.14.39 + esbuild-netbsd-64: 0.14.39 + esbuild-openbsd-64: 0.14.39 + esbuild-sunos-64: 0.14.39 + esbuild-windows-32: 0.14.39 + esbuild-windows-64: 0.14.39 + esbuild-windows-arm64: 0.14.39 dev: true /escalade/3.1.1: @@ -9636,7 +9613,7 @@ packages: eslint: '>= 6' dependencies: '@ember-data/rfc395-data': 0.0.4 - css-tree: 2.1.0 + css-tree: 2.0.4 ember-rfc176-data: 0.3.17 eslint: 7.32.0 eslint-utils: 3.0.0_eslint@7.32.0 @@ -9685,8 +9662,8 @@ packages: peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 dependencies: - array-includes: 3.1.5 - array.prototype.flat: 1.3.0 + array-includes: 3.1.4 + array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 eslint: 7.32.0 @@ -9758,23 +9735,6 @@ packages: prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-prettier/4.0.0_z7eskpggz6hgh3lpmotlmahgxe: - resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} - engines: {node: '>=6.0.0'} - peerDependencies: - eslint: '>=7.28.0' - eslint-config-prettier: '*' - prettier: '>=2.0.0' - peerDependenciesMeta: - eslint-config-prettier: - optional: true - dependencies: - eslint: 7.32.0 - eslint-config-prettier: 8.5.0_eslint@7.32.0 - prettier: 2.5.1 - prettier-linter-helpers: 1.0.0 - dev: true - /eslint-plugin-qunit/7.2.0_eslint@7.32.0: resolution: {integrity: sha512-ebT6aOpmMj4vchG0hVw9Ukbutk/lgywrc8gc9w9hH2/4WjKqwMlyM7iVwqB7OAXv6gtQMJZuziT0wNjjymAuWA==} engines: {node: 12.x || 14.x || >=16.0.0} @@ -10104,37 +10064,38 @@ packages: homedir-polyfill: 1.0.3 dev: true - /express/4.17.3: - resolution: {integrity: sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==} + /express/4.18.1: + resolution: {integrity: sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==} engines: {node: '>= 0.10.0'} dependencies: accepts: 1.3.8 array-flatten: 1.1.1 - body-parser: 1.19.2 + body-parser: 1.20.0 content-disposition: 0.5.4 content-type: 1.0.4 - cookie: 0.4.2 + cookie: 0.5.0 cookie-signature: 1.0.6 debug: 2.6.9 - depd: 1.1.2 + depd: 2.0.0 encodeurl: 1.0.2 escape-html: 1.0.3 etag: 1.8.1 - finalhandler: 1.1.2 + finalhandler: 1.2.0 fresh: 0.5.2 + http-errors: 2.0.0 merge-descriptors: 1.0.1 methods: 1.1.2 - on-finished: 2.3.0 + on-finished: 2.4.1 parseurl: 1.3.3 path-to-regexp: 0.1.7 proxy-addr: 2.0.7 - qs: 6.9.7 + qs: 6.10.3 range-parser: 1.2.1 safe-buffer: 5.2.1 - send: 0.17.2 - serve-static: 1.14.2 + send: 0.18.0 + serve-static: 1.15.0 setprototypeof: 1.2.0 - statuses: 1.5.0 + statuses: 2.0.1 type-is: 1.6.18 utils-merge: 1.0.1 vary: 1.1.2 @@ -10333,6 +10294,19 @@ packages: unpipe: 1.0.0 dev: true + /finalhandler/1.2.0: + resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} + engines: {node: '>= 0.8'} + dependencies: + debug: 2.6.9 + encodeurl: 1.0.2 + escape-html: 1.0.3 + on-finished: 2.4.1 + parseurl: 1.3.3 + statuses: 2.0.1 + unpipe: 1.0.0 + dev: true + /find-babel-config/1.2.0: resolution: {integrity: sha512-jB2CHJeqy6a820ssiqwrKMeyC6nNdmrcgkKWJWmpoxpE8RKciYJXCcXRq1h2AzCo5I5BJeN2tkGEO3hLTuePRA==} engines: {node: '>=4.0.0'} @@ -10407,7 +10381,7 @@ packages: /find-yarn-workspace-root/2.0.0: resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} dependencies: - micromatch: 4.0.4 + micromatch: 4.0.5 dev: true /findup-sync/4.0.0: @@ -10420,8 +10394,8 @@ packages: resolve-dir: 1.0.1 dev: true - /fireworm/0.7.1: - resolution: {integrity: sha1-zPIPeUHxCIg/zduZOD2+bhhhx1g=} + /fireworm/0.7.2: + resolution: {integrity: sha512-GjebTzq+NKKhfmDxjKq3RXwQcN9xRmZWhnnuC9L+/x5wBQtR0aaQM50HsjrzJ2wc28v1vSdfOpELok0TKR4ddg==} dependencies: async: 0.2.10 is-type: 0.0.1 @@ -10486,8 +10460,8 @@ packages: readable-stream: 2.3.7 dev: true - /follow-redirects/1.14.9: - resolution: {integrity: sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==} + /follow-redirects/1.15.0: + resolution: {integrity: sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -10507,7 +10481,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.34 + mime-types: 2.1.35 dev: true /forwarded/0.2.0: @@ -10685,7 +10659,6 @@ packages: define-properties: 1.1.4 es-abstract: 1.20.1 functions-have-names: 1.2.3 - dev: true /functional-red-black-tree/1.0.1: resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} @@ -10693,23 +10666,23 @@ packages: /functions-have-names/1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - dev: true /fuse.js/6.5.3: resolution: {integrity: sha512-sA5etGE7yD/pOqivZRBvUBd/NaL2sjAu6QuSaFoe1H2BrJSkH/T/UXAJ8CdXdw7DvY3Hs8CXKYkDWX7RiP5KOg==} engines: {node: '>=10'} dev: true - /gauge/2.7.4: - resolution: {integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=} + /gauge/4.0.4: + resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: - aproba: 1.2.0 + aproba: 2.0.0 + color-support: 1.1.3 console-control-strings: 1.1.0 has-unicode: 2.0.1 - object-assign: 4.1.1 signal-exit: 3.0.7 - string-width: 1.0.2 - strip-ansi: 3.0.1 + string-width: 4.2.3 + strip-ansi: 6.0.1 wide-align: 1.1.5 dev: true @@ -10731,7 +10704,7 @@ packages: dependencies: function-bind: 1.1.1 has: 1.0.3 - has-symbols: 1.0.2 + has-symbols: 1.0.3 /get-stdin/4.0.1: resolution: {integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=} @@ -10950,8 +10923,6 @@ packages: dependencies: '@sindresorhus/is': 0.14.0 '@szmarczak/http-timer': 1.1.2 - '@types/keyv': 3.1.4 - '@types/responselike': 1.0.0 cacheable-request: 6.1.0 decompress-response: 3.3.0 duplexer3: 0.1.4 @@ -10986,7 +10957,7 @@ packages: dependencies: glob: 7.2.0 glob-parent: 5.1.2 - minimist: 1.2.5 + minimist: 1.2.6 dev: true /handlebars/4.7.7: @@ -10994,7 +10965,7 @@ packages: engines: {node: '>=0.4.7'} hasBin: true dependencies: - minimist: 1.2.5 + minimist: 1.2.6 neo-async: 2.6.2 source-map: 0.6.1 wordwrap: 1.0.0 @@ -11017,15 +10988,11 @@ packages: resolution: {integrity: sha1-Ngd+8dFfMzSEqn+neihgbxxlWzc=} engines: {node: '>=4'} dependencies: - ansi-regex: 3.0.0 + ansi-regex: 3.0.1 dev: true - /has-bigints/1.0.1: - resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} - /has-bigints/1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} - dev: true /has-flag/3.0.0: resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} @@ -11040,22 +11007,16 @@ packages: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: get-intrinsic: 1.1.1 - dev: true - - /has-symbols/1.0.2: - resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==} - engines: {node: '>= 0.4'} /has-symbols/1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} - dev: true /has-tostringtag/1.0.0: resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} engines: {node: '>= 0.4'} dependencies: - has-symbols: 1.0.2 + has-symbols: 1.0.3 /has-unicode/2.0.1: resolution: {integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=} @@ -11218,19 +11179,19 @@ packages: statuses: 1.5.0 dev: true - /http-errors/1.8.1: - resolution: {integrity: sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==} - engines: {node: '>= 0.6'} + /http-errors/2.0.0: + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} dependencies: - depd: 1.1.2 + depd: 2.0.0 inherits: 2.0.4 setprototypeof: 1.2.0 - statuses: 1.5.0 + statuses: 2.0.1 toidentifier: 1.0.1 dev: true - /http-parser-js/0.5.5: - resolution: {integrity: sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA==} + /http-parser-js/0.5.6: + resolution: {integrity: sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA==} dev: true /http-proxy-agent/4.0.1: @@ -11271,7 +11232,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.14.9 + follow-redirects: 1.15.0 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -11286,7 +11247,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.3 + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -11296,7 +11257,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2_supports-color@8.1.1 - debug: 4.3.3_supports-color@8.1.1 + debug: 4.3.4_supports-color@8.1.1 transitivePeerDependencies: - supports-color dev: true @@ -11326,13 +11287,13 @@ packages: safer-buffer: 2.1.2 dev: true - /icss-utils/5.1.0_postcss@8.4.7: + /icss-utils/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.7 + postcss: 8.4.14 dev: true /ieee754/1.2.1: @@ -11523,7 +11484,7 @@ packages: /is-bigint/1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: - has-bigints: 1.0.1 + has-bigints: 1.0.2 /is-binary-path/1.0.1: resolution: {integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=} @@ -11631,13 +11592,6 @@ packages: resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} engines: {node: '>=0.10.0'} - /is-fullwidth-code-point/1.0.0: - resolution: {integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=} - engines: {node: '>=0.10.0'} - dependencies: - number-is-nan: 1.0.1 - dev: true - /is-fullwidth-code-point/2.0.0: resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=} engines: {node: '>=4'} @@ -11676,7 +11630,7 @@ packages: /is-language-code/3.1.0: resolution: {integrity: sha512-zJdQ3QTeLye+iphMeK3wks+vXSRFKh68/Pnlw7aOfApFSEIOhYa8P9vwwa6QrImNNBMJTiL1PpYF0f4BxDuEgA==} dependencies: - '@babel/runtime': 7.17.2 + '@babel/runtime': 7.17.8 dev: true /is-negative-zero/2.0.2: @@ -11759,14 +11713,10 @@ packages: call-bind: 1.0.2 has-tostringtag: 1.0.0 - /is-shared-array-buffer/1.0.1: - resolution: {integrity: sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==} - /is-shared-array-buffer/1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 - dev: true /is-stream/1.1.0: resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} @@ -11792,7 +11742,7 @@ packages: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} dependencies: - has-symbols: 1.0.2 + has-symbols: 1.0.3 /is-text-path/1.0.1: resolution: {integrity: sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=} @@ -11845,8 +11795,8 @@ packages: /isarray/1.0.0: resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} - /isbinaryfile/4.0.8: - resolution: {integrity: sha512-53h6XFniq77YdW+spoRrebh0mnmTxRPTlcuIArO57lmMdq4uBKFKaeTjnb92oYWrSn/LVL+LT+Hap2tFQj8V+w==} + /isbinaryfile/4.0.10: + resolution: {integrity: sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==} engines: {node: '>= 8.0.0'} dev: true @@ -11962,7 +11912,7 @@ packages: canvas: optional: true dependencies: - abab: 2.0.5 + abab: 2.0.6 acorn: 8.7.0 acorn-globals: 6.0.0 cssom: 0.4.4 @@ -12004,7 +11954,7 @@ packages: canvas: optional: true dependencies: - abab: 2.0.5 + abab: 2.0.6 acorn: 8.7.0 acorn-globals: 6.0.0 cssom: 0.4.4 @@ -12210,8 +12160,8 @@ packages: uc.micro: 1.0.6 dev: true - /livereload-js/3.3.3: - resolution: {integrity: sha512-a7Jipme3XIBIryJluWP5LQrEAvhobDPyScBe+q+MYwxBiMT2Ck7msy4tAdF8TAa33FMdJqX4guP81Yhiu6BkmQ==} + /livereload-js/3.4.0: + resolution: {integrity: sha512-F/pz9ZZP+R+arY94cECTZco7PXgBXyL+KVWUPZq8AQE9TOu14GV6fYeKOviv02JCvFa4Oi3Rs1hYEpfeajc+ow==} dev: true /load-json-file/4.0.0: @@ -12229,8 +12179,8 @@ packages: engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} dev: true - /loader-runner/4.2.0: - resolution: {integrity: sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==} + /loader-runner/4.3.0: + resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} engines: {node: '>=6.11.5'} dev: true @@ -12438,6 +12388,10 @@ packages: resolution: {integrity: sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=} dev: true + /lodash.sortby/4.7.0: + resolution: {integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=} + dev: true + /lodash.template/4.5.0: resolution: {integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==} dependencies: @@ -12671,10 +12625,6 @@ packages: resolution: {integrity: sha512-IonVb7pfla2U4zW8rc7XGrtgq11BvYeCxWN8HS+KFBnLDE7XDK9AAMVhRuG6fj9BBsjc69Fqsp6WEActEdNTDQ==} dev: true - /mdn-data/2.0.27: - resolution: {integrity: sha512-kwqO0I0jtWr25KcfLm9pia8vLZ8qoAKhWZuZMbneJq3jjBD3gl5nZs8l8Tu3ZBlBAHVQtDur9rdDGyvtfVraHQ==} - dev: true - /mdurl/1.0.1: resolution: {integrity: sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=} dev: true @@ -12804,21 +12754,16 @@ packages: brorand: 1.1.0 dev: true - /mime-db/1.51.0: - resolution: {integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==} - engines: {node: '>= 0.6'} - dev: true - /mime-db/1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} dev: true - /mime-types/2.1.34: - resolution: {integrity: sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==} + /mime-types/2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} engines: {node: '>= 0.6'} dependencies: - mime-db: 1.51.0 + mime-db: 1.52.0 dev: true /mime/1.6.0: @@ -12857,14 +12802,14 @@ packages: engines: {node: '>=4'} dev: true - /mini-css-extract-plugin/2.5.3_webpack@5.69.1: - resolution: {integrity: sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==} + /mini-css-extract-plugin/2.6.0_webpack@5.72.1: + resolution: {integrity: sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 4.0.0 - webpack: 5.69.1 + webpack: 5.72.1 dev: true /minimalistic-assert/1.0.1: @@ -12880,6 +12825,13 @@ packages: dependencies: brace-expansion: 1.1.11 + /minimatch/5.1.0: + resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimist-options/4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -12893,12 +12845,8 @@ packages: resolution: {integrity: sha512-GY8fANSrTMfBVfInqJAY41QkOM+upUTytK1jZ0c8+3HdHrJxBJ3rF5i9moClXTE8uUSnUo8cAsCoxDXvSY4DHg==} dev: true - /minimist/1.2.5: - resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} - /minimist/1.2.6: resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} - dev: true /minipass/2.9.0: resolution: {integrity: sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==} @@ -12935,7 +12883,7 @@ packages: resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} hasBin: true dependencies: - minimist: 1.2.5 + minimist: 1.2.6 /mkdirp/1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} @@ -12988,14 +12936,19 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true - /msw/0.39.2: - resolution: {integrity: sha512-ju/HpqQpE4/qCxZ23t5Gaau0KREn4QuFzdG28nP1EpidMrymMJuIvNd32+2uGTGG031PMwrC41YW7vCxHOwyHA==} + /msw/0.40.2_typescript@4.6.3: + resolution: {integrity: sha512-8MymevYPIniUhk3W/xxWmhaMAeZHD9uhI37fik31i4JSToDhPWFg9hO6v/8IfTEPCD2Y1r4npDUxHmNbIeaOsg==} engines: {node: '>=14'} hasBin: true requiresBuild: true + peerDependencies: + typescript: '>= 4.2.x <= 4.6.x' + peerDependenciesMeta: + typescript: + optional: true dependencies: '@mswjs/cookies': 0.2.1 - '@mswjs/interceptors': 0.15.1 + '@mswjs/interceptors': 0.15.2 '@open-draft/until': 1.0.3 '@types/cookie': 0.4.1 '@types/js-levenshtein': 1.1.1 @@ -13012,15 +12965,15 @@ packages: statuses: 2.0.1 strict-event-emitter: 0.2.4 type-fest: 1.4.0 + typescript: 4.6.3 yargs: 17.3.1 transitivePeerDependencies: - encoding - supports-color dev: true - /mustache/3.2.1: - resolution: {integrity: sha512-RERvMFdLpaFfSRIEe632yDm5nsd0SDKn8hGmcUwswnyiE5mtdZLDybtHAz6hjJhawokF0hXvGLtx9mrQfm6FkA==} - engines: {npm: '>=1.4.0'} + /mustache/4.2.0: + resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==} hasBin: true dev: true @@ -13038,8 +12991,8 @@ packages: dev: true optional: true - /nanoid/3.3.1: - resolution: {integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==} + /nanoid/3.3.4: + resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: true @@ -13143,8 +13096,8 @@ packages: resolution: {integrity: sha512-6Gbjq+d7uhkO7epaKi5DNgUJn7H0gEyA4Jg0Mo1uQOi3Rk50G83LtmhhFyw0LxnAFhtlspkiiw52ISP13qzcBg==} dev: true - /node-notifier/9.0.1: - resolution: {integrity: sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==} + /node-notifier/10.0.1: + resolution: {integrity: sha512-YX7TSyDukOZ0g+gmzjB6abKu+hTGvO8+8+gIFDsRCU2t8fLV/P2unmt+LGFaIa4y64aX98Qksa97rgz4vMNeLQ==} dependencies: growly: 1.3.0 is-wsl: 2.2.0 @@ -13345,20 +13298,16 @@ packages: - which - write-file-atomic - /npmlog/4.1.2: - resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} + /npmlog/6.0.2: + resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: - are-we-there-yet: 1.1.7 + are-we-there-yet: 3.0.0 console-control-strings: 1.1.0 - gauge: 2.7.4 + gauge: 4.0.4 set-blocking: 2.0.0 dev: true - /number-is-nan/1.0.1: - resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} - engines: {node: '>=0.10.0'} - dev: true - /nwsapi/2.2.0: resolution: {integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==} dev: true @@ -13404,8 +13353,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.3 - has-symbols: 1.0.2 + define-properties: 1.1.4 + has-symbols: 1.0.3 object-keys: 1.1.1 /object.pick/1.3.0: @@ -13431,6 +13380,13 @@ packages: ee-first: 1.1.1 dev: true + /on-finished/2.4.1: + resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} + engines: {node: '>= 0.8'} + dependencies: + ee-first: 1.1.1 + dev: true + /on-headers/1.0.2: resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} engines: {node: '>= 0.8'} @@ -13912,49 +13868,49 @@ packages: engines: {node: '>=0.10.0'} dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.7: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.14: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.7 + postcss: 8.4.14 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.7: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.14: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.7 - postcss: 8.4.7 - postcss-selector-parser: 6.0.9 + icss-utils: 5.1.0_postcss@8.4.14 + postcss: 8.4.14 + postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.7: + /postcss-modules-scope/3.0.0_postcss@8.4.14: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.7 - postcss-selector-parser: 6.0.9 + postcss: 8.4.14 + postcss-selector-parser: 6.0.10 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.7: + /postcss-modules-values/4.0.0_postcss@8.4.14: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.7 - postcss: 8.4.7 + icss-utils: 5.1.0_postcss@8.4.14 + postcss: 8.4.14 dev: true - /postcss-selector-parser/6.0.9: - resolution: {integrity: sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==} + /postcss-selector-parser/6.0.10: + resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 @@ -13965,11 +13921,11 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss/8.4.7: - resolution: {integrity: sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==} + /postcss/8.4.14: + resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: 3.3.1 + nanoid: 3.3.4 picocolors: 1.0.0 source-map-js: 1.0.2 dev: true @@ -14135,11 +14091,6 @@ packages: side-channel: 1.0.4 dev: true - /qs/6.9.7: - resolution: {integrity: sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==} - engines: {node: '>=0.6'} - dev: true - /querystring-es3/0.2.1: resolution: {integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=} engines: {node: '>=0.4.x'} @@ -14179,8 +14130,8 @@ packages: - supports-color dev: true - /qunit/2.18.0: - resolution: {integrity: sha512-Xw/zUm5t1JY8SNErki/qtw4fCuaaOZL+bPloZU+0kto+fO8j1JV9MQWqXO4kATfhEyJohlsKZpfg1HF7GOkpXw==} + /qunit/2.19.1: + resolution: {integrity: sha512-gSGuw0vErE/rNjnlBW/JmE7NNubBlGrDPQvsug32ejYhcVFuZec9yoU0+C30+UgeCGwq6Ap89K65dMGo+kDGZQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -14215,12 +14166,12 @@ packages: string_decoder: 0.10.31 dev: true - /raw-body/2.4.3: - resolution: {integrity: sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==} + /raw-body/2.5.1: + resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} engines: {node: '>= 0.8'} dependencies: bytes: 3.1.2 - http-errors: 1.8.1 + http-errors: 2.0.0 iconv-lite: 0.4.24 unpipe: 1.0.0 dev: true @@ -14231,7 +14182,7 @@ packages: dependencies: deep-extend: 0.6.0 ini: 1.3.8 - minimist: 1.2.5 + minimist: 1.2.6 strip-json-comments: 2.0.1 dev: true @@ -14383,13 +14334,6 @@ packages: safe-regex: 1.1.0 dev: true - /regexp.prototype.flags/1.4.1: - resolution: {integrity: sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - /regexp.prototype.flags/1.4.3: resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} engines: {node: '>= 0.4'} @@ -14397,7 +14341,6 @@ packages: call-bind: 1.0.2 define-properties: 1.1.4 functions-have-names: 1.2.3 - dev: true /regexpp/3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} @@ -14738,14 +14681,6 @@ packages: sourcemap-codec: 1.4.8 dev: true - /rollup/2.68.0: - resolution: {integrity: sha512-XrMKOYK7oQcTio4wyTz466mucnd8LzkiZLozZ4Rz0zQD+HeX4nUK4B8GrTX/2EvN2/vBF/i2WnaXboPxo0JylA==} - engines: {node: '>=10.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - /rollup/2.74.1: resolution: {integrity: sha512-K2zW7kV8Voua5eGkbnBtWYfMIhYhT9Pel2uhBk2WO5eMee161nPze/XRfvEQPFYz7KgrCCnmh2Wy0AMFLGGmMA==} engines: {node: '>=10.0.0'} @@ -14844,8 +14779,8 @@ packages: exec-sh: 0.3.6 execa: 4.1.0 fb-watchman: 2.0.1 - micromatch: 4.0.4 - minimist: 1.2.5 + micromatch: 4.0.5 + minimist: 1.2.6 walker: 1.0.8 dev: true @@ -14878,7 +14813,7 @@ packages: resolution: {integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==} engines: {node: '>= 10.13.0'} dependencies: - '@types/json-schema': 7.0.9 + '@types/json-schema': 7.0.11 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 dev: true @@ -14969,23 +14904,23 @@ packages: dependencies: lru-cache: 6.0.0 - /send/0.17.2: - resolution: {integrity: sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==} + /send/0.18.0: + resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} dependencies: debug: 2.6.9 - depd: 1.1.2 - destroy: 1.0.4 + depd: 2.0.0 + destroy: 1.2.0 encodeurl: 1.0.2 escape-html: 1.0.3 etag: 1.8.1 fresh: 0.5.2 - http-errors: 1.8.1 + http-errors: 2.0.0 mime: 1.6.0 ms: 2.1.3 - on-finished: 2.3.0 + on-finished: 2.4.1 range-parser: 1.2.1 - statuses: 1.5.0 + statuses: 2.0.1 dev: true /serialize-javascript/4.0.0: @@ -15000,14 +14935,14 @@ packages: randombytes: 2.1.0 dev: true - /serve-static/1.14.2: - resolution: {integrity: sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==} + /serve-static/1.15.0: + resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} engines: {node: '>= 0.8.0'} dependencies: encodeurl: 1.0.2 escape-html: 1.0.3 parseurl: 1.3.3 - send: 0.17.2 + send: 0.18.0 dev: true /set-blocking/2.0.0: @@ -15174,8 +15109,8 @@ packages: use: 3.1.1 dev: true - /socket.io-adapter/2.3.3: - resolution: {integrity: sha512-Qd/iwn3VskrpNO60BeRyCyr8ZWw9CPZyitW4AQwmRZ8zCiyDiL+znRnWX6tDHXnWn1sJrM1+b6Mn6wEDJJ4aYQ==} + /socket.io-adapter/2.4.0: + resolution: {integrity: sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==} dev: true /socket.io-parser/4.0.4: @@ -15189,15 +15124,15 @@ packages: - supports-color dev: true - /socket.io/4.4.1: - resolution: {integrity: sha512-s04vrBswdQBUmuWJuuNTmXUVJhP0cVky8bBDhdkf8y0Ptsu7fKU2LuLbts9g+pdmAdyMMn8F/9Mf1/wbtUN0fg==} + /socket.io/4.5.1: + resolution: {integrity: sha512-0y9pnIso5a9i+lJmsCdtmTTgJFFSvNQKDnPQRz28mGNnxbmqYg2QPtJTLFxhymFZhAIn50eHAKzJeiNaKr+yUQ==} engines: {node: '>=10.0.0'} dependencies: accepts: 1.3.8 base64id: 2.0.0 debug: 4.3.4 - engine.io: 6.1.3 - socket.io-adapter: 2.3.3 + engine.io: 6.2.0 + socket.io-adapter: 2.4.0 socket.io-parser: 4.0.4 transitivePeerDependencies: - bufferutil @@ -15209,8 +15144,8 @@ packages: resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==} dev: true - /sort-package-json/1.54.0: - resolution: {integrity: sha512-MA0nRiSfZ4/CNM/9rz70Hwq4PpvtBc3v532tzQSmoaLSdeBB3cCd488xmNruLL0fb/ZdbKlcaDDudwnrObbjBw==} + /sort-package-json/1.57.0: + resolution: {integrity: sha512-FYsjYn2dHTRb41wqnv+uEqCUvBpK3jZcTp9rbz2qDTmel7Pmdtf+i2rLaaPMRZeSVM60V3Se31GyWFpmKs4Q5Q==} hasBin: true dependencies: detect-indent: 6.1.0 @@ -15291,6 +15226,13 @@ packages: engines: {node: '>= 8'} dev: true + /source-map/0.8.0-beta.0: + resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} + engines: {node: '>= 8'} + dependencies: + whatwg-url: 7.1.0 + dev: true + /sourcemap-codec/1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} @@ -15448,15 +15390,6 @@ packages: resolution: {integrity: sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=} dev: true - /string-width/1.0.2: - resolution: {integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=} - engines: {node: '>=0.10.0'} - dependencies: - code-point-at: 1.1.0 - is-fullwidth-code-point: 1.0.0 - strip-ansi: 3.0.1 - dev: true - /string-width/2.1.1: resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} engines: {node: '>=4'} @@ -15478,12 +15411,12 @@ packages: resolution: {integrity: sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==} dependencies: call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.19.1 + define-properties: 1.1.4 + es-abstract: 1.20.1 get-intrinsic: 1.1.1 - has-symbols: 1.0.2 + has-symbols: 1.0.3 internal-slot: 1.0.3 - regexp.prototype.flags: 1.4.1 + regexp.prototype.flags: 1.4.3 side-channel: 1.0.4 /string.prototype.padend/3.1.3: @@ -15495,25 +15428,12 @@ packages: es-abstract: 1.19.1 dev: true - /string.prototype.trimend/1.0.4: - resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - /string.prototype.trimend/1.0.5: resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.1 - dev: true - - /string.prototype.trimstart/1.0.4: - resolution: {integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 /string.prototype.trimstart/1.0.5: resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==} @@ -15521,7 +15441,6 @@ packages: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.1 - dev: true /string_decoder/0.10.31: resolution: {integrity: sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=} @@ -15549,14 +15468,14 @@ packages: resolution: {integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8=} engines: {node: '>=4'} dependencies: - ansi-regex: 3.0.0 + ansi-regex: 3.0.1 dev: true /strip-ansi/5.2.0: resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} engines: {node: '>=6'} dependencies: - ansi-regex: 4.1.0 + ansi-regex: 4.1.1 dev: true /strip-ansi/6.0.1: @@ -15606,7 +15525,7 @@ packages: engines: {node: '>=8'} dev: true - /style-loader/2.0.0_webpack@5.69.1: + /style-loader/2.0.0_webpack@5.72.1: resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15614,7 +15533,7 @@ packages: dependencies: loader-utils: 2.0.2 schema-utils: 3.1.1 - webpack: 5.69.1 + webpack: 5.72.1 dev: true /styled_string/0.0.1: @@ -15683,7 +15602,7 @@ packages: resolution: {integrity: sha512-vngT2JmkSapgq0z7uIoYtB9kWOOzMihAAYq/D3Pjm/ODOGMgS4r++B+OZ09U4hWR6EaOdy9eqQ7/8ygbH3wehA==} engines: {node: 8.* || >= 10.*} dependencies: - debug: 4.3.3 + debug: 4.3.4 heimdalljs: 0.2.6 mkdirp: 0.5.5 rimraf: 3.0.2 @@ -15695,7 +15614,7 @@ packages: resolution: {integrity: sha512-vngT2JmkSapgq0z7uIoYtB9kWOOzMihAAYq/D3Pjm/ODOGMgS4r++B+OZ09U4hWR6EaOdy9eqQ7/8ygbH3wehA==} engines: {node: 8.* || >= 10.*} dependencies: - debug: 4.3.3_supports-color@8.1.1 + debug: 4.3.4_supports-color@8.1.1 heimdalljs: 0.2.6 mkdirp: 0.5.5 rimraf: 3.0.2 @@ -15776,7 +15695,7 @@ packages: worker-farm: 1.7.0 dev: true - /terser-webpack-plugin/5.3.1_webpack@5.69.1: + /terser-webpack-plugin/5.3.1_webpack@5.72.1: resolution: {integrity: sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15796,8 +15715,8 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.0 source-map: 0.6.1 - terser: 5.11.0 - webpack: 5.69.1 + terser: 5.13.1 + webpack: 5.72.1 dev: true /terser/4.8.0: @@ -15805,7 +15724,6 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - acorn: 8.7.0 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.21 @@ -15822,32 +15740,32 @@ packages: source-map-support: 0.5.21 dev: true - /terser/5.12.1: - resolution: {integrity: sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==} + /terser/5.13.1: + resolution: {integrity: sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==} engines: {node: '>=10'} hasBin: true dependencies: acorn: 8.7.0 commander: 2.20.3 - source-map: 0.7.3 + source-map: 0.8.0-beta.0 source-map-support: 0.5.21 dev: true - /testem/3.6.0: - resolution: {integrity: sha512-sXwx2IlOadOhrKf0hsV1Yt/yuYhdfrtJ4dpp7T6pFN62GjMyKifjAv2SFm+4zYHee1JwxheO7JUL0+3iN0rlHw==} + /testem/3.7.0: + resolution: {integrity: sha512-dJWbMiaR0gE1UHeVa0mMisc39Anx5xyyg6Jgxh0G96YD+XTQNrXrz4+m59HQ0dhjQsh091nghXhz7t6tJl3k1w==} engines: {node: '>= 7.*'} hasBin: true dependencies: - '@xmldom/xmldom': 0.7.5 + '@xmldom/xmldom': 0.8.2 backbone: 1.4.1 bluebird: 3.7.2 charm: 1.0.2 commander: 2.20.3 compression: 1.7.4 - consolidate: 0.15.1 + consolidate: 0.16.0 execa: 1.0.0 - express: 4.17.3 - fireworm: 0.7.1 + express: 4.18.1 + fireworm: 0.7.2 glob: 7.2.0 http-proxy: 1.18.1 js-yaml: 3.14.1 @@ -15856,13 +15774,13 @@ packages: lodash.clonedeep: 4.5.0 lodash.find: 4.6.0 lodash.uniqby: 4.7.0 - mkdirp: 0.5.5 - mustache: 3.2.1 - node-notifier: 9.0.1 - npmlog: 4.1.2 + mkdirp: 1.0.4 + mustache: 4.2.0 + node-notifier: 10.0.1 + npmlog: 6.0.2 printf: 0.6.1 - rimraf: 2.7.1 - socket.io: 4.4.1 + rimraf: 3.0.2 + socket.io: 4.5.1 spawn-args: 0.2.0 styled_string: 0.0.1 tap-parser: 7.0.0 @@ -15887,18 +15805,18 @@ packages: resolution: {integrity: sha512-49WtAWS+tcsy93dRt6P0P3AMD2m5PvXRhuEA0kaXos5ZLlujtYmpmFsB+QvWUSxE1ZsstmYXfQ7L40+EcQgpAQ==} engines: {node: '>=0.8'} - /thread-loader/3.0.4_webpack@5.69.1: + /thread-loader/3.0.4_webpack@5.72.1: resolution: {integrity: sha512-ByaL2TPb+m6yArpqQUZvP+5S1mZtXsEP7nWKKlAUTm7fCml8kB5s1uI3+eHRP2bk5mVYfRSBI7FFf+tWEyLZwA==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: json-parse-better-errors: 1.0.2 - loader-runner: 4.2.0 + loader-runner: 4.3.0 loader-utils: 2.0.2 neo-async: 2.6.2 schema-utils: 3.1.1 - webpack: 5.69.1 + webpack: 5.72.1 dev: true /through/2.3.8: @@ -15950,7 +15868,7 @@ packages: body: 5.1.0 debug: 3.2.7 faye-websocket: 0.11.4 - livereload-js: 3.3.3 + livereload-js: 3.4.0 object-assign: 4.1.1 qs: 6.10.3 dev: true @@ -16058,6 +15976,12 @@ packages: resolution: {integrity: sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=} dev: true + /tr46/1.0.1: + resolution: {integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=} + dependencies: + punycode: 2.1.1 + dev: true + /tr46/2.1.0: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} @@ -16131,7 +16055,7 @@ packages: dependencies: '@types/json5': 0.0.29 json5: 1.0.1 - minimist: 1.2.5 + minimist: 1.2.6 strip-bom: 3.0.0 dev: true @@ -16166,14 +16090,14 @@ packages: typescript: 4.2.4 dev: true - /tsutils/3.21.0_typescript@4.5.5: + /tsutils/3.21.0_typescript@4.6.3: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.5.5 + typescript: 4.6.3 dev: true /tsutils/3.21.0_typescript@4.6.4: @@ -16254,7 +16178,7 @@ packages: engines: {node: '>= 0.6'} dependencies: media-typer: 0.3.0 - mime-types: 2.1.34 + mime-types: 2.1.35 dev: true /typedarray-to-buffer/3.1.5: @@ -16267,58 +16191,58 @@ packages: resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} dev: true - /typedoc-github-wiki-theme/1.0.0_ck55l5o2otfkl5rjqkwdsu4c34: - resolution: {integrity: sha512-8ZuRBSTq15j7oTCMRAiZV3t7KH+Y6tOXkEcyRj5HUEwCgd08DCfXpSrLHjXc83MlvvGi+16n7LuXK17NkEjf/g==} + /typedoc-github-wiki-theme/1.0.1_p3l43hnyu3cxw6cv66izrugeie: + resolution: {integrity: sha512-FaO7fENGK6IJLpkddbNXxJfNbooF9KBC7xfk7Lj4uqG5SCC7YQFPTLDyNmbpJKO93QEenRYgqBwI5E5d/bKrHw==} peerDependencies: typedoc: '>=0.22.9' typedoc-plugin-markdown: '>=3.11.10' dependencies: - typedoc: 0.22.12_typescript@4.6.3 - typedoc-plugin-markdown: 3.11.14_typedoc@0.22.12 + typedoc: 0.22.15_typescript@4.6.3 + typedoc-plugin-markdown: 3.12.1_typedoc@0.22.15 dev: true - /typedoc-gitlab-wiki-theme/1.0.0_ck55l5o2otfkl5rjqkwdsu4c34: + /typedoc-gitlab-wiki-theme/1.0.0_p3l43hnyu3cxw6cv66izrugeie: resolution: {integrity: sha512-R9qWKh2EUcMr5ySweSqEIYzBZE9Pw3t3sLN8NzyrSo5SNNmcbt/oKMOyTKdoOpn3DzMqMRRxzujtx+xJ+Mt4Qg==} peerDependencies: typedoc: '>=0.22.9' typedoc-plugin-markdown: '>=3.11.10' dependencies: - typedoc: 0.22.12_typescript@4.6.3 - typedoc-plugin-markdown: 3.11.14_typedoc@0.22.12 + typedoc: 0.22.15_typescript@4.6.3 + typedoc-plugin-markdown: 3.12.1_typedoc@0.22.15 dev: true /typedoc-plugin-markdown-pages/0.3.0: resolution: {integrity: sha512-QVWs6eL0BEOiRgJm6wRRgE8kESFv85HlefLv14ZbMM2VQ1HqErVeT9ukbhkYMznsD/juAsX3Xc5M+Ju7/ZDq4Q==} dev: true - /typedoc-plugin-markdown/3.11.14_typedoc@0.22.12: - resolution: {integrity: sha512-lh47OQvl0079nB18YL9wuTRRhMpjo300SZKfx/xpQY8qG+GINeSxTod95QBELeI0NP81sNtUbemRDrn5nyef4Q==} + /typedoc-plugin-markdown/3.12.1_typedoc@0.22.15: + resolution: {integrity: sha512-gMntJq7+JlGJZ5sVjrkzO/rG2dsmNBbWk5ZkcKvYu6QOeBwGcK5tzEyS0aqnFTJj9GCHCB+brAnTuKtAyotNwA==} peerDependencies: typedoc: '>=0.22.0' dependencies: handlebars: 4.7.7 - typedoc: 0.22.12_typescript@4.6.3 + typedoc: 0.22.15_typescript@4.6.3 dev: true - /typedoc-plugin-mdn-links/1.0.5_typedoc@0.22.12: - resolution: {integrity: sha512-zAw2XBJx4i3aWBz/BkKNLsKpYzFcJYRM2GGafFmPvUTPi3yOXvCW4IjeiSvjEk17kSiYHspKSZ486zS5lCPkqQ==} + /typedoc-plugin-mdn-links/1.0.6_typedoc@0.22.15: + resolution: {integrity: sha512-ee+uJXZH8vXzi5wpXBc+Wgjt30hQdRE3SyUvAHVoBbHsoqkGbs4hMTDo9mU8aQsZ2MZkve0nTmN3eVc79YN/Qg==} peerDependencies: typedoc: 0.22.x dependencies: - typedoc: 0.22.12_typescript@4.6.3 + typedoc: 0.22.15_typescript@4.6.3 dev: true - /typedoc/0.22.12_typescript@4.6.3: - resolution: {integrity: sha512-FcyC+YuaOpr3rB9QwA1IHOi9KnU2m50sPJW5vcNRPCIdecp+3bFkh7Rq5hBU1Fyn29UR2h4h/H7twZHWDhL0sw==} + /typedoc/0.22.15_typescript@4.6.3: + resolution: {integrity: sha512-CMd1lrqQbFvbx6S9G6fL4HKp3GoIuhujJReWqlIvSb2T26vGai+8Os3Mde7Pn832pXYemd9BMuuYWhFpL5st0Q==} engines: {node: '>= 12.10.0'} hasBin: true peerDependencies: - typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x + typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x dependencies: glob: 7.2.0 lunr: 2.3.9 marked: 4.0.12 - minimatch: 3.1.2 + minimatch: 5.1.0 shiki: 0.10.1 typescript: 4.6.3 dev: true @@ -16332,12 +16256,6 @@ packages: hasBin: true dev: true - /typescript/4.5.5: - resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: true - /typescript/4.6.3: resolution: {integrity: sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==} engines: {node: '>=4.2.0'} @@ -16366,14 +16284,6 @@ packages: dev: true optional: true - /unbox-primitive/1.0.1: - resolution: {integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==} - dependencies: - function-bind: 1.1.1 - has-bigints: 1.0.1 - has-symbols: 1.0.2 - which-boxed-primitive: 1.0.2 - /unbox-primitive/1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: @@ -16381,7 +16291,6 @@ packages: has-bigints: 1.0.2 has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - dev: true /underscore.string/3.3.6: resolution: {integrity: sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==} @@ -16389,8 +16298,8 @@ packages: sprintf-js: 1.1.2 util-deprecate: 1.0.2 - /underscore/1.13.2: - resolution: {integrity: sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g==} + /underscore/1.13.3: + resolution: {integrity: sha512-QvjkYpiD+dJJraRA8+dGAU4i7aBbb2s0S3jA45TFOvg2VgqvdCDd/3N6CqA8gluk1W91GLoXg5enMUx560QzuA==} dev: true /unicode-canonical-property-names-ecmascript/2.0.0: @@ -16712,6 +16621,10 @@ packages: resolution: {integrity: sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=} dev: true + /webidl-conversions/4.0.2: + resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} + dev: true + /webidl-conversions/5.0.0: resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} engines: {node: '>=8'} @@ -16772,8 +16685,8 @@ packages: webpack-sources: 1.4.3 dev: true - /webpack/5.69.1: - resolution: {integrity: sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==} + /webpack/5.72.1: + resolution: {integrity: sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -16789,21 +16702,21 @@ packages: '@webassemblyjs/wasm-parser': 1.11.1 acorn: 8.7.0 acorn-import-assertions: 1.8.0_acorn@8.7.0 - browserslist: 4.19.3 + browserslist: 4.20.3 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.9.1 + enhanced-resolve: 5.9.3 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 graceful-fs: 4.2.9 - json-parse-better-errors: 1.0.2 - loader-runner: 4.2.0 - mime-types: 2.1.34 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.1_webpack@5.69.1 + terser-webpack-plugin: 5.3.1_webpack@5.72.1 watchpack: 2.3.1 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -16816,7 +16729,7 @@ packages: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} dependencies: - http-parser-js: 0.5.5 + http-parser-js: 0.5.6 safe-buffer: 5.2.1 websocket-extensions: 0.1.4 dev: true @@ -16847,6 +16760,14 @@ packages: webidl-conversions: 3.0.1 dev: true + /whatwg-url/7.1.0: + resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} + dependencies: + lodash.sortby: 4.7.0 + tr46: 1.0.1 + webidl-conversions: 4.0.2 + dev: true + /whatwg-url/8.7.0: resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} engines: {node: '>=10'} diff --git a/testing/ember-app/package.json b/testing/ember-app/package.json index a84eb1545..20a67f232 100644 --- a/testing/ember-app/package.json +++ b/testing/ember-app/package.json @@ -107,7 +107,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-qunit": "^7.2.0", "loader.js": "^4.7.0", - "msw": "^0.39.2", + "msw": "^0.40.2", "npm-run-all": "^4.1.5", "prettier": "^2.3.2", "qunit": "^2.16.0", diff --git a/testing/ember-app/public/mockServiceWorker.js b/testing/ember-app/public/mockServiceWorker.js index 0966a9df4..d55fc01a0 100644 --- a/testing/ember-app/public/mockServiceWorker.js +++ b/testing/ember-app/public/mockServiceWorker.js @@ -2,7 +2,7 @@ /* tslint:disable */ /** - * Mock Service Worker (0.39.2). + * Mock Service Worker (0.40.2). * @see https://github.com/mswjs/msw * - Please do NOT modify this file. * - Please do NOT serve this file on production. From 11a7a660fe7643d2c5fcd62d71388d20eec6c2bd Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Sat, 21 May 2022 13:08:01 -0400 Subject: [PATCH 2/3] chore: revert lockfile to main and re-install --- pnpm-lock.yaml | 1533 +++++++++++++++++++++++++----------------------- 1 file changed, 811 insertions(+), 722 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c73d009da..fba9d6136 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,12 +37,12 @@ importers: tmp-promise: ^3.0.3 yaml: 2.1.0 devDependencies: - esbuild: 0.14.39 + esbuild: 0.14.34 filesize: 8.0.7 globby: 13.1.1 gzip-cli: 1.2.0 js-yaml: 4.1.0 - terser: 5.13.1 + terser: 5.12.1 tmp-promise: 3.0.3 yaml: 2.1.0 @@ -64,12 +64,12 @@ importers: typedoc-plugin-mdn-links: ^1.0.4 typescript: 4.6.3 devDependencies: - typedoc: 0.22.15_typescript@4.6.3 - typedoc-github-wiki-theme: 1.0.1_p3l43hnyu3cxw6cv66izrugeie - typedoc-gitlab-wiki-theme: 1.0.0_p3l43hnyu3cxw6cv66izrugeie - typedoc-plugin-markdown: 3.12.1_typedoc@0.22.15 + typedoc: 0.22.12_typescript@4.6.3 + typedoc-github-wiki-theme: 1.0.0_ck55l5o2otfkl5rjqkwdsu4c34 + typedoc-gitlab-wiki-theme: 1.0.0_ck55l5o2otfkl5rjqkwdsu4c34 + typedoc-plugin-markdown: 3.11.14_typedoc@0.22.12 typedoc-plugin-markdown-pages: 0.3.0 - typedoc-plugin-mdn-links: 1.0.6_typedoc@0.22.15 + typedoc-plugin-mdn-links: 1.0.5_typedoc@0.22.12 typescript: 4.6.3 ember-resources: @@ -242,19 +242,19 @@ importers: ember-async-data: 0.6.0_@babel+core@7.18.0 ember-concurrency: 2.2.1_@babel+core@7.18.0 ember-concurrency-ts: 0.3.1_ember-concurrency@2.2.1 - ember-functions-as-helper-polyfill: 2.1.1_ember-source@4.0.1 + ember-functions-as-helper-polyfill: 2.0.1 ember-resources: link:../../ember-resources devDependencies: '@babel/core': 7.18.0 '@ember/optional-features': 2.0.0 - '@ember/test-helpers': 2.8.1_4xwe4zcg7gxd7seqxuljxynk6q + '@ember/test-helpers': 2.6.0_@babel+core@7.18.0 '@embroider/compat': 1.6.0_@embroider+core@1.6.0 '@embroider/core': 1.6.0 '@embroider/test-setup': 1.6.0 - '@embroider/webpack': 1.6.0_xcawtvs4pwa7koczjjpyrnvpqq - '@glimmer/component': 1.1.2_@babel+core@7.18.0 + '@embroider/webpack': 1.6.0_63cabxdo7ziexyelqoko5hugni + '@glimmer/component': 1.0.4_@babel+core@7.18.0 '@glimmer/tracking': 1.0.4 - '@nullvoxpopuli/eslint-configs': 2.2.0_typescript@4.6.3 + '@nullvoxpopuli/eslint-configs': 2.2.0_typescript@4.5.5 '@types/ember__application': 4.0.0 '@types/ember__array': 4.0.1 '@types/ember__component': 4.0.5 @@ -285,44 +285,44 @@ importers: '@types/rsvp': 4.0.4 babel-eslint: 10.1.0_eslint@7.32.0 broccoli-asset-rev: 3.0.0 - ember-auto-import: 2.4.0_webpack@5.72.1 + ember-auto-import: 2.4.0_webpack@5.69.1 ember-cli: 4.1.1 ember-cli-app-version: 5.0.0 ember-cli-babel: 7.26.11 - ember-cli-dependency-checker: 3.3.1_ember-cli@4.1.1 + ember-cli-dependency-checker: 3.2.0 ember-cli-htmlbars: 6.0.1 ember-cli-inject-live-reload: 2.1.0 ember-cli-sri: 2.1.1 ember-cli-terser: 4.0.2 ember-cli-typescript: 4.2.1 ember-cli-typescript-blueprints: 3.0.0 - ember-data: 4.0.2_qqaml4ljchhh37dxp4aoesgrby + ember-data: 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce ember-export-application-global: 2.0.1 ember-fetch: 8.1.1 ember-load-initializers: 2.1.2_@babel+core@7.18.0 ember-maybe-import-regenerator: 1.0.0 ember-page-title: 7.0.0 - ember-qunit: 5.1.5_m2vpijm5kklvqmlfibufmotnbi + ember-qunit: 5.1.5_fllaz7eu7xuvowviafj6ges6hm ember-resolver: 8.0.3_@babel+core@7.18.0 - ember-source: 4.0.1_qqaml4ljchhh37dxp4aoesgrby + ember-source: 4.0.1_3m64hf2v7lyg4hcd5oq4q3hzce ember-source-channel-url: 3.0.0 ember-template-lint: 3.16.0 ember-try: 2.0.0 - ember-welcome-page: 6.2.0 + ember-welcome-page: 6.1.0 eslint: 7.32.0 - eslint-config-prettier: 8.4.0_eslint@7.32.0 - eslint-plugin-ember: 10.5.9_eslint@7.32.0 + eslint-config-prettier: 8.5.0_eslint@7.32.0 + eslint-plugin-ember: 10.6.1_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 - eslint-plugin-prettier: 4.0.0_5u7oomrk4c6c4veizye6iqamma + eslint-plugin-prettier: 4.0.0_z7eskpggz6hgh3lpmotlmahgxe eslint-plugin-qunit: 7.2.0_eslint@7.32.0 loader.js: 4.7.0 - msw: 0.40.2_typescript@4.6.3 + msw: 0.40.2_typescript@4.5.5 npm-run-all: 4.1.5 prettier: 2.5.1 - qunit: 2.19.1 + qunit: 2.18.0 qunit-dom: 2.0.0 - typescript: 4.6.3 - webpack: 5.72.1 + typescript: 4.5.5 + webpack: 5.69.1 testing/ember-concurrency-v1: specifiers: @@ -414,12 +414,12 @@ importers: devDependencies: '@babel/core': 7.18.0 '@ember/optional-features': 2.0.0 - '@ember/test-helpers': 2.8.1_o5uwonrjsugny6bix72lhu6dx4 + '@ember/test-helpers': 2.6.0_@babel+core@7.18.0 '@ember/test-waiters': 3.0.1 - '@embroider/test-setup': 1.6.0 - '@glimmer/component': 1.1.2_@babel+core@7.18.0 + '@embroider/test-setup': 1.2.0 + '@glimmer/component': 1.0.4_@babel+core@7.18.0 '@glimmer/tracking': 1.0.4 - '@nullvoxpopuli/eslint-configs': 2.2.0_typescript@4.6.3 + '@nullvoxpopuli/eslint-configs': 2.2.0_typescript@4.5.5 '@types/ember__application': 4.0.0 '@types/ember__array': 4.0.1 '@types/ember__component': 4.0.5 @@ -449,30 +449,30 @@ importers: '@types/rsvp': 4.0.4 babel-eslint: 10.1.0_eslint@7.32.0 broccoli-asset-rev: 3.0.0 - ember-auto-import: 2.4.0_webpack@5.72.1 + ember-auto-import: 2.4.0_webpack@5.69.1 ember-cli: 4.1.1 ember-cli-app-version: 5.0.0 ember-cli-babel: 7.26.11 - ember-cli-dependency-checker: 3.3.1_ember-cli@4.1.1 + ember-cli-dependency-checker: 3.2.0 ember-cli-htmlbars: 6.0.1 ember-cli-inject-live-reload: 2.1.0 ember-cli-sri: 2.1.1 ember-cli-terser: 4.0.2 ember-cli-typescript: 4.2.1 ember-cli-typescript-blueprints: 3.0.0 - ember-data: 4.0.2_qqaml4ljchhh37dxp4aoesgrby + ember-data: 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce ember-export-application-global: 2.0.1 ember-fetch: 8.1.1 ember-load-initializers: 2.1.2_@babel+core@7.18.0 ember-maybe-import-regenerator: 1.0.0 ember-page-title: 7.0.0 - ember-qunit: 5.1.5_m2vpijm5kklvqmlfibufmotnbi + ember-qunit: 5.1.5_fllaz7eu7xuvowviafj6ges6hm ember-resolver: 8.0.3_@babel+core@7.18.0 - ember-source: 3.28.9_@babel+core@7.18.0 + ember-source: 3.28.8_@babel+core@7.18.0 ember-source-channel-url: 3.0.0 ember-template-lint: 3.16.0 ember-try: 2.0.0 - ember-welcome-page: 6.2.0 + ember-welcome-page: 6.1.0 eslint: 7.32.0 eslint-config-prettier: 8.4.0_eslint@7.32.0 eslint-plugin-ember: 10.5.9_eslint@7.32.0 @@ -482,10 +482,10 @@ importers: loader.js: 4.7.0 npm-run-all: 4.1.5 prettier: 2.5.1 - qunit: 2.19.1 + qunit: 2.18.0 qunit-dom: 2.0.0 - typescript: 4.6.3 - webpack: 5.72.1 + typescript: 4.5.5 + webpack: 5.69.1 packages: @@ -649,6 +649,23 @@ packages: transitivePeerDependencies: - supports-color + /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.18.0: + resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.18.0 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-function-name': 7.17.9 + '@babel/helper-member-expression-to-functions': 7.16.7 + '@babel/helper-optimise-call-expression': 7.16.7 + '@babel/helper-replace-supers': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + transitivePeerDependencies: + - supports-color + /@babel/helper-create-class-features-plugin/7.17.9_3gfknhlqindusu252ta6mlbsce: resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==} engines: {node: '>=6.9.0'} @@ -704,7 +721,7 @@ packages: '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 '@babel/traverse': 7.18.0_supports-color@8.1.1 - debug: 4.3.4_supports-color@8.1.1 + debug: 4.3.3_supports-color@8.1.1 lodash.debounce: 4.0.8 resolve: 1.22.0 semver: 6.3.0 @@ -722,7 +739,7 @@ packages: '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 '@babel/traverse': 7.18.0 - debug: 4.3.4 + debug: 4.3.3 lodash.debounce: 4.0.8 resolve: 1.22.0 semver: 6.3.0 @@ -754,6 +771,12 @@ packages: dependencies: '@babel/types': 7.18.0 + /@babel/helper-member-expression-to-functions/7.16.7: + resolution: {integrity: sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.18.0 + /@babel/helper-member-expression-to-functions/7.17.7: resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==} engines: {node: '>=6.9.0'} @@ -1130,6 +1153,22 @@ packages: - supports-color dev: true + /@babel/plugin-proposal-decorators/7.17.2_@babel+core@7.18.0: + resolution: {integrity: sha512-WH8Z95CwTq/W8rFbMqb9p3hicpt4RX4f0K659ax2VHxgOyT6qQmUaEVEjIh4WR9Eh9NymkVn5vwsrE68fAQNUw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.0 + '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.18.0 + '@babel/helper-plugin-utils': 7.17.12 + '@babel/helper-replace-supers': 7.16.7 + '@babel/plugin-syntax-decorators': 7.17.0_@babel+core@7.18.0 + charcodes: 0.2.0 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-proposal-decorators/7.17.9_3gfknhlqindusu252ta6mlbsce: resolution: {integrity: sha512-EfH2LZ/vPa2wuPwJ26j+kYRkaubf89UlwxKXtxqEm57HrgSEYDB8t4swFP+p8LcI9yiP9ZRJJjo/58hS6BnaDA==} engines: {node: '>=6.9.0'} @@ -1777,7 +1816,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.0 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-transform-object-super/7.16.7_3gfknhlqindusu252ta6mlbsce: @@ -1963,7 +2002,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.0 - '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.18.0 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.18.0 transitivePeerDependencies: @@ -1976,8 +2015,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.0 - '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.18.0 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.18.0 + '@babel/helper-plugin-utils': 7.16.7 '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.18.0 transitivePeerDependencies: - supports-color @@ -2209,6 +2248,13 @@ packages: dependencies: regenerator-runtime: 0.13.9 + /@babel/runtime/7.17.2: + resolution: {integrity: sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.9 + dev: true + /@babel/runtime/7.17.8: resolution: {integrity: sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==} engines: {node: '>=6.9.0'} @@ -2282,7 +2328,6 @@ packages: dependencies: '@babel/helper-validator-identifier': 7.16.7 to-fast-properties: 2.0.0 - dev: true /@babel/types/7.17.12: resolution: {integrity: sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==} @@ -2449,15 +2494,15 @@ packages: chalk: 4.1.2 dev: true - /@ember-data/adapter/4.0.2_qqaml4ljchhh37dxp4aoesgrby: + /@ember-data/adapter/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: resolution: {integrity: sha512-tOqlpaJSlgsA0xv+kXcLYFlhsgIJ/pJc/ldUPkJAyq47LP0l/u7zqY+u+ek6TA+qRGU1YLT5eUVQ9GwdEbRcQA==} engines: {node: 12.* || >= 14.*} dependencies: '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 - '@ember-data/store': 4.0.2_qqaml4ljchhh37dxp4aoesgrby + '@ember-data/store': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce '@ember/edition-utils': 1.2.0 '@ember/string': 3.0.0 - ember-auto-import: 2.4.0_webpack@5.72.1 + ember-auto-import: 2.4.0_webpack@5.69.1 ember-cli-babel: 7.26.11 ember-cli-test-info: 1.0.0 ember-cli-typescript: 4.2.1 @@ -2477,14 +2522,14 @@ packages: - supports-color dev: true - /@ember-data/debug/4.0.2_qqaml4ljchhh37dxp4aoesgrby: + /@ember-data/debug/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: resolution: {integrity: sha512-MhyPF90LsksihSn8GvqslG/H8ASGLiaNJ2YfdcI+lOGgoCsuNtxbcfcfFxQE5WNbnjkNxohZznAQ/tcwch4TjA==} engines: {node: 12.* || >= 14.*} dependencies: '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 '@ember/edition-utils': 1.2.0 '@ember/string': 3.0.0 - ember-auto-import: 2.4.0_webpack@5.72.1 + ember-auto-import: 2.4.0_webpack@5.69.1 ember-cli-babel: 7.26.11 ember-cli-test-info: 1.0.0 ember-cli-typescript: 4.2.1 @@ -2494,16 +2539,16 @@ packages: - webpack dev: true - /@ember-data/model/4.0.2_qqaml4ljchhh37dxp4aoesgrby: + /@ember-data/model/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: resolution: {integrity: sha512-dkwz3iKNp03ACqbD6oTp4ouqSz/ja41Q17jjb/KKK65ym6J0Y6OvtMVBlzHb+UpnHfKVkKAdpslk8svUm3T8vg==} engines: {node: 12.* || >= 14.*} dependencies: '@ember-data/canary-features': 4.0.2 '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 - '@ember-data/store': 4.0.2_qqaml4ljchhh37dxp4aoesgrby + '@ember-data/store': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce '@ember/edition-utils': 1.2.0 '@ember/string': 3.0.0 - ember-auto-import: 2.4.0_webpack@5.72.1 + ember-auto-import: 2.4.0_webpack@5.69.1 ember-cached-decorator-polyfill: 0.1.4_@babel+core@7.18.0 ember-cli-babel: 7.26.11 ember-cli-string-utils: 1.1.0 @@ -2552,15 +2597,15 @@ packages: - supports-color dev: true - /@ember-data/record-data/4.0.2_qqaml4ljchhh37dxp4aoesgrby: + /@ember-data/record-data/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: resolution: {integrity: sha512-F1oiMcmeGQkaVp50j6MTeE7sAPSBLUhMnfNRDO70jhVIcMmj0W1W6qvRbk3tVOq+TZ7+Jc8TFWh+43gC6EBfsQ==} engines: {node: 12.* || >= 14.*} dependencies: '@ember-data/canary-features': 4.0.2 '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 - '@ember-data/store': 4.0.2_qqaml4ljchhh37dxp4aoesgrby + '@ember-data/store': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce '@ember/edition-utils': 1.2.0 - ember-auto-import: 2.4.0_webpack@5.72.1 + ember-auto-import: 2.4.0_webpack@5.69.1 ember-cli-babel: 7.26.11 ember-cli-test-info: 1.0.0 ember-cli-typescript: 4.2.1 @@ -2573,13 +2618,13 @@ packages: /@ember-data/rfc395-data/0.0.4: resolution: {integrity: sha512-tGRdvgC9/QMQSuSuJV45xoyhI0Pzjm7A9o/MVVA3HakXIImJbbzx/k/6dO9CUEQXIyS2y0fW6C1XaYOG7rY0FQ==} - /@ember-data/serializer/4.0.2_qqaml4ljchhh37dxp4aoesgrby: + /@ember-data/serializer/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: resolution: {integrity: sha512-He8olHmgARXrHx+Gi1F2z4BSN2YmLm3GnIjPuTXjrRpgRV1u7EFrt1H84yo3voYA9c7PIIHoxhLyitm2sfWyBQ==} engines: {node: 12.* || >= 14.*} dependencies: '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 - '@ember-data/store': 4.0.2_qqaml4ljchhh37dxp4aoesgrby - ember-auto-import: 2.4.0_webpack@5.72.1 + '@ember-data/store': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + ember-auto-import: 2.4.0_webpack@5.69.1 ember-cli-babel: 7.26.11 ember-cli-test-info: 1.0.0 ember-cli-typescript: 4.2.1 @@ -2589,7 +2634,7 @@ packages: - webpack dev: true - /@ember-data/store/4.0.2_qqaml4ljchhh37dxp4aoesgrby: + /@ember-data/store/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: resolution: {integrity: sha512-+WJUAP1Xz+N+UAssEqipuBsQ38HoHCmQL470Hr6aZ5jK2rs3yZ4X3GGa+Mj2aRNTTDbNEP3w7tnTQyXElzZkJA==} engines: {node: 12.* || >= 14.*} dependencies: @@ -2597,7 +2642,7 @@ packages: '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 '@ember/string': 3.0.0 '@glimmer/tracking': 1.0.4 - ember-auto-import: 2.4.0_webpack@5.72.1 + ember-auto-import: 2.4.0_webpack@5.69.1 ember-cached-decorator-polyfill: 0.1.4_@babel+core@7.18.0 ember-cli-babel: 7.26.11 ember-cli-path-utils: 1.0.0 @@ -2651,41 +2696,16 @@ packages: - supports-color dev: true - /@ember/test-helpers/2.8.1_4xwe4zcg7gxd7seqxuljxynk6q: - resolution: {integrity: sha512-jbsYwWyAdhL/pdPu7Gb3SG1gvIXY70FWMtC/Us0Kmvk82Y+5YUQ1SOC0io75qmOGYQmH7eQrd/bquEVd+4XtdQ==} + /@ember/test-helpers/2.6.0_@babel+core@7.18.0: + resolution: {integrity: sha512-N5sr3layWk60wB3maCy+/5hFHQRcTh8aqxcZTSs3Od9QkuHdWBtRgMGLP/35mXpJlgWuu3xqLpt6u3dGHc8gCg==} engines: {node: 10.* || 12.* || 14.* || 15.* || >= 16.*} - peerDependencies: - ember-source: '>=3.8.0' dependencies: '@ember/test-waiters': 3.0.1 - '@embroider/macros': 1.6.0 - '@embroider/util': 1.6.0_ember-source@4.0.1 broccoli-debug: 0.6.5 broccoli-funnel: 3.0.8 ember-cli-babel: 7.26.11 ember-cli-htmlbars: 5.7.2 ember-destroyable-polyfill: 2.0.3_@babel+core@7.18.0 - ember-source: 4.0.1_qqaml4ljchhh37dxp4aoesgrby - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - - /@ember/test-helpers/2.8.1_o5uwonrjsugny6bix72lhu6dx4: - resolution: {integrity: sha512-jbsYwWyAdhL/pdPu7Gb3SG1gvIXY70FWMtC/Us0Kmvk82Y+5YUQ1SOC0io75qmOGYQmH7eQrd/bquEVd+4XtdQ==} - engines: {node: 10.* || 12.* || 14.* || 15.* || >= 16.*} - peerDependencies: - ember-source: '>=3.8.0' - dependencies: - '@ember/test-waiters': 3.0.1 - '@embroider/macros': 1.6.0 - '@embroider/util': 1.6.0_ember-source@3.28.9 - broccoli-debug: 0.6.5 - broccoli-funnel: 3.0.8 - ember-cli-babel: 7.26.11 - ember-cli-htmlbars: 5.7.2 - ember-destroyable-polyfill: 2.0.3_@babel+core@7.18.0 - ember-source: 3.28.9_@babel+core@7.18.0 transitivePeerDependencies: - '@babel/core' - supports-color @@ -2726,7 +2746,7 @@ packages: '@embroider/shared-internals': 1.6.0 semver: 7.3.7 - /@embroider/babel-loader-8/1.6.0_5ovjoofw6igcgzch6q3omcfzve: + /@embroider/babel-loader-8/1.6.0_7npdpokhm4bx34faa6rlo7xxyi: resolution: {integrity: sha512-re/fAMTBFqO8le8yrSz5Zc7p3w4Y8ZlYUMl2Y1L0p6/bHxhQ4lbUpsP4mAWo6rySSdwUpk9CUyWtHUHK1S1Whg==} engines: {node: 12.* || 14.* || >= 16} dependencies: @@ -2734,7 +2754,7 @@ packages: '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.18.0 '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.18.0 '@embroider/core': 1.6.0_supports-color@8.1.1 - babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby + babel-loader: 8.2.3_3m64hf2v7lyg4hcd5oq4q3hzce transitivePeerDependencies: - bufferutil - canvas @@ -2759,7 +2779,7 @@ packages: '@embroider/macros': 1.6.0 '@embroider/shared-internals': 1.6.0 '@types/babel__code-frame': 7.0.3 - '@types/yargs': 17.0.10 + '@types/yargs': 17.0.8 assert-never: 1.2.1 babel-plugin-syntax-dynamic-import: 6.18.0 babylon: 6.18.0 @@ -2808,12 +2828,12 @@ packages: '@embroider/shared-internals': 1.6.0 assert-never: 1.2.1 babel-import-util: 1.1.0 - babel-plugin-ember-template-compilation: 1.0.2 + babel-plugin-ember-template-compilation: 1.0.1 broccoli-node-api: 1.7.0 broccoli-persistent-filter: 3.1.2 broccoli-plugin: 4.0.7 broccoli-source: 3.0.1 - debug: 4.3.4 + debug: 4.3.3 escape-string-regexp: 4.0.0 fast-sourcemap-concat: 1.4.0 filesize: 5.0.3 @@ -2850,12 +2870,12 @@ packages: '@embroider/shared-internals': 1.6.0 assert-never: 1.2.1 babel-import-util: 1.1.0 - babel-plugin-ember-template-compilation: 1.0.2 + babel-plugin-ember-template-compilation: 1.0.1 broccoli-node-api: 1.7.0 broccoli-persistent-filter: 3.1.2_supports-color@8.1.1 broccoli-plugin: 4.0.7 broccoli-source: 3.0.1 - debug: 4.3.4_supports-color@8.1.1 + debug: 4.3.3_supports-color@8.1.1 escape-string-regexp: 4.0.0 fast-sourcemap-concat: 1.4.0 filesize: 5.0.3 @@ -2878,7 +2898,7 @@ packages: - utf-8-validate dev: true - /@embroider/hbs-loader/1.6.0_xcawtvs4pwa7koczjjpyrnvpqq: + /@embroider/hbs-loader/1.6.0_63cabxdo7ziexyelqoko5hugni: resolution: {integrity: sha512-WwZ6vaG5GevL4xpSXj5tIziaubdoB+dMFoI7rqved8To5WK1MfHJFhHp8S9s0KyzSwb/dL1SdjVzYWbB6SAbzg==} engines: {node: 12.* || 14.* || >= 16} peerDependencies: @@ -2886,7 +2906,7 @@ packages: webpack: ^5 dependencies: '@embroider/core': 1.6.0 - webpack: 5.72.1 + webpack: 5.69.1 dev: true /@embroider/macros/1.2.0: @@ -2947,7 +2967,6 @@ packages: resolve-package-path: 4.0.3 semver: 7.3.5 typescript-memoize: 1.1.0 - dev: false /@embroider/shared-internals/1.5.0: resolution: {integrity: sha512-kdR7Fh2YdzsNofJO+DJxLfrlMbW4/NNf78aMXgE21z/tg9GO5W2mKlI1DzsO2JlO5yfZdiYfqb9C9vSLJEx14A==} @@ -2975,43 +2994,23 @@ packages: semver: 7.3.7 typescript-memoize: 1.1.0 - /@embroider/test-setup/1.6.0: - resolution: {integrity: sha512-6U+NsfGL9ubADreLCnOWMCVFpoU4/DzHlbgfEH3NE+rcdF+2WbY8VP+MeqjjccoES0HvhIeUKvoIbiqkoWAbhQ==} + /@embroider/test-setup/1.2.0: + resolution: {integrity: sha512-2N/+yqNmiDmh+wCDCPPYFSJX7wInWwQPEEkCU8GHM/S0GUHS6tsMEZK5ZxlbgLDCT/OP2AxGpeWIEBUMgQsA8w==} engines: {node: 12.* || 14.* || >= 16} dependencies: lodash: 4.17.21 resolve: 1.22.0 dev: true - /@embroider/util/1.6.0_ember-source@3.28.9: - resolution: {integrity: sha512-oUQDAMiAATHsiNwEMH/SzNSQ/Z5wDr9f6NImsDIFLvDT6T34/p7cqR4wyfrfMRtcc1EB6PbwhZ6bXYsJ6QPWRA==} - engines: {node: 12.* || 14.* || >= 16} - peerDependencies: - ember-source: '*' - dependencies: - '@embroider/macros': 1.6.0 - broccoli-funnel: 3.0.8 - ember-cli-babel: 7.26.11 - ember-source: 3.28.9_@babel+core@7.18.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@embroider/util/1.6.0_ember-source@4.0.1: - resolution: {integrity: sha512-oUQDAMiAATHsiNwEMH/SzNSQ/Z5wDr9f6NImsDIFLvDT6T34/p7cqR4wyfrfMRtcc1EB6PbwhZ6bXYsJ6QPWRA==} + /@embroider/test-setup/1.6.0: + resolution: {integrity: sha512-6U+NsfGL9ubADreLCnOWMCVFpoU4/DzHlbgfEH3NE+rcdF+2WbY8VP+MeqjjccoES0HvhIeUKvoIbiqkoWAbhQ==} engines: {node: 12.* || 14.* || >= 16} - peerDependencies: - ember-source: '*' dependencies: - '@embroider/macros': 1.6.0 - broccoli-funnel: 3.0.8 - ember-cli-babel: 7.26.11 - ember-source: 4.0.1_qqaml4ljchhh37dxp4aoesgrby - transitivePeerDependencies: - - supports-color + lodash: 4.17.21 + resolve: 1.22.0 dev: true - /@embroider/webpack/1.6.0_xcawtvs4pwa7koczjjpyrnvpqq: + /@embroider/webpack/1.6.0_63cabxdo7ziexyelqoko5hugni: resolution: {integrity: sha512-4s0pGkYYR4JihEgJvkSadiiL1CNzsD5hIxKA0g5RqF2h9nx59oLnS9i0Is4IcA7GQ4pfGUluA4kATPfCWrugnQ==} engines: {node: 12.* || 14.* || >= 16} peerDependencies: @@ -3021,28 +3020,28 @@ packages: '@babel/core': 7.18.0_supports-color@8.1.1 '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.18.0 '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.18.0 - '@embroider/babel-loader-8': 1.6.0_5ovjoofw6igcgzch6q3omcfzve + '@embroider/babel-loader-8': 1.6.0_7npdpokhm4bx34faa6rlo7xxyi '@embroider/core': 1.6.0 - '@embroider/hbs-loader': 1.6.0_xcawtvs4pwa7koczjjpyrnvpqq + '@embroider/hbs-loader': 1.6.0_63cabxdo7ziexyelqoko5hugni '@embroider/shared-internals': 1.6.0 '@types/source-map': 0.5.7 '@types/supports-color': 8.1.1 - babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby + babel-loader: 8.2.3_3m64hf2v7lyg4hcd5oq4q3hzce babel-preset-env: 1.7.0 - css-loader: 5.2.7_webpack@5.72.1 + css-loader: 5.2.7_webpack@5.69.1 csso: 4.2.0 debug: 4.3.4_supports-color@8.1.1 fs-extra: 9.1.0 jsdom: 16.7.0_supports-color@8.1.1 lodash: 4.17.21 - mini-css-extract-plugin: 2.6.0_webpack@5.72.1 + mini-css-extract-plugin: 2.5.3_webpack@5.69.1 semver: 7.3.7 source-map-url: 0.4.1 - style-loader: 2.0.0_webpack@5.72.1 + style-loader: 2.0.0_webpack@5.69.1 supports-color: 8.1.1 - terser: 5.13.1 - thread-loader: 3.0.4_webpack@5.72.1 - webpack: 5.72.1 + terser: 5.12.1 + thread-loader: 3.0.4_webpack@5.69.1 + webpack: 5.69.1 transitivePeerDependencies: - bufferutil - canvas @@ -3059,7 +3058,7 @@ packages: lodash.get: 4.4.2 make-error: 1.3.6 ts-node: 9.1.1_typescript@4.6.4 - tslib: 2.4.0 + tslib: 2.3.1 transitivePeerDependencies: - typescript dev: true @@ -3081,8 +3080,8 @@ packages: - supports-color dev: true - /@glimmer/component/1.1.2_@babel+core@7.18.0: - resolution: {integrity: sha512-XyAsEEa4kWOPy+gIdMjJ8XlzA3qrGH55ZDv6nA16ibalCR17k74BI0CztxuRds+Rm6CtbUVgheCVlcCULuqD7A==} + /@glimmer/component/1.0.4_@babel+core@7.18.0: + resolution: {integrity: sha512-sS4N8wtcKfYdUJ6O3m8nbTut6NjErdz94Ap8VB1ekcg4WSD+7sI7Nmv6kt2rdPoe363nUdjUbRBzHNWhLzraBw==} engines: {node: 6.* || 8.* || >= 10.*} dependencies: '@glimmer/di': 0.1.11 @@ -3105,7 +3104,7 @@ packages: dev: true /@glimmer/di/0.1.11: - resolution: {integrity: sha512-moRwafNDwHTnTHzyyZC9D+mUSvYrs1Ak0tRPjjmCghdoHHIvMshVbEnwKb/1WmW5CUlKc2eL9rlAV32n3GiItg==} + resolution: {integrity: sha1-poeMB6E6LCx2/N5ZilyXY3v8QoA=} dev: true /@glimmer/encoder/0.42.2: @@ -3116,7 +3115,7 @@ packages: dev: true /@glimmer/env/0.1.7: - resolution: {integrity: sha512-JKF/a9I9jw6fGoz8kA7LEQslrwJ5jms5CXhu/aqkBWk+PmZ6pTl8mlb/eJ/5ujBGTiQzBhy5AIWF712iA+4/mw==} + resolution: {integrity: sha1-/S0rVakCnGs3psk16MiHGucN+gc=} /@glimmer/global-context/0.65.4: resolution: {integrity: sha512-RSYCPG/uVR5XCDcPREBclncU7R0zkjACbADP+n3FWAH1TfWbXRMDIkvO/ZlwHkjHoCZf6tIM6p5S/MoFzfJEJA==} @@ -3310,8 +3309,8 @@ packages: set-cookie-parser: 2.4.8 dev: true - /@mswjs/interceptors/0.15.2: - resolution: {integrity: sha512-cMwa+S0S77kHE+/5TDAG/yMR1iyxViR005CM2V53srvP3y4RESDYBPRmNDcp2aLDuhsevDybrWda4qsjzTxEUA==} + /@mswjs/interceptors/0.15.1: + resolution: {integrity: sha512-D5B+ZJNlfvBm6ZctAfRBdNJdCHYAe2Ix4My5qfbHV5WH+3lkt3mmsjiWJzEh5ZwGDauzY487TldI275If7DJVw==} engines: {node: '>=14'} dependencies: '@open-draft/until': 1.0.3 @@ -3368,12 +3367,12 @@ packages: - typescript dev: true - /@nullvoxpopuli/eslint-configs/2.2.0_typescript@4.6.3: + /@nullvoxpopuli/eslint-configs/2.2.0_typescript@4.5.5: resolution: {integrity: sha512-qrDQcICfqZ0zOCKqYkENrUDfGgobC7pRZTO5htR8HjG2DJDcS5zhTVrztYWvnlYx2NtrR3TUksYXiteTZ7BKCQ==} engines: {node: '>= v12.0.0'} dependencies: - '@typescript-eslint/eslint-plugin': 5.12.1_owwivhfcnrgxq6u3paifvxcliq - '@typescript-eslint/parser': 5.12.1_hrkuebk64jiu2ut2d2sm4oylnu + '@typescript-eslint/eslint-plugin': 5.12.1_pc5ckqwcodedwkuaxmobeumvwy + '@typescript-eslint/parser': 5.12.1_sgaiclxgc5mltnpgmg7py4v6ca babel-eslint: 10.1.0_eslint@7.32.0 eslint: 7.32.0 eslint-config-prettier: 8.4.0_eslint@7.32.0 @@ -3680,6 +3679,11 @@ packages: engines: {node: '>=6'} dev: true + /@socket.io/base64-arraybuffer/1.0.2: + resolution: {integrity: sha512-dOlCBKnDw4iShaIsH/bxujKTM18+2TOAsYz+KSc11Am38H4q5Xw8Bbz97ZYdrVNM+um3p7w86Bvvmcn9q+5+eQ==} + engines: {node: '>= 0.6.0'} + dev: true + /@szmarczak/http-timer/1.1.2: resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==} engines: {node: '>=6'} @@ -3724,11 +3728,11 @@ packages: /@types/chai-as-promised/7.1.5: resolution: {integrity: sha512-jStwss93SITGBwt/niYrkf2C+/1KTeZCZl1LaeezTlqppAKeoQC7jxyqYuP72sxBGKCIbw7oHgbYssIRzT5FCQ==} dependencies: - '@types/chai': 4.3.1 + '@types/chai': 4.3.0 dev: true - /@types/chai/4.3.1: - resolution: {integrity: sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==} + /@types/chai/4.3.0: + resolution: {integrity: sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw==} dev: true /@types/component-emitter/1.2.11: @@ -4016,6 +4020,12 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true + /@types/keyv/3.1.4: + resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} + dependencies: + '@types/node': 17.0.21 + dev: true + /@types/mime/1.3.2: resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==} dev: true @@ -4062,6 +4072,12 @@ packages: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} dev: true + /@types/responselike/1.0.0: + resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} + dependencies: + '@types/node': 17.0.21 + dev: true + /@types/retry/0.12.1: resolution: {integrity: sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==} dev: true @@ -4111,14 +4127,14 @@ packages: resolution: {integrity: sha512-N1rW+njavs70y2cApeIw1vLMYXRwfBy+7trgavGuuTfOd7j1Yh7QTRc/yqsPl6ncokt72ZXuxEU0PiCp9bSwNQ==} dev: true - /@types/yargs-parser/21.0.0: - resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} + /@types/yargs-parser/20.2.1: + resolution: {integrity: sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==} dev: true - /@types/yargs/17.0.10: - resolution: {integrity: sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==} + /@types/yargs/17.0.8: + resolution: {integrity: sha512-wDeUwiUmem9FzsyysEwRukaEdDNcwbROvQ9QGRKaLI6t+IltNzbn4/i4asmB10auvZGQCzSQ6t0GSczEThlUXw==} dependencies: - '@types/yargs-parser': 21.0.0 + '@types/yargs-parser': 20.2.1 dev: true /@typescript-eslint/eslint-plugin/5.12.1_aepuc3yld4ciy25ouiuudfcta4: @@ -4148,7 +4164,7 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.12.1_owwivhfcnrgxq6u3paifvxcliq: + /@typescript-eslint/eslint-plugin/5.12.1_pc5ckqwcodedwkuaxmobeumvwy: resolution: {integrity: sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4159,18 +4175,18 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.12.1_hrkuebk64jiu2ut2d2sm4oylnu + '@typescript-eslint/parser': 5.12.1_sgaiclxgc5mltnpgmg7py4v6ca '@typescript-eslint/scope-manager': 5.12.1 - '@typescript-eslint/type-utils': 5.12.1_hrkuebk64jiu2ut2d2sm4oylnu - '@typescript-eslint/utils': 5.12.1_hrkuebk64jiu2ut2d2sm4oylnu + '@typescript-eslint/type-utils': 5.12.1_sgaiclxgc5mltnpgmg7py4v6ca + '@typescript-eslint/utils': 5.12.1_sgaiclxgc5mltnpgmg7py4v6ca debug: 4.3.3 eslint: 7.32.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.6.3 - typescript: 4.6.3 + tsutils: 3.21.0_typescript@4.5.5 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: true @@ -4222,7 +4238,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.12.1_hrkuebk64jiu2ut2d2sm4oylnu: + /@typescript-eslint/parser/5.12.1_sgaiclxgc5mltnpgmg7py4v6ca: resolution: {integrity: sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4234,10 +4250,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.12.1 '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5 debug: 4.3.3 eslint: 7.32.0 - typescript: 4.6.3 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: true @@ -4297,7 +4313,7 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils/5.12.1_hrkuebk64jiu2ut2d2sm4oylnu: + /@typescript-eslint/type-utils/5.12.1_sgaiclxgc5mltnpgmg7py4v6ca: resolution: {integrity: sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4307,11 +4323,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.12.1_hrkuebk64jiu2ut2d2sm4oylnu + '@typescript-eslint/utils': 5.12.1_sgaiclxgc5mltnpgmg7py4v6ca debug: 4.3.3 eslint: 7.32.0 - tsutils: 3.21.0_typescript@4.6.3 - typescript: 4.6.3 + tsutils: 3.21.0_typescript@4.5.5 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: true @@ -4366,7 +4382,7 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.12.1_typescript@4.6.3: + /@typescript-eslint/typescript-estree/5.12.1_typescript@4.5.5: resolution: {integrity: sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4381,8 +4397,8 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.6.3 - typescript: 4.6.3 + tsutils: 3.21.0_typescript@4.5.5 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: true @@ -4426,7 +4442,7 @@ packages: - typescript dev: true - /@typescript-eslint/utils/5.12.1_hrkuebk64jiu2ut2d2sm4oylnu: + /@typescript-eslint/utils/5.12.1_sgaiclxgc5mltnpgmg7py4v6ca: resolution: {integrity: sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4435,7 +4451,7 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 5.12.1 '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5 eslint: 7.32.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.32.0 @@ -4721,11 +4737,6 @@ packages: engines: {node: '>=10.0.0'} dev: true - /@xmldom/xmldom/0.8.2: - resolution: {integrity: sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==} - engines: {node: '>=10.0.0'} - dev: true - /@xtuc/ieee754/1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} dev: true @@ -4742,8 +4753,8 @@ packages: through: 2.3.8 dev: true - /abab/2.0.6: - resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} + /abab/2.0.5: + resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==} dev: true /abbrev/1.1.1: @@ -4758,7 +4769,7 @@ packages: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} engines: {node: '>= 0.6'} dependencies: - mime-types: 2.1.35 + mime-types: 2.1.34 negotiator: 0.6.3 dev: true @@ -4824,7 +4835,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.4 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: true @@ -4833,7 +4844,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.4_supports-color@8.1.1 + debug: 4.3.3_supports-color@8.1.1 transitivePeerDependencies: - supports-color dev: true @@ -4947,16 +4958,16 @@ packages: dev: true /ansi-regex/2.1.1: - resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} + resolution: {integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=} engines: {node: '>=0.10.0'} - /ansi-regex/3.0.1: - resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==} + /ansi-regex/3.0.0: + resolution: {integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=} engines: {node: '>=4'} dev: true - /ansi-regex/4.1.1: - resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} + /ansi-regex/4.1.0: + resolution: {integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==} engines: {node: '>=6'} dev: true @@ -4990,7 +5001,7 @@ packages: entities: 2.2.0 /ansicolors/0.2.1: - resolution: {integrity: sha512-tOIuy1/SK/dr94ZA0ckDohKXNeBNqZ4us6PjMVLs5h1w2GBB6uPtOknp2+VF4F/zcy9LI70W+Z+pE2Soajky1w==} + resolution: {integrity: sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=} dev: true /ansicolors/0.3.2: @@ -5016,16 +5027,11 @@ packages: resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} dev: true - /aproba/2.0.0: - resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} - dev: true - - /are-we-there-yet/3.0.0: - resolution: {integrity: sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16} + /are-we-there-yet/1.1.7: + resolution: {integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==} dependencies: delegates: 1.0.0 - readable-stream: 3.6.0 + readable-stream: 2.3.7 dev: true /arg/4.1.3: @@ -5062,19 +5068,30 @@ packages: dev: true /array-equal/1.0.0: - resolution: {integrity: sha512-H3LU5RLiSsGXPhN+Nipar0iR0IofH+8r89G2y1tBKxQ/agagKyAjhkAFDRBfodP2caPrNKHpAWNIM/c9yeL7uA==} + resolution: {integrity: sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=} /array-flatten/1.1.1: resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} dev: true /array-ify/1.0.0: - resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} + resolution: {integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=} dev: true /array-includes/3.1.4: resolution: {integrity: sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==} engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.19.1 + get-intrinsic: 1.1.1 + is-string: 1.0.7 + dev: true + + /array-includes/3.1.5: + resolution: {integrity: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 @@ -5084,13 +5101,13 @@ packages: dev: true /array-to-error/1.1.1: - resolution: {integrity: sha512-kqcQ8s7uQfg3UViYON3kCMcck3A9exxgq+riVuKy08Mx00VN4EJhK30L2VpjE58LQHKhcE/GRpvbVUhqTvqzGQ==} + resolution: {integrity: sha1-1ogSkm0UCXogVXmmZ+6vGFakTAc=} dependencies: array-to-sentence: 1.1.0 dev: true /array-to-sentence/1.1.0: - resolution: {integrity: sha512-YkwkMmPA2+GSGvXj1s9NZ6cc2LBtR+uSeWTy2IGi5MR1Wag4DdrcjTxA/YV/Fw+qKlBeXomneZgThEbm/wvZbw==} + resolution: {integrity: sha1-yASVba+lMjJJWyBalFJ1OiWNOfw=} dev: true /array-union/2.1.0: @@ -5106,14 +5123,24 @@ packages: /array.prototype.flat/1.2.5: resolution: {integrity: sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==} engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.19.1 + dev: true + + /array.prototype.flat/1.3.0: + resolution: {integrity: sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.1 + es-shim-unscopables: 1.0.0 dev: true /arrify/1.0.1: - resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} + resolution: {integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=} engines: {node: '>=0.10.0'} dev: true @@ -5170,7 +5197,7 @@ packages: resolution: {integrity: sha512-iH+boep2xivfD9wMaZWkywYIURSmsL96d6MoqrC94BnGSvXE4Quf8hnJiHGFYhw/nLeIa1XyRaf4vvcvkwAefg==} engines: {node: 8.* || >= 10.*} dependencies: - debug: 4.3.4 + debug: 4.3.3 heimdalljs: 0.2.6 istextorbinary: 2.6.0 mkdirp: 0.5.5 @@ -5184,7 +5211,7 @@ packages: resolution: {integrity: sha512-iH+boep2xivfD9wMaZWkywYIURSmsL96d6MoqrC94BnGSvXE4Quf8hnJiHGFYhw/nLeIa1XyRaf4vvcvkwAefg==} engines: {node: 8.* || >= 10.*} dependencies: - debug: 4.3.4_supports-color@8.1.1 + debug: 4.3.3_supports-color@8.1.1 heimdalljs: 0.2.6 istextorbinary: 2.6.0 mkdirp: 0.5.5 @@ -5207,7 +5234,7 @@ packages: debug: 2.6.9 /async/0.2.10: - resolution: {integrity: sha512-eAkdoKxU6/LkKDBzLpT+t6Ff5EtfSF4wx1WfJiPEEV7WNLnDaRXk0oVysiEPm262roaachGexwUv94WhSgN5TQ==} + resolution: {integrity: sha1-trvgsGdLnXGXCMo43owjfLUmw9E=} dev: true /async/2.6.3: @@ -5230,7 +5257,7 @@ packages: dev: true /babel-code-frame/6.26.0: - resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} + resolution: {integrity: sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=} dependencies: chalk: 1.1.3 esutils: 2.0.3 @@ -5290,14 +5317,14 @@ packages: trim-right: 1.0.1 /babel-helper-builder-binary-assignment-operator-visitor/6.24.1: - resolution: {integrity: sha512-gCtfYORSG1fUMX4kKraymq607FWgMWg+j42IFPc18kFQEsmtaibP4UrqsXt8FlEJle25HUd4tsoDR7H2wDhe9Q==} + resolution: {integrity: sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=} dependencies: babel-helper-explode-assignable-expression: 6.24.1 babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-helper-call-delegate/6.24.1: - resolution: {integrity: sha512-RL8n2NiEj+kKztlrVJM9JT1cXzzAdvWFh76xh/H1I4nKwunzE4INBXn8ieCZ+wh4zWszZk7NBS1s/8HR5jDkzQ==} + resolution: {integrity: sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=} dependencies: babel-helper-hoist-variables: 6.24.1 babel-runtime: 6.26.0 @@ -5305,7 +5332,7 @@ packages: babel-types: 6.26.0 /babel-helper-define-map/6.26.0: - resolution: {integrity: sha512-bHkmjcC9lM1kmZcVpA5t2om2nzT/xiZpo6TJq7UlZ3wqKfzia4veeXbIhKvJXAMzhhEBd3cR1IElL5AenWEUpA==} + resolution: {integrity: sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=} dependencies: babel-helper-function-name: 6.24.1 babel-runtime: 6.26.0 @@ -5313,14 +5340,14 @@ packages: lodash: 4.17.21 /babel-helper-explode-assignable-expression/6.24.1: - resolution: {integrity: sha512-qe5csbhbvq6ccry9G7tkXbzNtcDiH4r51rrPUbwwoTzZ18AqxWYRZT6AOmxrpxKnQBW0pYlBI/8vh73Z//78nQ==} + resolution: {integrity: sha1-8luCz33BBDPFX3BZLVdGQArCLKo=} dependencies: babel-runtime: 6.26.0 babel-traverse: 6.26.0 babel-types: 6.26.0 /babel-helper-function-name/6.24.1: - resolution: {integrity: sha512-Oo6+e2iX+o9eVvJ9Y5eKL5iryeRdsIkwRYheCuhYdVHsdEQysbc2z2QkqCLIYnNxkT5Ss3ggrHdXiDI7Dhrn4Q==} + resolution: {integrity: sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=} dependencies: babel-helper-get-function-arity: 6.24.1 babel-runtime: 6.26.0 @@ -5329,32 +5356,32 @@ packages: babel-types: 6.26.0 /babel-helper-get-function-arity/6.24.1: - resolution: {integrity: sha512-WfgKFX6swFB1jS2vo+DwivRN4NB8XUdM3ij0Y1gnC21y1tdBoe6xjVnd7NSI6alv+gZXCtJqvrTeMW3fR/c0ng==} + resolution: {integrity: sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-helper-hoist-variables/6.24.1: - resolution: {integrity: sha512-zAYl3tqerLItvG5cKYw7f1SpvIxS9zi7ohyGHaI9cgDUjAT6YcY9jIEH5CstetP5wHIVSceXwNS7Z5BpJg+rOw==} + resolution: {integrity: sha1-HssnaJydJVE+rbyZFKc/VAi+enY=} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-helper-optimise-call-expression/6.24.1: - resolution: {integrity: sha512-Op9IhEaxhbRT8MDXx2iNuMgciu2V8lDvYCNQbDGjdBNCjaMvyLf4wl4A3b8IgndCyQF8TwfgsQ8T3VD8aX1/pA==} + resolution: {integrity: sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-helper-regex/6.26.0: - resolution: {integrity: sha512-VlPiWmqmGJp0x0oK27Out1D+71nVVCTSdlbhIVoaBAj2lUgrNjBCRR9+llO4lTSb2O4r7PJg+RobRkhBrf6ofg==} + resolution: {integrity: sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 lodash: 4.17.21 /babel-helper-remap-async-to-generator/6.24.1: - resolution: {integrity: sha512-RYqaPD0mQyQIFRu7Ho5wE2yvA/5jxqCIj/Lv4BXNq23mHYu/vxikOy2JueLiBxQknwapwrJeNCesvY0ZcfnlHg==} + resolution: {integrity: sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=} dependencies: babel-helper-function-name: 6.24.1 babel-runtime: 6.26.0 @@ -5363,7 +5390,7 @@ packages: babel-types: 6.26.0 /babel-helper-replace-supers/6.24.1: - resolution: {integrity: sha512-sLI+u7sXJh6+ToqDr57Bv973kCepItDhMou0xCP2YPVmR1jkHSCY+p1no8xErbV1Siz5QE8qKT1WIwybSWlqjw==} + resolution: {integrity: sha1-v22/5Dk40XNpohPKiov3S2qQqxo=} dependencies: babel-helper-optimise-call-expression: 6.24.1 babel-messages: 6.23.0 @@ -5373,57 +5400,57 @@ packages: babel-types: 6.26.0 /babel-helpers/6.24.1: - resolution: {integrity: sha512-n7pFrqQm44TCYvrCDb0MqabAF+JUBq+ijBvNMUxpkLjJaAu32faIexewMumrH5KLLJ1HDyT0PTEqRyAe/GwwuQ==} + resolution: {integrity: sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=} dependencies: babel-runtime: 6.26.0 babel-template: 6.26.0 - /babel-import-util/1.1.0: - resolution: {integrity: sha512-sfzgAiJsUT1es9yrHAuJZuJfBkkOE7Og6rovAIwK/gNJX6MjDfWTprbPngdJZTd5ye4F3FvpvpQmvKXObRzVYA==} + /babel-import-util/0.2.0: + resolution: {integrity: sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==} engines: {node: '>= 12.*'} + dev: true - /babel-import-util/1.2.2: - resolution: {integrity: sha512-8HgkHWt5WawRFukO30TuaL9EiDUOdvyKtDwLma4uBNeUSDbOO0/hiPfavrOWxSS6J6TKXfukWHZ3wiqZhJ8ONQ==} + /babel-import-util/1.1.0: + resolution: {integrity: sha512-sfzgAiJsUT1es9yrHAuJZuJfBkkOE7Og6rovAIwK/gNJX6MjDfWTprbPngdJZTd5ye4F3FvpvpQmvKXObRzVYA==} engines: {node: '>= 12.*'} - dev: true - /babel-loader/8.2.5_6sui7bpcrc7jx7yypfyfijkzxi: - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} + /babel-loader/8.2.3_3m64hf2v7lyg4hcd5oq4q3hzce: + resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.0 + '@babel/core': 7.18.0_supports-color@8.1.1 find-cache-dir: 3.3.2 - loader-utils: 2.0.2 + loader-utils: 1.4.0 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 4.46.0 + webpack: 5.69.1 dev: true - /babel-loader/8.2.5_qqaml4ljchhh37dxp4aoesgrby: - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} + /babel-loader/8.2.3_6sui7bpcrc7jx7yypfyfijkzxi: + resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.0_supports-color@8.1.1 + '@babel/core': 7.18.0 find-cache-dir: 3.3.2 - loader-utils: 2.0.2 + loader-utils: 1.4.0 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.72.1 + webpack: 4.46.0 dev: true /babel-messages/6.23.0: - resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} + resolution: {integrity: sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=} dependencies: babel-runtime: 6.26.0 /babel-plugin-check-es2015-constants/6.22.0: - resolution: {integrity: sha512-B1M5KBP29248dViEo1owyY32lk1ZSH2DaNNrXLGt8lyjjHm7pBqAdQ7VKUPR6EEDO323+OvT3MQXbCin8ooWdA==} + resolution: {integrity: sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=} dependencies: babel-runtime: 6.26.0 @@ -5469,13 +5496,13 @@ packages: dependencies: ember-rfc176-data: 0.3.17 - /babel-plugin-ember-template-compilation/1.0.2: - resolution: {integrity: sha512-4HBMksmlYsWEf/C/n3uW5rkBRbUp4FNaspzdQTAHgLbfCJnkLze8R6i6sUSge48y/Wne7mx+vcImI1o6rlUwXQ==} + /babel-plugin-ember-template-compilation/1.0.1: + resolution: {integrity: sha512-V/kY6CDyUNrl5Kx6UPKUPhzSKNfdrxNii+S5zK4dgJvVyoxFv7Ykg06Ct/yskY0LkA4wUPdYN7JOBtYJwHk2sg==} engines: {node: '>= 12.*'} dependencies: - babel-import-util: 1.2.2 + babel-import-util: 0.2.0 line-column: 1.0.2 - magic-string: 0.26.2 + magic-string: 0.25.7 string.prototype.matchall: 4.0.6 dev: true @@ -5593,37 +5620,37 @@ packages: - supports-color /babel-plugin-syntax-async-functions/6.13.0: - resolution: {integrity: sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==} + resolution: {integrity: sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=} /babel-plugin-syntax-dynamic-import/6.18.0: resolution: {integrity: sha512-MioUE+LfjCEz65Wf7Z/Rm4XCP5k2c+TbMd2Z2JKc7U9uwjBhAfNPE48KC4GTGKhppMeYVepwDBNO/nGY6NYHBA==} dev: true /babel-plugin-syntax-exponentiation-operator/6.13.0: - resolution: {integrity: sha512-Z/flU+T9ta0aIEKl1tGEmN/pZiI1uXmCiGFRegKacQfEJzp7iNsKloZmyJlQr+75FCJtiFfGIK03SiCvCt9cPQ==} + resolution: {integrity: sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=} /babel-plugin-syntax-trailing-function-commas/6.22.0: - resolution: {integrity: sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ==} + resolution: {integrity: sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=} /babel-plugin-transform-async-to-generator/6.24.1: - resolution: {integrity: sha512-7BgYJujNCg0Ti3x0c/DL3tStvnKS6ktIYOmo9wginv/dfZOrbSZ+qG4IRRHMBOzZ5Awb1skTiAsQXg/+IWkZYw==} + resolution: {integrity: sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=} dependencies: babel-helper-remap-async-to-generator: 6.24.1 babel-plugin-syntax-async-functions: 6.13.0 babel-runtime: 6.26.0 /babel-plugin-transform-es2015-arrow-functions/6.22.0: - resolution: {integrity: sha512-PCqwwzODXW7JMrzu+yZIaYbPQSKjDTAsNNlK2l5Gg9g4rz2VzLnZsStvp/3c46GfXpwkyufb3NCyG9+50FF1Vg==} + resolution: {integrity: sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-block-scoped-functions/6.22.0: - resolution: {integrity: sha512-2+ujAT2UMBzYFm7tidUsYh+ZoIutxJ3pN9IYrF1/H6dCKtECfhmB8UkHVpyxDwkj0CYbQG35ykoz925TUnBc3A==} + resolution: {integrity: sha1-u8UbSflk1wy42OC5ToICRs46YUE=} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-block-scoping/6.26.0: - resolution: {integrity: sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==} + resolution: {integrity: sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=} dependencies: babel-runtime: 6.26.0 babel-template: 6.26.0 @@ -5632,7 +5659,7 @@ packages: lodash: 4.17.21 /babel-plugin-transform-es2015-classes/6.24.1: - resolution: {integrity: sha512-5Dy7ZbRinGrNtmWpquZKZ3EGY8sDgIVB4CU8Om8q8tnMLrD/m94cKglVcHps0BCTdZ0TJeeAWOq2TK9MIY6cag==} + resolution: {integrity: sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=} dependencies: babel-helper-define-map: 6.26.0 babel-helper-function-name: 6.24.1 @@ -5645,41 +5672,41 @@ packages: babel-types: 6.26.0 /babel-plugin-transform-es2015-computed-properties/6.24.1: - resolution: {integrity: sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==} + resolution: {integrity: sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=} dependencies: babel-runtime: 6.26.0 babel-template: 6.26.0 /babel-plugin-transform-es2015-destructuring/6.23.0: - resolution: {integrity: sha512-aNv/GDAW0j/f4Uy1OEPZn1mqD+Nfy9viFGBfQ5bZyT35YqOiqx7/tXdyfZkJ1sC21NyEsBdfDY6PYmLHF4r5iA==} + resolution: {integrity: sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-duplicate-keys/6.24.1: - resolution: {integrity: sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==} + resolution: {integrity: sha1-c+s9MQypaePvnskcU3QabxV2Qj4=} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-plugin-transform-es2015-for-of/6.23.0: - resolution: {integrity: sha512-DLuRwoygCoXx+YfxHLkVx5/NpeSbVwfoTeBykpJK7JhYWlL/O8hgAK/reforUnZDlxasOrVPPJVI/guE3dCwkw==} + resolution: {integrity: sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-function-name/6.24.1: - resolution: {integrity: sha512-iFp5KIcorf11iBqu/y/a7DK3MN5di3pNCzto61FqCNnUX4qeBwcV1SLqe10oXNnCaxBUImX3SckX2/o1nsrTcg==} + resolution: {integrity: sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=} dependencies: babel-helper-function-name: 6.24.1 babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-plugin-transform-es2015-literals/6.22.0: - resolution: {integrity: sha512-tjFl0cwMPpDYyoqYA9li1/7mGFit39XiNX5DKC/uCNjBctMxyL1/PT/l4rSlbvBG1pOKI88STRdUsWXB3/Q9hQ==} + resolution: {integrity: sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-modules-amd/6.24.1: - resolution: {integrity: sha512-LnIIdGWIKdw7zwckqx+eGjcS8/cl8D74A3BpJbGjKTFFNJSMrjN4bIh22HY1AlkUbeLG6X6OZj56BDvWD+OeFA==} + resolution: {integrity: sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=} dependencies: babel-plugin-transform-es2015-modules-commonjs: 6.26.2 babel-runtime: 6.26.0 @@ -5694,27 +5721,27 @@ packages: babel-types: 6.26.0 /babel-plugin-transform-es2015-modules-systemjs/6.24.1: - resolution: {integrity: sha512-ONFIPsq8y4bls5PPsAWYXH/21Hqv64TBxdje0FvU3MhIV6QM2j5YS7KvAzg/nTIVLot2D2fmFQrFWCbgHlFEjg==} + resolution: {integrity: sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=} dependencies: babel-helper-hoist-variables: 6.24.1 babel-runtime: 6.26.0 babel-template: 6.26.0 /babel-plugin-transform-es2015-modules-umd/6.24.1: - resolution: {integrity: sha512-LpVbiT9CLsuAIp3IG0tfbVo81QIhn6pE8xBJ7XSeCtFlMltuar5VuBV6y6Q45tpui9QWcy5i0vLQfCfrnF7Kiw==} + resolution: {integrity: sha1-rJl+YoXNGO1hdq22B9YCNErThGg=} dependencies: babel-plugin-transform-es2015-modules-amd: 6.24.1 babel-runtime: 6.26.0 babel-template: 6.26.0 /babel-plugin-transform-es2015-object-super/6.24.1: - resolution: {integrity: sha512-8G5hpZMecb53vpD3mjs64NhI1au24TAmokQ4B+TBFBjN9cVoGoOvotdrMMRmHvVZUEvqGUPWL514woru1ChZMA==} + resolution: {integrity: sha1-JM72muIcuDp/hgPa0CH1cusnj40=} dependencies: babel-helper-replace-supers: 6.24.1 babel-runtime: 6.26.0 /babel-plugin-transform-es2015-parameters/6.24.1: - resolution: {integrity: sha512-8HxlW+BB5HqniD+nLkQ4xSAVq3bR/pcYW9IigY+2y0dI+Y7INFeTbfAQr+63T3E4UDsZGjyb+l9txUnABWxlOQ==} + resolution: {integrity: sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=} dependencies: babel-helper-call-delegate: 6.24.1 babel-helper-get-function-arity: 6.24.1 @@ -5724,60 +5751,60 @@ packages: babel-types: 6.26.0 /babel-plugin-transform-es2015-shorthand-properties/6.24.1: - resolution: {integrity: sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==} + resolution: {integrity: sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-plugin-transform-es2015-spread/6.22.0: - resolution: {integrity: sha512-3Ghhi26r4l3d0Js933E5+IhHwk0A1yiutj9gwvzmFbVV0sPMYk2lekhOufHBswX7NCoSeF4Xrl3sCIuSIa+zOg==} + resolution: {integrity: sha1-1taKmfia7cRTbIGlQujdnxdG+NE=} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-sticky-regex/6.24.1: - resolution: {integrity: sha512-CYP359ADryTo3pCsH0oxRo/0yn6UsEZLqYohHmvLQdfS9xkf+MbCzE3/Kolw9OYIY4ZMilH25z/5CbQbwDD+lQ==} + resolution: {integrity: sha1-AMHNsaynERLN8M9hJsLta0V8zbw=} dependencies: babel-helper-regex: 6.26.0 babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-plugin-transform-es2015-template-literals/6.22.0: - resolution: {integrity: sha512-x8b9W0ngnKzDMHimVtTfn5ryimars1ByTqsfBDwAqLibmuuQY6pgBQi5z1ErIsUOWBdw1bW9FSz5RZUojM4apg==} + resolution: {integrity: sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-typeof-symbol/6.23.0: - resolution: {integrity: sha512-fz6J2Sf4gYN6gWgRZaoFXmq93X+Li/8vf+fb0sGDVtdeWvxC9y5/bTD7bvfWMEq6zetGEHpWjtzRGSugt5kNqw==} + resolution: {integrity: sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=} dependencies: babel-runtime: 6.26.0 /babel-plugin-transform-es2015-unicode-regex/6.24.1: - resolution: {integrity: sha512-v61Dbbihf5XxnYjtBN04B/JBvsScY37R1cZT5r9permN1cp+b70DY3Ib3fIkgn1DI9U3tGgBJZVD8p/mE/4JbQ==} + resolution: {integrity: sha1-04sS9C6nMj9yk4fxinxa4frrNek=} dependencies: babel-helper-regex: 6.26.0 babel-runtime: 6.26.0 regexpu-core: 2.0.0 /babel-plugin-transform-exponentiation-operator/6.24.1: - resolution: {integrity: sha512-LzXDmbMkklvNhprr20//RStKVcT8Cu+SQtX18eMHLhjHf2yFzwtQ0S2f0jQ+89rokoNdmwoSqYzAhq86FxlLSQ==} + resolution: {integrity: sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=} dependencies: babel-helper-builder-binary-assignment-operator-visitor: 6.24.1 babel-plugin-syntax-exponentiation-operator: 6.13.0 babel-runtime: 6.26.0 /babel-plugin-transform-regenerator/6.26.0: - resolution: {integrity: sha512-LS+dBkUGlNR15/5WHKe/8Neawx663qttS6AGqoOUhICc9d1KciBvtrQSuc0PI+CxQ2Q/S1aKuJ+u64GtLdcEZg==} + resolution: {integrity: sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=} dependencies: regenerator-transform: 0.10.1 /babel-plugin-transform-strict-mode/6.24.1: - resolution: {integrity: sha512-j3KtSpjyLSJxNoCDrhwiJad8kw0gJ9REGj8/CqL0HeRyLnvUNYV9zcqluL6QJSXh3nfsLEmSLvwRfGzrgR96Pw==} + resolution: {integrity: sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 /babel-polyfill/6.26.0: - resolution: {integrity: sha512-F2rZGQnAdaHWQ8YAoeRbukc7HS9QgdgeyJ0rQDd485v9opwuPvjpPFcOOT/WmkKTdgy9ESgSPXDcTNpzrGr6iQ==} + resolution: {integrity: sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=} dependencies: babel-runtime: 6.26.0 core-js: 2.6.12 @@ -5819,7 +5846,7 @@ packages: semver: 5.7.1 /babel-register/6.26.0: - resolution: {integrity: sha512-veliHlHX06wjaeY8xNITbveXSiI+ASFnOqvne/LaIJIqOWi2Ogmj91KOugEz/hoh/fwMhXNBJPCv8Xaz5CyM4A==} + resolution: {integrity: sha1-btAhFz4vy0htestFxgCahW9kcHE=} dependencies: babel-core: 6.26.3 babel-runtime: 6.26.0 @@ -5830,13 +5857,13 @@ packages: source-map-support: 0.4.18 /babel-runtime/6.26.0: - resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} + resolution: {integrity: sha1-llxwWGaOgrVde/4E/yM3vItWR/4=} dependencies: core-js: 2.6.12 regenerator-runtime: 0.11.1 /babel-template/6.26.0: - resolution: {integrity: sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==} + resolution: {integrity: sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=} dependencies: babel-runtime: 6.26.0 babel-traverse: 6.26.0 @@ -5845,7 +5872,7 @@ packages: lodash: 4.17.21 /babel-traverse/6.26.0: - resolution: {integrity: sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==} + resolution: {integrity: sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=} dependencies: babel-code-frame: 6.26.0 babel-messages: 6.23.0 @@ -5858,7 +5885,7 @@ packages: lodash: 4.17.21 /babel-types/6.26.0: - resolution: {integrity: sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==} + resolution: {integrity: sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=} dependencies: babel-runtime: 6.26.0 esutils: 2.0.3 @@ -5866,7 +5893,7 @@ packages: to-fast-properties: 1.0.3 /babel6-plugin-strip-class-callcheck/6.0.0: - resolution: {integrity: sha512-biNFJ7JAK4+9BwswDGL0dmYpvXHvswOFR/iKg3Q/f+pNxPEa5bWZkLHI1fW4spPytkHGMe7f/XtYyhzml9hiWg==} + resolution: {integrity: sha1-3oQcGr6705943gr/ssmlLuIo/d8=} dev: true /babylon/6.18.0: @@ -5876,7 +5903,7 @@ packages: /backbone/1.4.1: resolution: {integrity: sha512-ADy1ztN074YkWbHi8ojJVFe3vAanO/lrzMGZWUClIP7oDD/Pjy2vrASraUP+2EVCfIiTtCW4FChVow01XneivA==} dependencies: - underscore: 1.13.3 + underscore: 1.13.2 dev: true /balanced-match/1.0.2: @@ -5955,7 +5982,7 @@ packages: dev: true /blank-object/1.0.2: - resolution: {integrity: sha512-kXQ19Xhoghiyw66CUiGypnuRpWlbHAzY/+NyvqTEdTfhfQGH1/dbEMYiXju7fYKIFePpzp/y9dsu5Cu/PkmawQ==} + resolution: {integrity: sha1-+ZB5P76ajI3QE/syGUIL7IHV9Lk=} /bluebird/3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} @@ -5969,26 +5996,24 @@ packages: resolution: {integrity: sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==} dev: true - /body-parser/1.20.0: - resolution: {integrity: sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + /body-parser/1.19.2: + resolution: {integrity: sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==} + engines: {node: '>= 0.8'} dependencies: bytes: 3.1.2 content-type: 1.0.4 debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - http-errors: 2.0.0 + depd: 1.1.2 + http-errors: 1.8.1 iconv-lite: 0.4.24 - on-finished: 2.4.1 - qs: 6.10.3 - raw-body: 2.5.1 + on-finished: 2.3.0 + qs: 6.9.7 + raw-body: 2.4.3 type-is: 1.6.18 - unpipe: 1.0.0 dev: true /body/5.1.0: - resolution: {integrity: sha512-chUsBxGRtuElD6fmw1gHLpvnKdVLK302peeFa9ZqAEk8TyzZ3fygLyUEDDPTJvL9+Bor0dIwn6ePOsRM2y0zQQ==} + resolution: {integrity: sha1-5LoM5BCkaTYyM2dgnstOZVMSUGk=} dependencies: continuable-cache: 0.3.1 error: 7.2.1 @@ -6023,12 +6048,6 @@ packages: balanced-match: 1.0.2 concat-map: 0.0.1 - /brace-expansion/2.0.1: - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} - dependencies: - balanced-match: 1.0.2 - dev: true - /braces/2.3.2: resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} engines: {node: '>=0.10.0'} @@ -6133,7 +6152,7 @@ packages: dev: true /broccoli-builder/0.18.14: - resolution: {integrity: sha512-YoUHeKnPi4xIGZ2XDVN9oHNA9k3xF5f5vlA+1wvrxIIDXqQU97gp2FxVAF503Zxdtt0C5CRB5n+47k2hlkaBzA==} + resolution: {integrity: sha1-S3ni+ETeEaThuBbD9Jxt9HdsMS0=} engines: {node: '>= 0.10.0'} dependencies: broccoli-node-info: 1.1.0 @@ -6146,7 +6165,7 @@ packages: dev: true /broccoli-caching-writer/2.3.1: - resolution: {integrity: sha512-lfoDx98VaU8tG4mUXCxKdKyw2Lr+iSIGUjCgV83KC2zRC07SzYTGuSsMqpXFiOQlOGuoJxG3NRoyniBa1BWOqA==} + resolution: {integrity: sha1-uTz1j5Jk8AMHWGjbBXdPTn8lvQc=} dependencies: broccoli-kitchen-sink-helpers: 0.2.9 broccoli-plugin: 1.1.0 @@ -6157,7 +6176,7 @@ packages: dev: true /broccoli-caching-writer/3.0.3: - resolution: {integrity: sha512-g644Kb5uBPsy+6e2DvO3sOc+/cXZQQNgQt64QQzjA9TSdP0dl5qvetpoNIx4sy/XIjrPYG1smEidq9Z9r61INw==} + resolution: {integrity: sha1-C9LJapc41qarWQ8HujXFFX19tHY=} dependencies: broccoli-kitchen-sink-helpers: 0.3.1 broccoli-plugin: 1.3.1 @@ -6168,7 +6187,7 @@ packages: dev: true /broccoli-clean-css/1.1.0: - resolution: {integrity: sha512-S7/RWWX+lL42aGc5+fXVLnwDdMtS0QEWUFalDp03gJ9Na7zj1rWa351N2HZ687E2crM9g+eDWXKzD17cbcTepg==} + resolution: {integrity: sha1-nbFD2a9+CuecJuOsWpuy1yDqGfo=} dependencies: broccoli-persistent-filter: 1.4.6 clean-css-promise: 0.1.1 @@ -6200,7 +6219,7 @@ packages: dev: true /broccoli-config-replace/1.1.2: - resolution: {integrity: sha512-qLlEY3V7p3ZWJNRPdPgwIM77iau1qR03S9BupMMFngjzBr7S6RSzcg96HbCYXmW9gfTbjRm9FC4CQT81SBusZg==} + resolution: {integrity: sha1-bqh52SpbrWNNETKbUfxfSq/anAA=} dependencies: broccoli-kitchen-sink-helpers: 0.3.1 broccoli-plugin: 1.3.1 @@ -6241,11 +6260,11 @@ packages: dev: true /broccoli-funnel-reducer/1.0.0: - resolution: {integrity: sha512-SaOCEdh+wnt2jFUV2Qb32m7LXyElvFwW3NKNaEJyi5PGQNwxfqpkc0KI6AbQANKgdj/40U2UC0WuGThFwuEUaA==} + resolution: {integrity: sha1-ETZbKnha7JsXlyo234fu8kxcwOo=} dev: true /broccoli-funnel/1.2.0: - resolution: {integrity: sha512-0pbFNUA5Ml+gPPd58Rj/M26OS21+bMiV0F+m6+9OVzAhAdppVLxylSsXfWAt2WOD3kS+D8UsDv6GSmnZhbw/dw==} + resolution: {integrity: sha1-zdw6/F/xaFqAI0iP/3TOb7WlEpY=} dependencies: array-equal: 1.0.0 blank-object: 1.0.2 @@ -6297,20 +6316,20 @@ packages: dev: true /broccoli-kitchen-sink-helpers/0.2.9: - resolution: {integrity: sha512-C+oEqivDofZv/h80rgN4WJkbZkbfwkrIeu8vFn4bb4m4jPd3ICNNplhkXGl3ps439pzc2yjZ1qIwz0yy8uHcQg==} + resolution: {integrity: sha1-peCYbtjXb7WYS2jD8EUNOpbjbsw=} dependencies: glob: 5.0.15 mkdirp: 0.5.5 dev: true /broccoli-kitchen-sink-helpers/0.3.1: - resolution: {integrity: sha512-gqYnKSJxBSjj/uJqeuRAzYVbmjWhG0mOZ8jrp6+fnUIOgLN6MvI7XxBECDHkYMIFPJ8Smf4xaI066Q2FqQDnXg==} + resolution: {integrity: sha1-d8fBgZS5ZkFj7E/O4nk0RJJuDAY=} dependencies: glob: 5.0.15 mkdirp: 0.5.5 /broccoli-merge-trees/1.2.4: - resolution: {integrity: sha512-RXJAleytlED0dxXGEo2EXwrg5cCesY8LQzzGRogwGQmluoz+ijzxajpyWAW6wu/AyuQZj1vgnIqnld8jvuuXtQ==} + resolution: {integrity: sha1-oAFRm7UGfwZYnZGvopQkRaLQ/bU=} dependencies: broccoli-plugin: 1.3.1 can-symlink: 1.0.0 @@ -6351,14 +6370,14 @@ packages: ansi-html: 0.0.7 handlebars: 4.7.7 has-ansi: 3.0.0 - mime-types: 2.1.35 + mime-types: 2.1.34 dev: true /broccoli-node-api/1.7.0: resolution: {integrity: sha512-QIqLSVJWJUVOhclmkmypJJH9u9s/aWH4+FH6Q6Ju5l+Io4dtwqdPUNmDfw40o6sxhbZHhqGujDJuHTML1wG8Yw==} /broccoli-node-info/1.1.0: - resolution: {integrity: sha512-DUohSZCdfXli/3iN6SmxPbck1OVG8xCkrLx47R25his06xVc1ZmmrOsrThiM8BsCWirwyocODiYJqNP5W2Hg1A==} + resolution: {integrity: sha1-OqLjHgflvbUW3SUhT3xFuhxFlBI=} engines: {node: '>= 0.10.0'} dev: true @@ -6530,7 +6549,7 @@ packages: fs-tree-diff: 2.0.1 heimdalljs: 0.2.6 node-modules-path: 1.0.2 - rollup: 2.74.1 + rollup: 2.68.0 rollup-pluginutils: 2.8.2 symlink-or-copy: 1.3.1 walk-sync: 2.2.0 @@ -6543,7 +6562,7 @@ packages: dev: true /broccoli-source/1.1.0: - resolution: {integrity: sha512-ahvqmwF6Yvh6l+sTJJdey4o4ynwSH8swSSBSGmUXGSPPCqBWvquWB/4rWN65ZArKilBFq/29O0yQnZNIf//sTg==} + resolution: {integrity: sha1-VPDoLItz9GWAy7xPV48LMvyo+Ak=} dev: false /broccoli-source/2.1.2: @@ -6558,7 +6577,7 @@ packages: dev: true /broccoli-sri-hash/2.1.2: - resolution: {integrity: sha512-toLD/v7ut2ajcH8JsdCMG2Bpq2qkwTcKM6CMzVMSAJjaz/KpK69fR+gSqe1dsjh+QTdxG0yVvkq3Sij/XMzV6A==} + resolution: {integrity: sha1-vGmQXtejga0yXMDQLe0HEyjr8/M=} dependencies: broccoli-caching-writer: 2.3.1 mkdirp: 0.5.5 @@ -6610,7 +6629,7 @@ packages: matcher-collection: 2.0.1 source-map-url: 0.4.1 symlink-or-copy: 1.3.1 - terser: 5.13.1 + terser: 5.11.0 walk-sync: 2.2.0 workerpool: 6.2.0 transitivePeerDependencies: @@ -6621,7 +6640,7 @@ packages: resolution: {integrity: sha512-sWi3b3fTUSVPDsz5KsQ5eCQNVAtLgkIE/HYFkEZXR/07clqmd4E/gFiuwSaqa9b+QTXc1Uemfb7TVWbEIURWDg==} engines: {node: 8.* || >= 10.*} dependencies: - '@types/chai': 4.3.1 + '@types/chai': 4.3.0 '@types/chai-as-promised': 7.1.5 '@types/express': 4.17.13 ansi-html: 0.0.7 @@ -6637,7 +6656,7 @@ packages: heimdalljs: 0.2.6 heimdalljs-logger: 0.1.10 https: 1.0.0 - mime-types: 2.1.35 + mime-types: 2.1.34 resolve-path: 1.4.0 rimraf: 3.0.2 sane: 4.1.0 @@ -6650,7 +6669,7 @@ packages: dev: true /brorand/1.1.0: - resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} + resolution: {integrity: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=} dev: true /browser-process-hrtime/1.0.0: @@ -6780,7 +6799,7 @@ packages: dev: true /buffer-xor/1.0.3: - resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} + resolution: {integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=} dev: true /buffer/4.9.2: @@ -6799,19 +6818,19 @@ packages: dev: true /builtin-status-codes/3.0.0: - resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} + resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: true /builtins/1.0.3: - resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} + resolution: {integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og=} dev: true /bytes/1.0.0: - resolution: {integrity: sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ==} + resolution: {integrity: sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=} dev: true /bytes/3.0.0: - resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} + resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} engines: {node: '>= 0.8'} dev: true @@ -6900,7 +6919,7 @@ packages: dev: true /can-symlink/1.0.0: - resolution: {integrity: sha512-RbsNrFyhwkx+6psk/0fK/Q9orOUr9VMxohGd8vTa4djf4TGLfblBgUfqZChrZuW0Q+mz2eBPFLusw9Jfukzmhg==} + resolution: {integrity: sha1-l7YH2KhLtsbiKLkC2GTstZS50hk=} hasBin: true dependencies: tmp: 0.0.28 @@ -6908,12 +6927,16 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.20.3 - caniuse-lite: 1.0.30001334 + browserslist: 4.19.3 + caniuse-lite: 1.0.30001312 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true + /caniuse-lite/1.0.30001312: + resolution: {integrity: sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==} + dev: true + /caniuse-lite/1.0.30001334: resolution: {integrity: sha512-kbaCEBRRVSoeNs74sCuq92MJyGrMtjWVfhltoHUCW4t4pXFvGjUBrfo47weBRViHkiV3eBYyIsfl956NtHGazw==} @@ -6925,7 +6948,7 @@ packages: dev: true /cardinal/1.0.0: - resolution: {integrity: sha512-INsuF4GyiFLk8C91FPokbKTc/rwHqV4JnfatVZ6GPhguP1qmkRWX2dp5tepYboYdPpGWisLVLI+KsXoXFPRSMg==} + resolution: {integrity: sha1-UOIcGwqjdyn5N33vGWtanOyTLuk=} hasBin: true dependencies: ansicolors: 0.2.1 @@ -7001,13 +7024,13 @@ packages: dev: true /charm/1.0.2: - resolution: {integrity: sha512-wqW3VdPnlSWT4eRiYX+hcs+C6ViBPUWk1qTCd+37qw9kEm/a5n2qcyQDMBWvSYKN/ctqZzeXNQaeBjOetJJUkw==} + resolution: {integrity: sha1-it02cVOm2aWBMxBSxAkJkdqZXjU=} dependencies: inherits: 2.0.4 dev: true /check-error/1.0.2: - resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} + resolution: {integrity: sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=} dev: true /chokidar/2.1.8: @@ -7033,6 +7056,7 @@ packages: /chokidar/3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} + requiresBuild: true dependencies: anymatch: 3.1.2 braces: 3.0.2 @@ -7076,11 +7100,11 @@ packages: dev: true /clean-base-url/1.0.0: - resolution: {integrity: sha512-9q6ZvUAhbKOSRFY7A/irCQ/rF0KIpa3uXpx6izm8+fp7b2H4hLeUJ+F1YYk9+gDQ/X8Q0MEyYs+tG3cht//HTg==} + resolution: {integrity: sha1-yQHPCiC5ckNbDszVLQVoJKQ1G3s=} dev: true /clean-css-promise/0.1.1: - resolution: {integrity: sha512-tzWkANXMD70ETa/wAu2TXAAxYWS0ZjVUFM2dVik8RQBoAbGMFJv4iVluz3RpcoEbo++fX4RV/BXfgGoOjp8o3Q==} + resolution: {integrity: sha1-Q/PSyN/LK/BxSBJSzZt2QzwI7ss=} dependencies: array-to-error: 1.1.1 clean-css: 3.4.28 @@ -7088,7 +7112,7 @@ packages: dev: true /clean-css/3.4.28: - resolution: {integrity: sha512-aTWyttSdI2mYi07kWqHi24NUU9YlELFKGOAgFzZjDN1064DMAOy2FBuoyGmkKRlXkbpXd0EVHmiVkbKhKoirTw==} + resolution: {integrity: sha1-vxlF6C/ICPVWlebd6uwBQA79A/8=} engines: {node: '>=0.10.0'} hasBin: true dependencies: @@ -7171,6 +7195,11 @@ packages: resolution: {integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=} engines: {node: '>=0.8'} + /code-point-at/1.1.0: + resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=} + engines: {node: '>=0.10.0'} + dev: true + /collection-visit/1.0.0: resolution: {integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=} engines: {node: '>=0.10.0'} @@ -7198,11 +7227,6 @@ packages: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} dev: true - /color-support/1.1.3: - resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} - hasBin: true - dev: true - /colors/1.0.3: resolution: {integrity: sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=} engines: {node: '>=0.1.90'} @@ -7353,8 +7377,8 @@ packages: through2: 3.0.2 dev: true - /consolidate/0.16.0: - resolution: {integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ==} + /consolidate/0.15.1: + resolution: {integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==} engines: {node: '>= 0.10.0'} dependencies: bluebird: 3.7.2 @@ -7448,11 +7472,6 @@ packages: engines: {node: '>= 0.6'} dev: true - /cookie/0.5.0: - resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} - engines: {node: '>= 0.6'} - dev: true - /copy-concurrently/1.0.5: resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} dependencies: @@ -7593,23 +7612,23 @@ packages: engines: {node: '>=8'} dev: true - /css-loader/5.2.7_webpack@5.72.1: + /css-loader/5.2.7_webpack@5.69.1: resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.14 + icss-utils: 5.1.0_postcss@8.4.7 loader-utils: 2.0.2 - postcss: 8.4.14 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.14 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.14 - postcss-modules-scope: 3.0.0_postcss@8.4.14 - postcss-modules-values: 4.0.0_postcss@8.4.14 + postcss: 8.4.7 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.7 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.7 + postcss-modules-scope: 3.0.0_postcss@8.4.7 + postcss-modules-values: 4.0.0_postcss@8.4.7 postcss-value-parser: 4.2.0 schema-utils: 3.1.1 semver: 7.3.7 - webpack: 5.72.1 + webpack: 5.69.1 dev: true /css-tree/1.1.3: @@ -7628,6 +7647,14 @@ packages: source-map-js: 1.0.2 dev: true + /css-tree/2.1.0: + resolution: {integrity: sha512-PcysZRzToBbrpoUrZ9qfblRIRf8zbEAkU0AIpQFtgkFK0vSbzOmBCvdSAx2Zg7Xx5wiYJKUKk0NMP7kxevie/A==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} + dependencies: + mdn-data: 2.0.27 + source-map-js: 1.0.2 + dev: true + /cssesc/3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} @@ -7673,7 +7700,7 @@ packages: resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} engines: {node: '>=10'} dependencies: - abab: 2.0.6 + abab: 2.0.5 whatwg-mimetype: 2.3.0 whatwg-url: 8.7.0 dev: true @@ -7813,7 +7840,6 @@ packages: engines: {node: '>= 0.4'} dependencies: object-keys: 1.1.1 - dev: true /define-properties/1.1.4: resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==} @@ -7821,6 +7847,7 @@ packages: dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 + dev: true /define-property/0.2.5: resolution: {integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=} @@ -7902,9 +7929,8 @@ packages: minimalistic-assert: 1.0.1 dev: true - /destroy/1.2.0: - resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + /destroy/1.0.4: + resolution: {integrity: sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=} dev: true /detect-file/1.0.0: @@ -8065,7 +8091,7 @@ packages: '@babel/types': 7.18.0 '@embroider/shared-internals': 1.6.0 babel-core: 6.26.3 - babel-loader: 8.2.5_6sui7bpcrc7jx7yypfyfijkzxi + babel-loader: 8.2.3_6sui7bpcrc7jx7yypfyfijkzxi babel-plugin-syntax-dynamic-import: 6.18.0 babylon: 6.18.0 broccoli-debug: 0.6.5 @@ -8094,17 +8120,17 @@ packages: - webpack-command dev: true - /ember-auto-import/2.4.0_webpack@5.72.1: + /ember-auto-import/2.4.0_webpack@5.69.1: resolution: {integrity: sha512-BwF6iTaoSmT2vJ9NEHEGRBCh2+qp+Nlaz/Q7roqNSxl5oL5iMRwenPnHhOoBPTYZvPhcV/KgXR5e+pBQ107plQ==} engines: {node: 12.* || 14.* || >= 16} dependencies: '@babel/core': 7.18.0 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.0 - '@babel/plugin-proposal-decorators': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-proposal-decorators': 7.17.2_@babel+core@7.18.0 '@babel/preset-env': 7.16.11_@babel+core@7.18.0 '@embroider/macros': 1.6.0 - '@embroider/shared-internals': 1.6.0 - babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby + '@embroider/shared-internals': 1.2.0 + babel-loader: 8.2.3_3m64hf2v7lyg4hcd5oq4q3hzce babel-plugin-ember-modules-api-polyfill: 3.5.0 babel-plugin-htmlbars-inline-precompile: 5.3.1 babel-plugin-syntax-dynamic-import: 6.18.0 @@ -8113,19 +8139,19 @@ packages: broccoli-merge-trees: 4.2.0 broccoli-plugin: 4.0.7 broccoli-source: 3.0.1 - css-loader: 5.2.7_webpack@5.72.1 - debug: 4.3.4 + css-loader: 5.2.7_webpack@5.69.1 + debug: 4.3.3 fs-extra: 6.0.1 fs-tree-diff: 2.0.1 handlebars: 4.7.7 js-string-escape: 1.0.1 lodash: 4.17.21 - mini-css-extract-plugin: 2.6.0_webpack@5.72.1 + mini-css-extract-plugin: 2.5.3_webpack@5.69.1 parse5: 6.0.1 resolve: 1.22.0 resolve-package-path: 3.1.0 - semver: 7.3.7 - style-loader: 2.0.0_webpack@5.72.1 + semver: 7.3.5 + style-loader: 2.0.0_webpack@5.69.1 typescript-memoize: 1.1.0 walk-sync: 3.0.0 transitivePeerDependencies: @@ -8269,14 +8295,11 @@ packages: - supports-color dev: true - /ember-cli-dependency-checker/3.3.1_ember-cli@4.1.1: - resolution: {integrity: sha512-Tg6OeijjXNKWkDm6057Tr0N9j9Vlz/ITewXWpn1A/+Wbt3EowBx5ZKfvoupqz05EznKgL1B/ecG0t+JN7Qm6MA==} + /ember-cli-dependency-checker/3.2.0: + resolution: {integrity: sha512-dkSmcJ/jY/2ms/S6ph2jXSfOW5VfOpLfg5DFEbra0SaMNgYkNDFF1o0U4OdTsG37L5h/AXWNuVtnOa4TMabz9Q==} engines: {node: '>= 6'} - peerDependencies: - ember-cli: ^3.2.0 || ^4.0.0 dependencies: chalk: 2.4.2 - ember-cli: 4.1.1 find-yarn-workspace-root: 1.2.1 is-git-url: 1.0.0 resolve: 1.22.0 @@ -8335,7 +8358,7 @@ packages: engines: {node: 12.* || 14.* || >= 16} dependencies: '@ember/edition-utils': 1.2.0 - babel-plugin-ember-template-compilation: 1.0.2 + babel-plugin-ember-template-compilation: 1.0.1 babel-plugin-htmlbars-inline-precompile: 5.3.1 broccoli-debug: 0.6.5 broccoli-persistent-filter: 3.1.2 @@ -8345,7 +8368,7 @@ packages: hash-for-dep: 1.5.1 heimdalljs-logger: 0.1.10 json-stable-stringify: 1.0.1 - semver: 7.3.7 + semver: 7.3.5 silent-error: 1.1.1 strip-bom: 4.0.0 walk-sync: 2.2.0 @@ -8451,7 +8474,7 @@ packages: resolution: {integrity: sha512-7I5azCTxOgRDN8aSSnJZIKSqr+MGnT+jLTUbBYqF8wu6ojs2DUnTePxUcQMcvNh3Q3B1ySv7Q/uZFSjdU9gSjA==} engines: {node: 6.* || 8.* || >= 10.*} dependencies: - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.18.0 '@babel/plugin-transform-typescript': 7.4.5_@babel+core@7.18.0 ansi-to-html: 0.6.15 debug: 4.3.4 @@ -8497,7 +8520,7 @@ packages: '@babel/plugin-transform-typescript': 7.8.7_@babel+core@7.18.0 ansi-to-html: 0.6.15 broccoli-stew: 3.0.0 - debug: 4.3.4 + debug: 4.3.3 ember-cli-babel-plugin-helpers: 1.1.1 execa: 3.4.0 fs-extra: 8.1.0 @@ -8528,8 +8551,8 @@ packages: transitivePeerDependencies: - supports-color - /ember-cli-typescript/5.1.0: - resolution: {integrity: sha512-wEZfJPkjqFEZAxOYkiXsDrJ1HY75e/6FoGhQFg8oNFJeGYpIS/3W0tgyl1aRkSEEN1NRlWocDubJ4aZikT+RTA==} + /ember-cli-typescript/5.0.0: + resolution: {integrity: sha512-UDKZlG7bInRo7eDsF3jvPz1Dxh1YvRhMw9wyj5rj2K3brw0xEh1IMTqPgWRbPESqjcWuwa8s0FCNuYWDc4PTfg==} engines: {node: '>= 12.*'} dependencies: ansi-to-html: 0.6.15 @@ -8630,7 +8653,7 @@ packages: ensure-posix-path: 1.1.1 execa: 5.1.1 exit: 0.1.2 - express: 4.18.1 + express: 4.17.3 filesize: 8.0.7 find-up: 5.0.0 find-yarn-workspace-root: 2.0.0 @@ -8648,7 +8671,7 @@ packages: inflection: 1.13.2 is-git-url: 1.0.0 is-language-code: 3.1.0 - isbinaryfile: 4.0.10 + isbinaryfile: 4.0.8 js-yaml: 3.14.1 json-stable-stringify: 1.0.1 leek: 0.0.24 @@ -8667,12 +8690,12 @@ packages: resolve: 1.22.0 resolve-package-path: 3.1.0 sane: 5.0.1 - semver: 7.3.7 + semver: 7.3.5 silent-error: 1.1.1 - sort-package-json: 1.57.0 + sort-package-json: 1.54.0 symlink-or-copy: 1.3.1 temp: 0.9.4 - testem: 3.7.0 + testem: 3.6.0 tiny-lr: 2.0.0 tree-sync: 2.1.0 uuid: 8.3.2 @@ -8706,8 +8729,8 @@ packages: peerDependencies: ember-concurrency: ^1.2.1 dependencies: - '@babel/helper-plugin-utils': 7.17.12 - '@babel/types': 7.18.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/types': 7.17.0 ember-cli-babel: 7.26.11 ember-cli-babel-plugin-helpers: 1.1.1 ember-cli-htmlbars: 4.5.0 @@ -8783,22 +8806,22 @@ packages: - supports-color dev: false - /ember-data/4.0.2_qqaml4ljchhh37dxp4aoesgrby: + /ember-data/4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce: resolution: {integrity: sha512-vpz44QuQS1QRRV18idb7N2UH8PIvfwtBXyxrAetB9W/9rZP7aU00y38flJN6ioeZRI3iVhdpNoqhkpUsm/xztQ==} engines: {node: 12.* || >= 14.*} dependencies: - '@ember-data/adapter': 4.0.2_qqaml4ljchhh37dxp4aoesgrby - '@ember-data/debug': 4.0.2_qqaml4ljchhh37dxp4aoesgrby - '@ember-data/model': 4.0.2_qqaml4ljchhh37dxp4aoesgrby + '@ember-data/adapter': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + '@ember-data/debug': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + '@ember-data/model': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce '@ember-data/private-build-infra': 4.0.2_@babel+core@7.18.0 - '@ember-data/record-data': 4.0.2_qqaml4ljchhh37dxp4aoesgrby - '@ember-data/serializer': 4.0.2_qqaml4ljchhh37dxp4aoesgrby - '@ember-data/store': 4.0.2_qqaml4ljchhh37dxp4aoesgrby + '@ember-data/record-data': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + '@ember-data/serializer': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce + '@ember-data/store': 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce '@ember/edition-utils': 1.2.0 '@ember/string': 3.0.0 '@glimmer/env': 0.1.7 broccoli-merge-trees: 4.2.0 - ember-auto-import: 2.4.0_webpack@5.72.1 + ember-auto-import: 2.4.0_webpack@5.69.1 ember-cli-babel: 7.26.11 ember-cli-typescript: 4.2.1 ember-inflector: 4.0.2 @@ -8847,16 +8870,12 @@ packages: - supports-color dev: true - /ember-functions-as-helper-polyfill/2.1.1_ember-source@4.0.1: - resolution: {integrity: sha512-vZ2w9G/foohwtPm99Jos1m6bhlXyyyiJ4vhLbxyjWB4wh7bcpRzXPgCewDRrwefZQ2BwtHg3c9zvVMlI0g+o2Q==} + /ember-functions-as-helper-polyfill/2.0.1: + resolution: {integrity: sha512-IK+GAv2Pw/siQ7aN6V5CRQBNBrnjqNlm2u+bTV+OIP3RsPeStytbYwGI3yaUD9qqPNjFfxYeOkFSZV7q4CQplQ==} engines: {node: '>= 14.0.0'} - peerDependencies: - ember-source: ^3.25.0 || ^4.0.0 dependencies: ember-cli-babel: 7.26.11 - ember-cli-typescript: 5.1.0 - ember-cli-version-checker: 5.1.2 - ember-source: 4.0.1_qqaml4ljchhh37dxp4aoesgrby + ember-cli-typescript: 5.0.0 transitivePeerDependencies: - supports-color dev: false @@ -8914,21 +8933,21 @@ packages: - supports-color dev: true - /ember-qunit/5.1.5_m2vpijm5kklvqmlfibufmotnbi: + /ember-qunit/5.1.5_fllaz7eu7xuvowviafj6ges6hm: resolution: {integrity: sha512-2cFA4oMygh43RtVcMaBrr086Tpdhgbn3fVZ2awLkzF/rnSN0D0PSRpd7hAD7OdBPerC/ZYRwzVyGXLoW/Zes4A==} engines: {node: 10.* || 12.* || >= 14.*} peerDependencies: '@ember/test-helpers': ^2.4.0 qunit: ^2.13.0 dependencies: - '@ember/test-helpers': 2.8.1_4xwe4zcg7gxd7seqxuljxynk6q + '@ember/test-helpers': 2.6.0_@babel+core@7.18.0 broccoli-funnel: 3.0.8 broccoli-merge-trees: 3.0.2 common-tags: 1.8.2 ember-auto-import: 1.12.1 ember-cli-babel: 7.26.11 ember-cli-test-loader: 3.0.0 - qunit: 2.19.1 + qunit: 2.18.0 resolve-package-path: 3.1.0 silent-error: 1.1.1 validate-peer-dependencies: 1.2.0 @@ -8977,8 +8996,8 @@ packages: - encoding dev: true - /ember-source/3.28.9_@babel+core@7.18.0: - resolution: {integrity: sha512-Fy7V3yvj+3oyo2+ke52aaihKMcFnnF7Oj9ixj547yzh2faqRfqouB5ZSiwXFH8rxw22rKaM8DiuQO4JN2Ay6xQ==} + /ember-source/3.28.8_@babel+core@7.18.0: + resolution: {integrity: sha512-hA15oYzbRdi9983HIemeVzzX2iLcMmSPp6akUiMQhFZYWPrKksbPyLrO6YpZ4hNM8yBjQSDXEkZ1V3yxBRKjUA==} engines: {node: 10.* || >= 12.*} dependencies: '@babel/helper-module-imports': 7.16.7 @@ -9005,14 +9024,14 @@ packages: inflection: 1.13.2 jquery: 3.6.0 resolve: 1.22.0 - semver: 7.3.7 + semver: 7.3.5 silent-error: 1.1.1 transitivePeerDependencies: - '@babel/core' - supports-color dev: true - /ember-source/4.0.1_qqaml4ljchhh37dxp4aoesgrby: + /ember-source/4.0.1_3m64hf2v7lyg4hcd5oq4q3hzce: resolution: {integrity: sha512-5k4ZQvpa7Li7V7P2QnIiOo/UiQkaWwvaTeSI6dlLAswMhIq6XFFZQ+M+2NHrTJynhc2u2BcIxcYpdMb+g8y1Aw==} engines: {node: '>= 12.*'} dependencies: @@ -9028,7 +9047,7 @@ packages: broccoli-funnel: 2.0.2 broccoli-merge-trees: 4.2.0 chalk: 4.1.2 - ember-auto-import: 2.4.0_webpack@5.72.1 + ember-auto-import: 2.4.0_webpack@5.69.1 ember-cli-babel: 7.26.11 ember-cli-get-component-path-option: 1.0.0 ember-cli-is-package-missing: 1.0.0 @@ -9039,7 +9058,7 @@ packages: ember-router-generator: 2.0.0 inflection: 1.13.2 resolve: 1.22.0 - semver: 7.3.7 + semver: 7.3.5 silent-error: 1.1.1 transitivePeerDependencies: - '@babel/core' @@ -9107,7 +9126,7 @@ packages: chalk: 4.1.2 cli-table3: 0.6.1 core-object: 3.1.5 - debug: 4.3.4 + debug: 4.3.3 ember-try-config: 4.0.0 execa: 4.1.0 fs-extra: 9.1.0 @@ -9119,8 +9138,8 @@ packages: - supports-color dev: true - /ember-welcome-page/6.2.0: - resolution: {integrity: sha512-bDPgNgW0eRhLCHLaFK87p1mcP8hGwr0pXvPoskDeUGQzsOI3Pc3U/8WLpUSi2mNrmv0eNtfWqE+A1Wbx6F2l0Q==} + /ember-welcome-page/6.1.0: + resolution: {integrity: sha512-r0gFsXLbqh9xwFAFaq9IVz7IhQ9WgIwE7WszUhGoRCRZu+MwxZ+Ovrr2xlXErntqjvFXgqLdhr6iP5zvVoDTLQ==} engines: {node: 12.* || 14.* || >= 16} dependencies: '@embroider/addon-shim': 1.6.0 @@ -9145,13 +9164,15 @@ packages: dependencies: once: 1.4.0 - /engine.io-parser/5.0.4: - resolution: {integrity: sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==} + /engine.io-parser/5.0.3: + resolution: {integrity: sha512-BtQxwF27XUNnSafQLvDi0dQ8s3i6VgzSoQMJacpIcGNrlUdfHSKbgm3jmjCVvQluGzqwujQMPAoMai3oYSTurg==} engines: {node: '>=10.0.0'} + dependencies: + '@socket.io/base64-arraybuffer': 1.0.2 dev: true - /engine.io/6.2.0: - resolution: {integrity: sha512-4KzwW3F3bk+KlzSOY57fj/Jx6LyRQ1nbcyIadehl+AnXjKT7gDO0ORdRi/84ixvMKTym6ZKuxvbzN62HDDU1Lg==} + /engine.io/6.1.3: + resolution: {integrity: sha512-rqs60YwkvWTLLnfazqgZqLa/aKo+9cueVfEi/dZ8PyGyaf8TLOxj++4QMIgeG3Gn0AhrWiFXvghsoY9L9h25GA==} engines: {node: '>=10.0.0'} dependencies: '@types/cookie': 0.4.1 @@ -9162,7 +9183,7 @@ packages: cookie: 0.4.2 cors: 2.8.5 debug: 4.3.4 - engine.io-parser: 5.0.4 + engine.io-parser: 5.0.3 ws: 8.2.3 transitivePeerDependencies: - bufferutil @@ -9179,8 +9200,8 @@ packages: tapable: 1.1.3 dev: true - /enhanced-resolve/5.9.3: - resolution: {integrity: sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==} + /enhanced-resolve/5.9.1: + resolution: {integrity: sha512-jdyZMwCQ5Oj4c5+BTnkxPgDZO/BJzh/ADDmKebayyzNwjVX1AFCeGkOfxNx0mHi2+8BKC5VxUYiw3TIvoT7vhw==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.9 @@ -9250,21 +9271,20 @@ packages: get-intrinsic: 1.1.1 get-symbol-description: 1.0.0 has: 1.0.3 - has-symbols: 1.0.3 + has-symbols: 1.0.2 internal-slot: 1.0.3 is-callable: 1.2.4 is-negative-zero: 2.0.2 is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 + is-shared-array-buffer: 1.0.1 is-string: 1.0.7 is-weakref: 1.0.2 object-inspect: 1.12.0 object-keys: 1.1.1 object.assign: 4.1.2 - string.prototype.trimend: 1.0.5 - string.prototype.trimstart: 1.0.5 - unbox-primitive: 1.0.2 - dev: true + string.prototype.trimend: 1.0.4 + string.prototype.trimstart: 1.0.4 + unbox-primitive: 1.0.1 /es-abstract/1.20.1: resolution: {integrity: sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==} @@ -9293,11 +9313,18 @@ packages: string.prototype.trimend: 1.0.5 string.prototype.trimstart: 1.0.5 unbox-primitive: 1.0.2 + dev: true /es-module-lexer/0.9.3: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} dev: true + /es-shim-unscopables/1.0.0: + resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} + dependencies: + has: 1.0.3 + dev: true + /es-to-primitive/1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} @@ -9306,8 +9333,8 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /esbuild-android-64/0.14.39: - resolution: {integrity: sha512-EJOu04p9WgZk0UoKTqLId9VnIsotmI/Z98EXrKURGb3LPNunkeffqQIkjS2cAvidh+OK5uVrXaIP229zK6GvhQ==} + /esbuild-android-64/0.14.34: + resolution: {integrity: sha512-XfxcfJqmMYsT/LXqrptzFxmaR3GWzXHDLdFNIhm6S00zPaQF1TBBWm+9t0RZ6LRR7iwH57DPjaOeW20vMqI4Yw==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -9315,8 +9342,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.39: - resolution: {integrity: sha512-+twajJqO7n3MrCz9e+2lVOnFplRsaGRwsq1KL/uOy7xK7QdRSprRQcObGDeDZUZsacD5gUkk6OiHiYp6RzU3CA==} + /esbuild-android-arm64/0.14.34: + resolution: {integrity: sha512-T02+NXTmSRL1Mc6puz+R9CB54rSPICkXKq6+tw8B6vxZFnCPzbJxgwIX4kcluz9p8nYBjF3+lSilTGWb7+Xgew==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -9324,8 +9351,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.39: - resolution: {integrity: sha512-ImT6eUw3kcGcHoUxEcdBpi6LfTRWaV6+qf32iYYAfwOeV+XaQ/Xp5XQIBiijLeo+LpGci9M0FVec09nUw41a5g==} + /esbuild-darwin-64/0.14.34: + resolution: {integrity: sha512-pLRip2Bh4Ng7Bf6AMgCrSp3pPe/qZyf11h5Qo2mOfJqLWzSVjxrXW+CFRJfrOVP7TCnh/gmZSM2AFdCPB72vtw==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -9333,8 +9360,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.39: - resolution: {integrity: sha512-/fcQ5UhE05OiT+bW5v7/up1bDsnvaRZPJxXwzXsMRrr7rZqPa85vayrD723oWMT64dhrgWeA3FIneF8yER0XTw==} + /esbuild-darwin-arm64/0.14.34: + resolution: {integrity: sha512-vpidSJEBxx6lf1NWgXC+DCmGqesJuZ5Y8aQVVsaoO4i8tRXbXb0whChRvop/zd3nfNM4dIl5EXAky0knRX5I6w==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -9342,8 +9369,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.39: - resolution: {integrity: sha512-oMNH8lJI4wtgN5oxuFP7BQ22vgB/e3Tl5Woehcd6i2r6F3TszpCnNl8wo2d/KvyQ4zvLvCWAlRciumhQg88+kQ==} + /esbuild-freebsd-64/0.14.34: + resolution: {integrity: sha512-m0HBjePhe0hAQJgtMRMNV9kMgIyV4/qSnzPx42kRMQBcPhgjAq1JRu4Il26czC+9FgpMbFkUktb07f/Lwnc6CA==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -9351,8 +9378,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.39: - resolution: {integrity: sha512-1GHK7kwk57ukY2yI4ILWKJXaxfr+8HcM/r/JKCGCPziIVlL+Wi7RbJ2OzMcTKZ1HpvEqCTBT/J6cO4ZEwW4Ypg==} + /esbuild-freebsd-arm64/0.14.34: + resolution: {integrity: sha512-cpRc2B94L1KvMPPYB4D6G39jLqpKlD3noAMY4/e86iXXXkhUYJJEtTuyNFTa9JRpWM0xCAp4mxjHjoIiLuoCLA==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -9360,8 +9387,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.39: - resolution: {integrity: sha512-g97Sbb6g4zfRLIxHgW2pc393DjnkTRMeq3N1rmjDUABxpx8SjocK4jLen+/mq55G46eE2TA0MkJ4R3SpKMu7dg==} + /esbuild-linux-32/0.14.34: + resolution: {integrity: sha512-8nQaEaoW7MH/K/RlozJa+lE1ejHIr8fuPIHhc513UebRav7HtXgQvxHQ6VZRUkWtep23M6dd7UqhwO1tMOfzQQ==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -9369,8 +9396,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.39: - resolution: {integrity: sha512-4tcgFDYWdI+UbNMGlua9u1Zhu0N5R6u9tl5WOM8aVnNX143JZoBZLpCuUr5lCKhnD0SCO+5gUyMfupGrHtfggQ==} + /esbuild-linux-64/0.14.34: + resolution: {integrity: sha512-Y3of4qQoLLlAgf042MlrY1P+7PnN9zWj8nVtw9XQG5hcLOZLz7IKpU35oeu7n4wvyaZHwvQqDJ93gRLqdJekcQ==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -9378,8 +9405,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.39: - resolution: {integrity: sha512-t0Hn1kWVx5UpCzAJkKRfHeYOLyFnXwYynIkK54/h3tbMweGI7dj400D1k0Vvtj2u1P+JTRT9tx3AjtLEMmfVBQ==} + /esbuild-linux-arm/0.14.34: + resolution: {integrity: sha512-9lpq1NcJqssAF7alCO6zL3gvBVVt/lKw4oetUM7OgNnRX0OWpB+ZIO9FwCrSj/dMdmgDhPLf+119zB8QxSMmAg==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -9387,8 +9414,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.39: - resolution: {integrity: sha512-23pc8MlD2D6Px1mV8GMglZlKgwgNKAO8gsgsLLcXWSs9lQsCYkIlMo/2Ycfo5JrDIbLdwgP8D2vpfH2KcBqrDQ==} + /esbuild-linux-arm64/0.14.34: + resolution: {integrity: sha512-IlWaGtj9ir7+Nrume1DGcyzBDlK8GcnJq0ANKwcI9pVw8tqr+6GD0eqyF9SF1mR8UmAp+odrx1H5NdR2cHdFHA==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -9396,8 +9423,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.39: - resolution: {integrity: sha512-epwlYgVdbmkuRr5n4es3B+yDI0I2e/nxhKejT9H0OLxFAlMkeQZxSpxATpDc9m8NqRci6Kwyb/SfmD1koG2Zuw==} + /esbuild-linux-mips64le/0.14.34: + resolution: {integrity: sha512-k3or+01Rska1AjUyNjA4buEwB51eyN/xPQAoOx1CjzAQC3l8rpjUDw55kXyL63O/1MUi4ISvtNtl8gLwdyEcxw==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -9405,8 +9432,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.39: - resolution: {integrity: sha512-W/5ezaq+rQiQBThIjLMNjsuhPHg+ApVAdTz2LvcuesZFMsJoQAW2hutoyg47XxpWi7aEjJGrkS26qCJKhRn3QQ==} + /esbuild-linux-ppc64le/0.14.34: + resolution: {integrity: sha512-+qxb8M9FfM2CJaVU7GgYpJOHM1ngQOx+/VrtBjb4C8oVqaPcESCeg2anjl+HRZy8VpYc71q/iBYausPPbJ+Keg==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -9414,8 +9441,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.39: - resolution: {integrity: sha512-IS48xeokcCTKeQIOke2O0t9t14HPvwnZcy+5baG13Z1wxs9ZrC5ig5ypEQQh4QMKxURD5TpCLHw2W42CLuVZaA==} + /esbuild-linux-riscv64/0.14.34: + resolution: {integrity: sha512-Y717ltBdQ5j5sZIHdy1DV9kieo0wMip0dCmVSTceowCPYSn1Cg33Kd6981+F/3b9FDMzNWldZFOBRILViENZSA==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -9423,8 +9450,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.39: - resolution: {integrity: sha512-zEfunpqR8sMomqXhNTFEKDs+ik7HC01m3M60MsEjZOqaywHu5e5682fMsqOlZbesEAAaO9aAtRBsU7CHnSZWyA==} + /esbuild-linux-s390x/0.14.34: + resolution: {integrity: sha512-bDDgYO4LhL4+zPs+WcBkXph+AQoPcQRTv18FzZS0WhjfH8TZx2QqlVPGhmhZ6WidrY+jKthUqO6UhGyIb4MpmA==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -9432,8 +9459,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.39: - resolution: {integrity: sha512-Uo2suJBSIlrZCe4E0k75VDIFJWfZy+bOV6ih3T4MVMRJh1lHJ2UyGoaX4bOxomYN3t+IakHPyEoln1+qJ1qYaA==} + /esbuild-netbsd-64/0.14.34: + resolution: {integrity: sha512-cfaFGXdRt0+vHsjNPyF0POM4BVSHPSbhLPe8mppDc7GDDxjIl08mV1Zou14oDWMp/XZMjYN1kWYRSfftiD0vvQ==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -9441,8 +9468,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.39: - resolution: {integrity: sha512-secQU+EpgUPpYjJe3OecoeGKVvRMLeKUxSMGHnK+aK5uQM3n1FPXNJzyz1LHFOo0WOyw+uoCxBYdM4O10oaCAA==} + /esbuild-openbsd-64/0.14.34: + resolution: {integrity: sha512-vmy9DxXVnRiI14s8GKuYBtess+EVcDALkbpTqd5jw4XITutIzyB7n4x0Tj5utAkKsgZJB22lLWGekr0ABnSLow==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -9450,8 +9477,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.39: - resolution: {integrity: sha512-qHq0t5gePEDm2nqZLb+35p/qkaXVS7oIe32R0ECh2HOdiXXkj/1uQI9IRogGqKkK+QjDG+DhwiUw7QoHur/Rwg==} + /esbuild-sunos-64/0.14.34: + resolution: {integrity: sha512-eNPVatNET1F7tRMhii7goL/eptfxc0ALRjrj9SPFNqp0zmxrehBFD6BaP3R4LjMn6DbMO0jOAnTLFKr8NqcJAA==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -9459,8 +9486,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.39: - resolution: {integrity: sha512-XPjwp2OgtEX0JnOlTgT6E5txbRp6Uw54Isorm3CwOtloJazeIWXuiwK0ONJBVb/CGbiCpS7iP2UahGgd2p1x+Q==} + /esbuild-windows-32/0.14.34: + resolution: {integrity: sha512-EFhpXyHEcnqWYe2rAHFd8dRw8wkrd9U+9oqcyoEL84GbanAYjiiIjBZsnR8kl0sCQ5w6bLpk7vCEIA2VS32Vcg==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -9468,8 +9495,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.39: - resolution: {integrity: sha512-E2wm+5FwCcLpKsBHRw28bSYQw0Ikxb7zIMxw3OPAkiaQhLVr3dnVO8DofmbWhhf6b97bWzg37iSZ45ZDpLw7Ow==} + /esbuild-windows-64/0.14.34: + resolution: {integrity: sha512-a8fbl8Ky7PxNEjf1aJmtxdDZj32/hC7S1OcA2ckEpCJRTjiKslI9vAdPpSjrKIWhws4Galpaawy0nB7fjHYf5Q==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -9477,8 +9504,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.39: - resolution: {integrity: sha512-sBZQz5D+Gd0EQ09tZRnz/PpVdLwvp/ufMtJ1iDFYddDaPpZXKqPyaxfYBLs3ueiaksQ26GGa7sci0OqFzNs7KA==} + /esbuild-windows-arm64/0.14.34: + resolution: {integrity: sha512-EYvmKbSa2B3sPnpC28UEu9jBK5atGV4BaVRE7CYGUci2Hlz4AvtV/LML+TcDMT6gBgibnN2gcltWclab3UutMg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -9486,32 +9513,32 @@ packages: dev: true optional: true - /esbuild/0.14.39: - resolution: {integrity: sha512-2kKujuzvRWYtwvNjYDY444LQIA3TyJhJIX3Yo4+qkFlDDtGlSicWgeHVJqMUP/2sSfH10PGwfsj+O2ro1m10xQ==} + /esbuild/0.14.34: + resolution: {integrity: sha512-QIWdPT/gFF6hCaf4m7kP0cJ+JIuFkdHibI7vVFvu3eJS1HpVmYHWDulyN5WXwbRA0SX/7ZDaJ/1DH8SdY9xOJg==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.39 - esbuild-android-arm64: 0.14.39 - esbuild-darwin-64: 0.14.39 - esbuild-darwin-arm64: 0.14.39 - esbuild-freebsd-64: 0.14.39 - esbuild-freebsd-arm64: 0.14.39 - esbuild-linux-32: 0.14.39 - esbuild-linux-64: 0.14.39 - esbuild-linux-arm: 0.14.39 - esbuild-linux-arm64: 0.14.39 - esbuild-linux-mips64le: 0.14.39 - esbuild-linux-ppc64le: 0.14.39 - esbuild-linux-riscv64: 0.14.39 - esbuild-linux-s390x: 0.14.39 - esbuild-netbsd-64: 0.14.39 - esbuild-openbsd-64: 0.14.39 - esbuild-sunos-64: 0.14.39 - esbuild-windows-32: 0.14.39 - esbuild-windows-64: 0.14.39 - esbuild-windows-arm64: 0.14.39 + esbuild-android-64: 0.14.34 + esbuild-android-arm64: 0.14.34 + esbuild-darwin-64: 0.14.34 + esbuild-darwin-arm64: 0.14.34 + esbuild-freebsd-64: 0.14.34 + esbuild-freebsd-arm64: 0.14.34 + esbuild-linux-32: 0.14.34 + esbuild-linux-64: 0.14.34 + esbuild-linux-arm: 0.14.34 + esbuild-linux-arm64: 0.14.34 + esbuild-linux-mips64le: 0.14.34 + esbuild-linux-ppc64le: 0.14.34 + esbuild-linux-riscv64: 0.14.34 + esbuild-linux-s390x: 0.14.34 + esbuild-netbsd-64: 0.14.34 + esbuild-openbsd-64: 0.14.34 + esbuild-sunos-64: 0.14.34 + esbuild-windows-32: 0.14.34 + esbuild-windows-64: 0.14.34 + esbuild-windows-arm64: 0.14.34 dev: true /escalade/3.1.1: @@ -9613,7 +9640,7 @@ packages: eslint: '>= 6' dependencies: '@ember-data/rfc395-data': 0.0.4 - css-tree: 2.0.4 + css-tree: 2.1.0 ember-rfc176-data: 0.3.17 eslint: 7.32.0 eslint-utils: 3.0.0_eslint@7.32.0 @@ -9662,8 +9689,8 @@ packages: peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 dependencies: - array-includes: 3.1.4 - array.prototype.flat: 1.2.5 + array-includes: 3.1.5 + array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 eslint: 7.32.0 @@ -9735,6 +9762,23 @@ packages: prettier-linter-helpers: 1.0.0 dev: true + /eslint-plugin-prettier/4.0.0_z7eskpggz6hgh3lpmotlmahgxe: + resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} + engines: {node: '>=6.0.0'} + peerDependencies: + eslint: '>=7.28.0' + eslint-config-prettier: '*' + prettier: '>=2.0.0' + peerDependenciesMeta: + eslint-config-prettier: + optional: true + dependencies: + eslint: 7.32.0 + eslint-config-prettier: 8.5.0_eslint@7.32.0 + prettier: 2.5.1 + prettier-linter-helpers: 1.0.0 + dev: true + /eslint-plugin-qunit/7.2.0_eslint@7.32.0: resolution: {integrity: sha512-ebT6aOpmMj4vchG0hVw9Ukbutk/lgywrc8gc9w9hH2/4WjKqwMlyM7iVwqB7OAXv6gtQMJZuziT0wNjjymAuWA==} engines: {node: 12.x || 14.x || >=16.0.0} @@ -10064,38 +10108,37 @@ packages: homedir-polyfill: 1.0.3 dev: true - /express/4.18.1: - resolution: {integrity: sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==} + /express/4.17.3: + resolution: {integrity: sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==} engines: {node: '>= 0.10.0'} dependencies: accepts: 1.3.8 array-flatten: 1.1.1 - body-parser: 1.20.0 + body-parser: 1.19.2 content-disposition: 0.5.4 content-type: 1.0.4 - cookie: 0.5.0 + cookie: 0.4.2 cookie-signature: 1.0.6 debug: 2.6.9 - depd: 2.0.0 + depd: 1.1.2 encodeurl: 1.0.2 escape-html: 1.0.3 etag: 1.8.1 - finalhandler: 1.2.0 + finalhandler: 1.1.2 fresh: 0.5.2 - http-errors: 2.0.0 merge-descriptors: 1.0.1 methods: 1.1.2 - on-finished: 2.4.1 + on-finished: 2.3.0 parseurl: 1.3.3 path-to-regexp: 0.1.7 proxy-addr: 2.0.7 - qs: 6.10.3 + qs: 6.9.7 range-parser: 1.2.1 safe-buffer: 5.2.1 - send: 0.18.0 - serve-static: 1.15.0 + send: 0.17.2 + serve-static: 1.14.2 setprototypeof: 1.2.0 - statuses: 2.0.1 + statuses: 1.5.0 type-is: 1.6.18 utils-merge: 1.0.1 vary: 1.1.2 @@ -10294,19 +10337,6 @@ packages: unpipe: 1.0.0 dev: true - /finalhandler/1.2.0: - resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} - engines: {node: '>= 0.8'} - dependencies: - debug: 2.6.9 - encodeurl: 1.0.2 - escape-html: 1.0.3 - on-finished: 2.4.1 - parseurl: 1.3.3 - statuses: 2.0.1 - unpipe: 1.0.0 - dev: true - /find-babel-config/1.2.0: resolution: {integrity: sha512-jB2CHJeqy6a820ssiqwrKMeyC6nNdmrcgkKWJWmpoxpE8RKciYJXCcXRq1h2AzCo5I5BJeN2tkGEO3hLTuePRA==} engines: {node: '>=4.0.0'} @@ -10381,7 +10411,7 @@ packages: /find-yarn-workspace-root/2.0.0: resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} dependencies: - micromatch: 4.0.5 + micromatch: 4.0.4 dev: true /findup-sync/4.0.0: @@ -10394,8 +10424,8 @@ packages: resolve-dir: 1.0.1 dev: true - /fireworm/0.7.2: - resolution: {integrity: sha512-GjebTzq+NKKhfmDxjKq3RXwQcN9xRmZWhnnuC9L+/x5wBQtR0aaQM50HsjrzJ2wc28v1vSdfOpELok0TKR4ddg==} + /fireworm/0.7.1: + resolution: {integrity: sha1-zPIPeUHxCIg/zduZOD2+bhhhx1g=} dependencies: async: 0.2.10 is-type: 0.0.1 @@ -10460,8 +10490,8 @@ packages: readable-stream: 2.3.7 dev: true - /follow-redirects/1.15.0: - resolution: {integrity: sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==} + /follow-redirects/1.14.9: + resolution: {integrity: sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -10481,7 +10511,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.35 + mime-types: 2.1.34 dev: true /forwarded/0.2.0: @@ -10659,6 +10689,7 @@ packages: define-properties: 1.1.4 es-abstract: 1.20.1 functions-have-names: 1.2.3 + dev: true /functional-red-black-tree/1.0.1: resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} @@ -10666,23 +10697,23 @@ packages: /functions-have-names/1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + dev: true /fuse.js/6.5.3: resolution: {integrity: sha512-sA5etGE7yD/pOqivZRBvUBd/NaL2sjAu6QuSaFoe1H2BrJSkH/T/UXAJ8CdXdw7DvY3Hs8CXKYkDWX7RiP5KOg==} engines: {node: '>=10'} dev: true - /gauge/4.0.4: - resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /gauge/2.7.4: + resolution: {integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=} dependencies: - aproba: 2.0.0 - color-support: 1.1.3 + aproba: 1.2.0 console-control-strings: 1.1.0 has-unicode: 2.0.1 + object-assign: 4.1.1 signal-exit: 3.0.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 + string-width: 1.0.2 + strip-ansi: 3.0.1 wide-align: 1.1.5 dev: true @@ -10704,7 +10735,7 @@ packages: dependencies: function-bind: 1.1.1 has: 1.0.3 - has-symbols: 1.0.3 + has-symbols: 1.0.2 /get-stdin/4.0.1: resolution: {integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=} @@ -10923,6 +10954,8 @@ packages: dependencies: '@sindresorhus/is': 0.14.0 '@szmarczak/http-timer': 1.1.2 + '@types/keyv': 3.1.4 + '@types/responselike': 1.0.0 cacheable-request: 6.1.0 decompress-response: 3.3.0 duplexer3: 0.1.4 @@ -10957,7 +10990,7 @@ packages: dependencies: glob: 7.2.0 glob-parent: 5.1.2 - minimist: 1.2.6 + minimist: 1.2.5 dev: true /handlebars/4.7.7: @@ -10965,7 +10998,7 @@ packages: engines: {node: '>=0.4.7'} hasBin: true dependencies: - minimist: 1.2.6 + minimist: 1.2.5 neo-async: 2.6.2 source-map: 0.6.1 wordwrap: 1.0.0 @@ -10988,11 +11021,15 @@ packages: resolution: {integrity: sha1-Ngd+8dFfMzSEqn+neihgbxxlWzc=} engines: {node: '>=4'} dependencies: - ansi-regex: 3.0.1 + ansi-regex: 3.0.0 dev: true + /has-bigints/1.0.1: + resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} + /has-bigints/1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + dev: true /has-flag/3.0.0: resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} @@ -11007,16 +11044,22 @@ packages: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: get-intrinsic: 1.1.1 + dev: true + + /has-symbols/1.0.2: + resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==} + engines: {node: '>= 0.4'} /has-symbols/1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} + dev: true /has-tostringtag/1.0.0: resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} engines: {node: '>= 0.4'} dependencies: - has-symbols: 1.0.3 + has-symbols: 1.0.2 /has-unicode/2.0.1: resolution: {integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=} @@ -11179,19 +11222,19 @@ packages: statuses: 1.5.0 dev: true - /http-errors/2.0.0: - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} - engines: {node: '>= 0.8'} + /http-errors/1.8.1: + resolution: {integrity: sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==} + engines: {node: '>= 0.6'} dependencies: - depd: 2.0.0 + depd: 1.1.2 inherits: 2.0.4 setprototypeof: 1.2.0 - statuses: 2.0.1 + statuses: 1.5.0 toidentifier: 1.0.1 dev: true - /http-parser-js/0.5.6: - resolution: {integrity: sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA==} + /http-parser-js/0.5.5: + resolution: {integrity: sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA==} dev: true /http-proxy-agent/4.0.1: @@ -11232,7 +11275,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.0 + follow-redirects: 1.14.9 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -11247,7 +11290,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: true @@ -11257,7 +11300,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2_supports-color@8.1.1 - debug: 4.3.4_supports-color@8.1.1 + debug: 4.3.3_supports-color@8.1.1 transitivePeerDependencies: - supports-color dev: true @@ -11287,13 +11330,13 @@ packages: safer-buffer: 2.1.2 dev: true - /icss-utils/5.1.0_postcss@8.4.14: + /icss-utils/5.1.0_postcss@8.4.7: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.14 + postcss: 8.4.7 dev: true /ieee754/1.2.1: @@ -11484,7 +11527,7 @@ packages: /is-bigint/1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: - has-bigints: 1.0.2 + has-bigints: 1.0.1 /is-binary-path/1.0.1: resolution: {integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=} @@ -11592,6 +11635,13 @@ packages: resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} engines: {node: '>=0.10.0'} + /is-fullwidth-code-point/1.0.0: + resolution: {integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=} + engines: {node: '>=0.10.0'} + dependencies: + number-is-nan: 1.0.1 + dev: true + /is-fullwidth-code-point/2.0.0: resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=} engines: {node: '>=4'} @@ -11630,7 +11680,7 @@ packages: /is-language-code/3.1.0: resolution: {integrity: sha512-zJdQ3QTeLye+iphMeK3wks+vXSRFKh68/Pnlw7aOfApFSEIOhYa8P9vwwa6QrImNNBMJTiL1PpYF0f4BxDuEgA==} dependencies: - '@babel/runtime': 7.17.8 + '@babel/runtime': 7.17.2 dev: true /is-negative-zero/2.0.2: @@ -11713,10 +11763,14 @@ packages: call-bind: 1.0.2 has-tostringtag: 1.0.0 + /is-shared-array-buffer/1.0.1: + resolution: {integrity: sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==} + /is-shared-array-buffer/1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 + dev: true /is-stream/1.1.0: resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} @@ -11742,7 +11796,7 @@ packages: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} dependencies: - has-symbols: 1.0.3 + has-symbols: 1.0.2 /is-text-path/1.0.1: resolution: {integrity: sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=} @@ -11795,8 +11849,8 @@ packages: /isarray/1.0.0: resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} - /isbinaryfile/4.0.10: - resolution: {integrity: sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==} + /isbinaryfile/4.0.8: + resolution: {integrity: sha512-53h6XFniq77YdW+spoRrebh0mnmTxRPTlcuIArO57lmMdq4uBKFKaeTjnb92oYWrSn/LVL+LT+Hap2tFQj8V+w==} engines: {node: '>= 8.0.0'} dev: true @@ -11912,7 +11966,7 @@ packages: canvas: optional: true dependencies: - abab: 2.0.6 + abab: 2.0.5 acorn: 8.7.0 acorn-globals: 6.0.0 cssom: 0.4.4 @@ -11954,7 +12008,7 @@ packages: canvas: optional: true dependencies: - abab: 2.0.6 + abab: 2.0.5 acorn: 8.7.0 acorn-globals: 6.0.0 cssom: 0.4.4 @@ -12160,8 +12214,8 @@ packages: uc.micro: 1.0.6 dev: true - /livereload-js/3.4.0: - resolution: {integrity: sha512-F/pz9ZZP+R+arY94cECTZco7PXgBXyL+KVWUPZq8AQE9TOu14GV6fYeKOviv02JCvFa4Oi3Rs1hYEpfeajc+ow==} + /livereload-js/3.3.3: + resolution: {integrity: sha512-a7Jipme3XIBIryJluWP5LQrEAvhobDPyScBe+q+MYwxBiMT2Ck7msy4tAdF8TAa33FMdJqX4guP81Yhiu6BkmQ==} dev: true /load-json-file/4.0.0: @@ -12179,8 +12233,8 @@ packages: engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} dev: true - /loader-runner/4.3.0: - resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} + /loader-runner/4.2.0: + resolution: {integrity: sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==} engines: {node: '>=6.11.5'} dev: true @@ -12388,10 +12442,6 @@ packages: resolution: {integrity: sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=} dev: true - /lodash.sortby/4.7.0: - resolution: {integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=} - dev: true - /lodash.template/4.5.0: resolution: {integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==} dependencies: @@ -12625,6 +12675,10 @@ packages: resolution: {integrity: sha512-IonVb7pfla2U4zW8rc7XGrtgq11BvYeCxWN8HS+KFBnLDE7XDK9AAMVhRuG6fj9BBsjc69Fqsp6WEActEdNTDQ==} dev: true + /mdn-data/2.0.27: + resolution: {integrity: sha512-kwqO0I0jtWr25KcfLm9pia8vLZ8qoAKhWZuZMbneJq3jjBD3gl5nZs8l8Tu3ZBlBAHVQtDur9rdDGyvtfVraHQ==} + dev: true + /mdurl/1.0.1: resolution: {integrity: sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=} dev: true @@ -12754,16 +12808,21 @@ packages: brorand: 1.1.0 dev: true + /mime-db/1.51.0: + resolution: {integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==} + engines: {node: '>= 0.6'} + dev: true + /mime-db/1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} dev: true - /mime-types/2.1.35: - resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + /mime-types/2.1.34: + resolution: {integrity: sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==} engines: {node: '>= 0.6'} dependencies: - mime-db: 1.52.0 + mime-db: 1.51.0 dev: true /mime/1.6.0: @@ -12802,14 +12861,14 @@ packages: engines: {node: '>=4'} dev: true - /mini-css-extract-plugin/2.6.0_webpack@5.72.1: - resolution: {integrity: sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==} + /mini-css-extract-plugin/2.5.3_webpack@5.69.1: + resolution: {integrity: sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 4.0.0 - webpack: 5.72.1 + webpack: 5.69.1 dev: true /minimalistic-assert/1.0.1: @@ -12825,13 +12884,6 @@ packages: dependencies: brace-expansion: 1.1.11 - /minimatch/5.1.0: - resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} - engines: {node: '>=10'} - dependencies: - brace-expansion: 2.0.1 - dev: true - /minimist-options/4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -12845,8 +12897,12 @@ packages: resolution: {integrity: sha512-GY8fANSrTMfBVfInqJAY41QkOM+upUTytK1jZ0c8+3HdHrJxBJ3rF5i9moClXTE8uUSnUo8cAsCoxDXvSY4DHg==} dev: true + /minimist/1.2.5: + resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} + /minimist/1.2.6: resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} + dev: true /minipass/2.9.0: resolution: {integrity: sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==} @@ -12883,7 +12939,7 @@ packages: resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} hasBin: true dependencies: - minimist: 1.2.6 + minimist: 1.2.5 /mkdirp/1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} @@ -12936,7 +12992,7 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true - /msw/0.40.2_typescript@4.6.3: + /msw/0.40.2_typescript@4.5.5: resolution: {integrity: sha512-8MymevYPIniUhk3W/xxWmhaMAeZHD9uhI37fik31i4JSToDhPWFg9hO6v/8IfTEPCD2Y1r4npDUxHmNbIeaOsg==} engines: {node: '>=14'} hasBin: true @@ -12948,7 +13004,7 @@ packages: optional: true dependencies: '@mswjs/cookies': 0.2.1 - '@mswjs/interceptors': 0.15.2 + '@mswjs/interceptors': 0.15.1 '@open-draft/until': 1.0.3 '@types/cookie': 0.4.1 '@types/js-levenshtein': 1.1.1 @@ -12965,15 +13021,16 @@ packages: statuses: 2.0.1 strict-event-emitter: 0.2.4 type-fest: 1.4.0 - typescript: 4.6.3 + typescript: 4.5.5 yargs: 17.3.1 transitivePeerDependencies: - encoding - supports-color dev: true - /mustache/4.2.0: - resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==} + /mustache/3.2.1: + resolution: {integrity: sha512-RERvMFdLpaFfSRIEe632yDm5nsd0SDKn8hGmcUwswnyiE5mtdZLDybtHAz6hjJhawokF0hXvGLtx9mrQfm6FkA==} + engines: {npm: '>=1.4.0'} hasBin: true dev: true @@ -12991,8 +13048,8 @@ packages: dev: true optional: true - /nanoid/3.3.4: - resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} + /nanoid/3.3.1: + resolution: {integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: true @@ -13096,8 +13153,8 @@ packages: resolution: {integrity: sha512-6Gbjq+d7uhkO7epaKi5DNgUJn7H0gEyA4Jg0Mo1uQOi3Rk50G83LtmhhFyw0LxnAFhtlspkiiw52ISP13qzcBg==} dev: true - /node-notifier/10.0.1: - resolution: {integrity: sha512-YX7TSyDukOZ0g+gmzjB6abKu+hTGvO8+8+gIFDsRCU2t8fLV/P2unmt+LGFaIa4y64aX98Qksa97rgz4vMNeLQ==} + /node-notifier/9.0.1: + resolution: {integrity: sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==} dependencies: growly: 1.3.0 is-wsl: 2.2.0 @@ -13298,16 +13355,20 @@ packages: - which - write-file-atomic - /npmlog/6.0.2: - resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /npmlog/4.1.2: + resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} dependencies: - are-we-there-yet: 3.0.0 + are-we-there-yet: 1.1.7 console-control-strings: 1.1.0 - gauge: 4.0.4 + gauge: 2.7.4 set-blocking: 2.0.0 dev: true + /number-is-nan/1.0.1: + resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} + engines: {node: '>=0.10.0'} + dev: true + /nwsapi/2.2.0: resolution: {integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==} dev: true @@ -13353,8 +13414,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - has-symbols: 1.0.3 + define-properties: 1.1.3 + has-symbols: 1.0.2 object-keys: 1.1.1 /object.pick/1.3.0: @@ -13380,13 +13441,6 @@ packages: ee-first: 1.1.1 dev: true - /on-finished/2.4.1: - resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} - engines: {node: '>= 0.8'} - dependencies: - ee-first: 1.1.1 - dev: true - /on-headers/1.0.2: resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} engines: {node: '>= 0.8'} @@ -13868,49 +13922,49 @@ packages: engines: {node: '>=0.10.0'} dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.14: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.7: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.14 + postcss: 8.4.7 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.14: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.7: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.14 - postcss: 8.4.14 - postcss-selector-parser: 6.0.10 + icss-utils: 5.1.0_postcss@8.4.7 + postcss: 8.4.7 + postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.14: + /postcss-modules-scope/3.0.0_postcss@8.4.7: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.14 - postcss-selector-parser: 6.0.10 + postcss: 8.4.7 + postcss-selector-parser: 6.0.9 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.14: + /postcss-modules-values/4.0.0_postcss@8.4.7: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.14 - postcss: 8.4.14 + icss-utils: 5.1.0_postcss@8.4.7 + postcss: 8.4.7 dev: true - /postcss-selector-parser/6.0.10: - resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} + /postcss-selector-parser/6.0.9: + resolution: {integrity: sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 @@ -13921,11 +13975,11 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss/8.4.14: - resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} + /postcss/8.4.7: + resolution: {integrity: sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: 3.3.4 + nanoid: 3.3.1 picocolors: 1.0.0 source-map-js: 1.0.2 dev: true @@ -14091,6 +14145,11 @@ packages: side-channel: 1.0.4 dev: true + /qs/6.9.7: + resolution: {integrity: sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==} + engines: {node: '>=0.6'} + dev: true + /querystring-es3/0.2.1: resolution: {integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=} engines: {node: '>=0.4.x'} @@ -14130,8 +14189,8 @@ packages: - supports-color dev: true - /qunit/2.19.1: - resolution: {integrity: sha512-gSGuw0vErE/rNjnlBW/JmE7NNubBlGrDPQvsug32ejYhcVFuZec9yoU0+C30+UgeCGwq6Ap89K65dMGo+kDGZQ==} + /qunit/2.18.0: + resolution: {integrity: sha512-Xw/zUm5t1JY8SNErki/qtw4fCuaaOZL+bPloZU+0kto+fO8j1JV9MQWqXO4kATfhEyJohlsKZpfg1HF7GOkpXw==} engines: {node: '>=10'} hasBin: true dependencies: @@ -14166,12 +14225,12 @@ packages: string_decoder: 0.10.31 dev: true - /raw-body/2.5.1: - resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} + /raw-body/2.4.3: + resolution: {integrity: sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==} engines: {node: '>= 0.8'} dependencies: bytes: 3.1.2 - http-errors: 2.0.0 + http-errors: 1.8.1 iconv-lite: 0.4.24 unpipe: 1.0.0 dev: true @@ -14182,7 +14241,7 @@ packages: dependencies: deep-extend: 0.6.0 ini: 1.3.8 - minimist: 1.2.6 + minimist: 1.2.5 strip-json-comments: 2.0.1 dev: true @@ -14334,6 +14393,13 @@ packages: safe-regex: 1.1.0 dev: true + /regexp.prototype.flags/1.4.1: + resolution: {integrity: sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + /regexp.prototype.flags/1.4.3: resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} engines: {node: '>= 0.4'} @@ -14341,6 +14407,7 @@ packages: call-bind: 1.0.2 define-properties: 1.1.4 functions-have-names: 1.2.3 + dev: true /regexpp/3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} @@ -14681,6 +14748,14 @@ packages: sourcemap-codec: 1.4.8 dev: true + /rollup/2.68.0: + resolution: {integrity: sha512-XrMKOYK7oQcTio4wyTz466mucnd8LzkiZLozZ4Rz0zQD+HeX4nUK4B8GrTX/2EvN2/vBF/i2WnaXboPxo0JylA==} + engines: {node: '>=10.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 + dev: true + /rollup/2.74.1: resolution: {integrity: sha512-K2zW7kV8Voua5eGkbnBtWYfMIhYhT9Pel2uhBk2WO5eMee161nPze/XRfvEQPFYz7KgrCCnmh2Wy0AMFLGGmMA==} engines: {node: '>=10.0.0'} @@ -14779,8 +14854,8 @@ packages: exec-sh: 0.3.6 execa: 4.1.0 fb-watchman: 2.0.1 - micromatch: 4.0.5 - minimist: 1.2.6 + micromatch: 4.0.4 + minimist: 1.2.5 walker: 1.0.8 dev: true @@ -14813,7 +14888,7 @@ packages: resolution: {integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==} engines: {node: '>= 10.13.0'} dependencies: - '@types/json-schema': 7.0.11 + '@types/json-schema': 7.0.9 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 dev: true @@ -14904,23 +14979,23 @@ packages: dependencies: lru-cache: 6.0.0 - /send/0.18.0: - resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} + /send/0.17.2: + resolution: {integrity: sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==} engines: {node: '>= 0.8.0'} dependencies: debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 + depd: 1.1.2 + destroy: 1.0.4 encodeurl: 1.0.2 escape-html: 1.0.3 etag: 1.8.1 fresh: 0.5.2 - http-errors: 2.0.0 + http-errors: 1.8.1 mime: 1.6.0 ms: 2.1.3 - on-finished: 2.4.1 + on-finished: 2.3.0 range-parser: 1.2.1 - statuses: 2.0.1 + statuses: 1.5.0 dev: true /serialize-javascript/4.0.0: @@ -14935,14 +15010,14 @@ packages: randombytes: 2.1.0 dev: true - /serve-static/1.15.0: - resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} + /serve-static/1.14.2: + resolution: {integrity: sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==} engines: {node: '>= 0.8.0'} dependencies: encodeurl: 1.0.2 escape-html: 1.0.3 parseurl: 1.3.3 - send: 0.18.0 + send: 0.17.2 dev: true /set-blocking/2.0.0: @@ -15109,8 +15184,8 @@ packages: use: 3.1.1 dev: true - /socket.io-adapter/2.4.0: - resolution: {integrity: sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==} + /socket.io-adapter/2.3.3: + resolution: {integrity: sha512-Qd/iwn3VskrpNO60BeRyCyr8ZWw9CPZyitW4AQwmRZ8zCiyDiL+znRnWX6tDHXnWn1sJrM1+b6Mn6wEDJJ4aYQ==} dev: true /socket.io-parser/4.0.4: @@ -15124,15 +15199,15 @@ packages: - supports-color dev: true - /socket.io/4.5.1: - resolution: {integrity: sha512-0y9pnIso5a9i+lJmsCdtmTTgJFFSvNQKDnPQRz28mGNnxbmqYg2QPtJTLFxhymFZhAIn50eHAKzJeiNaKr+yUQ==} + /socket.io/4.4.1: + resolution: {integrity: sha512-s04vrBswdQBUmuWJuuNTmXUVJhP0cVky8bBDhdkf8y0Ptsu7fKU2LuLbts9g+pdmAdyMMn8F/9Mf1/wbtUN0fg==} engines: {node: '>=10.0.0'} dependencies: accepts: 1.3.8 base64id: 2.0.0 debug: 4.3.4 - engine.io: 6.2.0 - socket.io-adapter: 2.4.0 + engine.io: 6.1.3 + socket.io-adapter: 2.3.3 socket.io-parser: 4.0.4 transitivePeerDependencies: - bufferutil @@ -15144,8 +15219,8 @@ packages: resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==} dev: true - /sort-package-json/1.57.0: - resolution: {integrity: sha512-FYsjYn2dHTRb41wqnv+uEqCUvBpK3jZcTp9rbz2qDTmel7Pmdtf+i2rLaaPMRZeSVM60V3Se31GyWFpmKs4Q5Q==} + /sort-package-json/1.54.0: + resolution: {integrity: sha512-MA0nRiSfZ4/CNM/9rz70Hwq4PpvtBc3v532tzQSmoaLSdeBB3cCd488xmNruLL0fb/ZdbKlcaDDudwnrObbjBw==} hasBin: true dependencies: detect-indent: 6.1.0 @@ -15226,13 +15301,6 @@ packages: engines: {node: '>= 8'} dev: true - /source-map/0.8.0-beta.0: - resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} - engines: {node: '>= 8'} - dependencies: - whatwg-url: 7.1.0 - dev: true - /sourcemap-codec/1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} @@ -15390,6 +15458,15 @@ packages: resolution: {integrity: sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=} dev: true + /string-width/1.0.2: + resolution: {integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=} + engines: {node: '>=0.10.0'} + dependencies: + code-point-at: 1.1.0 + is-fullwidth-code-point: 1.0.0 + strip-ansi: 3.0.1 + dev: true + /string-width/2.1.1: resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} engines: {node: '>=4'} @@ -15411,12 +15488,12 @@ packages: resolution: {integrity: sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 + define-properties: 1.1.3 + es-abstract: 1.19.1 get-intrinsic: 1.1.1 - has-symbols: 1.0.3 + has-symbols: 1.0.2 internal-slot: 1.0.3 - regexp.prototype.flags: 1.4.3 + regexp.prototype.flags: 1.4.1 side-channel: 1.0.4 /string.prototype.padend/3.1.3: @@ -15428,12 +15505,25 @@ packages: es-abstract: 1.19.1 dev: true + /string.prototype.trimend/1.0.4: + resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + /string.prototype.trimend/1.0.5: resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.1 + dev: true + + /string.prototype.trimstart/1.0.4: + resolution: {integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 /string.prototype.trimstart/1.0.5: resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==} @@ -15441,6 +15531,7 @@ packages: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.1 + dev: true /string_decoder/0.10.31: resolution: {integrity: sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=} @@ -15468,14 +15559,14 @@ packages: resolution: {integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8=} engines: {node: '>=4'} dependencies: - ansi-regex: 3.0.1 + ansi-regex: 3.0.0 dev: true /strip-ansi/5.2.0: resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} engines: {node: '>=6'} dependencies: - ansi-regex: 4.1.1 + ansi-regex: 4.1.0 dev: true /strip-ansi/6.0.1: @@ -15525,7 +15616,7 @@ packages: engines: {node: '>=8'} dev: true - /style-loader/2.0.0_webpack@5.72.1: + /style-loader/2.0.0_webpack@5.69.1: resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15533,7 +15624,7 @@ packages: dependencies: loader-utils: 2.0.2 schema-utils: 3.1.1 - webpack: 5.72.1 + webpack: 5.69.1 dev: true /styled_string/0.0.1: @@ -15602,7 +15693,7 @@ packages: resolution: {integrity: sha512-vngT2JmkSapgq0z7uIoYtB9kWOOzMihAAYq/D3Pjm/ODOGMgS4r++B+OZ09U4hWR6EaOdy9eqQ7/8ygbH3wehA==} engines: {node: 8.* || >= 10.*} dependencies: - debug: 4.3.4 + debug: 4.3.3 heimdalljs: 0.2.6 mkdirp: 0.5.5 rimraf: 3.0.2 @@ -15614,7 +15705,7 @@ packages: resolution: {integrity: sha512-vngT2JmkSapgq0z7uIoYtB9kWOOzMihAAYq/D3Pjm/ODOGMgS4r++B+OZ09U4hWR6EaOdy9eqQ7/8ygbH3wehA==} engines: {node: 8.* || >= 10.*} dependencies: - debug: 4.3.4_supports-color@8.1.1 + debug: 4.3.3_supports-color@8.1.1 heimdalljs: 0.2.6 mkdirp: 0.5.5 rimraf: 3.0.2 @@ -15695,7 +15786,7 @@ packages: worker-farm: 1.7.0 dev: true - /terser-webpack-plugin/5.3.1_webpack@5.72.1: + /terser-webpack-plugin/5.3.1_webpack@5.69.1: resolution: {integrity: sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15715,8 +15806,8 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.0 source-map: 0.6.1 - terser: 5.13.1 - webpack: 5.72.1 + terser: 5.11.0 + webpack: 5.69.1 dev: true /terser/4.8.0: @@ -15724,6 +15815,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: + acorn: 8.7.0 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.21 @@ -15740,32 +15832,32 @@ packages: source-map-support: 0.5.21 dev: true - /terser/5.13.1: - resolution: {integrity: sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==} + /terser/5.12.1: + resolution: {integrity: sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==} engines: {node: '>=10'} hasBin: true dependencies: acorn: 8.7.0 commander: 2.20.3 - source-map: 0.8.0-beta.0 + source-map: 0.7.3 source-map-support: 0.5.21 dev: true - /testem/3.7.0: - resolution: {integrity: sha512-dJWbMiaR0gE1UHeVa0mMisc39Anx5xyyg6Jgxh0G96YD+XTQNrXrz4+m59HQ0dhjQsh091nghXhz7t6tJl3k1w==} + /testem/3.6.0: + resolution: {integrity: sha512-sXwx2IlOadOhrKf0hsV1Yt/yuYhdfrtJ4dpp7T6pFN62GjMyKifjAv2SFm+4zYHee1JwxheO7JUL0+3iN0rlHw==} engines: {node: '>= 7.*'} hasBin: true dependencies: - '@xmldom/xmldom': 0.8.2 + '@xmldom/xmldom': 0.7.5 backbone: 1.4.1 bluebird: 3.7.2 charm: 1.0.2 commander: 2.20.3 compression: 1.7.4 - consolidate: 0.16.0 + consolidate: 0.15.1 execa: 1.0.0 - express: 4.18.1 - fireworm: 0.7.2 + express: 4.17.3 + fireworm: 0.7.1 glob: 7.2.0 http-proxy: 1.18.1 js-yaml: 3.14.1 @@ -15774,13 +15866,13 @@ packages: lodash.clonedeep: 4.5.0 lodash.find: 4.6.0 lodash.uniqby: 4.7.0 - mkdirp: 1.0.4 - mustache: 4.2.0 - node-notifier: 10.0.1 - npmlog: 6.0.2 + mkdirp: 0.5.5 + mustache: 3.2.1 + node-notifier: 9.0.1 + npmlog: 4.1.2 printf: 0.6.1 - rimraf: 3.0.2 - socket.io: 4.5.1 + rimraf: 2.7.1 + socket.io: 4.4.1 spawn-args: 0.2.0 styled_string: 0.0.1 tap-parser: 7.0.0 @@ -15805,18 +15897,18 @@ packages: resolution: {integrity: sha512-49WtAWS+tcsy93dRt6P0P3AMD2m5PvXRhuEA0kaXos5ZLlujtYmpmFsB+QvWUSxE1ZsstmYXfQ7L40+EcQgpAQ==} engines: {node: '>=0.8'} - /thread-loader/3.0.4_webpack@5.72.1: + /thread-loader/3.0.4_webpack@5.69.1: resolution: {integrity: sha512-ByaL2TPb+m6yArpqQUZvP+5S1mZtXsEP7nWKKlAUTm7fCml8kB5s1uI3+eHRP2bk5mVYfRSBI7FFf+tWEyLZwA==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: json-parse-better-errors: 1.0.2 - loader-runner: 4.3.0 + loader-runner: 4.2.0 loader-utils: 2.0.2 neo-async: 2.6.2 schema-utils: 3.1.1 - webpack: 5.72.1 + webpack: 5.69.1 dev: true /through/2.3.8: @@ -15868,7 +15960,7 @@ packages: body: 5.1.0 debug: 3.2.7 faye-websocket: 0.11.4 - livereload-js: 3.4.0 + livereload-js: 3.3.3 object-assign: 4.1.1 qs: 6.10.3 dev: true @@ -15976,12 +16068,6 @@ packages: resolution: {integrity: sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=} dev: true - /tr46/1.0.1: - resolution: {integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=} - dependencies: - punycode: 2.1.1 - dev: true - /tr46/2.1.0: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} @@ -16055,7 +16141,7 @@ packages: dependencies: '@types/json5': 0.0.29 json5: 1.0.1 - minimist: 1.2.6 + minimist: 1.2.5 strip-bom: 3.0.0 dev: true @@ -16090,14 +16176,14 @@ packages: typescript: 4.2.4 dev: true - /tsutils/3.21.0_typescript@4.6.3: + /tsutils/3.21.0_typescript@4.5.5: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.6.3 + typescript: 4.5.5 dev: true /tsutils/3.21.0_typescript@4.6.4: @@ -16178,7 +16264,7 @@ packages: engines: {node: '>= 0.6'} dependencies: media-typer: 0.3.0 - mime-types: 2.1.35 + mime-types: 2.1.34 dev: true /typedarray-to-buffer/3.1.5: @@ -16191,58 +16277,58 @@ packages: resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} dev: true - /typedoc-github-wiki-theme/1.0.1_p3l43hnyu3cxw6cv66izrugeie: - resolution: {integrity: sha512-FaO7fENGK6IJLpkddbNXxJfNbooF9KBC7xfk7Lj4uqG5SCC7YQFPTLDyNmbpJKO93QEenRYgqBwI5E5d/bKrHw==} + /typedoc-github-wiki-theme/1.0.0_ck55l5o2otfkl5rjqkwdsu4c34: + resolution: {integrity: sha512-8ZuRBSTq15j7oTCMRAiZV3t7KH+Y6tOXkEcyRj5HUEwCgd08DCfXpSrLHjXc83MlvvGi+16n7LuXK17NkEjf/g==} peerDependencies: typedoc: '>=0.22.9' typedoc-plugin-markdown: '>=3.11.10' dependencies: - typedoc: 0.22.15_typescript@4.6.3 - typedoc-plugin-markdown: 3.12.1_typedoc@0.22.15 + typedoc: 0.22.12_typescript@4.6.3 + typedoc-plugin-markdown: 3.11.14_typedoc@0.22.12 dev: true - /typedoc-gitlab-wiki-theme/1.0.0_p3l43hnyu3cxw6cv66izrugeie: + /typedoc-gitlab-wiki-theme/1.0.0_ck55l5o2otfkl5rjqkwdsu4c34: resolution: {integrity: sha512-R9qWKh2EUcMr5ySweSqEIYzBZE9Pw3t3sLN8NzyrSo5SNNmcbt/oKMOyTKdoOpn3DzMqMRRxzujtx+xJ+Mt4Qg==} peerDependencies: typedoc: '>=0.22.9' typedoc-plugin-markdown: '>=3.11.10' dependencies: - typedoc: 0.22.15_typescript@4.6.3 - typedoc-plugin-markdown: 3.12.1_typedoc@0.22.15 + typedoc: 0.22.12_typescript@4.6.3 + typedoc-plugin-markdown: 3.11.14_typedoc@0.22.12 dev: true /typedoc-plugin-markdown-pages/0.3.0: resolution: {integrity: sha512-QVWs6eL0BEOiRgJm6wRRgE8kESFv85HlefLv14ZbMM2VQ1HqErVeT9ukbhkYMznsD/juAsX3Xc5M+Ju7/ZDq4Q==} dev: true - /typedoc-plugin-markdown/3.12.1_typedoc@0.22.15: - resolution: {integrity: sha512-gMntJq7+JlGJZ5sVjrkzO/rG2dsmNBbWk5ZkcKvYu6QOeBwGcK5tzEyS0aqnFTJj9GCHCB+brAnTuKtAyotNwA==} + /typedoc-plugin-markdown/3.11.14_typedoc@0.22.12: + resolution: {integrity: sha512-lh47OQvl0079nB18YL9wuTRRhMpjo300SZKfx/xpQY8qG+GINeSxTod95QBELeI0NP81sNtUbemRDrn5nyef4Q==} peerDependencies: typedoc: '>=0.22.0' dependencies: handlebars: 4.7.7 - typedoc: 0.22.15_typescript@4.6.3 + typedoc: 0.22.12_typescript@4.6.3 dev: true - /typedoc-plugin-mdn-links/1.0.6_typedoc@0.22.15: - resolution: {integrity: sha512-ee+uJXZH8vXzi5wpXBc+Wgjt30hQdRE3SyUvAHVoBbHsoqkGbs4hMTDo9mU8aQsZ2MZkve0nTmN3eVc79YN/Qg==} + /typedoc-plugin-mdn-links/1.0.5_typedoc@0.22.12: + resolution: {integrity: sha512-zAw2XBJx4i3aWBz/BkKNLsKpYzFcJYRM2GGafFmPvUTPi3yOXvCW4IjeiSvjEk17kSiYHspKSZ486zS5lCPkqQ==} peerDependencies: typedoc: 0.22.x dependencies: - typedoc: 0.22.15_typescript@4.6.3 + typedoc: 0.22.12_typescript@4.6.3 dev: true - /typedoc/0.22.15_typescript@4.6.3: - resolution: {integrity: sha512-CMd1lrqQbFvbx6S9G6fL4HKp3GoIuhujJReWqlIvSb2T26vGai+8Os3Mde7Pn832pXYemd9BMuuYWhFpL5st0Q==} + /typedoc/0.22.12_typescript@4.6.3: + resolution: {integrity: sha512-FcyC+YuaOpr3rB9QwA1IHOi9KnU2m50sPJW5vcNRPCIdecp+3bFkh7Rq5hBU1Fyn29UR2h4h/H7twZHWDhL0sw==} engines: {node: '>= 12.10.0'} hasBin: true peerDependencies: - typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x + typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x dependencies: glob: 7.2.0 lunr: 2.3.9 marked: 4.0.12 - minimatch: 5.1.0 + minimatch: 3.1.2 shiki: 0.10.1 typescript: 4.6.3 dev: true @@ -16256,6 +16342,12 @@ packages: hasBin: true dev: true + /typescript/4.5.5: + resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==} + engines: {node: '>=4.2.0'} + hasBin: true + dev: true + /typescript/4.6.3: resolution: {integrity: sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==} engines: {node: '>=4.2.0'} @@ -16284,6 +16376,14 @@ packages: dev: true optional: true + /unbox-primitive/1.0.1: + resolution: {integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==} + dependencies: + function-bind: 1.1.1 + has-bigints: 1.0.1 + has-symbols: 1.0.2 + which-boxed-primitive: 1.0.2 + /unbox-primitive/1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: @@ -16291,6 +16391,7 @@ packages: has-bigints: 1.0.2 has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 + dev: true /underscore.string/3.3.6: resolution: {integrity: sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==} @@ -16298,8 +16399,8 @@ packages: sprintf-js: 1.1.2 util-deprecate: 1.0.2 - /underscore/1.13.3: - resolution: {integrity: sha512-QvjkYpiD+dJJraRA8+dGAU4i7aBbb2s0S3jA45TFOvg2VgqvdCDd/3N6CqA8gluk1W91GLoXg5enMUx560QzuA==} + /underscore/1.13.2: + resolution: {integrity: sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g==} dev: true /unicode-canonical-property-names-ecmascript/2.0.0: @@ -16621,10 +16722,6 @@ packages: resolution: {integrity: sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=} dev: true - /webidl-conversions/4.0.2: - resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} - dev: true - /webidl-conversions/5.0.0: resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} engines: {node: '>=8'} @@ -16685,8 +16782,8 @@ packages: webpack-sources: 1.4.3 dev: true - /webpack/5.72.1: - resolution: {integrity: sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==} + /webpack/5.69.1: + resolution: {integrity: sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -16702,21 +16799,21 @@ packages: '@webassemblyjs/wasm-parser': 1.11.1 acorn: 8.7.0 acorn-import-assertions: 1.8.0_acorn@8.7.0 - browserslist: 4.20.3 + browserslist: 4.19.3 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.9.3 + enhanced-resolve: 5.9.1 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 graceful-fs: 4.2.9 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.0 - mime-types: 2.1.35 + json-parse-better-errors: 1.0.2 + loader-runner: 4.2.0 + mime-types: 2.1.34 neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.1_webpack@5.72.1 + terser-webpack-plugin: 5.3.1_webpack@5.69.1 watchpack: 2.3.1 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -16729,7 +16826,7 @@ packages: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} dependencies: - http-parser-js: 0.5.6 + http-parser-js: 0.5.5 safe-buffer: 5.2.1 websocket-extensions: 0.1.4 dev: true @@ -16760,14 +16857,6 @@ packages: webidl-conversions: 3.0.1 dev: true - /whatwg-url/7.1.0: - resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} - dependencies: - lodash.sortby: 4.7.0 - tr46: 1.0.1 - webidl-conversions: 4.0.2 - dev: true - /whatwg-url/8.7.0: resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} engines: {node: '>=10'} From d4fb3c375909add3193a73bdcb79e3e165ae5724 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Sat, 21 May 2022 14:01:04 -0400 Subject: [PATCH 3/3] chore: bump minimum webpack for testing, remove ember-data (unused) --- pnpm-lock.yaml | 228 +++++++++++++++++++++++++++------ testing/ember-app/package.json | 8 +- 2 files changed, 192 insertions(+), 44 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fba9d6136..84a03db68 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,11 +181,6 @@ importers: '@types/ember__test': ^4.0.0 '@types/ember__test-helpers': ^2.0.2 '@types/ember__utils': ^4.0.0 - '@types/ember-data': ^4.0.0 - '@types/ember-data__adapter': ^4.0.0 - '@types/ember-data__model': ^4.0.0 - '@types/ember-data__serializer': ^4.0.0 - '@types/ember-data__store': ^4.0.0 '@types/ember-qunit': ^5.0.0 '@types/ember-resolver': ^5.0.10 '@types/htmlbars-inline-precompile': ^3.0.0 @@ -207,7 +202,6 @@ importers: ember-cli-typescript-blueprints: ^3.0.0 ember-concurrency: ^2.0.0 ember-concurrency-ts: ^0.3.1 - ember-data: ~4.0.2 ember-export-application-global: ^2.0.1 ember-fetch: ^8.1.1 ember-functions-as-helper-polyfill: ^2.0.1 @@ -235,7 +229,7 @@ importers: qunit: ^2.16.0 qunit-dom: ^2.0.0 typescript: ^4.4.4 - webpack: ^5.66.0 + webpack: ^5.72.1 dependencies: '@ember/test-waiters': 3.0.1 '@embroider/macros': 1.6.0 @@ -251,7 +245,7 @@ importers: '@embroider/compat': 1.6.0_@embroider+core@1.6.0 '@embroider/core': 1.6.0 '@embroider/test-setup': 1.6.0 - '@embroider/webpack': 1.6.0_63cabxdo7ziexyelqoko5hugni + '@embroider/webpack': 1.6.0_xcawtvs4pwa7koczjjpyrnvpqq '@glimmer/component': 1.0.4_@babel+core@7.18.0 '@glimmer/tracking': 1.0.4 '@nullvoxpopuli/eslint-configs': 2.2.0_typescript@4.5.5 @@ -273,11 +267,6 @@ importers: '@types/ember__test': 4.0.0 '@types/ember__test-helpers': 2.6.1 '@types/ember__utils': 4.0.0 - '@types/ember-data': 4.0.0 - '@types/ember-data__adapter': 4.0.0 - '@types/ember-data__model': 4.0.0 - '@types/ember-data__serializer': 4.0.0 - '@types/ember-data__store': 4.0.0 '@types/ember-qunit': 5.0.0 '@types/ember-resolver': 5.0.11 '@types/htmlbars-inline-precompile': 3.0.0 @@ -285,7 +274,7 @@ importers: '@types/rsvp': 4.0.4 babel-eslint: 10.1.0_eslint@7.32.0 broccoli-asset-rev: 3.0.0 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cli: 4.1.1 ember-cli-app-version: 5.0.0 ember-cli-babel: 7.26.11 @@ -296,7 +285,6 @@ importers: ember-cli-terser: 4.0.2 ember-cli-typescript: 4.2.1 ember-cli-typescript-blueprints: 3.0.0 - ember-data: 4.0.2_3m64hf2v7lyg4hcd5oq4q3hzce ember-export-application-global: 2.0.1 ember-fetch: 8.1.1 ember-load-initializers: 2.1.2_@babel+core@7.18.0 @@ -304,7 +292,7 @@ importers: ember-page-title: 7.0.0 ember-qunit: 5.1.5_fllaz7eu7xuvowviafj6ges6hm ember-resolver: 8.0.3_@babel+core@7.18.0 - ember-source: 4.0.1_3m64hf2v7lyg4hcd5oq4q3hzce + ember-source: 4.0.1_qqaml4ljchhh37dxp4aoesgrby ember-source-channel-url: 3.0.0 ember-template-lint: 3.16.0 ember-try: 2.0.0 @@ -322,7 +310,7 @@ importers: qunit: 2.18.0 qunit-dom: 2.0.0 typescript: 4.5.5 - webpack: 5.69.1 + webpack: 5.72.1 testing/ember-concurrency-v1: specifiers: @@ -2746,7 +2734,7 @@ packages: '@embroider/shared-internals': 1.6.0 semver: 7.3.7 - /@embroider/babel-loader-8/1.6.0_7npdpokhm4bx34faa6rlo7xxyi: + /@embroider/babel-loader-8/1.6.0_5ovjoofw6igcgzch6q3omcfzve: resolution: {integrity: sha512-re/fAMTBFqO8le8yrSz5Zc7p3w4Y8ZlYUMl2Y1L0p6/bHxhQ4lbUpsP4mAWo6rySSdwUpk9CUyWtHUHK1S1Whg==} engines: {node: 12.* || 14.* || >= 16} dependencies: @@ -2754,7 +2742,7 @@ packages: '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.18.0 '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.18.0 '@embroider/core': 1.6.0_supports-color@8.1.1 - babel-loader: 8.2.3_3m64hf2v7lyg4hcd5oq4q3hzce + babel-loader: 8.2.3_qqaml4ljchhh37dxp4aoesgrby transitivePeerDependencies: - bufferutil - canvas @@ -2898,7 +2886,7 @@ packages: - utf-8-validate dev: true - /@embroider/hbs-loader/1.6.0_63cabxdo7ziexyelqoko5hugni: + /@embroider/hbs-loader/1.6.0_xcawtvs4pwa7koczjjpyrnvpqq: resolution: {integrity: sha512-WwZ6vaG5GevL4xpSXj5tIziaubdoB+dMFoI7rqved8To5WK1MfHJFhHp8S9s0KyzSwb/dL1SdjVzYWbB6SAbzg==} engines: {node: 12.* || 14.* || >= 16} peerDependencies: @@ -2906,7 +2894,7 @@ packages: webpack: ^5 dependencies: '@embroider/core': 1.6.0 - webpack: 5.69.1 + webpack: 5.72.1 dev: true /@embroider/macros/1.2.0: @@ -3010,7 +2998,7 @@ packages: resolve: 1.22.0 dev: true - /@embroider/webpack/1.6.0_63cabxdo7ziexyelqoko5hugni: + /@embroider/webpack/1.6.0_xcawtvs4pwa7koczjjpyrnvpqq: resolution: {integrity: sha512-4s0pGkYYR4JihEgJvkSadiiL1CNzsD5hIxKA0g5RqF2h9nx59oLnS9i0Is4IcA7GQ4pfGUluA4kATPfCWrugnQ==} engines: {node: 12.* || 14.* || >= 16} peerDependencies: @@ -3020,28 +3008,28 @@ packages: '@babel/core': 7.18.0_supports-color@8.1.1 '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.18.0 '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.18.0 - '@embroider/babel-loader-8': 1.6.0_7npdpokhm4bx34faa6rlo7xxyi + '@embroider/babel-loader-8': 1.6.0_5ovjoofw6igcgzch6q3omcfzve '@embroider/core': 1.6.0 - '@embroider/hbs-loader': 1.6.0_63cabxdo7ziexyelqoko5hugni + '@embroider/hbs-loader': 1.6.0_xcawtvs4pwa7koczjjpyrnvpqq '@embroider/shared-internals': 1.6.0 '@types/source-map': 0.5.7 '@types/supports-color': 8.1.1 - babel-loader: 8.2.3_3m64hf2v7lyg4hcd5oq4q3hzce + babel-loader: 8.2.3_qqaml4ljchhh37dxp4aoesgrby babel-preset-env: 1.7.0 - css-loader: 5.2.7_webpack@5.69.1 + css-loader: 5.2.7_webpack@5.72.1 csso: 4.2.0 debug: 4.3.4_supports-color@8.1.1 fs-extra: 9.1.0 jsdom: 16.7.0_supports-color@8.1.1 lodash: 4.17.21 - mini-css-extract-plugin: 2.5.3_webpack@5.69.1 + mini-css-extract-plugin: 2.5.3_webpack@5.72.1 semver: 7.3.7 source-map-url: 0.4.1 - style-loader: 2.0.0_webpack@5.69.1 + style-loader: 2.0.0_webpack@5.72.1 supports-color: 8.1.1 terser: 5.12.1 - thread-loader: 3.0.4_webpack@5.69.1 - webpack: 5.69.1 + thread-loader: 3.0.4_webpack@5.72.1 + webpack: 5.72.1 transitivePeerDependencies: - bufferutil - canvas @@ -5421,7 +5409,7 @@ packages: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.0_supports-color@8.1.1 + '@babel/core': 7.18.0 find-cache-dir: 3.3.2 loader-utils: 1.4.0 make-dir: 3.1.0 @@ -5444,6 +5432,21 @@ packages: webpack: 4.46.0 dev: true + /babel-loader/8.2.3_qqaml4ljchhh37dxp4aoesgrby: + resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': 7.18.0_supports-color@8.1.1 + find-cache-dir: 3.3.2 + loader-utils: 1.4.0 + make-dir: 3.1.0 + schema-utils: 2.7.1 + webpack: 5.72.1 + dev: true + /babel-messages/6.23.0: resolution: {integrity: sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=} dependencies: @@ -7631,6 +7634,25 @@ packages: webpack: 5.69.1 dev: true + /css-loader/5.2.7_webpack@5.72.1: + resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.27.0 || ^5.0.0 + dependencies: + icss-utils: 5.1.0_postcss@8.4.7 + loader-utils: 2.0.2 + postcss: 8.4.7 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.7 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.7 + postcss-modules-scope: 3.0.0_postcss@8.4.7 + postcss-modules-values: 4.0.0_postcss@8.4.7 + postcss-value-parser: 4.2.0 + schema-utils: 3.1.1 + semver: 7.3.7 + webpack: 5.72.1 + dev: true + /css-tree/1.1.3: resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} engines: {node: '>=8.0.0'} @@ -8159,6 +8181,45 @@ packages: - webpack dev: true + /ember-auto-import/2.4.0_webpack@5.72.1: + resolution: {integrity: sha512-BwF6iTaoSmT2vJ9NEHEGRBCh2+qp+Nlaz/Q7roqNSxl5oL5iMRwenPnHhOoBPTYZvPhcV/KgXR5e+pBQ107plQ==} + engines: {node: 12.* || 14.* || >= 16} + dependencies: + '@babel/core': 7.18.0 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-proposal-decorators': 7.17.2_@babel+core@7.18.0 + '@babel/preset-env': 7.16.11_@babel+core@7.18.0 + '@embroider/macros': 1.6.0 + '@embroider/shared-internals': 1.2.0 + babel-loader: 8.2.3_qqaml4ljchhh37dxp4aoesgrby + babel-plugin-ember-modules-api-polyfill: 3.5.0 + babel-plugin-htmlbars-inline-precompile: 5.3.1 + babel-plugin-syntax-dynamic-import: 6.18.0 + broccoli-debug: 0.6.5 + broccoli-funnel: 3.0.8 + broccoli-merge-trees: 4.2.0 + broccoli-plugin: 4.0.7 + broccoli-source: 3.0.1 + css-loader: 5.2.7_webpack@5.72.1 + debug: 4.3.3 + fs-extra: 6.0.1 + fs-tree-diff: 2.0.1 + handlebars: 4.7.7 + js-string-escape: 1.0.1 + lodash: 4.17.21 + mini-css-extract-plugin: 2.5.3_webpack@5.72.1 + parse5: 6.0.1 + resolve: 1.22.0 + resolve-package-path: 3.1.0 + semver: 7.3.5 + style-loader: 2.0.0_webpack@5.72.1 + typescript-memoize: 1.1.0 + walk-sync: 3.0.0 + transitivePeerDependencies: + - supports-color + - webpack + dev: true + /ember-cache-primitive-polyfill/1.0.1_@babel+core@7.18.0: resolution: {integrity: sha512-hSPcvIKarA8wad2/b6jDd/eU+OtKmi6uP+iYQbzi5TQpjsqV6b4QdRqrLk7ClSRRKBAtdTuutx+m+X+WlEd2lw==} engines: {node: 10.* || >= 12} @@ -9031,7 +9092,7 @@ packages: - supports-color dev: true - /ember-source/4.0.1_3m64hf2v7lyg4hcd5oq4q3hzce: + /ember-source/4.0.1_qqaml4ljchhh37dxp4aoesgrby: resolution: {integrity: sha512-5k4ZQvpa7Li7V7P2QnIiOo/UiQkaWwvaTeSI6dlLAswMhIq6XFFZQ+M+2NHrTJynhc2u2BcIxcYpdMb+g8y1Aw==} engines: {node: '>= 12.*'} dependencies: @@ -9047,7 +9108,7 @@ packages: broccoli-funnel: 2.0.2 broccoli-merge-trees: 4.2.0 chalk: 4.1.2 - ember-auto-import: 2.4.0_webpack@5.69.1 + ember-auto-import: 2.4.0_webpack@5.72.1 ember-cli-babel: 7.26.11 ember-cli-get-component-path-option: 1.0.0 ember-cli-is-package-missing: 1.0.0 @@ -9208,6 +9269,14 @@ packages: tapable: 2.2.1 dev: true + /enhanced-resolve/5.9.3: + resolution: {integrity: sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==} + engines: {node: '>=10.13.0'} + dependencies: + graceful-fs: 4.2.9 + tapable: 2.2.1 + dev: true + /enquirer/2.3.6: resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} engines: {node: '>=8.6'} @@ -12871,6 +12940,16 @@ packages: webpack: 5.69.1 dev: true + /mini-css-extract-plugin/2.5.3_webpack@5.72.1: + resolution: {integrity: sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==} + engines: {node: '>= 12.13.0'} + peerDependencies: + webpack: ^5.0.0 + dependencies: + schema-utils: 4.0.0 + webpack: 5.72.1 + dev: true + /minimalistic-assert/1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} dev: true @@ -14888,7 +14967,7 @@ packages: resolution: {integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==} engines: {node: '>= 10.13.0'} dependencies: - '@types/json-schema': 7.0.9 + '@types/json-schema': 7.0.11 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 dev: true @@ -15627,6 +15706,17 @@ packages: webpack: 5.69.1 dev: true + /style-loader/2.0.0_webpack@5.72.1: + resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + loader-utils: 2.0.2 + schema-utils: 3.1.1 + webpack: 5.72.1 + dev: true + /styled_string/0.0.1: resolution: {integrity: sha1-0ieCvYEpVFm8Tx3xjEutjpTdEko=} dev: true @@ -15806,10 +15896,34 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.0 source-map: 0.6.1 - terser: 5.11.0 + terser: 5.12.1 webpack: 5.69.1 dev: true + /terser-webpack-plugin/5.3.1_webpack@5.72.1: + resolution: {integrity: sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true + dependencies: + jest-worker: 27.5.1 + schema-utils: 3.1.1 + serialize-javascript: 6.0.0 + source-map: 0.6.1 + terser: 5.12.1 + webpack: 5.72.1 + dev: true + /terser/4.8.0: resolution: {integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==} engines: {node: '>=6.0.0'} @@ -15897,7 +16011,7 @@ packages: resolution: {integrity: sha512-49WtAWS+tcsy93dRt6P0P3AMD2m5PvXRhuEA0kaXos5ZLlujtYmpmFsB+QvWUSxE1ZsstmYXfQ7L40+EcQgpAQ==} engines: {node: '>=0.8'} - /thread-loader/3.0.4_webpack@5.69.1: + /thread-loader/3.0.4_webpack@5.72.1: resolution: {integrity: sha512-ByaL2TPb+m6yArpqQUZvP+5S1mZtXsEP7nWKKlAUTm7fCml8kB5s1uI3+eHRP2bk5mVYfRSBI7FFf+tWEyLZwA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15908,7 +16022,7 @@ packages: loader-utils: 2.0.2 neo-async: 2.6.2 schema-utils: 3.1.1 - webpack: 5.69.1 + webpack: 5.72.1 dev: true /through/2.3.8: @@ -16822,6 +16936,46 @@ packages: - uglify-js dev: true + /webpack/5.72.1: + resolution: {integrity: sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.3 + '@types/estree': 0.0.51 + '@webassemblyjs/ast': 1.11.1 + '@webassemblyjs/wasm-edit': 1.11.1 + '@webassemblyjs/wasm-parser': 1.11.1 + acorn: 8.7.0 + acorn-import-assertions: 1.8.0_acorn@8.7.0 + browserslist: 4.20.3 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.9.3 + es-module-lexer: 0.9.3 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.9 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.2.0 + mime-types: 2.1.34 + neo-async: 2.6.2 + schema-utils: 3.1.1 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.1_webpack@5.72.1 + watchpack: 2.3.1 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + dev: true + /websocket-driver/0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} diff --git a/testing/ember-app/package.json b/testing/ember-app/package.json index 20a67f232..6dc35435b 100644 --- a/testing/ember-app/package.json +++ b/testing/ember-app/package.json @@ -46,11 +46,6 @@ "@glimmer/component": "^1.0.4", "@glimmer/tracking": "^1.0.4", "@nullvoxpopuli/eslint-configs": "^2.1.1", - "@types/ember-data": "^4.0.0", - "@types/ember-data__adapter": "^4.0.0", - "@types/ember-data__model": "^4.0.0", - "@types/ember-data__serializer": "^4.0.0", - "@types/ember-data__store": "^4.0.0", "@types/ember-qunit": "^5.0.0", "@types/ember-resolver": "^5.0.10", "@types/ember__application": "^4.0.0", @@ -87,7 +82,6 @@ "ember-cli-terser": "^4.0.2", "ember-cli-typescript": "^4.2.1", "ember-cli-typescript-blueprints": "^3.0.0", - "ember-data": "~4.0.2", "ember-export-application-global": "^2.0.1", "ember-fetch": "^8.1.1", "ember-load-initializers": "^2.1.2", @@ -113,7 +107,7 @@ "qunit": "^2.16.0", "qunit-dom": "^2.0.0", "typescript": "^4.4.4", - "webpack": "^5.66.0" + "webpack": "^5.72.1" }, "engines": { "node": "12.* || 14.* || >= 16"