From ccdaff8a830881023519e0c86df42353ec1b141a Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 21 Aug 2023 09:04:41 -0400 Subject: [PATCH 1/2] Use volta --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index cf904f2..9e239da 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,9 @@ "overrides": { "@types/eslint": "^7.29.0" } + }, + "volta": { + "node": "18.17.1", + "pnpm": "8.6.12" } } From b8e0e2dc2878cba87ce7bee97e6cef5fbfd56144 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 21 Aug 2023 09:10:20 -0400 Subject: [PATCH 2/2] Regularly scheduled pnpm maintenance --- .github/actions/pnpm/action.yml | 21 - .github/workflows/ci.yml | 16 +- ci.yml | 33 - package.json | 1 - pnpm-lock.yaml | 1558 +++---------------------------- 5 files changed, 138 insertions(+), 1491 deletions(-) delete mode 100644 .github/actions/pnpm/action.yml delete mode 100644 ci.yml diff --git a/.github/actions/pnpm/action.yml b/.github/actions/pnpm/action.yml deleted file mode 100644 index 49665ef..0000000 --- a/.github/actions/pnpm/action.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Setup node and pnpm -description: Setup node and install dependencies using pnpm -runs: - using: "composite" - steps: - - uses: pnpm/action-setup@v2.4.0 - with: - version: 7 - - uses: actions/setup-node@v3 - with: - cache: 'pnpm' - - name: 'Install dependencies' - shell: 'bash' - run: pnpm install - # TODO: use https://github.com/NullVoxPopuli/pnpm-sync-dependencies-meta-injected - - name: build - shell: 'bash' - run: pnpm build - - name: force re-linking - shell: 'bash' - run: pnpm i -f diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7fa0c0..0c148f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/pnpm + - uses: wyvox/action-setup-pnpm@v2 @@ -32,7 +32,7 @@ jobs: needs: [install_dependencies] steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/pnpm + - uses: wyvox/action-setup-pnpm@v2 - name: Lint run: pnpm lint @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/pnpm + - uses: wyvox/action-setup-pnpm@v2 - uses: ./.github/actions/assert-build @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/pnpm + - uses: wyvox/action-setup-pnpm@v2 - uses: ./.github/actions/download-built-package - name: 'Change TS to ${{ matrix.typescript-scenario }}' run: 'pnpm add --save-dev ${{ matrix.typescript-scenario}}' @@ -83,7 +83,7 @@ jobs: needs: [build] steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/pnpm + - uses: wyvox/action-setup-pnpm@v2 - uses: ./.github/actions/download-built-package - run: pnpm --filter test-app test:ember @@ -94,7 +94,7 @@ jobs: needs: [build] steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/pnpm + - uses: wyvox/action-setup-pnpm@v2 - name: Install Dependencies (without lockfile) run: rm pnpm-lock.yaml && pnpm install - uses: ./.github/actions/download-built-package @@ -124,7 +124,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/pnpm + - uses: wyvox/action-setup-pnpm@v2 - uses: ./.github/actions/download-built-package - name: Run Tests working-directory: ./test-app @@ -150,7 +150,7 @@ jobs: - uses: actions/checkout@v3 with: persist-credentials: false - - uses: ./.github/actions/pnpm + - uses: wyvox/action-setup-pnpm@v2 - run: pnpm build - name: Create Release Pull Request or Publish to npm id: changesets diff --git a/ci.yml b/ci.yml deleted file mode 100644 index bbde632..0000000 --- a/ci.yml +++ /dev/null @@ -1,33 +0,0 @@ -provider: github -template: "v2-addon" - -# --------------------- - -addon: "./ember-velcro" -testApp: "./test-app" - -# https://github.com/pnpm/pnpm/issues/4965 -fixes: ["pnpm#4965"] - -lint: - commits: true - cmd: "pnpm lint" - -build: - run: "pnpm build" - expect: | - index.js - index.js.map - index.d.ts - components/velcro/index.js - modifiers/velcro.js - -support: - ember-try: true - glint: true - typescript: - - "typescript@4.8" - - "typescript@4.9" - -release: - semantic: true diff --git a/package.json b/package.json index 9e239da..cc118d8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "test": "pnpm --filter test-app test", "lint": "pnpm --filter '*' lint", "lint:fix": "pnpm --filter '*' lint:fix", - "ci:update": "npx ember-ci-update", "release": "changeset publish" }, "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ccb6abd..147eeea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + overrides: '@types/eslint': ^7.29.0 @@ -25,35 +29,35 @@ importers: version: 1.8.3 '@floating-ui/dom': specifier: ^1.0.1 - version: 1.0.2 + version: 1.4.3 ember-functions-as-helper-polyfill: specifier: ^2.1.1 - version: 2.1.1(ember-source@4.12.0) + version: 2.1.1(ember-source@4.12.3) devDependencies: '@babel/core': specifier: ^7.21.0 - version: 7.21.0 + version: 7.22.5(supports-color@8.1.1) '@babel/eslint-parser': specifier: ^7.11.0 - version: 7.22.7(@babel/core@7.21.0)(eslint@7.32.0) + version: 7.22.7(@babel/core@7.22.5)(eslint@7.32.0) '@babel/plugin-proposal-class-properties': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.0) + version: 7.18.6(@babel/core@7.22.5) '@babel/plugin-proposal-decorators': specifier: ^7.19.3 - version: 7.19.3(@babel/core@7.21.0) + version: 7.19.3(@babel/core@7.22.5) '@babel/preset-typescript': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.0) + version: 7.18.6(@babel/core@7.22.5) '@babel/runtime': specifier: ^7.19.4 version: 7.19.4 '@embroider/addon-dev': specifier: ^2.0.0 - version: 2.0.0(ember-source@4.12.0)(rollup@2.79.1) + version: 2.0.0(ember-source@4.12.3)(rollup@2.79.1) '@glimmer/component': specifier: ^1.1.2 - version: 1.1.2(@babel/core@7.21.0) + version: 1.1.2(@babel/core@7.22.5) '@glimmer/tracking': specifier: ^1.1.2 version: 1.1.2 @@ -65,13 +69,13 @@ importers: version: 1.0.2 '@nullvoxpopuli/eslint-configs': specifier: ^2.2.58 - version: 2.2.60(@babel/eslint-parser@7.22.7)(typescript@4.8.4) + version: 2.2.60(@babel/eslint-parser@7.22.7)(typescript@4.9.5) '@rollup/plugin-babel': specifier: ^6.0.0 - version: 6.0.3(@babel/core@7.21.0)(rollup@2.79.1) + version: 6.0.3(@babel/core@7.22.5)(rollup@2.79.1) '@types/ember__debug': specifier: ^4.0.1 - version: 4.0.1(@babel/core@7.21.0) + version: 4.0.4(@babel/core@7.22.5) '@types/ember__destroyable': specifier: ^4.0.0 version: 4.0.0 @@ -83,16 +87,16 @@ importers: version: 8.2.0 ember-cli-htmlbars: specifier: ^6.1.0 - version: 6.1.1 + version: 6.2.0 ember-modifier: specifier: ^3.2.7 - version: 3.2.7(@babel/core@7.21.0) + version: 3.2.7(@babel/core@7.22.5) ember-source: specifier: ~4.12.0 - version: 4.12.0(@babel/core@7.21.0)(@glimmer/component@1.1.2)(webpack@5.74.0) + version: 4.12.3(@babel/core@7.22.5)(@glimmer/component@1.1.2)(webpack@5.85.0) ember-template-lint: specifier: ^4.10.1 - version: 4.15.0(ember-cli-htmlbars@6.1.1) + version: 4.15.0 eslint: specifier: ^7.0.0 version: 7.32.0 @@ -131,13 +135,13 @@ importers: version: 3.4.0 rollup-plugin-ts: specifier: ^3.0.2 - version: 3.0.2(@babel/core@7.21.0)(@babel/preset-typescript@7.18.6)(@babel/runtime@7.19.4)(rollup@2.79.1)(typescript@4.8.4) + version: 3.0.2(@babel/core@7.22.5)(@babel/preset-typescript@7.18.6)(@babel/runtime@7.19.4)(rollup@2.79.1)(typescript@4.9.5) typescript: specifier: ^4.8.4 - version: 4.8.4 + version: 4.9.5 webpack: specifier: ^5.74.0 - version: 5.74.0 + version: 5.85.0 test-app: dependencies: @@ -318,7 +322,7 @@ importers: version: 3.4.2 ember-template-lint: specifier: ^4.10.1 - version: 4.15.0(ember-cli-htmlbars@6.2.0) + version: 4.15.0 ember-try: specifier: ^2.0.0 version: 2.0.0 @@ -391,19 +395,6 @@ packages: '@babel/highlight': 7.22.5 dev: true - /@babel/code-frame@7.18.6: - resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.22.5 - - /@babel/code-frame@7.21.4: - resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.22.5 - dev: true - /@babel/code-frame@7.22.5: resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} engines: {node: '>=6.9.0'} @@ -414,28 +405,6 @@ packages: resolution: {integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==} engines: {node: '>=6.9.0'} - /@babel/core@7.21.0: - resolution: {integrity: sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==} - engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.2.0 - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.21.1 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.0) - '@babel/helper-module-transforms': 7.21.2 - '@babel/helpers': 7.21.0 - '@babel/parser': 7.21.2 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 - convert-source-map: 1.9.0 - debug: 4.3.4(supports-color@8.1.1) - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - /@babel/core@7.22.5(supports-color@8.1.1): resolution: {integrity: sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==} engines: {node: '>=6.9.0'} @@ -458,20 +427,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser@7.22.7(@babel/core@7.21.0)(eslint@7.32.0): - resolution: {integrity: sha512-LH6HJqjOyu/Qtp7LuSycZXK/CYXQ4ohdkliEaL1QTdtOXVdOVpTBKVxAo/+eeyt+x/2SRzB+zUPduVl+xiEvdg==} - engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} - peerDependencies: - '@babel/core': '>=7.11.0' - eslint: ^7.5.0 || ^8.0.0 - dependencies: - '@babel/core': 7.21.0 - '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - '@nicolo-ribaudo/semver-v6': 6.3.3 - eslint: 7.32.0 - eslint-visitor-keys: 2.1.0 - dev: true - /@babel/eslint-parser@7.22.7(@babel/core@7.22.5)(eslint@7.32.0): resolution: {integrity: sha512-LH6HJqjOyu/Qtp7LuSycZXK/CYXQ4ohdkliEaL1QTdtOXVdOVpTBKVxAo/+eeyt+x/2SRzB+zUPduVl+xiEvdg==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} @@ -486,33 +441,6 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@babel/generator@7.20.7: - resolution: {integrity: sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.22.5 - '@jridgewell/gen-mapping': 0.3.2 - jsesc: 2.5.2 - - /@babel/generator@7.21.1: - resolution: {integrity: sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.22.5 - '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.17 - jsesc: 2.5.2 - - /@babel/generator@7.22.3: - resolution: {integrity: sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.22.5 - '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.17 - jsesc: 2.5.2 - dev: true - /@babel/generator@7.22.5: resolution: {integrity: sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==} engines: {node: '>=6.9.0'} @@ -535,31 +463,6 @@ packages: '@babel/helper-explode-assignable-expression': 7.18.6 '@babel/types': 7.22.5 - /@babel/helper-compilation-targets@7.19.3(@babel/core@7.22.5): - resolution: {integrity: sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.22.5 - '@babel/core': 7.22.5(supports-color@8.1.1) - '@babel/helper-validator-option': 7.22.5 - browserslist: 4.21.4 - semver: 6.3.0 - - /@babel/helper-compilation-targets@7.20.7(@babel/core@7.21.0): - resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.22.5 - '@babel/core': 7.21.0 - '@babel/helper-validator-option': 7.22.5 - browserslist: 4.21.4 - lru-cache: 5.1.1 - semver: 6.3.0 - /@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} @@ -573,23 +476,6 @@ packages: lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-create-class-features-plugin@7.19.0(@babel/core@7.21.0): - resolution: {integrity: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.21.0 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 - '@babel/helper-member-expression-to-functions': 7.18.9 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.19.1 - '@babel/helper-split-export-declaration': 7.18.6 - transitivePeerDependencies: - - supports-color - /@babel/helper-create-class-features-plugin@7.19.0(@babel/core@7.22.5): resolution: {integrity: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==} engines: {node: '>=6.9.0'} @@ -598,12 +484,12 @@ packages: dependencies: '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-replace-supers': 7.19.1 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-split-export-declaration': 7.22.5 transitivePeerDependencies: - supports-color @@ -632,15 +518,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-environment-visitor@7.18.9: - resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} - engines: {node: '>=6.9.0'} - - /@babel/helper-environment-visitor@7.22.1: - resolution: {integrity: sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-environment-visitor@7.22.5: resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} engines: {node: '>=6.9.0'} @@ -651,21 +528,6 @@ packages: dependencies: '@babel/types': 7.22.5 - /@babel/helper-function-name@7.19.0: - resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.20.7 - '@babel/types': 7.22.5 - - /@babel/helper-function-name@7.21.0: - resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.22.5 - '@babel/types': 7.22.5 - dev: true - /@babel/helper-function-name@7.22.5: resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} engines: {node: '>=6.9.0'} @@ -673,12 +535,6 @@ packages: '@babel/template': 7.22.5 '@babel/types': 7.22.5 - /@babel/helper-hoist-variables@7.18.6: - resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.22.5 - /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} @@ -691,33 +547,12 @@ packages: dependencies: '@babel/types': 7.22.5 - /@babel/helper-module-imports@7.21.4: - resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.22.5 - /@babel/helper-module-imports@7.22.5: resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.22.5 - /@babel/helper-module-transforms@7.21.2: - resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-module-imports': 7.22.5 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5(supports-color@8.1.1) - '@babel/types': 7.22.5 - transitivePeerDependencies: - - supports-color - /@babel/helper-module-transforms@7.22.5(supports-color@8.1.1): resolution: {integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==} engines: {node: '>=6.9.0'} @@ -739,10 +574,6 @@ packages: dependencies: '@babel/types': 7.22.5 - /@babel/helper-plugin-utils@7.19.0: - resolution: {integrity: sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==} - engines: {node: '>=6.9.0'} - /@babel/helper-plugin-utils@7.20.2: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} @@ -765,11 +596,11 @@ packages: resolution: {integrity: sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.19.6 - '@babel/types': 7.19.4 + '@babel/traverse': 7.22.5(supports-color@8.1.1) + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color @@ -785,39 +616,20 @@ packages: dependencies: '@babel/types': 7.22.5 - /@babel/helper-split-export-declaration@7.18.6: - resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.19.4 - /@babel/helper-split-export-declaration@7.22.5: resolution: {integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.22.5 - /@babel/helper-string-parser@7.21.5: - resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} - engines: {node: '>=6.9.0'} - /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier@7.19.1: - resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} - engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier@7.22.5: resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.18.6: - resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-validator-option@7.22.5: resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} engines: {node: '>=6.9.0'} @@ -833,16 +645,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helpers@7.21.0: - resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5(supports-color@8.1.1) - '@babel/types': 7.22.5 - transitivePeerDependencies: - - supports-color - /@babel/helpers@7.22.5(supports-color@8.1.1): resolution: {integrity: sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==} engines: {node: '>=6.9.0'} @@ -861,36 +663,6 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser@7.19.4: - resolution: {integrity: sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.22.5 - dev: true - - /@babel/parser@7.20.7: - resolution: {integrity: sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.22.5 - - /@babel/parser@7.21.2: - resolution: {integrity: sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.22.5 - - /@babel/parser@7.22.3: - resolution: {integrity: sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.22.5 - dev: true - /@babel/parser@7.22.5: resolution: {integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==} engines: {node: '>=6.0.0'} @@ -932,19 +704,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.0): - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.21.0) - '@babel/helper-plugin-utils': 7.19.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} @@ -953,7 +712,7 @@ packages: dependencies: '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.22.5) - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color @@ -970,22 +729,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-decorators@7.19.3(@babel/core@7.21.0): - resolution: {integrity: sha512-MbgXtNXqo7RTKYIXVchVJGPvaVufQH3pxvQyfbGvNw1DObIhph+PesYXJTcd8J4DdWibvf6Z2eanOyItX8WnJg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.21.0) - '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-replace-supers': 7.19.1 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.19.0(@babel/core@7.21.0) - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-decorators@7.19.3(@babel/core@7.22.5): resolution: {integrity: sha512-MbgXtNXqo7RTKYIXVchVJGPvaVufQH3pxvQyfbGvNw1DObIhph+PesYXJTcd8J4DdWibvf6Z2eanOyItX8WnJg==} engines: {node: '>=6.9.0'} @@ -994,9 +737,9 @@ packages: dependencies: '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.22.5) - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-split-export-declaration': 7.22.5 '@babel/plugin-syntax-decorators': 7.19.0(@babel/core@7.22.5) transitivePeerDependencies: - supports-color @@ -1156,16 +899,6 @@ packages: '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-decorators@7.19.0(@babel/core@7.21.0): - resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.0 - '@babel/helper-plugin-utils': 7.19.0 - dev: true - /@babel/plugin-syntax-decorators@7.19.0(@babel/core@7.22.5): resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} engines: {node: '>=6.9.0'} @@ -1173,7 +906,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.5(supports-color@8.1.1) - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} @@ -1274,15 +1007,6 @@ packages: '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-typescript@7.18.6(@babel/core@7.21.0): - resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.0 - '@babel/helper-plugin-utils': 7.19.0 - /@babel/plugin-syntax-typescript@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} engines: {node: '>=6.9.0'} @@ -1290,7 +1014,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.5(supports-color@8.1.1) - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} @@ -1323,15 +1047,6 @@ packages: '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.0): - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.0 - '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.22.5): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} @@ -1445,19 +1160,6 @@ packages: '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-modules-amd@7.18.6(@babel/core@7.22.5): - resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.22.5(supports-color@8.1.1) - '@babel/helper-module-transforms': 7.22.5(supports-color@8.1.1) - '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.22.5): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} @@ -1641,20 +1343,6 @@ packages: '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-typescript@7.19.3(@babel/core@7.21.0): - resolution: {integrity: sha512-z6fnuK9ve9u/0X0rRvI9MY0xg+DOUaABDYOe+/SQTxtlptaBB/V9JIUxJn6xp3lMBeb9qe8xSFmHU35oZDXD+w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.21.0) - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-typescript': 7.18.6(@babel/core@7.21.0) - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-transform-typescript@7.19.3(@babel/core@7.22.5): resolution: {integrity: sha512-z6fnuK9ve9u/0X0rRvI9MY0xg+DOUaABDYOe+/SQTxtlptaBB/V9JIUxJn6xp3lMBeb9qe8xSFmHU35oZDXD+w==} engines: {node: '>=6.9.0'} @@ -1663,7 +1351,7 @@ packages: dependencies: '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.22.5) - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-typescript': 7.18.6(@babel/core@7.22.5) transitivePeerDependencies: - supports-color @@ -1678,18 +1366,6 @@ packages: '@babel/plugin-syntax-typescript': 7.18.6(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-typescript@7.5.5(@babel/core@7.21.0): - resolution: {integrity: sha512-pehKf4m640myZu5B2ZviLaiBlxMCjSZ1qTEO459AXKX5GnPueyulJeCqZFs1nz/Ya2dDzXQ1NxZ/kKNWyD4h6w==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.21.0) - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.18.6(@babel/core@7.21.0) - transitivePeerDependencies: - - supports-color - /@babel/plugin-transform-typescript@7.5.5(@babel/core@7.22.5): resolution: {integrity: sha512-pehKf4m640myZu5B2ZviLaiBlxMCjSZ1qTEO459AXKX5GnPueyulJeCqZFs1nz/Ya2dDzXQ1NxZ/kKNWyD4h6w==} peerDependencies: @@ -1726,7 +1402,7 @@ packages: deprecated: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information. dependencies: core-js: 2.6.12 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 /@babel/preset-env@7.19.4(@babel/core@7.22.5): resolution: {integrity: sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==} @@ -1825,16 +1501,16 @@ packages: '@babel/types': 7.22.5 esutils: 2.0.3 - /@babel/preset-typescript@7.18.6(@babel/core@7.21.0): + /@babel/preset-typescript@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.19.3(@babel/core@7.21.0) + '@babel/core': 7.22.5(supports-color@8.1.1) + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-transform-typescript': 7.19.3(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: true @@ -1842,88 +1518,28 @@ packages: /@babel/runtime@7.12.18: resolution: {integrity: sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==} dependencies: - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 /@babel/runtime@7.19.4: resolution: {integrity: sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true /@babel/runtime@7.21.5: resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.13.11 - - /@babel/template@7.20.7: - resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.22.5 - '@babel/parser': 7.22.5 - '@babel/types': 7.22.5 - - /@babel/template@7.22.5: - resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.22.5 - '@babel/parser': 7.22.5 - '@babel/types': 7.22.5 - - /@babel/traverse@7.19.4: - resolution: {integrity: sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.22.3 - '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.22.3 - '@babel/types': 7.22.5 - debug: 4.3.4(supports-color@8.1.1) - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/traverse@7.19.6: - resolution: {integrity: sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.7 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.7 - '@babel/types': 7.22.5 - debug: 4.3.4(supports-color@8.1.1) - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + regenerator-runtime: 0.13.11 - /@babel/traverse@7.21.2: - resolution: {integrity: sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==} + /@babel/template@7.22.5: + resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.5 - '@babel/generator': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 '@babel/parser': 7.22.5 '@babel/types': 7.22.5 - debug: 4.3.4(supports-color@8.1.1) - globals: 11.12.0 - transitivePeerDependencies: - - supports-color /@babel/traverse@7.22.5(supports-color@8.1.1): resolution: {integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==} @@ -1942,22 +1558,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/types@7.19.4: - resolution: {integrity: sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.21.5 - '@babel/helper-validator-identifier': 7.19.1 - to-fast-properties: 2.0.0 - - /@babel/types@7.21.2: - resolution: {integrity: sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 - to-fast-properties: 2.0.0 - /@babel/types@7.22.5: resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} @@ -2246,7 +1846,7 @@ packages: - supports-color dev: true - /@embroider/addon-dev@2.0.0(ember-source@4.12.0)(rollup@2.79.1): + /@embroider/addon-dev@2.0.0(ember-source@4.12.3)(rollup@2.79.1): resolution: {integrity: sha512-XOThXF6/4rQWmKOaD20xFsdPkNzmSCRUsLG2Qb9z/NpNonN9AFjo385OkUgMju2bp1E+U2QQNqCEsZLH9jdG9w==} engines: {node: 12.* || 14.* || >= 16} hasBin: true @@ -2259,13 +1859,13 @@ packages: '@embroider/core': 1.9.0 '@rollup/pluginutils': 4.2.1 assert-never: 1.2.1 - ember-source: 4.12.0(@babel/core@7.21.0)(@glimmer/component@1.1.2)(webpack@5.74.0) + ember-source: 4.12.3(@babel/core@7.22.5)(@glimmer/component@1.1.2)(webpack@5.85.0) fs-extra: 10.1.0 minimatch: 3.1.2 rollup-plugin-copy-assets: 2.0.3(rollup@2.79.1) rollup-plugin-delete: 2.0.0 walk-sync: 3.0.0 - yargs: 17.6.0 + yargs: 17.7.2 transitivePeerDependencies: - bufferutil - canvas @@ -2304,11 +1904,11 @@ packages: peerDependencies: '@embroider/core': ^1.8.3 dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.22.5 '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) '@babel/preset-env': 7.19.4(@babel/core@7.22.5) - '@babel/traverse': 7.19.4 + '@babel/traverse': 7.22.5(supports-color@8.1.1) '@embroider/core': 1.9.0 '@embroider/macros': 1.9.0 '@embroider/shared-internals': 1.8.3 @@ -2333,14 +1933,14 @@ packages: jsdom: 16.7.0(supports-color@8.1.1) lodash: 4.17.21 pkg-up: 3.1.0 - resolve: 1.22.1 + resolve: 1.22.2 resolve-package-path: 4.0.3 semver: 7.3.8 symlink-or-copy: 1.3.1 tree-sync: 2.1.0 typescript-memoize: 1.1.1 walk-sync: 3.0.0 - yargs: 17.6.0 + yargs: 17.7.2 transitivePeerDependencies: - bufferutil - canvas @@ -2353,15 +1953,15 @@ packages: engines: {node: 12.* || 14.* || >= 16} dependencies: '@babel/core': 7.22.5(supports-color@8.1.1) - '@babel/parser': 7.19.4 + '@babel/parser': 7.22.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) '@babel/plugin-transform-runtime': 7.19.1(@babel/core@7.22.5) - '@babel/runtime': 7.19.4 - '@babel/traverse': 7.19.4 + '@babel/runtime': 7.21.5 + '@babel/traverse': 7.22.5(supports-color@8.1.1) '@embroider/macros': 1.9.0 '@embroider/shared-internals': 1.8.3 assert-never: 1.2.1 - babel-import-util: 1.2.2 + babel-import-util: 1.3.0 babel-plugin-ember-template-compilation: 1.0.2 broccoli-node-api: 1.7.0 broccoli-persistent-filter: 3.1.3 @@ -2377,7 +1977,7 @@ packages: js-string-escape: 1.0.1 jsdom: 16.7.0(supports-color@8.1.1) lodash: 4.17.21 - resolve: 1.22.1 + resolve: 1.22.2 resolve-package-path: 4.0.3 strip-bom: 4.0.0 typescript-memoize: 1.1.1 @@ -2436,7 +2036,7 @@ packages: resolution: {integrity: sha512-N5Gho6Qk8z5u+mxLCcMYAoQMbN4MmH+z2jXwQHVs859bxuZTxwF6kKtsybDAASCtd2YGxEmzcc1Ja/wM28824w==} engines: {node: 12.* || 14.* || >= 16} dependencies: - babel-import-util: 1.2.2 + babel-import-util: 1.3.0 ember-rfc176-data: 0.3.17 fs-extra: 9.1.0 js-string-escape: 1.0.1 @@ -2463,7 +2063,7 @@ packages: engines: {node: 12.* || 14.* || >= 16} dependencies: lodash: 4.17.21 - resolve: 1.22.1 + resolve: 1.22.2 dev: true /@embroider/util@1.9.0(ember-source@4.12.3): @@ -2509,7 +2109,7 @@ packages: source-map-url: 0.4.1 style-loader: 2.0.0(webpack@5.85.0) supports-color: 8.1.1 - terser: 5.15.1 + terser: 5.17.6 thread-loader: 3.0.4(webpack@5.85.0) webpack: 5.85.0 transitivePeerDependencies: @@ -2535,46 +2135,14 @@ packages: - supports-color dev: true - /@floating-ui/core@1.0.1: - resolution: {integrity: sha512-bO37brCPfteXQfFY0DyNDGB3+IMe4j150KFQcgJ5aBP295p9nBGeHEs/p0czrRbtlHq4Px/yoPXO/+dOCcF4uA==} - dev: false - /@floating-ui/core@1.3.1: resolution: {integrity: sha512-Bu+AMaXNjrpjh41znzHqaz3r2Nr8hHuHZT6V2LBKMhyMl0FgKA62PNYbqnfgmzOhoWZj70Zecisbo4H1rotP5g==} - /@floating-ui/dom@1.0.2: - resolution: {integrity: sha512-5X9WSvZ8/fjy3gDu8yx9HAA4KG1lazUN2P4/VnaXLxTO9Dz53HI1oYoh1OlhqFNlHgGDiwFX5WhFCc2ljbW3yA==} - dependencies: - '@floating-ui/core': 1.0.1 - dev: false - /@floating-ui/dom@1.4.3: resolution: {integrity: sha512-nB/68NyaQlcdY22L+Fgd1HERQ7UGv7XFN+tPxwrEfQL4nKtAP/jIZnZtpUlXbtV+VEGHh6W/63Gy2C5biWI3sA==} dependencies: '@floating-ui/core': 1.3.1 - /@glimmer/component@1.1.2(@babel/core@7.21.0): - resolution: {integrity: sha512-XyAsEEa4kWOPy+gIdMjJ8XlzA3qrGH55ZDv6nA16ibalCR17k74BI0CztxuRds+Rm6CtbUVgheCVlcCULuqD7A==} - engines: {node: 6.* || 8.* || >= 10.*} - dependencies: - '@glimmer/di': 0.1.11 - '@glimmer/env': 0.1.7 - '@glimmer/util': 0.44.0 - broccoli-file-creator: 2.1.1 - broccoli-merge-trees: 3.0.2 - ember-cli-babel: 7.26.11 - ember-cli-get-component-path-option: 1.0.0 - ember-cli-is-package-missing: 1.0.0 - ember-cli-normalize-entity-name: 1.0.0 - ember-cli-path-utils: 1.0.0 - ember-cli-string-utils: 1.1.0 - ember-cli-typescript: 3.0.0(@babel/core@7.21.0) - ember-cli-version-checker: 3.1.3 - ember-compatibility-helpers: 1.2.6(@babel/core@7.21.0) - transitivePeerDependencies: - - '@babel/core' - - supports-color - /@glimmer/component@1.1.2(@babel/core@7.22.5): resolution: {integrity: sha512-XyAsEEa4kWOPy+gIdMjJ8XlzA3qrGH55ZDv6nA16ibalCR17k74BI0CztxuRds+Rm6CtbUVgheCVlcCULuqD7A==} engines: {node: 6.* || 8.* || >= 10.*} @@ -2740,13 +2308,6 @@ packages: '@glimmer/global-context': 0.83.1 dev: true - /@glimmer/vm-babel-plugins@0.84.2(@babel/core@7.21.0): - resolution: {integrity: sha512-HS2dEbJ3CgXn56wk/5QdudM7rE3vtNMvPIoG7Rrg+GhkGMNxBCIRxOeEF2g520j9rwlA2LAZFpc7MCDMFbTjNA==} - dependencies: - babel-plugin-debug-macros: 0.3.4(@babel/core@7.21.0) - transitivePeerDependencies: - - '@babel/core' - /@glimmer/vm-babel-plugins@0.84.2(@babel/core@7.22.5): resolution: {integrity: sha512-HS2dEbJ3CgXn56wk/5QdudM7rE3vtNMvPIoG7Rrg+GhkGMNxBCIRxOeEF2g520j9rwlA2LAZFpc7MCDMFbTjNA==} dependencies: @@ -2783,7 +2344,7 @@ packages: vscode-languageserver: 8.0.2 vscode-languageserver-textdocument: 1.0.7 vscode-uri: 3.0.6 - yargs: 17.6.0 + yargs: 17.7.2 transitivePeerDependencies: - supports-color dev: true @@ -2984,32 +2545,6 @@ packages: fastq: 1.13.0 dev: true - /@nullvoxpopuli/eslint-configs@2.2.60(@babel/eslint-parser@7.22.7)(typescript@4.8.4): - resolution: {integrity: sha512-jmCxu+OT82HcdcW2LBxDiDgXuOGrh1F+Sb9EcgIKzpkMG3dvNKLuyUOQDIviXmuWit+GBxfaGCEInnzpHdfNtQ==} - engines: {node: '>= v12.0.0'} - dependencies: - '@typescript-eslint/eslint-plugin': 5.40.0(@typescript-eslint/parser@5.40.0)(eslint@7.32.0)(typescript@4.8.4) - '@typescript-eslint/parser': 5.40.0(eslint@7.32.0)(typescript@4.8.4) - babel-eslint: 10.1.0(eslint@7.32.0) - eslint: 7.32.0 - eslint-config-prettier: 8.5.0(eslint@7.32.0) - eslint-plugin-decorator-position: 5.0.1(@babel/eslint-parser@7.22.7)(eslint@7.32.0) - eslint-plugin-ember: 11.0.6(eslint@7.32.0) - eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.40.0)(eslint@7.32.0) - eslint-plugin-json: 3.1.0 - eslint-plugin-node: 11.1.0(eslint@7.32.0) - eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.5.0)(eslint@7.32.0)(prettier@2.7.1) - eslint-plugin-qunit: 7.3.1(eslint@7.32.0) - eslint-plugin-simple-import-sort: 8.0.0(eslint@7.32.0) - prettier: 2.7.1 - transitivePeerDependencies: - - '@babel/eslint-parser' - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color - - typescript - dev: true - /@nullvoxpopuli/eslint-configs@2.2.60(@babel/eslint-parser@7.22.7)(typescript@4.9.5): resolution: {integrity: sha512-jmCxu+OT82HcdcW2LBxDiDgXuOGrh1F+Sb9EcgIKzpkMG3dvNKLuyUOQDIviXmuWit+GBxfaGCEInnzpHdfNtQ==} engines: {node: '>= v12.0.0'} @@ -3036,7 +2571,7 @@ packages: - typescript dev: true - /@rollup/plugin-babel@6.0.3(@babel/core@7.21.0)(rollup@2.79.1): + /@rollup/plugin-babel@6.0.3(@babel/core@7.22.5)(rollup@2.79.1): resolution: {integrity: sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3049,7 +2584,7 @@ packages: rollup: optional: true dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.22.5(supports-color@8.1.1) '@babel/helper-module-imports': 7.22.5 '@rollup/pluginutils': 5.0.2(rollup@2.79.1) rollup: 2.79.1 @@ -3147,41 +2682,6 @@ packages: resolution: {integrity: sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==} dev: true - /@types/ember-resolver@5.0.11(@babel/core@7.21.0): - resolution: {integrity: sha512-2BL9d8kBdNUO9Je6KBF7Q34BSwbQG6vzCzTeSopt8FAmLDfaDU9xDDdyZobpfy9GR36mCSeG9b9wr4bgYh/MYw==} - dependencies: - '@types/ember__object': 4.0.6(@babel/core@7.21.0) - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - - /@types/ember@4.0.4(@babel/core@7.21.0): - resolution: {integrity: sha512-MeByM2it6topE4s53+OGS0qHL3mvZIP2+U+eUlhN2w4d9oA6XzP9iaXROA2Eqxjmt4UAJiHHcR2uZ5TVcbEzfw==} - dependencies: - '@types/ember__application': 4.0.6(@babel/core@7.21.0) - '@types/ember__array': 4.0.4(@babel/core@7.21.0) - '@types/ember__component': 4.0.14(@babel/core@7.21.0) - '@types/ember__controller': 4.0.5(@babel/core@7.22.5) - '@types/ember__debug': 4.0.4(@babel/core@7.22.5) - '@types/ember__engine': 4.0.5(@babel/core@7.22.5) - '@types/ember__error': 4.0.3 - '@types/ember__object': 4.0.6(@babel/core@7.22.5) - '@types/ember__polyfills': 4.0.2 - '@types/ember__routing': 4.0.13(@babel/core@7.21.0) - '@types/ember__runloop': 4.0.3(@babel/core@7.21.0) - '@types/ember__service': 4.0.3(@babel/core@7.22.5) - '@types/ember__string': 3.0.11 - '@types/ember__template': 4.0.2 - '@types/ember__test': 4.0.2(@babel/core@7.21.0) - '@types/ember__utils': 4.0.3(@babel/core@7.21.0) - '@types/htmlbars-inline-precompile': 3.0.0 - '@types/rsvp': 4.0.4 - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@types/ember@4.0.4(@babel/core@7.22.5): resolution: {integrity: sha512-MeByM2it6topE4s53+OGS0qHL3mvZIP2+U+eUlhN2w4d9oA6XzP9iaXROA2Eqxjmt4UAJiHHcR2uZ5TVcbEzfw==} dependencies: @@ -3208,20 +2708,6 @@ packages: - supports-color dev: true - /@types/ember__application@4.0.6(@babel/core@7.21.0): - resolution: {integrity: sha512-ojZUGF8zmTpkTg6MJy4hplGvwTJEBCB3ku6UwgQhu0TizeGESBTUXxZIeyiORNBgfzkqT3Ugo+i+777zsIAfhg==} - dependencies: - '@glimmer/component': 1.1.2(@babel/core@7.21.0) - '@types/ember': 4.0.4(@babel/core@7.21.0) - '@types/ember__engine': 4.0.5(@babel/core@7.22.5) - '@types/ember__object': 4.0.6(@babel/core@7.22.5) - '@types/ember__owner': 4.0.4 - '@types/ember__routing': 4.0.13(@babel/core@7.21.0) - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@types/ember__application@4.0.6(@babel/core@7.22.5): resolution: {integrity: sha512-ojZUGF8zmTpkTg6MJy4hplGvwTJEBCB3ku6UwgQhu0TizeGESBTUXxZIeyiORNBgfzkqT3Ugo+i+777zsIAfhg==} dependencies: @@ -3236,16 +2722,6 @@ packages: - supports-color dev: true - /@types/ember__array@4.0.4(@babel/core@7.21.0): - resolution: {integrity: sha512-nMg0+2ooumlfHJjwmI1tnVTBg8TfORhXT4OdzJzCjweFjBCA25L7K0W9J/NKzTUTryJsaDil6VMbY3dCXpyBvA==} - dependencies: - '@types/ember': 4.0.4(@babel/core@7.21.0) - '@types/ember__object': 4.0.6(@babel/core@7.22.5) - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@types/ember__array@4.0.4(@babel/core@7.22.5): resolution: {integrity: sha512-nMg0+2ooumlfHJjwmI1tnVTBg8TfORhXT4OdzJzCjweFjBCA25L7K0W9J/NKzTUTryJsaDil6VMbY3dCXpyBvA==} dependencies: @@ -3256,16 +2732,6 @@ packages: - supports-color dev: true - /@types/ember__component@4.0.14(@babel/core@7.21.0): - resolution: {integrity: sha512-qqEJOCxxPJrfYpgs8+8Zjrc8uRzpbhALtsG6nf/LoB4DkXisSd+C6a3n04ACvGfDa+1uVA3SZ8sTqKPgx6nM9g==} - dependencies: - '@types/ember': 4.0.4(@babel/core@7.21.0) - '@types/ember__object': 4.0.6(@babel/core@7.22.5) - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@types/ember__component@4.0.14(@babel/core@7.22.5): resolution: {integrity: sha512-qqEJOCxxPJrfYpgs8+8Zjrc8uRzpbhALtsG6nf/LoB4DkXisSd+C6a3n04ACvGfDa+1uVA3SZ8sTqKPgx6nM9g==} dependencies: @@ -3285,38 +2751,6 @@ packages: - supports-color dev: true - /@types/ember__debug@4.0.1(@babel/core@7.21.0): - resolution: {integrity: sha512-qrKk6Ujh6oev7TSB0eB7AEmQWKCt5t84k/K3hDvJXUiLU3YueN0kyt7aPoIAkVjC111A9FqDugl9n60+N5yeEw==} - dependencies: - '@types/ember-resolver': 5.0.11(@babel/core@7.21.0) - '@types/ember__debug': 4.0.3(@babel/core@7.21.0) - '@types/ember__object': 4.0.4(@babel/core@7.21.0) - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - - /@types/ember__debug@4.0.3(@babel/core@7.21.0): - resolution: {integrity: sha512-LvSLFgNlzpbsdb479ohS2szCFwkAsaqPnTjyPML7xFF3r3VGFMQjVNTXQpFYQCKTMAC1FYRX1N6hw/8lpXWHKA==} - dependencies: - '@types/ember__debug': 4.0.4(@babel/core@7.21.0) - '@types/ember__object': 4.0.6(@babel/core@7.21.0) - '@types/ember__owner': 4.0.4 - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - - /@types/ember__debug@4.0.4(@babel/core@7.21.0): - resolution: {integrity: sha512-VlK75Br460+7c7Lvcjr4NyYD6KWLi2FMHWID52svEdbv1dj2+BrXE43PW1xjbycErWoalj/vGsBKGjxt+W1+ZA==} - dependencies: - '@types/ember__object': 4.0.6(@babel/core@7.21.0) - '@types/ember__owner': 4.0.4 - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@types/ember__debug@4.0.4(@babel/core@7.22.5): resolution: {integrity: sha512-VlK75Br460+7c7Lvcjr4NyYD6KWLi2FMHWID52svEdbv1dj2+BrXE43PW1xjbycErWoalj/vGsBKGjxt+W1+ZA==} dependencies: @@ -3345,27 +2779,6 @@ packages: resolution: {integrity: sha512-lQ/ZrPS5s7LjYhML8TCfcKyMumAy7Hh+9CI66WShHumuojSZZm36LhpaUXC0sMf5uF3uKimaVrvvvrvBLDePZg==} dev: true - /@types/ember__object@4.0.4(@babel/core@7.21.0): - resolution: {integrity: sha512-RwiyzQXKTyFVfZvrYQYtZhfrYAXrNEvtO98vdlzak0MHaks/AkOSNxuTU4tjhfzto4dOcfr6mi8C5mN+yz7LFQ==} - dependencies: - '@types/ember': 4.0.4(@babel/core@7.21.0) - '@types/ember__object': 4.0.6(@babel/core@7.21.0) - '@types/rsvp': 4.0.4 - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - - /@types/ember__object@4.0.6(@babel/core@7.21.0): - resolution: {integrity: sha512-BVjR2+Q1hQowHnRw9TVwoSOcEly14o3XathEd+wYERLRfl2kbCB/Yh1hutraXqWu3WFuhbxLCS/5FJUCdQcRIg==} - dependencies: - '@types/ember': 4.0.4(@babel/core@7.21.0) - '@types/rsvp': 4.0.4 - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@types/ember__object@4.0.6(@babel/core@7.22.5): resolution: {integrity: sha512-BVjR2+Q1hQowHnRw9TVwoSOcEly14o3XathEd+wYERLRfl2kbCB/Yh1hutraXqWu3WFuhbxLCS/5FJUCdQcRIg==} dependencies: @@ -3384,18 +2797,6 @@ packages: resolution: {integrity: sha512-DMtjEhCHgrMion+qDWQVC9gW5SIY5wElueFbAmBLghTcUOgLWLTFzah3PxKln9cQNRO36699Irg2UdYOJsY6Jg==} dev: true - /@types/ember__routing@4.0.13(@babel/core@7.21.0): - resolution: {integrity: sha512-CNBx6RmGzZpe8ahuy6+aPYKc/EelmbkndqgCigGkkrqvV5B+ayb3rdeKa2XojyXIqSjvjmcYyj9TTvian0yDgg==} - dependencies: - '@types/ember': 4.0.4(@babel/core@7.21.0) - '@types/ember__controller': 4.0.5(@babel/core@7.22.5) - '@types/ember__object': 4.0.6(@babel/core@7.22.5) - '@types/ember__service': 4.0.3(@babel/core@7.22.5) - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@types/ember__routing@4.0.13(@babel/core@7.22.5): resolution: {integrity: sha512-CNBx6RmGzZpe8ahuy6+aPYKc/EelmbkndqgCigGkkrqvV5B+ayb3rdeKa2XojyXIqSjvjmcYyj9TTvian0yDgg==} dependencies: @@ -3408,15 +2809,6 @@ packages: - supports-color dev: true - /@types/ember__runloop@4.0.3(@babel/core@7.21.0): - resolution: {integrity: sha512-F6Ujl02xAFOAuOwlAJVdZg64PzacgyRfaCTicY2hyBA4rDpkVVNUsICAJw1NYEUJC6nTaeeanmBGPiZH1htJkw==} - dependencies: - '@types/ember': 4.0.4(@babel/core@7.21.0) - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@types/ember__runloop@4.0.3(@babel/core@7.22.5): resolution: {integrity: sha512-F6Ujl02xAFOAuOwlAJVdZg64PzacgyRfaCTicY2hyBA4rDpkVVNUsICAJw1NYEUJC6nTaeeanmBGPiZH1htJkw==} dependencies: @@ -3443,15 +2835,6 @@ packages: resolution: {integrity: sha512-kQWkak5Sy8m4xcXiXNO2A5+N12qoYK9EK2WtGQYG5pN0wSl6iYFGuz8iq7wEcOyiQ0BH9xSv3uCURukv3U+Txw==} dev: true - /@types/ember__test@4.0.2(@babel/core@7.21.0): - resolution: {integrity: sha512-hoep5m7XmafmjIOHj+PN3T6RyCuVk6Wmjo7IVSM1aCxyIiSbJN8h1vs/Ma8I6kFoMmZYmdLsMxNoxMf7jEon4w==} - dependencies: - '@types/ember__application': 4.0.6(@babel/core@7.21.0) - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@types/ember__test@4.0.2(@babel/core@7.22.5): resolution: {integrity: sha512-hoep5m7XmafmjIOHj+PN3T6RyCuVk6Wmjo7IVSM1aCxyIiSbJN8h1vs/Ma8I6kFoMmZYmdLsMxNoxMf7jEon4w==} dependencies: @@ -3461,15 +2844,6 @@ packages: - supports-color dev: true - /@types/ember__utils@4.0.3(@babel/core@7.21.0): - resolution: {integrity: sha512-o+0oRoT72wcxq4aqZTVEcPJKkKORig6mggs6OWrssCKF+cFZIkO7MNSkHy8ad88xNuyiGETIrBaXkr7XpNY1qg==} - dependencies: - '@types/ember': 4.0.4(@babel/core@7.21.0) - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /@types/ember__utils@4.0.3(@babel/core@7.22.5): resolution: {integrity: sha512-o+0oRoT72wcxq4aqZTVEcPJKkKORig6mggs6OWrssCKF+cFZIkO7MNSkHy8ad88xNuyiGETIrBaXkr7XpNY1qg==} dependencies: @@ -3491,9 +2865,6 @@ packages: '@types/estree': 1.0.0 '@types/json-schema': 7.0.11 - /@types/estree@0.0.51: - resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} - /@types/estree@1.0.0: resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==} @@ -3666,77 +3037,31 @@ packages: /@types/yargs@17.0.13: resolution: {integrity: sha512-9sWaruZk2JGxIQU+IhI1fhPYRcQ0UuTNuKuCW9bR5fp7qi2Llf7WDzNa17Cy7TKnh3cdxDOiyTu6gaLS0eDatg==} dependencies: - '@types/yargs-parser': 21.0.0 - dev: true - - /@typescript-eslint/eslint-plugin@5.40.0(@typescript-eslint/parser@5.40.0)(eslint@7.32.0)(typescript@4.8.4): - resolution: {integrity: sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - '@typescript-eslint/parser': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/parser': 5.40.0(eslint@7.32.0)(typescript@4.8.4) - '@typescript-eslint/scope-manager': 5.40.0 - '@typescript-eslint/type-utils': 5.40.0(eslint@7.32.0)(typescript@4.8.4) - '@typescript-eslint/utils': 5.40.0(eslint@7.32.0)(typescript@4.8.4) - debug: 4.3.4(supports-color@8.1.1) - eslint: 7.32.0 - ignore: 5.2.0 - regexpp: 3.2.0 - semver: 7.3.8 - tsutils: 3.21.0(typescript@4.8.4) - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/eslint-plugin@5.40.0(@typescript-eslint/parser@5.40.0)(eslint@7.32.0)(typescript@4.9.5): - resolution: {integrity: sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - '@typescript-eslint/parser': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/parser': 5.40.0(eslint@7.32.0)(typescript@4.9.5) - '@typescript-eslint/scope-manager': 5.40.0 - '@typescript-eslint/type-utils': 5.40.0(eslint@7.32.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.40.0(eslint@7.32.0)(typescript@4.9.5) - debug: 4.3.4(supports-color@8.1.1) - eslint: 7.32.0 - ignore: 5.2.0 - regexpp: 3.2.0 - semver: 7.3.8 - tsutils: 3.21.0(typescript@4.9.5) - typescript: 4.9.5 - transitivePeerDependencies: - - supports-color + '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/parser@5.40.0(eslint@7.32.0)(typescript@4.8.4): - resolution: {integrity: sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==} + /@typescript-eslint/eslint-plugin@5.40.0(@typescript-eslint/parser@5.40.0)(eslint@7.32.0)(typescript@4.9.5): + resolution: {integrity: sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: + '@typescript-eslint/parser': ^5.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: + '@typescript-eslint/parser': 5.40.0(eslint@7.32.0)(typescript@4.9.5) '@typescript-eslint/scope-manager': 5.40.0 - '@typescript-eslint/types': 5.40.0 - '@typescript-eslint/typescript-estree': 5.40.0(typescript@4.8.4) + '@typescript-eslint/type-utils': 5.40.0(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.40.0(eslint@7.32.0)(typescript@4.9.5) debug: 4.3.4(supports-color@8.1.1) eslint: 7.32.0 - typescript: 4.8.4 + ignore: 5.2.0 + regexpp: 3.2.0 + semver: 7.3.8 + tsutils: 3.21.0(typescript@4.9.5) + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true @@ -3769,26 +3094,6 @@ packages: '@typescript-eslint/visitor-keys': 5.40.0 dev: true - /@typescript-eslint/type-utils@5.40.0(eslint@7.32.0)(typescript@4.8.4): - resolution: {integrity: sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '*' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/typescript-estree': 5.40.0(typescript@4.8.4) - '@typescript-eslint/utils': 5.40.0(eslint@7.32.0)(typescript@4.8.4) - debug: 4.3.4(supports-color@8.1.1) - eslint: 7.32.0 - tsutils: 3.21.0(typescript@4.8.4) - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - /@typescript-eslint/type-utils@5.40.0(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3814,27 +3119,6 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree@5.40.0(typescript@4.8.4): - resolution: {integrity: sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.40.0 - '@typescript-eslint/visitor-keys': 5.40.0 - debug: 4.3.4(supports-color@8.1.1) - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.3.8 - tsutils: 3.21.0(typescript@4.8.4) - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - /@typescript-eslint/typescript-estree@5.40.0(typescript@4.9.5): resolution: {integrity: sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3856,25 +3140,6 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@5.40.0(eslint@7.32.0)(typescript@4.8.4): - resolution: {integrity: sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.40.0 - '@typescript-eslint/types': 5.40.0 - '@typescript-eslint/typescript-estree': 5.40.0(typescript@4.8.4) - eslint: 7.32.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0(eslint@7.32.0) - semver: 7.3.8 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - /@typescript-eslint/utils@5.40.0(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3902,43 +3167,21 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@webassemblyjs/ast@1.11.1: - resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==} - dependencies: - '@webassemblyjs/helper-numbers': 1.11.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.1 - /@webassemblyjs/ast@1.11.6: resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} dependencies: '@webassemblyjs/helper-numbers': 1.11.6 '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - /@webassemblyjs/floating-point-hex-parser@1.11.1: - resolution: {integrity: sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==} - /@webassemblyjs/floating-point-hex-parser@1.11.6: resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} - /@webassemblyjs/helper-api-error@1.11.1: - resolution: {integrity: sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==} - /@webassemblyjs/helper-api-error@1.11.6: resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} - /@webassemblyjs/helper-buffer@1.11.1: - resolution: {integrity: sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==} - /@webassemblyjs/helper-buffer@1.11.6: resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==} - /@webassemblyjs/helper-numbers@1.11.1: - resolution: {integrity: sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==} - dependencies: - '@webassemblyjs/floating-point-hex-parser': 1.11.1 - '@webassemblyjs/helper-api-error': 1.11.1 - '@xtuc/long': 4.2.2 - /@webassemblyjs/helper-numbers@1.11.6: resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} dependencies: @@ -3946,20 +3189,9 @@ packages: '@webassemblyjs/helper-api-error': 1.11.6 '@xtuc/long': 4.2.2 - /@webassemblyjs/helper-wasm-bytecode@1.11.1: - resolution: {integrity: sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==} - /@webassemblyjs/helper-wasm-bytecode@1.11.6: resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} - /@webassemblyjs/helper-wasm-section@1.11.1: - resolution: {integrity: sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==} - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/helper-buffer': 1.11.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.1 - '@webassemblyjs/wasm-gen': 1.11.1 - /@webassemblyjs/helper-wasm-section@1.11.6: resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==} dependencies: @@ -3968,44 +3200,19 @@ packages: '@webassemblyjs/helper-wasm-bytecode': 1.11.6 '@webassemblyjs/wasm-gen': 1.11.6 - /@webassemblyjs/ieee754@1.11.1: - resolution: {integrity: sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==} - dependencies: - '@xtuc/ieee754': 1.2.0 - /@webassemblyjs/ieee754@1.11.6: resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} dependencies: '@xtuc/ieee754': 1.2.0 - /@webassemblyjs/leb128@1.11.1: - resolution: {integrity: sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==} - dependencies: - '@xtuc/long': 4.2.2 - /@webassemblyjs/leb128@1.11.6: resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} dependencies: '@xtuc/long': 4.2.2 - /@webassemblyjs/utf8@1.11.1: - resolution: {integrity: sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==} - /@webassemblyjs/utf8@1.11.6: resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} - /@webassemblyjs/wasm-edit@1.11.1: - resolution: {integrity: sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==} - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/helper-buffer': 1.11.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.1 - '@webassemblyjs/helper-wasm-section': 1.11.1 - '@webassemblyjs/wasm-gen': 1.11.1 - '@webassemblyjs/wasm-opt': 1.11.1 - '@webassemblyjs/wasm-parser': 1.11.1 - '@webassemblyjs/wast-printer': 1.11.1 - /@webassemblyjs/wasm-edit@1.11.6: resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==} dependencies: @@ -4018,15 +3225,6 @@ packages: '@webassemblyjs/wasm-parser': 1.11.6 '@webassemblyjs/wast-printer': 1.11.6 - /@webassemblyjs/wasm-gen@1.11.1: - resolution: {integrity: sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==} - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.1 - '@webassemblyjs/ieee754': 1.11.1 - '@webassemblyjs/leb128': 1.11.1 - '@webassemblyjs/utf8': 1.11.1 - /@webassemblyjs/wasm-gen@1.11.6: resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==} dependencies: @@ -4036,14 +3234,6 @@ packages: '@webassemblyjs/leb128': 1.11.6 '@webassemblyjs/utf8': 1.11.6 - /@webassemblyjs/wasm-opt@1.11.1: - resolution: {integrity: sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==} - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/helper-buffer': 1.11.1 - '@webassemblyjs/wasm-gen': 1.11.1 - '@webassemblyjs/wasm-parser': 1.11.1 - /@webassemblyjs/wasm-opt@1.11.6: resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==} dependencies: @@ -4052,16 +3242,6 @@ packages: '@webassemblyjs/wasm-gen': 1.11.6 '@webassemblyjs/wasm-parser': 1.11.6 - /@webassemblyjs/wasm-parser@1.11.1: - resolution: {integrity: sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==} - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/helper-api-error': 1.11.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.1 - '@webassemblyjs/ieee754': 1.11.1 - '@webassemblyjs/leb128': 1.11.1 - '@webassemblyjs/utf8': 1.11.1 - /@webassemblyjs/wasm-parser@1.11.6: resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==} dependencies: @@ -4072,12 +3252,6 @@ packages: '@webassemblyjs/leb128': 1.11.6 '@webassemblyjs/utf8': 1.11.6 - /@webassemblyjs/wast-printer@1.11.1: - resolution: {integrity: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==} - dependencies: - '@webassemblyjs/ast': 1.11.1 - '@xtuc/long': 4.2.2 - /@webassemblyjs/wast-printer@1.11.6: resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==} dependencies: @@ -4134,13 +3308,6 @@ packages: acorn-walk: 7.2.0 dev: true - /acorn-import-assertions@1.8.0(acorn@8.8.0): - resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} - peerDependencies: - acorn: ^8 - dependencies: - acorn: 8.8.0 - /acorn-import-assertions@1.9.0(acorn@8.8.0): resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} peerDependencies: @@ -4528,13 +3695,13 @@ packages: peerDependencies: eslint: '>= 4.12.1' dependencies: - '@babel/code-frame': 7.18.6 - '@babel/parser': 7.19.4 - '@babel/traverse': 7.19.4 + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@8.1.1) '@babel/types': 7.22.5 eslint: 7.32.0 eslint-visitor-keys: 1.3.0 - resolve: 1.22.1 + resolve: 1.22.2 transitivePeerDependencies: - supports-color dev: true @@ -4652,28 +3819,10 @@ packages: engines: {node: '>= 12.*'} dev: true - /babel-import-util@1.2.2: - resolution: {integrity: sha512-8HgkHWt5WawRFukO30TuaL9EiDUOdvyKtDwLma4uBNeUSDbOO0/hiPfavrOWxSS6J6TKXfukWHZ3wiqZhJ8ONQ==} - engines: {node: '>= 12.*'} - /babel-import-util@1.3.0: resolution: {integrity: sha512-PPzUT17eAI18zn6ek1R3sB4Krc/MbnmT1MkZQFmyhjoaEGBVwNABhfVU9+EKcDSKrrOm9OIpGhjxukx1GCiy1g==} engines: {node: '>= 12.*'} - /babel-loader@8.2.5(@babel/core@7.22.5)(webpack@5.74.0): - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} - engines: {node: '>= 8.9'} - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - dependencies: - '@babel/core': 7.22.5(supports-color@8.1.1) - find-cache-dir: 3.3.2 - loader-utils: 2.0.2 - make-dir: 3.1.0 - schema-utils: 2.7.1 - webpack: 5.74.0 - /babel-loader@8.2.5(@babel/core@7.22.5)(webpack@5.85.0): resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} @@ -4700,15 +3849,6 @@ packages: babel-runtime: 6.26.0 dev: true - /babel-plugin-debug-macros@0.2.0(@babel/core@7.21.0): - resolution: {integrity: sha512-Wpmw4TbhR3Eq2t3W51eBAQSdKlr+uAyF0GI4GtPfMCD12Y4cIdpKC9l0RjNTH/P9isFypSqqewMPm7//fnZlNA==} - engines: {node: '>=4'} - peerDependencies: - '@babel/core': ^7.0.0-beta.42 - dependencies: - '@babel/core': 7.21.0 - semver: 5.7.1 - /babel-plugin-debug-macros@0.2.0(@babel/core@7.22.5): resolution: {integrity: sha512-Wpmw4TbhR3Eq2t3W51eBAQSdKlr+uAyF0GI4GtPfMCD12Y4cIdpKC9l0RjNTH/P9isFypSqqewMPm7//fnZlNA==} engines: {node: '>=4'} @@ -4718,15 +3858,6 @@ packages: '@babel/core': 7.22.5(supports-color@8.1.1) semver: 5.7.1 - /babel-plugin-debug-macros@0.3.4(@babel/core@7.21.0): - resolution: {integrity: sha512-wfel/vb3pXfwIDZUrkoDrn5FHmlWI96PCJ3UCDv2a86poJ3EQrnArNW5KfHSVJ9IOgxHbo748cQt7sDU+0KCEw==} - engines: {node: '>=6'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.21.0 - semver: 5.7.1 - /babel-plugin-debug-macros@0.3.4(@babel/core@7.22.5): resolution: {integrity: sha512-wfel/vb3pXfwIDZUrkoDrn5FHmlWI96PCJ3UCDv2a86poJ3EQrnArNW5KfHSVJ9IOgxHbo748cQt7sDU+0KCEw==} engines: {node: '>=6'} @@ -4763,13 +3894,6 @@ packages: string.prototype.matchall: 4.0.7 dev: true - /babel-plugin-ember-template-compilation@2.0.0: - resolution: {integrity: sha512-d+4jaB2ik0rt9TH0K9kOlKJeRBHEb373FgFMcU9ZaJL2zYuVXe19bqy+cWlLpLf1tpOBcBG9QTlFBCoImlOt1g==} - engines: {node: '>= 12.*'} - dependencies: - babel-import-util: 1.3.0 - dev: true - /babel-plugin-ember-template-compilation@2.0.3: resolution: {integrity: sha512-SIetZD/uCLnzIBTJtzYGc2Q55TPqM5WyjuOgW+Is1W3SZVljlY3JD5Add29hDMs//OvXBWoXfOopQxkfG4/pIA==} engines: {node: '>= 12.*'} @@ -5799,9 +4923,9 @@ packages: matcher-collection: 2.0.1 source-map-url: 0.4.1 symlink-or-copy: 1.3.1 - terser: 5.15.1 + terser: 5.17.6 walk-sync: 2.2.0 - workerpool: 6.2.1 + workerpool: 6.4.0 transitivePeerDependencies: - supports-color dev: true @@ -6076,10 +5200,6 @@ packages: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} - /ci-info@3.5.0: - resolution: {integrity: sha512-yH4RezKOGlOhxkmhbeNuC4eYZKAUsEaGtBuBzDDP1eFUKiccDWzBABxBfOx31IDwDIXMTxWuwAxUGModvkbuVw==} - dev: true - /ci-info@3.8.0: resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} engines: {node: '>=8'} @@ -6283,14 +5403,14 @@ packages: /commondir@1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} - /compatfactory@1.0.1(typescript@4.8.4): + /compatfactory@1.0.1(typescript@4.9.5): resolution: {integrity: sha512-hR9u0HSZTKDNNchPtMHg6myeNx0XO+av7UZIJPsi4rPALJBHi/W5Mbwi19hC/xm6y3JkYpxVYjTqnSGsU5X/iw==} engines: {node: '>=14.9.0'} peerDependencies: typescript: '>=3.x || >= 4.x' dependencies: helpertypes: 0.0.18 - typescript: 4.8.4 + typescript: 4.9.5 dev: true /component-emitter@1.3.0: @@ -6320,7 +5440,7 @@ packages: dev: true /concat-map@0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} /concurrently@7.4.0: resolution: {integrity: sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==} @@ -6328,14 +5448,14 @@ packages: hasBin: true dependencies: chalk: 4.1.2 - date-fns: 2.29.3 + date-fns: 2.30.0 lodash: 4.17.21 - rxjs: 7.5.7 - shell-quote: 1.7.4 + rxjs: 7.8.1 + shell-quote: 1.8.1 spawn-command: 0.0.2-1 supports-color: 8.1.1 tree-kill: 1.2.2 - yargs: 17.6.0 + yargs: 17.7.2 dev: false /concurrently@8.2.0: @@ -6396,6 +5516,7 @@ packages: /consolidate@0.16.0(mustache@4.2.0): resolution: {integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ==} engines: {node: '>= 0.10.0'} + deprecated: Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog peerDependencies: arc-templates: ^0.5.3 atpl: '>=0.7.6' @@ -6671,24 +5792,6 @@ packages: engines: {node: '>=8'} dev: true - /css-loader@5.2.7(webpack@5.74.0): - 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.23) - loader-utils: 2.0.2 - postcss: 8.4.23 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.23) - postcss-modules-local-by-default: 4.0.0(postcss@8.4.23) - postcss-modules-scope: 3.0.0(postcss@8.4.23) - postcss-modules-values: 4.0.0(postcss@8.4.23) - postcss-value-parser: 4.2.0 - schema-utils: 3.1.2 - semver: 7.3.8 - webpack: 5.74.0 - /css-loader@5.2.7(webpack@5.85.0): resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} engines: {node: '>= 10.13.0'} @@ -6789,16 +5892,11 @@ packages: resolution: {integrity: sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==} dev: true - /date-fns@2.29.3: - resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==} - engines: {node: '>=0.11'} - /date-fns@2.30.0: resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} dependencies: '@babel/runtime': 7.21.5 - dev: true /date-time@2.1.0: resolution: {integrity: sha512-/9+C44X7lot0IeiyfgJmETtRMhBidBYM2QFFIkGa0U1k+hSyY87Nw7PY3eDqpvCBm7I3WCSfPeZskW/YYq6m4g==} @@ -7054,45 +6152,6 @@ packages: /electron-to-chromium@1.4.281: resolution: {integrity: sha512-yer0w5wCYdFoZytfmbNhwiGI/3cW06+RV7E23ln4490DVMxs7PvYpbsrSmAiBn/V6gode8wvJlST2YfWgvzWIg==} - /ember-auto-import@2.6.3(webpack@5.74.0): - resolution: {integrity: sha512-uLhrRDJYWCRvQ4JQ1e64XlSrqAKSd6PXaJ9ZsZI6Tlms9T4DtQFxNXasqji2ZRJBVrxEoLCRYX3RTldsQ0vNGQ==} - engines: {node: 12.* || 14.* || >= 16} - dependencies: - '@babel/core': 7.22.5(supports-color@8.1.1) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) - '@babel/plugin-proposal-decorators': 7.19.3(@babel/core@7.22.5) - '@babel/preset-env': 7.19.4(@babel/core@7.22.5) - '@embroider/macros': 1.10.0 - '@embroider/shared-internals': 2.0.0 - babel-loader: 8.2.5(@babel/core@7.22.5)(webpack@5.74.0) - babel-plugin-ember-modules-api-polyfill: 3.5.0 - babel-plugin-ember-template-compilation: 2.0.3 - 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.74.0) - debug: 4.3.4(supports-color@8.1.1) - fs-extra: 10.1.0 - 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.1(webpack@5.74.0) - parse5: 6.0.1 - resolve: 1.22.2 - resolve-package-path: 4.0.3 - semver: 7.3.8 - style-loader: 2.0.0(webpack@5.74.0) - typescript-memoize: 1.1.1 - walk-sync: 3.0.0 - transitivePeerDependencies: - - supports-color - - webpack - /ember-auto-import@2.6.3(webpack@5.85.0): resolution: {integrity: sha512-uLhrRDJYWCRvQ4JQ1e64XlSrqAKSd6PXaJ9ZsZI6Tlms9T4DtQFxNXasqji2ZRJBVrxEoLCRYX3RTldsQ0vNGQ==} engines: {node: 12.* || 14.* || >= 16} @@ -7122,7 +6181,7 @@ packages: lodash: 4.17.21 mini-css-extract-plugin: 2.6.1(webpack@5.85.0) parse5: 6.0.1 - resolve: 1.22.1 + resolve: 1.22.2 resolve-package-path: 4.0.3 semver: 7.3.8 style-loader: 2.0.0(webpack@5.85.0) @@ -7154,12 +6213,12 @@ packages: engines: {node: 6.* || 8.* || >= 10.*} dependencies: '@babel/core': 7.22.5(supports-color@8.1.1) - '@babel/helper-compilation-targets': 7.19.3(@babel/core@7.22.5) + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) '@babel/plugin-proposal-decorators': 7.19.3(@babel/core@7.22.5) '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.22.5) '@babel/plugin-proposal-private-property-in-object': 7.18.6(@babel/core@7.22.5) - '@babel/plugin-transform-modules-amd': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.22.5) '@babel/plugin-transform-runtime': 7.19.1(@babel/core@7.22.5) '@babel/plugin-transform-typescript': 7.19.3(@babel/core@7.22.5) '@babel/polyfill': 7.12.1 @@ -7205,34 +6264,12 @@ packages: /ember-cli-get-component-path-option@1.0.0: resolution: {integrity: sha512-k47TDwcJ2zPideBCZE8sCiShSxQSpebY2BHcX2DdipMmBox5gsfyVrbKJWIHeSTTKyEUgmBIvQkqTOozEziCZA==} - /ember-cli-htmlbars@6.1.1: - resolution: {integrity: sha512-DKf2rjzIVw9zWCuFsBGJScrgf5Mz7dSg08Cq+FWFYIxnpssINUbNUoB0NHWnUJK4QqCvaExOyOmjm0kO455CPg==} - engines: {node: 12.* || 14.* || >= 16} - dependencies: - '@ember/edition-utils': 1.2.0 - 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.3 - broccoli-plugin: 4.0.7 - ember-cli-version-checker: 5.1.2 - fs-tree-diff: 2.0.1 - hash-for-dep: 1.5.1 - heimdalljs-logger: 0.1.10 - js-string-escape: 1.0.1 - semver: 7.3.8 - silent-error: 1.1.1 - walk-sync: 2.2.0 - transitivePeerDependencies: - - supports-color - dev: true - /ember-cli-htmlbars@6.2.0: resolution: {integrity: sha512-j5EGixjGau23HrqRiW/JjoAovg5UBHfjbyN7wX5ekE90knIEqUUj1z/Mo/cTx/J2VepQ2lE6HdXW9LWQ/WdMtw==} engines: {node: 12.* || 14.* || >= 16} dependencies: '@ember/edition-utils': 1.2.0 - babel-plugin-ember-template-compilation: 2.0.0 + babel-plugin-ember-template-compilation: 2.0.3 babel-plugin-htmlbars-inline-precompile: 5.3.1 broccoli-debug: 0.6.5 broccoli-persistent-filter: 3.1.3 @@ -7345,25 +6382,6 @@ packages: - supports-color dev: true - /ember-cli-typescript@3.0.0(@babel/core@7.21.0): - resolution: {integrity: sha512-lo5YArbJzJi5ssvaGqTt6+FnhTALnSvYVuxM7lfyL1UCMudyNJ94ovH5C7n5il7ATd6WsNiAPRUO/v+s5Jq/aA==} - engines: {node: 8.* || >= 10.*} - dependencies: - '@babel/plugin-transform-typescript': 7.5.5(@babel/core@7.21.0) - ansi-to-html: 0.6.15 - debug: 4.3.4(supports-color@8.1.1) - ember-cli-babel-plugin-helpers: 1.1.1 - execa: 2.1.0 - fs-extra: 8.1.0 - resolve: 1.22.2 - rsvp: 4.8.5 - semver: 6.3.0 - stagehand: 1.0.0 - walk-sync: 2.2.0 - transitivePeerDependencies: - - '@babel/core' - - supports-color - /ember-cli-typescript@3.0.0(@babel/core@7.22.5): resolution: {integrity: sha512-lo5YArbJzJi5ssvaGqTt6+FnhTALnSvYVuxM7lfyL1UCMudyNJ94ovH5C7n5il7ATd6WsNiAPRUO/v+s5Jq/aA==} engines: {node: 8.* || >= 10.*} @@ -7526,7 +6544,7 @@ packages: promise.hash.helper: 1.0.8 quick-temp: 0.1.8 remove-types: 1.0.0 - resolve: 1.22.1 + resolve: 1.22.2 resolve-package-path: 4.0.3 safe-stable-stringify: 2.4.3 sane: 5.0.1 @@ -7595,25 +6613,12 @@ packages: - twig - twing - underscore - - utf-8-validate - - vash - - velocityjs - - walrus - - whiskers - dev: true - - /ember-compatibility-helpers@1.2.6(@babel/core@7.21.0): - resolution: {integrity: sha512-2UBUa5SAuPg8/kRVaiOfTwlXdeVweal1zdNPibwItrhR0IvPrXpaqwJDlEZnWKEoB+h33V0JIfiWleSG6hGkkA==} - engines: {node: 10.* || >= 12.*} - dependencies: - babel-plugin-debug-macros: 0.2.0(@babel/core@7.21.0) - ember-cli-version-checker: 5.1.2 - find-up: 5.0.0 - fs-extra: 9.1.0 - semver: 5.7.1 - transitivePeerDependencies: - - '@babel/core' - - supports-color + - utf-8-validate + - vash + - velocityjs + - walrus + - whiskers + dev: true /ember-compatibility-helpers@1.2.6(@babel/core@7.22.5): resolution: {integrity: sha512-2UBUa5SAuPg8/kRVaiOfTwlXdeVweal1zdNPibwItrhR0IvPrXpaqwJDlEZnWKEoB+h33V0JIfiWleSG6hGkkA==} @@ -7663,20 +6668,6 @@ packages: - supports-color dev: true - /ember-functions-as-helper-polyfill@2.1.1(ember-source@4.12.0): - 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.1.1 - ember-cli-version-checker: 5.1.2 - ember-source: 4.12.0(@babel/core@7.21.0)(@glimmer/component@1.1.2)(webpack@5.74.0) - transitivePeerDependencies: - - supports-color - dev: false - /ember-functions-as-helper-polyfill@2.1.1(ember-source@4.12.3): resolution: {integrity: sha512-vZ2w9G/foohwtPm99Jos1m6bhlXyyyiJ4vhLbxyjWB4wh7bcpRzXPgCewDRrwefZQ2BwtHg3c9zvVMlI0g+o2Q==} engines: {node: '>= 14.0.0'} @@ -7702,20 +6693,6 @@ packages: - supports-color dev: true - /ember-modifier@3.2.7(@babel/core@7.21.0): - resolution: {integrity: sha512-ezcPQhH8jUfcJQbbHji4/ZG/h0yyj1jRDknfYue/ypQS8fM8LrGcCMo0rjDZLzL1Vd11InjNs3BD7BdxFlzGoA==} - engines: {node: 12.* || >= 14} - dependencies: - ember-cli-babel: 7.26.11 - ember-cli-normalize-entity-name: 1.0.0 - ember-cli-string-utils: 1.1.0 - ember-cli-typescript: 5.1.1 - ember-compatibility-helpers: 1.2.6(@babel/core@7.21.0) - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - /ember-modifier@3.2.7(@babel/core@7.22.5): resolution: {integrity: sha512-ezcPQhH8jUfcJQbbHji4/ZG/h0yyj1jRDknfYue/ypQS8fM8LrGcCMo0rjDZLzL1Vd11InjNs3BD7BdxFlzGoA==} engines: {node: 12.* || >= 14} @@ -7801,44 +6778,6 @@ packages: - encoding dev: true - /ember-source@4.12.0(@babel/core@7.21.0)(@glimmer/component@1.1.2)(webpack@5.74.0): - resolution: {integrity: sha512-h0lV902A4Mny2eiqXPy15uXXoCc7BnUegE4axLAy4IoxEkJ1o5h0aLJFiB4Tzb1htx8vgHjJz//Y5Jig7NSDTw==} - engines: {node: '>= 14.*'} - peerDependencies: - '@glimmer/component': ^1.1.2 - dependencies: - '@babel/helper-module-imports': 7.21.4 - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.0) - '@ember/edition-utils': 1.2.0 - '@glimmer/component': 1.1.2(@babel/core@7.21.0) - '@glimmer/vm-babel-plugins': 0.84.2(@babel/core@7.21.0) - babel-plugin-debug-macros: 0.3.4(@babel/core@7.21.0) - babel-plugin-filter-imports: 4.0.0 - broccoli-concat: 4.2.5 - broccoli-debug: 0.6.5 - broccoli-file-creator: 2.1.1 - broccoli-funnel: 3.0.8 - broccoli-merge-trees: 4.2.0 - chalk: 4.1.2 - ember-auto-import: 2.6.3(webpack@5.74.0) - ember-cli-babel: 7.26.11 - ember-cli-get-component-path-option: 1.0.0 - ember-cli-is-package-missing: 1.0.0 - ember-cli-normalize-entity-name: 1.0.0 - ember-cli-path-utils: 1.0.0 - ember-cli-string-utils: 1.1.0 - ember-cli-typescript-blueprint-polyfill: 0.1.0 - ember-cli-version-checker: 5.1.2 - ember-router-generator: 2.0.0 - inflection: 1.13.4 - resolve: 1.22.1 - semver: 7.3.8 - silent-error: 1.1.1 - transitivePeerDependencies: - - '@babel/core' - - supports-color - - webpack - /ember-source@4.12.3(@babel/core@7.22.5)(@glimmer/component@1.1.2)(webpack@5.85.0): resolution: {integrity: sha512-UuFpMWf931pEWBPuujkaMYhsoPvFyZc+tMYjlUn7um20uL+hWs+k2n/TxMVuxydSzJLnxrXz81nTwbYIlgRWdw==} engines: {node: '>= 14.*'} @@ -7878,46 +6817,6 @@ packages: - supports-color - webpack - /ember-template-imports@3.1.2(ember-cli-htmlbars@6.1.1): - resolution: {integrity: sha512-8ocUuIxXeY7S5FQQf9hcLBCyGKNvSxXz9cV/dkUUMvGcnfh8NblrglqPggXmCbBcv4eDAoEzDmOfiGccD5kEJQ==} - engines: {node: 12.* || >= 14} - peerDependencies: - ember-cli-htmlbars: ^6.0.0 - dependencies: - babel-import-util: 0.2.0 - broccoli-stew: 3.0.0 - ember-cli-babel-plugin-helpers: 1.1.1 - ember-cli-htmlbars: 6.1.1 - ember-cli-version-checker: 5.1.2 - line-column: 1.0.2 - magic-string: 0.25.9 - parse-static-imports: 1.1.0 - string.prototype.matchall: 4.0.7 - validate-peer-dependencies: 1.2.0 - transitivePeerDependencies: - - supports-color - dev: true - - /ember-template-imports@3.1.2(ember-cli-htmlbars@6.2.0): - resolution: {integrity: sha512-8ocUuIxXeY7S5FQQf9hcLBCyGKNvSxXz9cV/dkUUMvGcnfh8NblrglqPggXmCbBcv4eDAoEzDmOfiGccD5kEJQ==} - engines: {node: 12.* || >= 14} - peerDependencies: - ember-cli-htmlbars: ^6.0.0 - dependencies: - babel-import-util: 0.2.0 - broccoli-stew: 3.0.0 - ember-cli-babel-plugin-helpers: 1.1.1 - ember-cli-htmlbars: 6.2.0 - ember-cli-version-checker: 5.1.2 - line-column: 1.0.2 - magic-string: 0.25.9 - parse-static-imports: 1.1.0 - string.prototype.matchall: 4.0.7 - validate-peer-dependencies: 1.2.0 - transitivePeerDependencies: - - supports-color - dev: true - /ember-template-imports@3.4.2: resolution: {integrity: sha512-OS8TUVG2kQYYwP3netunLVfeijPoOKIs1SvPQRTNOQX4Pu8xGGBEZmrv0U1YTnQn12Eg+p6w/0UdGbUnITjyzw==} engines: {node: 12.* || >= 14} @@ -7935,34 +6834,7 @@ packages: - supports-color dev: true - /ember-template-lint@4.15.0(ember-cli-htmlbars@6.1.1): - resolution: {integrity: sha512-+43ka0qcVzA7KUbUby7VJHm/KoKkSQCbEYWdjiKlDaYNEYxjNMOFdPo3AcGJ50RxTx55A74p0RDYdTTxJV7u+A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true - dependencies: - '@lint-todo/utils': 13.0.3 - aria-query: 5.0.2 - chalk: 4.1.2 - ci-info: 3.5.0 - date-fns: 2.29.3 - ember-template-imports: 3.1.2(ember-cli-htmlbars@6.1.1) - ember-template-recast: 6.1.3 - find-up: 6.3.0 - fuse.js: 6.6.2 - get-stdin: 9.0.0 - globby: 13.1.2 - is-glob: 4.0.3 - language-tags: 1.0.5 - micromatch: 4.0.5 - resolve: 1.22.1 - v8-compile-cache: 2.3.0 - yargs: 17.6.0 - transitivePeerDependencies: - - ember-cli-htmlbars - - supports-color - dev: true - - /ember-template-lint@4.15.0(ember-cli-htmlbars@6.2.0): + /ember-template-lint@4.15.0: resolution: {integrity: sha512-+43ka0qcVzA7KUbUby7VJHm/KoKkSQCbEYWdjiKlDaYNEYxjNMOFdPo3AcGJ50RxTx55A74p0RDYdTTxJV7u+A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true @@ -7970,9 +6842,9 @@ packages: '@lint-todo/utils': 13.0.3 aria-query: 5.0.2 chalk: 4.1.2 - ci-info: 3.5.0 - date-fns: 2.29.3 - ember-template-imports: 3.1.2(ember-cli-htmlbars@6.2.0) + ci-info: 3.8.0 + date-fns: 2.30.0 + ember-template-imports: 3.4.2 ember-template-recast: 6.1.3 find-up: 6.3.0 fuse.js: 6.6.2 @@ -7981,11 +6853,10 @@ packages: is-glob: 4.0.3 language-tags: 1.0.5 micromatch: 4.0.5 - resolve: 1.22.1 + resolve: 1.22.2 v8-compile-cache: 2.3.0 - yargs: 17.6.0 + yargs: 17.7.2 transitivePeerDependencies: - - ember-cli-htmlbars - supports-color dev: true @@ -8033,7 +6904,7 @@ packages: ember-try-config: 4.0.0 execa: 4.1.0 fs-extra: 9.1.0 - resolve: 1.22.1 + resolve: 1.22.2 rimraf: 3.0.2 walk-sync: 2.2.0 transitivePeerDependencies: @@ -8090,13 +6961,6 @@ packages: - utf-8-validate dev: true - /enhanced-resolve@5.10.0: - resolution: {integrity: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==} - engines: {node: '>=10.13.0'} - dependencies: - graceful-fs: 4.2.10 - tapable: 2.2.1 - /enhanced-resolve@5.14.1: resolution: {integrity: sha512-Vklwq2vDKtl0y/vtwjSesgJ5MYS7Etuk5txS8VdKL4AOS1aUlD96zqIfsOSLQsdv3xgMRbtkWM8eG9XDfKUPow==} engines: {node: '>=10.13.0'} @@ -8168,9 +7032,6 @@ packages: string.prototype.trimstart: 1.0.5 unbox-primitive: 1.0.2 - /es-module-lexer@0.9.3: - resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} - /es-module-lexer@1.2.1: resolution: {integrity: sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==} @@ -8257,7 +7118,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.40.0(eslint@7.32.0)(typescript@4.8.4) + '@typescript-eslint/parser': 5.40.0(eslint@7.32.0)(typescript@4.9.5) debug: 3.2.7 eslint: 7.32.0 eslint-import-resolver-node: 0.3.6 @@ -8275,9 +7136,9 @@ packages: '@babel/eslint-parser': optional: true dependencies: - '@babel/core': 7.21.0 - '@babel/eslint-parser': 7.22.7(@babel/core@7.21.0)(eslint@7.32.0) - '@babel/plugin-proposal-decorators': 7.19.3(@babel/core@7.21.0) + '@babel/core': 7.22.5(supports-color@8.1.1) + '@babel/eslint-parser': 7.22.7(@babel/core@7.22.5)(eslint@7.32.0) + '@babel/plugin-proposal-decorators': 7.19.3(@babel/core@7.22.5) '@ember-data/rfc395-data': 0.0.4 ember-rfc176-data: 0.3.17 eslint: 7.32.0 @@ -8324,7 +7185,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.40.0(eslint@7.32.0)(typescript@4.8.4) + '@typescript-eslint/parser': 5.40.0(eslint@7.32.0)(typescript@4.9.5) array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9(supports-color@8.1.1) @@ -8333,11 +7194,11 @@ packages: eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.40.0)(eslint-import-resolver-node@0.3.6)(eslint@7.32.0) has: 1.0.3 - is-core-module: 2.10.0 + is-core-module: 2.12.1 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.5 - resolve: 1.22.1 + resolve: 1.22.2 tsconfig-paths: 3.14.1 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -8364,7 +7225,7 @@ packages: eslint-utils: 2.1.0 ignore: 5.2.0 minimatch: 3.1.2 - resolve: 1.22.1 + resolve: 1.22.2 semver: 6.3.0 dev: true @@ -9893,7 +8754,7 @@ packages: mute-stream: 0.0.8 ora: 5.4.1 run-async: 2.4.1 - rxjs: 7.5.7 + rxjs: 7.8.1 string-width: 4.2.3 strip-ansi: 6.0.1 through: 2.3.8 @@ -9976,12 +8837,6 @@ packages: ci-info: 3.8.0 dev: true - /is-core-module@2.10.0: - resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==} - dependencies: - has: 1.0.3 - dev: true - /is-core-module@2.12.1: resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} dependencies: @@ -11054,15 +9909,6 @@ packages: engines: {node: '>=4'} dev: true - /mini-css-extract-plugin@2.6.1(webpack@5.74.0): - resolution: {integrity: sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - dependencies: - schema-utils: 4.0.0 - webpack: 5.74.0 - /mini-css-extract-plugin@2.6.1(webpack@5.85.0): resolution: {integrity: sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==} engines: {node: '>= 12.13.0'} @@ -11332,7 +10178,7 @@ packages: minimatch: 3.1.2 pidtree: 0.3.1 read-pkg: 3.0.0 - shell-quote: 1.7.4 + shell-quote: 1.8.1 string.prototype.padend: 3.1.3 dev: true @@ -12277,9 +11123,6 @@ packages: resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} dev: true - /regenerator-runtime@0.13.10: - resolution: {integrity: sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==} - /regenerator-runtime@0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} @@ -12488,14 +11331,6 @@ packages: deprecated: https://github.com/lydell/resolve-url#deprecated dev: true - /resolve@1.22.1: - resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} - hasBin: true - dependencies: - is-core-module: 2.12.1 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - /resolve@1.22.2: resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} hasBin: true @@ -12587,7 +11422,7 @@ packages: del: 5.1.0 dev: true - /rollup-plugin-ts@3.0.2(@babel/core@7.21.0)(@babel/preset-typescript@7.18.6)(@babel/runtime@7.19.4)(rollup@2.79.1)(typescript@4.8.4): + /rollup-plugin-ts@3.0.2(@babel/core@7.22.5)(@babel/preset-typescript@7.18.6)(@babel/runtime@7.19.4)(rollup@2.79.1)(typescript@4.9.5): resolution: {integrity: sha512-67qi2QTHewhLyKDG6fX3jpohWpmUPPIT/xJ7rsYK46X6MqmoWy64Ti0y8ygPfLv8mXDCdRZUofM3mTxDfCswRA==} engines: {node: '>=14.9.0', npm: '>=7.0.0', pnpm: '>=3.2.0', yarn: '>=1.13'} peerDependencies: @@ -12616,21 +11451,21 @@ packages: '@swc/helpers': optional: true dependencies: - '@babel/core': 7.21.0 - '@babel/preset-typescript': 7.18.6(@babel/core@7.21.0) + '@babel/core': 7.22.5(supports-color@8.1.1) + '@babel/preset-typescript': 7.18.6(@babel/core@7.22.5) '@babel/runtime': 7.19.4 '@rollup/pluginutils': 4.2.1 '@wessberg/stringutil': 1.0.19 ansi-colors: 4.1.3 browserslist: 4.21.4 browserslist-generator: 1.0.66 - compatfactory: 1.0.1(typescript@4.8.4) + compatfactory: 1.0.1(typescript@4.9.5) crosspath: 2.0.0 magic-string: 0.26.7 rollup: 2.79.1 - ts-clone-node: 1.0.0(typescript@4.8.4) + ts-clone-node: 1.0.0(typescript@4.9.5) tslib: 2.4.0 - typescript: 4.8.4 + typescript: 4.9.5 dev: true /rollup-pluginutils@2.8.2: @@ -12693,16 +11528,10 @@ packages: tslib: 1.14.1 dev: true - /rxjs@7.5.7: - resolution: {integrity: sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==} - dependencies: - tslib: 2.4.0 - /rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: tslib: 2.4.0 - dev: true /safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} @@ -12787,14 +11616,6 @@ packages: ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) - /schema-utils@3.1.1: - resolution: {integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==} - engines: {node: '>= 10.13.0'} - dependencies: - '@types/json-schema': 7.0.11 - ajv: 6.12.6 - ajv-keywords: 3.5.2(ajv@6.12.6) - /schema-utils@3.1.2: resolution: {integrity: sha512-pvjEHOgWc9OWA/f/DE3ohBWTD6EleVLf7iFUkoSwAxttdBhB9QUebQgxER2kWueOvRJXPHNnyrvvh9eZINB8Eg==} engines: {node: '>= 10.13.0'} @@ -12909,12 +11730,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - /shell-quote@1.7.4: - resolution: {integrity: sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==} - /shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - dev: true /shellwords@0.1.1: resolution: {integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==} @@ -13116,6 +11933,7 @@ packages: /sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} + deprecated: Please use @jridgewell/sourcemap-codec instead /sourcemap-validator@1.1.1: resolution: {integrity: sha512-pq6y03Vs6HUaKo9bE0aLoksAcpeOo9HZd7I8pI6O480W/zxNZ9U32GfzgtPP0Pgc/K1JHna569nAbOk3X8/Qtw==} @@ -13345,16 +12163,6 @@ packages: engines: {node: '>=8'} dev: true - /style-loader@2.0.0(webpack@5.74.0): - 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.2 - webpack: 5.74.0 - /style-loader@2.0.0(webpack@5.85.0): resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} engines: {node: '>= 10.13.0'} @@ -13516,29 +12324,6 @@ packages: engines: {node: '>=8'} dev: true - /terser-webpack-plugin@5.3.6(webpack@5.74.0): - resolution: {integrity: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==} - 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: - '@jridgewell/trace-mapping': 0.3.17 - jest-worker: 27.5.1 - schema-utils: 3.1.2 - serialize-javascript: 6.0.1 - terser: 5.17.6 - webpack: 5.74.0 - /terser-webpack-plugin@5.3.9(webpack@5.85.0): resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} engines: {node: '>= 10.13.0'} @@ -13562,17 +12347,6 @@ packages: terser: 5.17.6 webpack: 5.85.0 - /terser@5.15.1: - resolution: {integrity: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==} - engines: {node: '>=10'} - hasBin: true - dependencies: - '@jridgewell/source-map': 0.3.2 - acorn: 8.8.0 - commander: 2.20.3 - source-map-support: 0.5.21 - dev: true - /terser@5.17.6: resolution: {integrity: sha512-V8QHcs8YuyLkLHsJO5ucyff1ykrLVsR4dNnS//L5Y3NiSXpbK1J+WMVUs67eI0KTxs9JtHhgEQpXQVHlHI92DQ==} engines: {node: '>=10'} @@ -13882,14 +12656,14 @@ packages: engines: {node: '>=8'} dev: true - /ts-clone-node@1.0.0(typescript@4.8.4): + /ts-clone-node@1.0.0(typescript@4.9.5): resolution: {integrity: sha512-/cDYbr2HAXxFNeTT41c/xs/2bhLJjqnYheHsmA3AoHSt+n4JA4t0FL9Lk5O8kWnJ6jeB3kPcUoXIFtwERNzv6Q==} engines: {node: '>=14.9.0'} peerDependencies: typescript: ^3.x || ^4.x dependencies: - compatfactory: 1.0.1(typescript@4.8.4) - typescript: 4.8.4 + compatfactory: 1.0.1(typescript@4.9.5) + typescript: 4.9.5 dev: true /ts-interface-checker@0.1.13: @@ -13912,16 +12686,6 @@ packages: /tslib@2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - /tsutils@3.21.0(typescript@4.8.4): - 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.8.4 - dev: true - /tsutils@3.21.0(typescript@4.9.5): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -14007,12 +12771,6 @@ packages: /typescript-memoize@1.1.1: resolution: {integrity: sha512-GQ90TcKpIH4XxYTI2F98yEQYZgjNMOGPpOgdjIBhaLaWji5HPWlRnZ4AeA1hfBxtY7bCGDJsqDDHk/KaHOl5bA==} - /typescript@4.8.4: - resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: true - /typescript@4.9.5: resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} @@ -14271,6 +13029,7 @@ packages: /w3c-hr-time@1.0.2: resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} + deprecated: Use your platform's native performance.now() and performance.timeOrigin. dependencies: browser-process-hrtime: 1.0.0 dev: true @@ -14368,45 +13127,6 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - /webpack@5.74.0: - resolution: {integrity: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - dependencies: - '@types/eslint-scope': 3.7.4 - '@types/estree': 0.0.51 - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/wasm-edit': 1.11.1 - '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.8.0 - acorn-import-assertions: 1.8.0(acorn@8.8.0) - browserslist: 4.21.4 - chrome-trace-event: 1.0.3 - enhanced-resolve: 5.10.0 - 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.10 - 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.6(webpack@5.74.0) - watchpack: 2.4.0 - webpack-sources: 3.2.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - /webpack@5.85.0: resolution: {integrity: sha512-7gazTiYqwo5OSqwH1tigLDL2r3qDeP2dOKYgd+LlXpsUMqDTklg6tOghexqky0/+6QY38kb/R/uRPUleuL43zg==} engines: {node: '>=10.13.0'} @@ -14553,10 +13273,6 @@ packages: transitivePeerDependencies: - supports-color - /workerpool@6.2.1: - resolution: {integrity: sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==} - dev: true - /workerpool@6.4.0: resolution: {integrity: sha512-i3KR1mQMNwY2wx20ozq2EjISGtQWDIfV56We+yGJ5yDs8jTwQiLLaqHlkBHITlCuJnYlVRmXegxFxZg7gqI++A==} dev: true @@ -14703,18 +13419,6 @@ packages: yargs-parser: 18.1.3 dev: true - /yargs@17.6.0: - resolution: {integrity: sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==} - engines: {node: '>=12'} - dependencies: - cliui: 8.0.1 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 - /yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} @@ -14726,7 +13430,6 @@ packages: string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 21.1.1 - dev: true /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} @@ -14741,7 +13444,6 @@ packages: resolution: {directory: ember-velcro, type: directory} id: file:ember-velcro name: ember-velcro - version: 2.1.0 engines: {node: 14.* || >= 16} peerDependencies: ember-modifier: ^3.2.7 || >= 4.0.0