From a23df36e67b17eb9f56eb8d44c7d7b5b1bd57668 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Wed, 17 Jan 2024 16:12:27 +0100 Subject: [PATCH] Node.js and dependency updates (#2) * chore: node js and dependency updates * chore: update and fix get-npm-tarball-url * chore: update rollup and vite * fix: test config fixed --- .github/workflows/test.yml | 66 +- CHANGELOG.md | 5 + ava.config.js | 5 - package-lock.json | 5080 +++++++++++++++++++------------ package.json | 32 +- src/index.ts | 8 +- test/package-lock.json | 1944 +++++++----- test/package.json | 14 +- test/snapshots/e2e.test.ts.md | 1770 +++++------ test/snapshots/e2e.test.ts.snap | Bin 41871 -> 42266 bytes tsup.config.ts | 2 +- 11 files changed, 5347 insertions(+), 3579 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ae7531..2764d91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,39 +12,39 @@ on: jobs: test: name: Execute Tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: Install dependencies - run: | - npm ci --no-audit --no-fund - cd test && npm ci --no-audit --no-fund - - name: Run tests - run: npm run test - env: - CI: true - - name: Create Coverage summary file - uses: irongut/CodeCoverageSummary@v1.3.0 - with: - filename: ./coverage/cobertura-coverage.xml - format: markdown - output: both - - name: Write PR meta to file - run: | - echo "PR_HEADSHA=${{ github.event.pull_request.head.sha }}" >> pr.env - echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> pr.env - - name: Upload PR meta and Coverage summery artifacts - uses: actions/upload-artifact@v2 - with: - name: pr-comment-meta - path: | - pr.env - code-coverage-results.md - retention-days: 1 + - uses: actions/checkout@v2 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - name: Install dependencies + run: | + npm ci --no-audit --no-fund + cd test && npm ci --no-audit --no-fund + - name: Run tests + run: npm run test + env: + CI: true + - name: Create Coverage summary file + uses: irongut/CodeCoverageSummary@v1.3.0 + with: + filename: ./coverage/cobertura-coverage.xml + format: markdown + output: both + - name: Write PR meta to file + run: | + echo "PR_HEADSHA=${{ github.event.pull_request.head.sha }}" >> pr.env + echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> pr.env + - name: Upload PR meta and Coverage summery artifacts + uses: actions/upload-artifact@v2 + with: + name: pr-comment-meta + path: | + pr.env + code-coverage-results.md + retention-days: 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b854b4..2cf218f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 3.0.0 + +- Support for node 16 removed +- Update dependencies + # 2.0.0 - Support for node 14 removed diff --git a/ava.config.js b/ava.config.js index 5076006..ca7c7dc 100644 --- a/ava.config.js +++ b/ava.config.js @@ -4,11 +4,6 @@ export default { failWithoutAssertions: false, verbose: true, timeout: '2m', - nodeArguments: [ - '--no-warnings', - '--loader=@esbuild-kit/esm-loader', - '--experimental-specifier-resolution=node', - ], extensions: { ts: 'module', }, diff --git a/package-lock.json b/package-lock.json index f3c4778..3e810a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,32 +1,32 @@ { "name": "rollup-license-plugin", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rollup-license-plugin", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "dependencies": { - "get-npm-tarball-url": "^2.0.3", - "node-fetch": "^3.3.1", + "get-npm-tarball-url": "^2.1.0", + "node-fetch": "^3.3.2", "spdx-expression-validate": "^2.0.0" }, "devDependencies": { - "@esbuild-kit/esm-loader": "^2.5.5", - "@types/node": "^20.3.3", - "ava": "^5.3.1", - "c8": "^8.0.0", - "lint-staged": "^13.2.3", - "prettier": "^2.8.8", - "rollup": "^3.26.0", - "tsup": "^7.1.0", - "typescript": "^5.1.6", - "vite": "^4.3.9" + "@esbuild-kit/esm-loader": "^2.6.5", + "@types/node": "^20.11.5", + "ava": "^6.0.1", + "c8": "^9.1.0", + "lint-staged": "^15.2.0", + "prettier": "^3.2.4", + "rollup": "^4.9.5", + "tsup": "^8.0.1", + "typescript": "^5.3.3", + "vite": "^5.0.11" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/@bcoe/v8-coverage": { @@ -36,29 +36,45 @@ "dev": true }, "node_modules/@esbuild-kit/core-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@esbuild-kit/core-utils/-/core-utils-3.1.0.tgz", - "integrity": "sha512-Uuk8RpCg/7fdHSceR1M6XbSZFSuMrxcePFuGgyvsBn+u339dk5OeL4jv2EojwTN2st/unJGsVm4qHWjWNmJ/tw==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/@esbuild-kit/core-utils/-/core-utils-3.3.2.tgz", + "integrity": "sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==", "dev": true, "dependencies": { - "esbuild": "~0.17.6", + "esbuild": "~0.18.20", "source-map-support": "^0.5.21" } }, "node_modules/@esbuild-kit/esm-loader": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/@esbuild-kit/esm-loader/-/esm-loader-2.5.5.tgz", - "integrity": "sha512-Qwfvj/qoPbClxCRNuac1Du01r9gvNOT+pMYtJDapfB1eoGN1YlJ1BixLyL9WVENRx5RXgNLdfYdx/CuswlGhMw==", + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/@esbuild-kit/esm-loader/-/esm-loader-2.6.5.tgz", + "integrity": "sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==", "dev": true, "dependencies": { - "@esbuild-kit/core-utils": "^3.0.0", - "get-tsconfig": "^4.4.0" + "@esbuild-kit/core-utils": "^3.3.2", + "get-tsconfig": "^4.7.0" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", + "integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" } }, "node_modules/@esbuild/android-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", - "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", "cpu": [ "arm" ], @@ -72,9 +88,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", - "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", "cpu": [ "arm64" ], @@ -88,9 +104,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", - "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", "cpu": [ "x64" ], @@ -104,9 +120,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", - "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", "cpu": [ "arm64" ], @@ -120,9 +136,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", - "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", "cpu": [ "x64" ], @@ -136,9 +152,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", - "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", "cpu": [ "arm64" ], @@ -152,9 +168,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", - "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", "cpu": [ "x64" ], @@ -168,9 +184,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", - "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", "cpu": [ "arm" ], @@ -184,9 +200,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", - "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", "cpu": [ "arm64" ], @@ -200,9 +216,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", - "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", "cpu": [ "ia32" ], @@ -216,9 +232,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", - "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", "cpu": [ "loong64" ], @@ -232,9 +248,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", - "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", "cpu": [ "mips64el" ], @@ -248,9 +264,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", - "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", "cpu": [ "ppc64" ], @@ -264,9 +280,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", - "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", "cpu": [ "riscv64" ], @@ -280,9 +296,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", - "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", "cpu": [ "s390x" ], @@ -296,9 +312,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", - "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", "cpu": [ "x64" ], @@ -312,9 +328,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", - "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", "cpu": [ "x64" ], @@ -328,9 +344,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", - "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", "cpu": [ "x64" ], @@ -344,9 +360,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", - "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", "cpu": [ "x64" ], @@ -360,9 +376,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", - "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", "cpu": [ "arm64" ], @@ -376,9 +392,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", - "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", "cpu": [ "ia32" ], @@ -392,9 +408,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", - "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", "cpu": [ "x64" ], @@ -441,6 +457,92 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@mapbox/node-pre-gyp": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", + "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", + "dev": true, + "dependencies": { + "detect-libc": "^2.0.0", + "https-proxy-agent": "^5.0.0", + "make-dir": "^3.1.0", + "node-fetch": "^2.6.7", + "nopt": "^5.0.0", + "npmlog": "^5.0.1", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.11" + }, + "bin": { + "node-pre-gyp": "bin/node-pre-gyp" + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dev": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -476,6 +578,206 @@ "node": ">= 8" } }, + "node_modules/@rollup/pluginutils": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "dev": true, + "dependencies": { + "estree-walker": "^2.0.1", + "picomatch": "^2.2.2" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz", + "integrity": "sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.5.tgz", + "integrity": "sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.5.tgz", + "integrity": "sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.5.tgz", + "integrity": "sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.5.tgz", + "integrity": "sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.5.tgz", + "integrity": "sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.5.tgz", + "integrity": "sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.5.tgz", + "integrity": "sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz", + "integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.5.tgz", + "integrity": "sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.5.tgz", + "integrity": "sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.5.tgz", + "integrity": "sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz", + "integrity": "sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@sindresorhus/merge-streams": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz", + "integrity": "sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true + }, "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", @@ -483,15 +785,49 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.3.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.3.tgz", - "integrity": "sha512-wheIYdr4NYML61AjC8MKj/2jrR/kDQri/CIpVoZwldwhnIrD/j9jIU5bJ8yBKuB2VhpFV7Ab6G2XkBjv9r9Zzw==", + "version": "20.11.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", + "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@vercel/nft": { + "version": "0.24.4", + "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.24.4.tgz", + "integrity": "sha512-KjYAZty7boH5fi5udp6p+lNu6nawgs++pHW+3koErMgbRkkHuToGX/FwjN5clV1FcaM3udfd4zW/sUapkMgpZw==", + "dev": true, + "dependencies": { + "@mapbox/node-pre-gyp": "^1.0.5", + "@rollup/pluginutils": "^4.0.0", + "acorn": "^8.6.0", + "async-sema": "^3.1.1", + "bindings": "^1.4.0", + "estree-walker": "2.0.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.2", + "node-gyp-build": "^4.2.2", + "resolve-from": "^5.0.0" + }, + "bin": { + "nft": "out/cli.js" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", "dev": true }, "node_modules/acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -501,37 +837,36 @@ } }, "node_modules/acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", "dev": true, "engines": { "node": ">=0.4.0" } }, - "node_modules/aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "dev": true, "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" + "debug": "4" }, "engines": { - "node": ">=8" + "node": ">= 6.0.0" } }, "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.0.tgz", + "integrity": "sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==", "dev": true, "dependencies": { - "type-fest": "^0.21.3" + "type-fest": "^3.0.0" }, "engines": { - "node": ">=8" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -577,6 +912,25 @@ "node": ">= 8" } }, + "node_modules/aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", + "dev": true + }, + "node_modules/are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "dev": true, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -625,60 +979,54 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/async-sema": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz", + "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==", + "dev": true }, "node_modules/ava": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ava/-/ava-5.3.1.tgz", - "integrity": "sha512-Scv9a4gMOXB6+ni4toLuhAm9KYWEjsgBglJl+kMGI5+IVDt120CCDZyB5HNU9DjmLI2t4I0GbnxGLmmRfGTJGg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ava/-/ava-6.0.1.tgz", + "integrity": "sha512-9zR0wOwlcJdOWwHOKnpi0GrPRLTlxDFapGalP4rGD0oQRKxDVoucBBWvxVQ/2cPv10Hx1PkDXLJH5iUzhPn0/g==", "dev": true, "dependencies": { - "acorn": "^8.8.2", - "acorn-walk": "^8.2.0", + "@vercel/nft": "^0.24.4", + "acorn": "^8.11.2", + "acorn-walk": "^8.3.0", "ansi-styles": "^6.2.1", "arrgv": "^1.0.2", "arrify": "^3.0.0", - "callsites": "^4.0.0", - "cbor": "^8.1.0", - "chalk": "^5.2.0", - "chokidar": "^3.5.3", + "callsites": "^4.1.0", + "cbor": "^9.0.1", + "chalk": "^5.3.0", "chunkd": "^2.0.1", - "ci-info": "^3.8.0", + "ci-info": "^4.0.0", "ci-parallel-vars": "^1.0.1", - "clean-yaml-object": "^0.1.0", - "cli-truncate": "^3.1.0", + "cli-truncate": "^4.0.0", "code-excerpt": "^4.0.0", "common-path-prefix": "^3.0.0", "concordance": "^5.0.4", "currently-unhandled": "^0.4.1", "debug": "^4.3.4", "emittery": "^1.0.1", - "figures": "^5.0.0", - "globby": "^13.1.4", + "figures": "^6.0.1", + "globby": "^14.0.0", "ignore-by-default": "^2.1.0", "indent-string": "^5.0.0", - "is-error": "^2.2.2", "is-plain-object": "^5.0.0", "is-promise": "^4.0.0", "matcher": "^5.0.0", - "mem": "^9.0.2", + "memoize": "^10.0.0", "ms": "^2.1.3", - "p-event": "^5.0.1", - "p-map": "^5.5.0", - "picomatch": "^2.3.1", - "pkg-conf": "^4.0.0", + "p-map": "^6.0.0", + "package-config": "^5.0.0", + "picomatch": "^3.0.1", "plur": "^5.1.0", "pretty-ms": "^8.0.0", "resolve-cwd": "^3.0.0", "stack-utils": "^2.0.6", - "strip-ansi": "^7.0.1", + "strip-ansi": "^7.1.0", "supertap": "^3.0.1", "temp-dir": "^3.0.0", "write-file-atomic": "^5.0.1", @@ -688,7 +1036,7 @@ "ava": "entrypoints/cli.mjs" }, "engines": { - "node": ">=14.19 <15 || >=16.15 <17 || >=18" + "node": "^18.18 || ^20.8 || ^21" }, "peerDependencies": { "@ava/typescript": "*" @@ -699,22 +1047,6 @@ } } }, - "node_modules/ava/node_modules/aggregate-error": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.1.tgz", - "integrity": "sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==", - "dev": true, - "dependencies": { - "clean-stack": "^4.0.0", - "indent-string": "^5.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/ava/node_modules/ansi-regex": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", @@ -727,80 +1059,13 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/ava/node_modules/callsites": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-4.0.0.tgz", - "integrity": "sha512-y3jRROutgpKdz5vzEhWM34TidDU8vkJppF8dszITeb1PQmSqV3DTxyV8G/lyO/DNvtE1YTedehmw9MPZsCBHxQ==", + "node_modules/ava/node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true, "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ava/node_modules/clean-stack": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-4.2.0.tgz", - "integrity": "sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==", - "dev": true, - "dependencies": { - "escape-string-regexp": "5.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ava/node_modules/indent-string": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", - "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ava/node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ava/node_modules/mem": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/mem/-/mem-9.0.2.tgz", - "integrity": "sha512-F2t4YIv9XQUBHt6AOJ0y7lSmP1+cY7Fm1DRh9GClTGzKST7UWLMx6ly9WZdLH/G/ppM5RL4MlQfRT71ri9t19A==", - "dev": true, - "dependencies": { - "map-age-cleaner": "^0.1.3", - "mimic-fn": "^4.0.0" - }, - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sindresorhus/mem?sponsor=1" - } - }, - "node_modules/ava/node_modules/mimic-fn": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", - "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, "node_modules/ava/node_modules/ms": { @@ -809,25 +1074,22 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "node_modules/ava/node_modules/p-map": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz", - "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==", + "node_modules/ava/node_modules/picomatch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz", + "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==", "dev": true, - "dependencies": { - "aggregate-error": "^4.0.0" - }, "engines": { - "node": ">=12" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/jonschlinkert" } }, "node_modules/ava/node_modules/strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "dependencies": { "ansi-regex": "^6.0.1" @@ -854,6 +1116,15 @@ "node": ">=8" } }, + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "dependencies": { + "file-uri-to-path": "1.0.0" + } + }, "node_modules/blueimp-md5": { "version": "2.19.0", "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz", @@ -904,37 +1175,30 @@ } }, "node_modules/c8": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/c8/-/c8-8.0.0.tgz", - "integrity": "sha512-XHA5vSfCLglAc0Xt8eLBZMv19lgiBSjnb1FLAQgnwkuhJYEonpilhEB4Ea3jPAbm0FhD6VVJrc0z73jPe7JyGQ==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/c8/-/c8-9.1.0.tgz", + "integrity": "sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==", "dev": true, "dependencies": { "@bcoe/v8-coverage": "^0.2.3", "@istanbuljs/schema": "^0.1.3", "find-up": "^5.0.0", - "foreground-child": "^2.0.0", + "foreground-child": "^3.1.1", "istanbul-lib-coverage": "^3.2.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-reports": "^3.1.4", - "rimraf": "^3.0.2", + "istanbul-lib-report": "^3.0.1", + "istanbul-reports": "^3.1.6", "test-exclude": "^6.0.0", "v8-to-istanbul": "^9.0.0", - "yargs": "^16.2.0", - "yargs-parser": "^20.2.9" + "yargs": "^17.7.2", + "yargs-parser": "^21.1.1" }, "bin": { "c8": "bin/c8.js" }, "engines": { - "node": ">=12" + "node": ">=14.14.0" } }, - "node_modules/c8/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, "node_modules/c8/node_modules/find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -951,15 +1215,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/c8/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/c8/node_modules/locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", @@ -1014,62 +1269,6 @@ "node": ">=8" } }, - "node_modules/c8/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/c8/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/c8/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/c8/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "engines": { - "node": ">=10" - } - }, "node_modules/cac": { "version": "6.7.14", "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", @@ -1079,22 +1278,34 @@ "node": ">=8" } }, + "node_modules/callsites": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-4.1.0.tgz", + "integrity": "sha512-aBMbD1Xxay75ViYezwT40aQONfr+pSXTHwNKvIXhXD6+LY3F1dLIcceoC5OZKBVHbXcysz1hL9D2w0JJIMXpUw==", + "dev": true, + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/cbor": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/cbor/-/cbor-8.1.0.tgz", - "integrity": "sha512-DwGjNW9omn6EwP70aXsn7FQJx5kO12tX0bZkaTjzdVFM6/7nhA4t0EENocKGx6D2Bch9PE2KzCUf5SceBdeijg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/cbor/-/cbor-9.0.1.tgz", + "integrity": "sha512-/TQOWyamDxvVIv+DY9cOLNuABkoyz8K/F3QE56539pGVYohx0+MEA1f4lChFTX79dBTBS7R1PF6ovH7G+VtBfQ==", "dev": true, "dependencies": { "nofilter": "^3.1.0" }, "engines": { - "node": ">=12.19" + "node": ">=16" } }, "node_modules/chalk": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", - "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -1130,6 +1341,15 @@ "fsevents": "~2.3.2" } }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "node_modules/chunkd": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/chunkd/-/chunkd-2.0.1.tgz", @@ -1137,9 +1357,9 @@ "dev": true }, "node_modules/ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz", + "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==", "dev": true, "funding": [ { @@ -1157,92 +1377,37 @@ "integrity": "sha512-uvzpYrpmidaoxvIQHM+rKSrigjOe9feHYbw4uOI2gdfe1C3xIlxO+kVXq83WQWNniTf8bAxVpy+cQeFQsMERKg==", "dev": true }, - "node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/clean-yaml-object": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz", - "integrity": "sha512-3yONmlN9CSAkzNwnRCiJQ7Q2xK5mWuEfL3PuTZcAUzhObbXsfsnMptJzXwz93nc5zn9V9TwCVMmV7w4xsm43dw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", + "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==", "dev": true, "dependencies": { - "restore-cursor": "^3.1.0" + "restore-cursor": "^4.0.0" }, "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/cli-truncate": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-3.1.0.tgz", - "integrity": "sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", + "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", "dev": true, "dependencies": { "slice-ansi": "^5.0.0", - "string-width": "^5.0.0" + "string-width": "^7.0.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/cliui/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/cliui/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/code-excerpt": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz", @@ -1273,6 +1438,15 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "node_modules/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "dev": true, + "bin": { + "color-support": "bin.js" + } + }, "node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", @@ -1280,12 +1454,12 @@ "dev": true }, "node_modules/commander": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", + "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", "dev": true, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/common-path-prefix": { @@ -1319,37 +1493,10 @@ "node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14" } }, - "node_modules/concordance/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/concordance/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/concordance/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", "dev": true }, "node_modules/convert-source-map": { @@ -1433,6 +1580,21 @@ } } }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", + "dev": true + }, + "node_modules/detect-libc": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", + "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -1445,12 +1607,6 @@ "node": ">=8" } }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true - }, "node_modules/emittery": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/emittery/-/emittery-1.0.1.tgz", @@ -1464,15 +1620,15 @@ } }, "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", + "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==", "dev": true }, "node_modules/esbuild": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", - "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", "dev": true, "hasInstallScript": true, "bin": { @@ -1482,28 +1638,28 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/android-arm": "0.17.19", - "@esbuild/android-arm64": "0.17.19", - "@esbuild/android-x64": "0.17.19", - "@esbuild/darwin-arm64": "0.17.19", - "@esbuild/darwin-x64": "0.17.19", - "@esbuild/freebsd-arm64": "0.17.19", - "@esbuild/freebsd-x64": "0.17.19", - "@esbuild/linux-arm": "0.17.19", - "@esbuild/linux-arm64": "0.17.19", - "@esbuild/linux-ia32": "0.17.19", - "@esbuild/linux-loong64": "0.17.19", - "@esbuild/linux-mips64el": "0.17.19", - "@esbuild/linux-ppc64": "0.17.19", - "@esbuild/linux-riscv64": "0.17.19", - "@esbuild/linux-s390x": "0.17.19", - "@esbuild/linux-x64": "0.17.19", - "@esbuild/netbsd-x64": "0.17.19", - "@esbuild/openbsd-x64": "0.17.19", - "@esbuild/sunos-x64": "0.17.19", - "@esbuild/win32-arm64": "0.17.19", - "@esbuild/win32-ia32": "0.17.19", - "@esbuild/win32-x64": "0.17.19" + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" } }, "node_modules/escalade": { @@ -1540,6 +1696,12 @@ "node": ">=4" } }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "dev": true + }, "node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", @@ -1549,6 +1711,12 @@ "node": ">=0.10.0" } }, + "node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "dev": true + }, "node_modules/execa": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", @@ -1603,9 +1771,9 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -1650,21 +1818,26 @@ } }, "node_modules/figures": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz", - "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/figures/-/figures-6.0.1.tgz", + "integrity": "sha512-0oY/olScYD4IhQ8u//gCPA4F3mlTn2dacYmiDm/mbDQvpmLjV4uH+zhsQ5IyXRyvqkvtUkXkNdGvg5OFJTCsuQ==", "dev": true, "dependencies": { - "escape-string-regexp": "^5.0.0", - "is-unicode-supported": "^1.2.0" + "is-unicode-supported": "^2.0.0" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true + }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -1677,17 +1850,44 @@ "node": ">=8" } }, - "node_modules/foreground-child": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", - "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", + "node_modules/find-up-simple": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz", + "integrity": "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==", "dev": true, - "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^3.0.2" + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/foreground-child": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" }, "engines": { - "node": ">=8.0.0" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/foreground-child/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/formdata-polyfill": { @@ -1701,6 +1901,30 @@ "node": ">=12.20.0" } }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -1708,9 +1932,9 @@ "dev": true }, "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "hasInstallScript": true, "optional": true, @@ -1721,6 +1945,55 @@ "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, + "node_modules/gauge": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", + "dev": true, + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.2", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.1", + "object-assign": "^4.1.1", + "signal-exit": "^3.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/gauge/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/gauge/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/gauge/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -1730,10 +2003,22 @@ "node": "6.* || 8.* || >= 10.*" } }, + "node_modules/get-east-asian-width": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz", + "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/get-npm-tarball-url": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/get-npm-tarball-url/-/get-npm-tarball-url-2.0.3.tgz", - "integrity": "sha512-R/PW6RqyaBQNWYaSyfrh54/qtcnOp22FHCCiRhSSZj0FP3KQWCsxxt0DzIdVTbwTqe9CtQfvl/FPD4UIPt4pqw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/get-npm-tarball-url/-/get-npm-tarball-url-2.1.0.tgz", + "integrity": "sha512-ro+DiMu5DXgRBabqXupW38h7WPZ9+Ad8UjwhvsmmN8w1sU7ab0nzAXvVZ4kqYg57OrqomRtJvepX5/xvFKNtjA==", "engines": { "node": ">=12.17" } @@ -1751,9 +2036,9 @@ } }, "node_modules/get-tsconfig": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.6.0.tgz", - "integrity": "sha512-lgbo68hHTQnFddybKbbs/RDRJnJT5YyGy2kQzVwbq+g67X73i+5MVTval34QxGkOe9X5Ujf1UYpCaphLyltjEg==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz", + "integrity": "sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==", "dev": true, "dependencies": { "resolve-pkg-maps": "^1.0.0" @@ -1795,28 +2080,29 @@ } }, "node_modules/globby": { - "version": "13.1.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.4.tgz", - "integrity": "sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.0.tgz", + "integrity": "sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ==", "dev": true, "dependencies": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.11", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^4.0.0" + "@sindresorhus/merge-streams": "^1.0.0", + "fast-glob": "^3.3.2", + "ignore": "^5.2.4", + "path-type": "^5.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.1.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/globby/node_modules/slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "node_modules/globby/node_modules/path-type": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", "dev": true, "engines": { "node": ">=12" @@ -1825,12 +2111,58 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/globby/node_modules/slash": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", + "dev": true, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", + "dev": true + }, "node_modules/html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "dev": true }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dev": true, + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/human-signals": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", @@ -1841,9 +2173,9 @@ } }, "node_modules/ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", + "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", "dev": true, "engines": { "node": ">= 4" @@ -1868,12 +2200,15 @@ } }, "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", + "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", "dev": true, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/inflight": { @@ -1913,12 +2248,6 @@ "node": ">=8" } }, - "node_modules/is-error": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-error/-/is-error-2.2.2.tgz", - "integrity": "sha512-IOQqts/aHWbiisY5DuPJQ0gcbvaLFCa7fBa9xoLfxBZvQ+ZI/Zh9xoI7Gk+G64N0FdK4AbibytHht2tWgpJWLg==", - "dev": true - }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -1980,12 +2309,12 @@ } }, "node_modules/is-unicode-supported": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz", - "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz", + "integrity": "sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==", "dev": true, "engines": { - "node": ">=12" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -1998,47 +2327,32 @@ "dev": true }, "node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "dev": true, "engines": { "node": ">=8" } }, "node_modules/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "dev": true, "dependencies": { "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", + "make-dir": "^4.0.0", "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-report/node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=10" } }, "node_modules/istanbul-reports": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", - "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", + "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", "dev": true, "dependencies": { "html-escaper": "^2.0.0", @@ -2095,65 +2409,83 @@ "dev": true }, "node_modules/lint-staged": { - "version": "13.2.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.3.tgz", - "integrity": "sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==", - "dev": true, - "dependencies": { - "chalk": "5.2.0", - "cli-truncate": "^3.1.0", - "commander": "^10.0.0", - "debug": "^4.3.4", - "execa": "^7.0.0", - "lilconfig": "2.1.0", - "listr2": "^5.0.7", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-inspect": "^1.12.3", - "pidtree": "^0.6.0", - "string-argv": "^0.3.1", - "yaml": "^2.2.2" + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.0.tgz", + "integrity": "sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==", + "dev": true, + "dependencies": { + "chalk": "5.3.0", + "commander": "11.1.0", + "debug": "4.3.4", + "execa": "8.0.1", + "lilconfig": "3.0.0", + "listr2": "8.0.0", + "micromatch": "4.0.5", + "pidtree": "0.6.0", + "string-argv": "0.3.2", + "yaml": "2.3.4" }, "bin": { "lint-staged": "bin/lint-staged.js" }, "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": ">=18.12.0" }, "funding": { "url": "https://opencollective.com/lint-staged" } }, "node_modules/lint-staged/node_modules/execa": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-7.1.1.tgz", - "integrity": "sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", "dev": true, "dependencies": { "cross-spawn": "^7.0.3", - "get-stream": "^6.0.1", - "human-signals": "^4.3.0", + "get-stream": "^8.0.1", + "human-signals": "^5.0.0", "is-stream": "^3.0.0", "merge-stream": "^2.0.0", "npm-run-path": "^5.1.0", "onetime": "^6.0.0", - "signal-exit": "^3.0.7", + "signal-exit": "^4.1.0", "strip-final-newline": "^3.0.0" }, "engines": { - "node": "^14.18.0 || ^16.14.0 || >=18.0.0" + "node": ">=16.17" }, "funding": { "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, + "node_modules/lint-staged/node_modules/get-stream": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", + "dev": true, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/lint-staged/node_modules/human-signals": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", - "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", + "dev": true, + "engines": { + "node": ">=16.17.0" + } + }, + "node_modules/lint-staged/node_modules/lilconfig": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", + "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", "dev": true, "engines": { - "node": ">=14.18.0" + "node": ">=14" } }, "node_modules/lint-staged/node_modules/mimic-fn": { @@ -2183,6 +2515,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/lint-staged/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/lint-staged/node_modules/strip-final-newline": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", @@ -2196,104 +2540,64 @@ } }, "node_modules/listr2": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-5.0.8.tgz", - "integrity": "sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.0.0.tgz", + "integrity": "sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==", "dev": true, "dependencies": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.19", - "log-update": "^4.0.0", - "p-map": "^4.0.0", + "cli-truncate": "^4.0.0", + "colorette": "^2.0.20", + "eventemitter3": "^5.0.1", + "log-update": "^6.0.0", "rfdc": "^1.3.0", - "rxjs": "^7.8.0", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" + "wrap-ansi": "^9.0.0" }, "engines": { - "node": "^14.13.1 || >=16.0.0" - }, - "peerDependencies": { - "enquirer": ">= 2.3.0 < 3" - }, - "peerDependenciesMeta": { - "enquirer": { - "optional": true - } + "node": ">=18.0.0" } }, - "node_modules/listr2/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/listr2/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, "engines": { - "node": ">=8" + "node": ">=12" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/listr2/node_modules/cli-truncate": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", - "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", + "node_modules/listr2/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "dependencies": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/listr2/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/listr2/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/listr2/node_modules/slice-ansi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", + "node_modules/listr2/node_modules/wrap-ansi": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=8" - } - }, - "node_modules/listr2/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "node": ">=18" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, "node_modules/load-json-file": { @@ -2330,108 +2634,124 @@ "dev": true }, "node_modules/log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.0.0.tgz", + "integrity": "sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==", "dev": true, "dependencies": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" + "ansi-escapes": "^6.2.0", + "cli-cursor": "^4.0.0", + "slice-ansi": "^7.0.0", + "strip-ansi": "^7.1.0", + "wrap-ansi": "^9.0.0" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "node_modules/log-update/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, "engines": { - "node": ">=8" + "node": ">=12" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/log-update/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, "node_modules/log-update/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz", + "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==", "dev": true, + "dependencies": { + "get-east-asian-width": "^1.0.0" + }, "engines": { - "node": ">=8" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/log-update/node_modules/slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", + "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" + "ansi-styles": "^6.2.1", + "is-fullwidth-code-point": "^5.0.0" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "node_modules/log-update/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/log-update/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/log-update/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/map-age-cleaner": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", - "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "dependencies": { - "p-defer": "^1.0.0" + "yallist": "^4.0.0" }, "engines": { - "node": ">=6" + "node": ">=10" + } + }, + "node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dev": true, + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/matcher": { @@ -2461,6 +2781,21 @@ "node": ">=8" } }, + "node_modules/memoize": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.0.0.tgz", + "integrity": "sha512-H6cBLgsi6vMWOcCpvVCdFFnl3kerEXbrYh9q+lY6VXvQSmM6CkmV08VOwT+WE2tzIEqRPFfAq3fm4v/UIW6mSA==", + "dev": true, + "dependencies": { + "mimic-function": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sindresorhus/memoize?sponsor=1" + } + }, "node_modules/merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", @@ -2498,6 +2833,18 @@ "node": ">=6" } }, + "node_modules/mimic-function": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.0.tgz", + "integrity": "sha512-RBfQ+9X9DpXdEoK7Bu+KeEU6vFhumEIiXKWECPzRBmDserEq4uR2b/VCm0LwpMSosoq2k+Zuxj/GzOr0Fn6h/g==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -2510,6 +2857,52 @@ "node": "*" } }, + "node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -2528,9 +2921,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "dev": true, "funding": [ { @@ -2564,9 +2957,9 @@ } }, "node_modules/node-fetch": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz", - "integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", @@ -2580,6 +2973,17 @@ "url": "https://opencollective.com/node-fetch" } }, + "node_modules/node-gyp-build": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.0.tgz", + "integrity": "sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==", + "dev": true, + "bin": { + "node-gyp-build": "bin.js", + "node-gyp-build-optional": "optional.js", + "node-gyp-build-test": "build-test.js" + } + }, "node_modules/nofilter": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/nofilter/-/nofilter-3.1.0.tgz", @@ -2589,6 +2993,21 @@ "node": ">=12.19" } }, + "node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "dev": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", @@ -2599,9 +3018,9 @@ } }, "node_modules/npm-run-path": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", - "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.2.0.tgz", + "integrity": "sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==", "dev": true, "dependencies": { "path-key": "^4.0.0" @@ -2625,6 +3044,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/npmlog": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", + "dev": true, + "dependencies": { + "are-we-there-yet": "^2.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^3.0.0", + "set-blocking": "^2.0.0" + } + }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -2634,15 +3065,6 @@ "node": ">=0.10.0" } }, - "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -2667,52 +3089,29 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/p-defer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", - "integrity": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/p-event": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/p-event/-/p-event-5.0.1.tgz", - "integrity": "sha512-dd589iCQ7m1L0bmC5NLlVYfy3TbBEsMUfWx9PyAgPeIcFZ/E2yaTZ4Rz4MiBmmJShviiftHVXOqfnfzJ6kyMrQ==", + "node_modules/p-map": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-6.0.0.tgz", + "integrity": "sha512-T8BatKGY+k5rU+Q/GTYgrEf2r4xRMevAN5mtXc2aPc4rS1j3s+vWTaO2Wag94neXuCAUAs8cxBL9EeB5EA6diw==", "dev": true, - "dependencies": { - "p-timeout": "^5.0.2" - }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "node_modules/package-config": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/package-config/-/package-config-5.0.0.tgz", + "integrity": "sha512-GYTTew2slBcYdvRHqjhwaaydVMvn/qrGC323+nKclYioNSLTDUM/lGgtGTgyHVtYcozb+XkE8CNhwcraOmZ9Mg==", "dev": true, "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" + "find-up-simple": "^1.0.0", + "load-json-file": "^7.0.1" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-timeout": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", - "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", - "dev": true, "engines": { - "node": ">=12" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -2796,104 +3195,6 @@ "node": ">= 6" } }, - "node_modules/pkg-conf": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-4.0.0.tgz", - "integrity": "sha512-7dmgi4UY4qk+4mj5Cd8v/GExPo0K+SlY+hulOSdfZ/T6jVH6//y7NtzZo5WrfhDBxuQ0jCa7fLZmNaNh7EWL/w==", - "dev": true, - "dependencies": { - "find-up": "^6.0.0", - "load-json-file": "^7.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-conf/node_modules/find-up": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", - "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", - "dev": true, - "dependencies": { - "locate-path": "^7.1.0", - "path-exists": "^5.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-conf/node_modules/locate-path": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.1.1.tgz", - "integrity": "sha512-vJXaRMJgRVD3+cUZs3Mncj2mxpt5mP0EmNOsxRSZRMlbqjvxzDEOIUWXGmavo0ZC9+tNZCBLQ66reA11nbpHZg==", - "dev": true, - "dependencies": { - "p-locate": "^6.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-conf/node_modules/p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", - "dev": true, - "dependencies": { - "yocto-queue": "^1.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-conf/node_modules/p-locate": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", - "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", - "dev": true, - "dependencies": { - "p-limit": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-conf/node_modules/path-exists": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", - "dev": true, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } - }, - "node_modules/pkg-conf/node_modules/yocto-queue": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", - "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", - "dev": true, - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/plur": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/plur/-/plur-5.1.0.tgz", @@ -2910,9 +3211,9 @@ } }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "dev": true, "funding": [ { @@ -2929,7 +3230,7 @@ } ], "dependencies": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, @@ -2967,15 +3268,15 @@ } }, "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz", + "integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==", "dev": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -3025,6 +3326,20 @@ } ] }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", @@ -3077,16 +3392,19 @@ } }, "node_modules/restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", + "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==", "dev": true, "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" }, "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/reusify": { @@ -3105,19 +3423,50 @@ "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", "dev": true }, - "node_modules/rollup": { - "version": "3.26.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.0.tgz", - "integrity": "sha512-YzJH0eunH2hr3knvF3i6IkLO/jTjAEwU4HoMUbQl4//Tnl3ou0e7P5SjxdDr8HQJdeUJShlbEHXrrnEHy1l7Yg==", - "dev": true, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rollup": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.5.tgz", + "integrity": "sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ==", + "dev": true, + "dependencies": { + "@types/estree": "1.0.5" + }, "bin": { "rollup": "dist/bin/rollup" }, "engines": { - "node": ">=14.18.0", + "node": ">=18.0.0", "npm": ">=8.0.0" }, "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.9.5", + "@rollup/rollup-android-arm64": "4.9.5", + "@rollup/rollup-darwin-arm64": "4.9.5", + "@rollup/rollup-darwin-x64": "4.9.5", + "@rollup/rollup-linux-arm-gnueabihf": "4.9.5", + "@rollup/rollup-linux-arm64-gnu": "4.9.5", + "@rollup/rollup-linux-arm64-musl": "4.9.5", + "@rollup/rollup-linux-riscv64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-musl": "4.9.5", + "@rollup/rollup-win32-arm64-msvc": "4.9.5", + "@rollup/rollup-win32-ia32-msvc": "4.9.5", + "@rollup/rollup-win32-x64-msvc": "4.9.5", "fsevents": "~2.3.2" } }, @@ -3144,15 +3493,6 @@ "queue-microtask": "^1.2.2" } }, - "node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "dependencies": { - "tslib": "^2.1.0" - } - }, "node_modules/safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -3160,12 +3500,18 @@ "dev": true }, "node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" } }, "node_modules/serialize-error": { @@ -3195,6 +3541,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "dev": true + }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -3329,27 +3681,56 @@ "node": ">=8" } }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, "node_modules/string-argv": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", - "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", + "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", "dev": true, "engines": { "node": ">=0.6.19" } }, "node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.0.0.tgz", + "integrity": "sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==", "dev": true, "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=12" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -3368,9 +3749,9 @@ } }, "node_modules/string-width/node_modules/strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "dependencies": { "ansi-regex": "^6.0.1" @@ -3480,18 +3861,6 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/supertap/node_modules/indent-string": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", - "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/supertap/node_modules/strip-ansi": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", @@ -3519,13 +3888,21 @@ "node": ">=8" } }, - "node_modules/supports-color/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/tar": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", + "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", "dev": true, + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, "engines": { - "node": ">=8" + "node": ">=10" } }, "node_modules/temp-dir": { @@ -3572,12 +3949,6 @@ "node": ">=0.8" } }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true - }, "node_modules/time-zone": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/time-zone/-/time-zone-1.0.0.tgz", @@ -3623,29 +3994,23 @@ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", "dev": true }, - "node_modules/tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", - "dev": true - }, "node_modules/tsup": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/tsup/-/tsup-7.1.0.tgz", - "integrity": "sha512-mazl/GRAk70j8S43/AbSYXGgvRP54oQeX8Un4iZxzATHt0roW0t6HYDVZIXMw0ZQIpvr1nFMniIVnN5186lW7w==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/tsup/-/tsup-8.0.1.tgz", + "integrity": "sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==", "dev": true, "dependencies": { "bundle-require": "^4.0.0", "cac": "^6.7.12", "chokidar": "^3.5.1", "debug": "^4.3.1", - "esbuild": "^0.18.2", + "esbuild": "^0.19.2", "execa": "^5.0.0", "globby": "^11.0.3", "joycon": "^3.0.1", "postcss-load-config": "^4.0.1", "resolve-from": "^5.0.0", - "rollup": "^3.2.5", + "rollup": "^4.0.2", "source-map": "0.8.0-beta.0", "sucrase": "^3.20.3", "tree-kill": "^1.2.2" @@ -3655,14 +4020,18 @@ "tsup-node": "dist/cli-node.js" }, "engines": { - "node": ">=16.14" + "node": ">=18" }, "peerDependencies": { + "@microsoft/api-extractor": "^7.36.0", "@swc/core": "^1", "postcss": "^8.4.12", - "typescript": ">=4.1.0" + "typescript": ">=4.5.0" }, "peerDependenciesMeta": { + "@microsoft/api-extractor": { + "optional": true + }, "@swc/core": { "optional": true }, @@ -3675,9 +4044,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/android-arm": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.11.tgz", - "integrity": "sha512-q4qlUf5ucwbUJZXF5tEQ8LF7y0Nk4P58hOsGk3ucY0oCwgQqAnqXVbUuahCddVHfrxmpyewRpiTHwVHIETYu7Q==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", + "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", "cpu": [ "arm" ], @@ -3691,9 +4060,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/android-arm64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.11.tgz", - "integrity": "sha512-snieiq75Z1z5LJX9cduSAjUr7vEI1OdlzFPMw0HH5YI7qQHDd3qs+WZoMrWYDsfRJSq36lIA6mfZBkvL46KoIw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", + "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", "cpu": [ "arm64" ], @@ -3707,9 +4076,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/android-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.11.tgz", - "integrity": "sha512-iPuoxQEV34+hTF6FT7om+Qwziv1U519lEOvekXO9zaMMlT9+XneAhKL32DW3H7okrCOBQ44BMihE8dclbZtTuw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", + "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", "cpu": [ "x64" ], @@ -3723,9 +4092,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/darwin-arm64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.11.tgz", - "integrity": "sha512-Gm0QkI3k402OpfMKyQEEMG0RuW2LQsSmI6OeO4El2ojJMoF5NLYb3qMIjvbG/lbMeLOGiW6ooU8xqc+S0fgz2w==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", + "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", "cpu": [ "arm64" ], @@ -3739,9 +4108,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/darwin-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.11.tgz", - "integrity": "sha512-N15Vzy0YNHu6cfyDOjiyfJlRJCB/ngKOAvoBf1qybG3eOq0SL2Lutzz9N7DYUbb7Q23XtHPn6lMDF6uWbGv9Fw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", + "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", "cpu": [ "x64" ], @@ -3755,9 +4124,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/freebsd-arm64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.11.tgz", - "integrity": "sha512-atEyuq6a3omEY5qAh5jIORWk8MzFnCpSTUruBgeyN9jZq1K/QI9uke0ATi3MHu4L8c59CnIi4+1jDKMuqmR71A==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", + "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", "cpu": [ "arm64" ], @@ -3771,9 +4140,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/freebsd-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.11.tgz", - "integrity": "sha512-XtuPrEfBj/YYYnAAB7KcorzzpGTvOr/dTtXPGesRfmflqhA4LMF0Gh/n5+a9JBzPuJ+CGk17CA++Hmr1F/gI0Q==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", + "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", "cpu": [ "x64" ], @@ -3787,9 +4156,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/linux-arm": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.11.tgz", - "integrity": "sha512-Idipz+Taso/toi2ETugShXjQ3S59b6m62KmLHkJlSq/cBejixmIydqrtM2XTvNCywFl3VC7SreSf6NV0i6sRyg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", + "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", "cpu": [ "arm" ], @@ -3803,9 +4172,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/linux-arm64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.11.tgz", - "integrity": "sha512-c6Vh2WS9VFKxKZ2TvJdA7gdy0n6eSy+yunBvv4aqNCEhSWVor1TU43wNRp2YLO9Vng2G+W94aRz+ILDSwAiYog==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", + "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", "cpu": [ "arm64" ], @@ -3819,9 +4188,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/linux-ia32": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.11.tgz", - "integrity": "sha512-S3hkIF6KUqRh9n1Q0dSyYcWmcVa9Cg+mSoZEfFuzoYXXsk6196qndrM+ZiHNwpZKi3XOXpShZZ+9dfN5ykqjjw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", + "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", "cpu": [ "ia32" ], @@ -3835,9 +4204,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/linux-loong64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.11.tgz", - "integrity": "sha512-MRESANOoObQINBA+RMZW+Z0TJWpibtE7cPFnahzyQHDCA9X9LOmGh68MVimZlM9J8n5Ia8lU773te6O3ILW8kw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", + "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", "cpu": [ "loong64" ], @@ -3851,9 +4220,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/linux-mips64el": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.11.tgz", - "integrity": "sha512-qVyPIZrXNMOLYegtD1u8EBccCrBVshxMrn5MkuFc3mEVsw7CCQHaqZ4jm9hbn4gWY95XFnb7i4SsT3eflxZsUg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", + "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", "cpu": [ "mips64el" ], @@ -3867,9 +4236,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/linux-ppc64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.11.tgz", - "integrity": "sha512-T3yd8vJXfPirZaUOoA9D2ZjxZX4Gr3QuC3GztBJA6PklLotc/7sXTOuuRkhE9W/5JvJP/K9b99ayPNAD+R+4qQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", + "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", "cpu": [ "ppc64" ], @@ -3883,9 +4252,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/linux-riscv64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.11.tgz", - "integrity": "sha512-evUoRPWiwuFk++snjH9e2cAjF5VVSTj+Dnf+rkO/Q20tRqv+644279TZlPK8nUGunjPAtQRCj1jQkDAvL6rm2w==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", + "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", "cpu": [ "riscv64" ], @@ -3899,9 +4268,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/linux-s390x": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.11.tgz", - "integrity": "sha512-/SlRJ15XR6i93gRWquRxYCfhTeC5PdqEapKoLbX63PLCmAkXZHY2uQm2l9bN0oPHBsOw2IswRZctMYS0MijFcg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", + "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", "cpu": [ "s390x" ], @@ -3915,9 +4284,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/linux-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.11.tgz", - "integrity": "sha512-xcncej+wF16WEmIwPtCHi0qmx1FweBqgsRtEL1mSHLFR6/mb3GEZfLQnx+pUDfRDEM4DQF8dpXIW7eDOZl1IbA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", + "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", "cpu": [ "x64" ], @@ -3931,9 +4300,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/netbsd-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.11.tgz", - "integrity": "sha512-aSjMHj/F7BuS1CptSXNg6S3M4F3bLp5wfFPIJM+Km2NfIVfFKhdmfHF9frhiCLIGVzDziggqWll0B+9AUbud/Q==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", + "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", "cpu": [ "x64" ], @@ -3947,9 +4316,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/openbsd-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.11.tgz", - "integrity": "sha512-tNBq+6XIBZtht0xJGv7IBB5XaSyvYPCm1PxJ33zLQONdZoLVM0bgGqUrXnJyiEguD9LU4AHiu+GCXy/Hm9LsdQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", + "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", "cpu": [ "x64" ], @@ -3963,9 +4332,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/sunos-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.11.tgz", - "integrity": "sha512-kxfbDOrH4dHuAAOhr7D7EqaYf+W45LsAOOhAet99EyuxxQmjbk8M9N4ezHcEiCYPaiW8Dj3K26Z2V17Gt6p3ng==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", + "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", "cpu": [ "x64" ], @@ -3979,9 +4348,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/win32-arm64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.11.tgz", - "integrity": "sha512-Sh0dDRyk1Xi348idbal7lZyfSkjhJsdFeuC13zqdipsvMetlGiFQNdO+Yfp6f6B4FbyQm7qsk16yaZk25LChzg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", + "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", "cpu": [ "arm64" ], @@ -3995,9 +4364,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/win32-ia32": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.11.tgz", - "integrity": "sha512-o9JUIKF1j0rqJTFbIoF4bXj6rvrTZYOrfRcGyL0Vm5uJ/j5CkBD/51tpdxe9lXEDouhRgdr/BYzUrDOvrWwJpg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", + "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", "cpu": [ "ia32" ], @@ -4011,9 +4380,9 @@ } }, "node_modules/tsup/node_modules/@esbuild/win32-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.11.tgz", - "integrity": "sha512-rQI4cjLHd2hGsM1LqgDI7oOCYbQ6IBOVsX9ejuRMSze0GqXUG2ekwiKkiBU1pRGSeCqFFHxTrcEydB2Hyoz9CA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", + "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", "cpu": [ "x64" ], @@ -4027,9 +4396,9 @@ } }, "node_modules/tsup/node_modules/esbuild": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.11.tgz", - "integrity": "sha512-i8u6mQF0JKJUlGR3OdFLKldJQMMs8OqM9Cc3UCi9XXziJ9WERM5bfkHaEAy0YAvPRMgqSW55W7xYn84XtEFTtA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", + "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", "dev": true, "hasInstallScript": true, "bin": { @@ -4039,28 +4408,29 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/android-arm": "0.18.11", - "@esbuild/android-arm64": "0.18.11", - "@esbuild/android-x64": "0.18.11", - "@esbuild/darwin-arm64": "0.18.11", - "@esbuild/darwin-x64": "0.18.11", - "@esbuild/freebsd-arm64": "0.18.11", - "@esbuild/freebsd-x64": "0.18.11", - "@esbuild/linux-arm": "0.18.11", - "@esbuild/linux-arm64": "0.18.11", - "@esbuild/linux-ia32": "0.18.11", - "@esbuild/linux-loong64": "0.18.11", - "@esbuild/linux-mips64el": "0.18.11", - "@esbuild/linux-ppc64": "0.18.11", - "@esbuild/linux-riscv64": "0.18.11", - "@esbuild/linux-s390x": "0.18.11", - "@esbuild/linux-x64": "0.18.11", - "@esbuild/netbsd-x64": "0.18.11", - "@esbuild/openbsd-x64": "0.18.11", - "@esbuild/sunos-x64": "0.18.11", - "@esbuild/win32-arm64": "0.18.11", - "@esbuild/win32-ia32": "0.18.11", - "@esbuild/win32-x64": "0.18.11" + "@esbuild/aix-ppc64": "0.19.11", + "@esbuild/android-arm": "0.19.11", + "@esbuild/android-arm64": "0.19.11", + "@esbuild/android-x64": "0.19.11", + "@esbuild/darwin-arm64": "0.19.11", + "@esbuild/darwin-x64": "0.19.11", + "@esbuild/freebsd-arm64": "0.19.11", + "@esbuild/freebsd-x64": "0.19.11", + "@esbuild/linux-arm": "0.19.11", + "@esbuild/linux-arm64": "0.19.11", + "@esbuild/linux-ia32": "0.19.11", + "@esbuild/linux-loong64": "0.19.11", + "@esbuild/linux-mips64el": "0.19.11", + "@esbuild/linux-ppc64": "0.19.11", + "@esbuild/linux-riscv64": "0.19.11", + "@esbuild/linux-s390x": "0.19.11", + "@esbuild/linux-x64": "0.19.11", + "@esbuild/netbsd-x64": "0.19.11", + "@esbuild/openbsd-x64": "0.19.11", + "@esbuild/sunos-x64": "0.19.11", + "@esbuild/win32-arm64": "0.19.11", + "@esbuild/win32-ia32": "0.19.11", + "@esbuild/win32-x64": "0.19.11" } }, "node_modules/tsup/node_modules/globby": { @@ -4096,21 +4466,21 @@ } }, "node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", + "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==", "dev": true, "engines": { - "node": ">=10" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -4120,6 +4490,30 @@ "node": ">=14.17" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, + "node_modules/unicorn-magic": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", + "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, "node_modules/v8-to-istanbul": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz", @@ -4135,27 +4529,31 @@ } }, "node_modules/vite": { - "version": "4.3.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz", - "integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==", + "version": "5.0.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz", + "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==", "dev": true, "dependencies": { - "esbuild": "^0.17.5", - "postcss": "^8.4.23", - "rollup": "^3.21.0" + "esbuild": "^0.19.3", + "postcss": "^8.4.32", + "rollup": "^4.2.0" }, "bin": { "vite": "bin/vite.js" }, "engines": { - "node": "^14.18.0 || >=16.0.0" + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" }, "optionalDependencies": { - "fsevents": "~2.3.2" + "fsevents": "~2.3.3" }, "peerDependencies": { - "@types/node": ">= 14", + "@types/node": "^18.0.0 || >=20.0.0", "less": "*", + "lightningcss": "^1.21.0", "sass": "*", "stylus": "*", "sugarss": "*", @@ -4168,6 +4566,9 @@ "less": { "optional": true }, + "lightningcss": { + "optional": true + }, "sass": { "optional": true }, @@ -4182,6 +4583,396 @@ } } }, + "node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", + "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", + "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/android-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", + "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", + "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", + "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", + "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", + "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", + "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", + "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ia32": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", + "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", + "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", + "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", + "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", + "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-s390x": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", + "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", + "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", + "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", + "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", + "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", + "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", + "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", + "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", + "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.19.11", + "@esbuild/android-arm": "0.19.11", + "@esbuild/android-arm64": "0.19.11", + "@esbuild/android-x64": "0.19.11", + "@esbuild/darwin-arm64": "0.19.11", + "@esbuild/darwin-x64": "0.19.11", + "@esbuild/freebsd-arm64": "0.19.11", + "@esbuild/freebsd-x64": "0.19.11", + "@esbuild/linux-arm": "0.19.11", + "@esbuild/linux-arm64": "0.19.11", + "@esbuild/linux-ia32": "0.19.11", + "@esbuild/linux-loong64": "0.19.11", + "@esbuild/linux-mips64el": "0.19.11", + "@esbuild/linux-ppc64": "0.19.11", + "@esbuild/linux-riscv64": "0.19.11", + "@esbuild/linux-s390x": "0.19.11", + "@esbuild/linux-x64": "0.19.11", + "@esbuild/netbsd-x64": "0.19.11", + "@esbuild/openbsd-x64": "0.19.11", + "@esbuild/sunos-x64": "0.19.11", + "@esbuild/win32-arm64": "0.19.11", + "@esbuild/win32-ia32": "0.19.11", + "@esbuild/win32-x64": "0.19.11" + } + }, "node_modules/web-streams-polyfill": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", @@ -4231,6 +5022,44 @@ "node": ">= 8" } }, + "node_modules/wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "dev": true, + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "node_modules/wide-align/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wide-align/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/wide-align/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", @@ -4332,10 +5161,16 @@ "node": ">=10" } }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/yaml": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", - "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", + "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", "dev": true, "engines": { "node": ">= 14" @@ -4432,176 +5267,183 @@ "dev": true }, "@esbuild-kit/core-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@esbuild-kit/core-utils/-/core-utils-3.1.0.tgz", - "integrity": "sha512-Uuk8RpCg/7fdHSceR1M6XbSZFSuMrxcePFuGgyvsBn+u339dk5OeL4jv2EojwTN2st/unJGsVm4qHWjWNmJ/tw==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/@esbuild-kit/core-utils/-/core-utils-3.3.2.tgz", + "integrity": "sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==", "dev": true, "requires": { - "esbuild": "~0.17.6", + "esbuild": "~0.18.20", "source-map-support": "^0.5.21" } }, "@esbuild-kit/esm-loader": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/@esbuild-kit/esm-loader/-/esm-loader-2.5.5.tgz", - "integrity": "sha512-Qwfvj/qoPbClxCRNuac1Du01r9gvNOT+pMYtJDapfB1eoGN1YlJ1BixLyL9WVENRx5RXgNLdfYdx/CuswlGhMw==", + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/@esbuild-kit/esm-loader/-/esm-loader-2.6.5.tgz", + "integrity": "sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==", "dev": true, "requires": { - "@esbuild-kit/core-utils": "^3.0.0", - "get-tsconfig": "^4.4.0" + "@esbuild-kit/core-utils": "^3.3.2", + "get-tsconfig": "^4.7.0" } }, + "@esbuild/aix-ppc64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", + "integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==", + "dev": true, + "optional": true + }, "@esbuild/android-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", - "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", "dev": true, "optional": true }, "@esbuild/android-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", - "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", "dev": true, "optional": true }, "@esbuild/android-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", - "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", "dev": true, "optional": true }, "@esbuild/darwin-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", - "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", "dev": true, "optional": true }, "@esbuild/darwin-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", - "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", "dev": true, "optional": true }, "@esbuild/freebsd-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", - "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", "dev": true, "optional": true }, "@esbuild/freebsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", - "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", "dev": true, "optional": true }, "@esbuild/linux-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", - "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", "dev": true, "optional": true }, "@esbuild/linux-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", - "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", "dev": true, "optional": true }, "@esbuild/linux-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", - "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", "dev": true, "optional": true }, "@esbuild/linux-loong64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", - "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", "dev": true, "optional": true }, "@esbuild/linux-mips64el": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", - "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", "dev": true, "optional": true }, "@esbuild/linux-ppc64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", - "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", "dev": true, "optional": true }, "@esbuild/linux-riscv64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", - "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", "dev": true, "optional": true }, "@esbuild/linux-s390x": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", - "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", "dev": true, "optional": true }, "@esbuild/linux-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", - "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", "dev": true, "optional": true }, "@esbuild/netbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", - "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", "dev": true, "optional": true }, "@esbuild/openbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", - "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", "dev": true, "optional": true }, "@esbuild/sunos-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", - "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", "dev": true, "optional": true }, "@esbuild/win32-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", - "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", "dev": true, "optional": true }, "@esbuild/win32-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", - "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", "dev": true, "optional": true }, "@esbuild/win32-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", - "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", "dev": true, "optional": true }, @@ -4633,6 +5475,73 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "@mapbox/node-pre-gyp": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", + "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", + "dev": true, + "requires": { + "detect-libc": "^2.0.0", + "https-proxy-agent": "^5.0.0", + "make-dir": "^3.1.0", + "node-fetch": "^2.6.7", + "nopt": "^5.0.0", + "npmlog": "^5.0.1", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.11" + }, + "dependencies": { + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "requires": { + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true + } + } + }, + "node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dev": true, + "requires": { + "whatwg-url": "^5.0.0" + } + }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + } + } + }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -4659,6 +5568,119 @@ "fastq": "^1.6.0" } }, + "@rollup/pluginutils": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "dev": true, + "requires": { + "estree-walker": "^2.0.1", + "picomatch": "^2.2.2" + } + }, + "@rollup/rollup-android-arm-eabi": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz", + "integrity": "sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-android-arm64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.5.tgz", + "integrity": "sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg==", + "dev": true, + "optional": true + }, + "@rollup/rollup-darwin-arm64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.5.tgz", + "integrity": "sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w==", + "dev": true, + "optional": true + }, + "@rollup/rollup-darwin-x64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.5.tgz", + "integrity": "sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.5.tgz", + "integrity": "sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-arm64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.5.tgz", + "integrity": "sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-arm64-musl": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.5.tgz", + "integrity": "sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-riscv64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.5.tgz", + "integrity": "sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-x64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz", + "integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-x64-musl": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.5.tgz", + "integrity": "sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg==", + "dev": true, + "optional": true + }, + "@rollup/rollup-win32-arm64-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.5.tgz", + "integrity": "sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ==", + "dev": true, + "optional": true + }, + "@rollup/rollup-win32-ia32-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.5.tgz", + "integrity": "sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-win32-x64-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz", + "integrity": "sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ==", + "dev": true, + "optional": true + }, + "@sindresorhus/merge-streams": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz", + "integrity": "sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==", + "dev": true + }, + "@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true + }, "@types/istanbul-lib-coverage": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", @@ -4666,40 +5688,67 @@ "dev": true }, "@types/node": { - "version": "20.3.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.3.tgz", - "integrity": "sha512-wheIYdr4NYML61AjC8MKj/2jrR/kDQri/CIpVoZwldwhnIrD/j9jIU5bJ8yBKuB2VhpFV7Ab6G2XkBjv9r9Zzw==", + "version": "20.11.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", + "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", + "dev": true, + "requires": { + "undici-types": "~5.26.4" + } + }, + "@vercel/nft": { + "version": "0.24.4", + "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.24.4.tgz", + "integrity": "sha512-KjYAZty7boH5fi5udp6p+lNu6nawgs++pHW+3koErMgbRkkHuToGX/FwjN5clV1FcaM3udfd4zW/sUapkMgpZw==", + "dev": true, + "requires": { + "@mapbox/node-pre-gyp": "^1.0.5", + "@rollup/pluginutils": "^4.0.0", + "acorn": "^8.6.0", + "async-sema": "^3.1.1", + "bindings": "^1.4.0", + "estree-walker": "2.0.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.2", + "node-gyp-build": "^4.2.2", + "resolve-from": "^5.0.0" + } + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", "dev": true }, "acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true }, "acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", "dev": true }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "dev": true, "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" + "debug": "4" } }, "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.0.tgz", + "integrity": "sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==", "dev": true, "requires": { - "type-fest": "^0.21.3" + "type-fest": "^3.0.0" } }, "ansi-regex": { @@ -4730,6 +5779,22 @@ "picomatch": "^2.0.4" } }, + "aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", + "dev": true + }, + "are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "dev": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + } + }, "argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -4763,141 +5828,88 @@ "integrity": "sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==", "dev": true }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "async-sema": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz", + "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==", "dev": true }, "ava": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ava/-/ava-5.3.1.tgz", - "integrity": "sha512-Scv9a4gMOXB6+ni4toLuhAm9KYWEjsgBglJl+kMGI5+IVDt120CCDZyB5HNU9DjmLI2t4I0GbnxGLmmRfGTJGg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ava/-/ava-6.0.1.tgz", + "integrity": "sha512-9zR0wOwlcJdOWwHOKnpi0GrPRLTlxDFapGalP4rGD0oQRKxDVoucBBWvxVQ/2cPv10Hx1PkDXLJH5iUzhPn0/g==", "dev": true, "requires": { - "acorn": "^8.8.2", - "acorn-walk": "^8.2.0", + "@vercel/nft": "^0.24.4", + "acorn": "^8.11.2", + "acorn-walk": "^8.3.0", "ansi-styles": "^6.2.1", "arrgv": "^1.0.2", "arrify": "^3.0.0", - "callsites": "^4.0.0", - "cbor": "^8.1.0", - "chalk": "^5.2.0", - "chokidar": "^3.5.3", + "callsites": "^4.1.0", + "cbor": "^9.0.1", + "chalk": "^5.3.0", "chunkd": "^2.0.1", - "ci-info": "^3.8.0", + "ci-info": "^4.0.0", "ci-parallel-vars": "^1.0.1", - "clean-yaml-object": "^0.1.0", - "cli-truncate": "^3.1.0", + "cli-truncate": "^4.0.0", "code-excerpt": "^4.0.0", "common-path-prefix": "^3.0.0", "concordance": "^5.0.4", "currently-unhandled": "^0.4.1", "debug": "^4.3.4", "emittery": "^1.0.1", - "figures": "^5.0.0", - "globby": "^13.1.4", + "figures": "^6.0.1", + "globby": "^14.0.0", "ignore-by-default": "^2.1.0", "indent-string": "^5.0.0", - "is-error": "^2.2.2", "is-plain-object": "^5.0.0", "is-promise": "^4.0.0", "matcher": "^5.0.0", - "mem": "^9.0.2", + "memoize": "^10.0.0", "ms": "^2.1.3", - "p-event": "^5.0.1", - "p-map": "^5.5.0", - "picomatch": "^2.3.1", - "pkg-conf": "^4.0.0", + "p-map": "^6.0.0", + "package-config": "^5.0.0", + "picomatch": "^3.0.1", "plur": "^5.1.0", "pretty-ms": "^8.0.0", "resolve-cwd": "^3.0.0", "stack-utils": "^2.0.6", - "strip-ansi": "^7.0.1", + "strip-ansi": "^7.1.0", "supertap": "^3.0.1", "temp-dir": "^3.0.0", "write-file-atomic": "^5.0.1", "yargs": "^17.7.2" }, "dependencies": { - "aggregate-error": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.1.tgz", - "integrity": "sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==", - "dev": true, - "requires": { - "clean-stack": "^4.0.0", - "indent-string": "^5.0.0" - } - }, "ansi-regex": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true }, - "callsites": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-4.0.0.tgz", - "integrity": "sha512-y3jRROutgpKdz5vzEhWM34TidDU8vkJppF8dszITeb1PQmSqV3DTxyV8G/lyO/DNvtE1YTedehmw9MPZsCBHxQ==", - "dev": true - }, - "clean-stack": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-4.2.0.tgz", - "integrity": "sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==", - "dev": true, - "requires": { - "escape-string-regexp": "5.0.0" - } - }, - "indent-string": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", - "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", - "dev": true - }, "is-plain-object": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true }, - "mem": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/mem/-/mem-9.0.2.tgz", - "integrity": "sha512-F2t4YIv9XQUBHt6AOJ0y7lSmP1+cY7Fm1DRh9GClTGzKST7UWLMx6ly9WZdLH/G/ppM5RL4MlQfRT71ri9t19A==", - "dev": true, - "requires": { - "map-age-cleaner": "^0.1.3", - "mimic-fn": "^4.0.0" - } - }, - "mimic-fn": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", - "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", - "dev": true - }, "ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "p-map": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz", - "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==", - "dev": true, - "requires": { - "aggregate-error": "^4.0.0" - } + "picomatch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz", + "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==", + "dev": true }, "strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "requires": { "ansi-regex": "^6.0.1" @@ -4917,6 +5929,15 @@ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "dev": true }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, "blueimp-md5": { "version": "2.19.0", "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz", @@ -4958,31 +5979,24 @@ } }, "c8": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/c8/-/c8-8.0.0.tgz", - "integrity": "sha512-XHA5vSfCLglAc0Xt8eLBZMv19lgiBSjnb1FLAQgnwkuhJYEonpilhEB4Ea3jPAbm0FhD6VVJrc0z73jPe7JyGQ==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/c8/-/c8-9.1.0.tgz", + "integrity": "sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==", "dev": true, "requires": { "@bcoe/v8-coverage": "^0.2.3", "@istanbuljs/schema": "^0.1.3", "find-up": "^5.0.0", - "foreground-child": "^2.0.0", + "foreground-child": "^3.1.1", "istanbul-lib-coverage": "^3.2.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-reports": "^3.1.4", - "rimraf": "^3.0.2", + "istanbul-lib-report": "^3.0.1", + "istanbul-reports": "^3.1.6", "test-exclude": "^6.0.0", "v8-to-istanbul": "^9.0.0", - "yargs": "^16.2.0", - "yargs-parser": "^20.2.9" + "yargs": "^17.7.2", + "yargs-parser": "^21.1.1" }, "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, "find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -4993,12 +6007,6 @@ "path-exists": "^4.0.0" } }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, "locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", @@ -5031,47 +6039,6 @@ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true } } }, @@ -5081,19 +6048,25 @@ "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", "dev": true }, + "callsites": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-4.1.0.tgz", + "integrity": "sha512-aBMbD1Xxay75ViYezwT40aQONfr+pSXTHwNKvIXhXD6+LY3F1dLIcceoC5OZKBVHbXcysz1hL9D2w0JJIMXpUw==", + "dev": true + }, "cbor": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/cbor/-/cbor-8.1.0.tgz", - "integrity": "sha512-DwGjNW9omn6EwP70aXsn7FQJx5kO12tX0bZkaTjzdVFM6/7nhA4t0EENocKGx6D2Bch9PE2KzCUf5SceBdeijg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/cbor/-/cbor-9.0.1.tgz", + "integrity": "sha512-/TQOWyamDxvVIv+DY9cOLNuABkoyz8K/F3QE56539pGVYohx0+MEA1f4lChFTX79dBTBS7R1PF6ovH7G+VtBfQ==", "dev": true, "requires": { "nofilter": "^3.1.0" } }, "chalk": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", - "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true }, "chokidar": { @@ -5112,6 +6085,12 @@ "readdirp": "~3.6.0" } }, + "chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "dev": true + }, "chunkd": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/chunkd/-/chunkd-2.0.1.tgz", @@ -5119,9 +6098,9 @@ "dev": true }, "ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz", + "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==", "dev": true }, "ci-parallel-vars": { @@ -5130,71 +6109,23 @@ "integrity": "sha512-uvzpYrpmidaoxvIQHM+rKSrigjOe9feHYbw4uOI2gdfe1C3xIlxO+kVXq83WQWNniTf8bAxVpy+cQeFQsMERKg==", "dev": true }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true - }, - "clean-yaml-object": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz", - "integrity": "sha512-3yONmlN9CSAkzNwnRCiJQ7Q2xK5mWuEfL3PuTZcAUzhObbXsfsnMptJzXwz93nc5zn9V9TwCVMmV7w4xsm43dw==", - "dev": true - }, "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", + "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==", "dev": true, "requires": { - "restore-cursor": "^3.1.0" + "restore-cursor": "^4.0.0" } }, "cli-truncate": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-3.1.0.tgz", - "integrity": "sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", + "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", "dev": true, "requires": { "slice-ansi": "^5.0.0", - "string-width": "^5.0.0" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - } + "string-width": "^7.0.0" } }, "code-excerpt": { @@ -5221,6 +6152,12 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "dev": true + }, "colorette": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", @@ -5228,9 +6165,9 @@ "dev": true }, "commander": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", + "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", "dev": true }, "common-path-prefix": { @@ -5259,34 +6196,14 @@ "md5-hex": "^3.0.1", "semver": "^7.3.2", "well-known-symbols": "^2.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } } }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", + "dev": true + }, "convert-source-map": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", @@ -5345,6 +6262,18 @@ "ms": "2.1.2" } }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", + "dev": true + }, + "detect-libc": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", + "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==", + "dev": true + }, "dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -5354,12 +6283,6 @@ "path-type": "^4.0.0" } }, - "eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true - }, "emittery": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/emittery/-/emittery-1.0.1.tgz", @@ -5367,39 +6290,39 @@ "dev": true }, "emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", + "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==", "dev": true }, "esbuild": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", - "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", "dev": true, "requires": { - "@esbuild/android-arm": "0.17.19", - "@esbuild/android-arm64": "0.17.19", - "@esbuild/android-x64": "0.17.19", - "@esbuild/darwin-arm64": "0.17.19", - "@esbuild/darwin-x64": "0.17.19", - "@esbuild/freebsd-arm64": "0.17.19", - "@esbuild/freebsd-x64": "0.17.19", - "@esbuild/linux-arm": "0.17.19", - "@esbuild/linux-arm64": "0.17.19", - "@esbuild/linux-ia32": "0.17.19", - "@esbuild/linux-loong64": "0.17.19", - "@esbuild/linux-mips64el": "0.17.19", - "@esbuild/linux-ppc64": "0.17.19", - "@esbuild/linux-riscv64": "0.17.19", - "@esbuild/linux-s390x": "0.17.19", - "@esbuild/linux-x64": "0.17.19", - "@esbuild/netbsd-x64": "0.17.19", - "@esbuild/openbsd-x64": "0.17.19", - "@esbuild/sunos-x64": "0.17.19", - "@esbuild/win32-arm64": "0.17.19", - "@esbuild/win32-ia32": "0.17.19", - "@esbuild/win32-x64": "0.17.19" + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" } }, "escalade": { @@ -5420,12 +6343,24 @@ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true }, + "estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "dev": true + }, "esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true }, + "eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "dev": true + }, "execa": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", @@ -5467,9 +6402,9 @@ "dev": true }, "fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", @@ -5498,15 +6433,20 @@ } }, "figures": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz", - "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/figures/-/figures-6.0.1.tgz", + "integrity": "sha512-0oY/olScYD4IhQ8u//gCPA4F3mlTn2dacYmiDm/mbDQvpmLjV4uH+zhsQ5IyXRyvqkvtUkXkNdGvg5OFJTCsuQ==", "dev": true, "requires": { - "escape-string-regexp": "^5.0.0", - "is-unicode-supported": "^1.2.0" + "is-unicode-supported": "^2.0.0" } }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true + }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -5516,14 +6456,28 @@ "to-regex-range": "^5.0.1" } }, + "find-up-simple": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz", + "integrity": "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==", + "dev": true + }, "foreground-child": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", - "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", "dev": true, "requires": { "cross-spawn": "^7.0.0", - "signal-exit": "^3.0.2" + "signal-exit": "^4.0.1" + }, + "dependencies": { + "signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true + } } }, "formdata-polyfill": { @@ -5534,6 +6488,26 @@ "fetch-blob": "^3.1.2" } }, + "fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + }, + "dependencies": { + "minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + } + } + }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -5541,22 +6515,70 @@ "dev": true }, "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "optional": true }, + "gauge": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", + "dev": true, + "requires": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.2", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.1", + "object-assign": "^4.1.1", + "signal-exit": "^3.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.2" + }, + "dependencies": { + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + } + } + }, "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true }, + "get-east-asian-width": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz", + "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==", + "dev": true + }, "get-npm-tarball-url": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/get-npm-tarball-url/-/get-npm-tarball-url-2.0.3.tgz", - "integrity": "sha512-R/PW6RqyaBQNWYaSyfrh54/qtcnOp22FHCCiRhSSZj0FP3KQWCsxxt0DzIdVTbwTqe9CtQfvl/FPD4UIPt4pqw==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/get-npm-tarball-url/-/get-npm-tarball-url-2.1.0.tgz", + "integrity": "sha512-ro+DiMu5DXgRBabqXupW38h7WPZ9+Ad8UjwhvsmmN8w1sU7ab0nzAXvVZ4kqYg57OrqomRtJvepX5/xvFKNtjA==" }, "get-stream": { "version": "6.0.1", @@ -5565,9 +6587,9 @@ "dev": true }, "get-tsconfig": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.6.0.tgz", - "integrity": "sha512-lgbo68hHTQnFddybKbbs/RDRJnJT5YyGy2kQzVwbq+g67X73i+5MVTval34QxGkOe9X5Ujf1UYpCaphLyltjEg==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz", + "integrity": "sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==", "dev": true, "requires": { "resolve-pkg-maps": "^1.0.0" @@ -5597,32 +6619,67 @@ } }, "globby": { - "version": "13.1.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.4.tgz", - "integrity": "sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.0.tgz", + "integrity": "sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ==", "dev": true, "requires": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.11", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^4.0.0" + "@sindresorhus/merge-streams": "^1.0.0", + "fast-glob": "^3.3.2", + "ignore": "^5.2.4", + "path-type": "^5.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.1.0" }, "dependencies": { + "path-type": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", + "dev": true + }, "slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", "dev": true } } }, + "graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", + "dev": true + }, "html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "dev": true }, + "https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dev": true, + "requires": { + "agent-base": "6", + "debug": "4" + } + }, "human-signals": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", @@ -5630,9 +6687,9 @@ "dev": true }, "ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", + "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", "dev": true }, "ignore-by-default": { @@ -5648,9 +6705,9 @@ "dev": true }, "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", + "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", "dev": true }, "inflight": { @@ -5684,12 +6741,6 @@ "binary-extensions": "^2.0.0" } }, - "is-error": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-error/-/is-error-2.2.2.tgz", - "integrity": "sha512-IOQqts/aHWbiisY5DuPJQ0gcbvaLFCa7fBa9xoLfxBZvQ+ZI/Zh9xoI7Gk+G64N0FdK4AbibytHht2tWgpJWLg==", - "dev": true - }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -5730,9 +6781,9 @@ "dev": true }, "is-unicode-supported": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz", - "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz", + "integrity": "sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==", "dev": true }, "isexe": { @@ -5742,37 +6793,26 @@ "dev": true }, "istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "dev": true }, "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "dev": true, "requires": { "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", + "make-dir": "^4.0.0", "supports-color": "^7.1.0" - }, - "dependencies": { - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - } } }, "istanbul-reports": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", - "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", + "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", "dev": true, "requires": { "html-escaper": "^2.0.0", @@ -5814,47 +6854,56 @@ "dev": true }, "lint-staged": { - "version": "13.2.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.3.tgz", - "integrity": "sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.0.tgz", + "integrity": "sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==", "dev": true, "requires": { - "chalk": "5.2.0", - "cli-truncate": "^3.1.0", - "commander": "^10.0.0", - "debug": "^4.3.4", - "execa": "^7.0.0", - "lilconfig": "2.1.0", - "listr2": "^5.0.7", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-inspect": "^1.12.3", - "pidtree": "^0.6.0", - "string-argv": "^0.3.1", - "yaml": "^2.2.2" + "chalk": "5.3.0", + "commander": "11.1.0", + "debug": "4.3.4", + "execa": "8.0.1", + "lilconfig": "3.0.0", + "listr2": "8.0.0", + "micromatch": "4.0.5", + "pidtree": "0.6.0", + "string-argv": "0.3.2", + "yaml": "2.3.4" }, "dependencies": { "execa": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-7.1.1.tgz", - "integrity": "sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", "dev": true, "requires": { "cross-spawn": "^7.0.3", - "get-stream": "^6.0.1", - "human-signals": "^4.3.0", + "get-stream": "^8.0.1", + "human-signals": "^5.0.0", "is-stream": "^3.0.0", "merge-stream": "^2.0.0", "npm-run-path": "^5.1.0", "onetime": "^6.0.0", - "signal-exit": "^3.0.7", + "signal-exit": "^4.1.0", "strip-final-newline": "^3.0.0" } }, + "get-stream": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", + "dev": true + }, "human-signals": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", - "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", + "dev": true + }, + "lilconfig": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", + "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", "dev": true }, "mimic-fn": { @@ -5872,6 +6921,12 @@ "mimic-fn": "^4.0.0" } }, + "signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true + }, "strip-final-newline": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", @@ -5881,72 +6936,43 @@ } }, "listr2": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-5.0.8.tgz", - "integrity": "sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.0.0.tgz", + "integrity": "sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==", "dev": true, "requires": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.19", - "log-update": "^4.0.0", - "p-map": "^4.0.0", + "cli-truncate": "^4.0.0", + "colorette": "^2.0.20", + "eventemitter3": "^5.0.1", + "log-update": "^6.0.0", "rfdc": "^1.3.0", - "rxjs": "^7.8.0", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" + "wrap-ansi": "^9.0.0" }, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "cli-truncate": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", - "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", - "dev": true, - "requires": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" - } - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true }, - "slice-ansi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" + "ansi-regex": "^6.0.1" } }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "wrap-ansi": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", "dev": true, "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" } } } @@ -5976,80 +7002,81 @@ "dev": true }, "log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.0.0.tgz", + "integrity": "sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==", "dev": true, "requires": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" + "ansi-escapes": "^6.2.0", + "cli-cursor": "^4.0.0", + "slice-ansi": "^7.0.0", + "strip-ansi": "^7.1.0", + "wrap-ansi": "^9.0.0" }, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true }, "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz", + "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==", + "dev": true, + "requires": { + "get-east-asian-width": "^1.0.0" + } }, "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", + "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==", "dev": true, "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" + "ansi-styles": "^6.2.1", + "is-fullwidth-code-point": "^5.0.0" } }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "ansi-regex": "^6.0.1" } }, "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", "dev": true, "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" } } } }, - "map-age-cleaner": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", - "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "dev": true, "requires": { - "p-defer": "^1.0.0" + "semver": "^7.5.3" } }, "matcher": { @@ -6070,6 +7097,15 @@ "blueimp-md5": "^2.10.0" } }, + "memoize": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.0.0.tgz", + "integrity": "sha512-H6cBLgsi6vMWOcCpvVCdFFnl3kerEXbrYh9q+lY6VXvQSmM6CkmV08VOwT+WE2tzIEqRPFfAq3fm4v/UIW6mSA==", + "dev": true, + "requires": { + "mimic-function": "^5.0.0" + } + }, "merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", @@ -6098,6 +7134,12 @@ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true }, + "mimic-function": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.0.tgz", + "integrity": "sha512-RBfQ+9X9DpXdEoK7Bu+KeEU6vFhumEIiXKWECPzRBmDserEq4uR2b/VCm0LwpMSosoq2k+Zuxj/GzOr0Fn6h/g==", + "dev": true + }, "minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -6107,6 +7149,39 @@ "brace-expansion": "^1.1.7" } }, + "minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true + }, + "minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dev": true, + "requires": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "dependencies": { + "minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + } + } + }, + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true + }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -6125,9 +7200,9 @@ } }, "nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "dev": true }, "node-domexception": { @@ -6136,21 +7211,36 @@ "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" }, "node-fetch": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz", - "integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", "requires": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", "formdata-polyfill": "^4.0.10" } }, + "node-gyp-build": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.0.tgz", + "integrity": "sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==", + "dev": true + }, "nofilter": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/nofilter/-/nofilter-3.1.0.tgz", "integrity": "sha512-l2NNj07e9afPnhAhvgVrCD/oy2Ai1yfLpuo3EpiO1jFTsB4sFz6oIfAfSZyQzVpkZQ9xS8ZS5g1jCBgq4Hwo0g==", "dev": true }, + "nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "dev": true, + "requires": { + "abbrev": "1" + } + }, "normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", @@ -6158,9 +7248,9 @@ "dev": true }, "npm-run-path": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", - "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.2.0.tgz", + "integrity": "sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==", "dev": true, "requires": { "path-key": "^4.0.0" @@ -6174,18 +7264,24 @@ } } }, + "npmlog": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", + "dev": true, + "requires": { + "are-we-there-yet": "^2.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^3.0.0", + "set-blocking": "^2.0.0" + } + }, "object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", "dev": true }, - "object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", - "dev": true - }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -6204,36 +7300,22 @@ "mimic-fn": "^2.1.0" } }, - "p-defer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", - "integrity": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==", + "p-map": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-6.0.0.tgz", + "integrity": "sha512-T8BatKGY+k5rU+Q/GTYgrEf2r4xRMevAN5mtXc2aPc4rS1j3s+vWTaO2Wag94neXuCAUAs8cxBL9EeB5EA6diw==", "dev": true }, - "p-event": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/p-event/-/p-event-5.0.1.tgz", - "integrity": "sha512-dd589iCQ7m1L0bmC5NLlVYfy3TbBEsMUfWx9PyAgPeIcFZ/E2yaTZ4Rz4MiBmmJShviiftHVXOqfnfzJ6kyMrQ==", - "dev": true, - "requires": { - "p-timeout": "^5.0.2" - } - }, - "p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "package-config": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/package-config/-/package-config-5.0.0.tgz", + "integrity": "sha512-GYTTew2slBcYdvRHqjhwaaydVMvn/qrGC323+nKclYioNSLTDUM/lGgtGTgyHVtYcozb+XkE8CNhwcraOmZ9Mg==", "dev": true, "requires": { - "aggregate-error": "^3.0.0" + "find-up-simple": "^1.0.0", + "load-json-file": "^7.0.1" } }, - "p-timeout": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", - "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", - "dev": true - }, "parse-ms": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-3.0.0.tgz", @@ -6282,67 +7364,6 @@ "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", "dev": true }, - "pkg-conf": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-4.0.0.tgz", - "integrity": "sha512-7dmgi4UY4qk+4mj5Cd8v/GExPo0K+SlY+hulOSdfZ/T6jVH6//y7NtzZo5WrfhDBxuQ0jCa7fLZmNaNh7EWL/w==", - "dev": true, - "requires": { - "find-up": "^6.0.0", - "load-json-file": "^7.0.0" - }, - "dependencies": { - "find-up": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", - "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", - "dev": true, - "requires": { - "locate-path": "^7.1.0", - "path-exists": "^5.0.0" - } - }, - "locate-path": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.1.1.tgz", - "integrity": "sha512-vJXaRMJgRVD3+cUZs3Mncj2mxpt5mP0EmNOsxRSZRMlbqjvxzDEOIUWXGmavo0ZC9+tNZCBLQ66reA11nbpHZg==", - "dev": true, - "requires": { - "p-locate": "^6.0.0" - } - }, - "p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", - "dev": true, - "requires": { - "yocto-queue": "^1.0.0" - } - }, - "p-locate": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", - "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", - "dev": true, - "requires": { - "p-limit": "^4.0.0" - } - }, - "path-exists": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", - "dev": true - }, - "yocto-queue": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", - "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", - "dev": true - } - } - }, "plur": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/plur/-/plur-5.1.0.tgz", @@ -6353,12 +7374,12 @@ } }, "postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "dev": true, "requires": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" } @@ -6374,9 +7395,9 @@ } }, "prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz", + "integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==", "dev": true }, "pretty-ms": { @@ -6400,6 +7421,17 @@ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true }, + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, "readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", @@ -6437,9 +7469,9 @@ "dev": true }, "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", + "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==", "dev": true, "requires": { "onetime": "^5.1.0", @@ -6458,12 +7490,35 @@ "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", "dev": true }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, "rollup": { - "version": "3.26.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.0.tgz", - "integrity": "sha512-YzJH0eunH2hr3knvF3i6IkLO/jTjAEwU4HoMUbQl4//Tnl3ou0e7P5SjxdDr8HQJdeUJShlbEHXrrnEHy1l7Yg==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.5.tgz", + "integrity": "sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ==", "dev": true, "requires": { + "@rollup/rollup-android-arm-eabi": "4.9.5", + "@rollup/rollup-android-arm64": "4.9.5", + "@rollup/rollup-darwin-arm64": "4.9.5", + "@rollup/rollup-darwin-x64": "4.9.5", + "@rollup/rollup-linux-arm-gnueabihf": "4.9.5", + "@rollup/rollup-linux-arm64-gnu": "4.9.5", + "@rollup/rollup-linux-arm64-musl": "4.9.5", + "@rollup/rollup-linux-riscv64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-musl": "4.9.5", + "@rollup/rollup-win32-arm64-msvc": "4.9.5", + "@rollup/rollup-win32-ia32-msvc": "4.9.5", + "@rollup/rollup-win32-x64-msvc": "4.9.5", + "@types/estree": "1.0.5", "fsevents": "~2.3.2" } }, @@ -6476,15 +7531,6 @@ "queue-microtask": "^1.2.2" } }, - "rxjs": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "requires": { - "tslib": "^2.1.0" - } - }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -6492,10 +7538,13 @@ "dev": true }, "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } }, "serialize-error": { "version": "7.0.1", @@ -6514,6 +7563,12 @@ } } }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "dev": true + }, "shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -6623,21 +7678,38 @@ } } }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } + } + }, "string-argv": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", - "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", + "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", "dev": true }, "string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.0.0.tgz", + "integrity": "sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==", "dev": true, "requires": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" }, "dependencies": { "ansi-regex": { @@ -6647,9 +7719,9 @@ "dev": true }, "strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "requires": { "ansi-regex": "^6.0.1" @@ -6726,12 +7798,6 @@ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true }, - "indent-string": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", - "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", - "dev": true - }, "strip-ansi": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", @@ -6750,14 +7816,20 @@ "dev": true, "requires": { "has-flag": "^4.0.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - } + } + }, + "tar": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", + "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", + "dev": true, + "requires": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" } }, "temp-dir": { @@ -6795,12 +7867,6 @@ "thenify": ">= 3.1.0 < 4" } }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true - }, "time-zone": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/time-zone/-/time-zone-1.0.0.tgz", @@ -6837,216 +7903,211 @@ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", "dev": true }, - "tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", - "dev": true - }, "tsup": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/tsup/-/tsup-7.1.0.tgz", - "integrity": "sha512-mazl/GRAk70j8S43/AbSYXGgvRP54oQeX8Un4iZxzATHt0roW0t6HYDVZIXMw0ZQIpvr1nFMniIVnN5186lW7w==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/tsup/-/tsup-8.0.1.tgz", + "integrity": "sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==", "dev": true, "requires": { "bundle-require": "^4.0.0", "cac": "^6.7.12", "chokidar": "^3.5.1", "debug": "^4.3.1", - "esbuild": "^0.18.2", + "esbuild": "^0.19.2", "execa": "^5.0.0", "globby": "^11.0.3", "joycon": "^3.0.1", "postcss-load-config": "^4.0.1", "resolve-from": "^5.0.0", - "rollup": "^3.2.5", + "rollup": "^4.0.2", "source-map": "0.8.0-beta.0", "sucrase": "^3.20.3", "tree-kill": "^1.2.2" }, "dependencies": { "@esbuild/android-arm": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.11.tgz", - "integrity": "sha512-q4qlUf5ucwbUJZXF5tEQ8LF7y0Nk4P58hOsGk3ucY0oCwgQqAnqXVbUuahCddVHfrxmpyewRpiTHwVHIETYu7Q==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", + "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", "dev": true, "optional": true }, "@esbuild/android-arm64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.11.tgz", - "integrity": "sha512-snieiq75Z1z5LJX9cduSAjUr7vEI1OdlzFPMw0HH5YI7qQHDd3qs+WZoMrWYDsfRJSq36lIA6mfZBkvL46KoIw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", + "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", "dev": true, "optional": true }, "@esbuild/android-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.11.tgz", - "integrity": "sha512-iPuoxQEV34+hTF6FT7om+Qwziv1U519lEOvekXO9zaMMlT9+XneAhKL32DW3H7okrCOBQ44BMihE8dclbZtTuw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", + "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", "dev": true, "optional": true }, "@esbuild/darwin-arm64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.11.tgz", - "integrity": "sha512-Gm0QkI3k402OpfMKyQEEMG0RuW2LQsSmI6OeO4El2ojJMoF5NLYb3qMIjvbG/lbMeLOGiW6ooU8xqc+S0fgz2w==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", + "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", "dev": true, "optional": true }, "@esbuild/darwin-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.11.tgz", - "integrity": "sha512-N15Vzy0YNHu6cfyDOjiyfJlRJCB/ngKOAvoBf1qybG3eOq0SL2Lutzz9N7DYUbb7Q23XtHPn6lMDF6uWbGv9Fw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", + "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", "dev": true, "optional": true }, "@esbuild/freebsd-arm64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.11.tgz", - "integrity": "sha512-atEyuq6a3omEY5qAh5jIORWk8MzFnCpSTUruBgeyN9jZq1K/QI9uke0ATi3MHu4L8c59CnIi4+1jDKMuqmR71A==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", + "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", "dev": true, "optional": true }, "@esbuild/freebsd-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.11.tgz", - "integrity": "sha512-XtuPrEfBj/YYYnAAB7KcorzzpGTvOr/dTtXPGesRfmflqhA4LMF0Gh/n5+a9JBzPuJ+CGk17CA++Hmr1F/gI0Q==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", + "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", "dev": true, "optional": true }, "@esbuild/linux-arm": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.11.tgz", - "integrity": "sha512-Idipz+Taso/toi2ETugShXjQ3S59b6m62KmLHkJlSq/cBejixmIydqrtM2XTvNCywFl3VC7SreSf6NV0i6sRyg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", + "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", "dev": true, "optional": true }, "@esbuild/linux-arm64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.11.tgz", - "integrity": "sha512-c6Vh2WS9VFKxKZ2TvJdA7gdy0n6eSy+yunBvv4aqNCEhSWVor1TU43wNRp2YLO9Vng2G+W94aRz+ILDSwAiYog==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", + "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", "dev": true, "optional": true }, "@esbuild/linux-ia32": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.11.tgz", - "integrity": "sha512-S3hkIF6KUqRh9n1Q0dSyYcWmcVa9Cg+mSoZEfFuzoYXXsk6196qndrM+ZiHNwpZKi3XOXpShZZ+9dfN5ykqjjw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", + "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", "dev": true, "optional": true }, "@esbuild/linux-loong64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.11.tgz", - "integrity": "sha512-MRESANOoObQINBA+RMZW+Z0TJWpibtE7cPFnahzyQHDCA9X9LOmGh68MVimZlM9J8n5Ia8lU773te6O3ILW8kw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", + "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", "dev": true, "optional": true }, "@esbuild/linux-mips64el": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.11.tgz", - "integrity": "sha512-qVyPIZrXNMOLYegtD1u8EBccCrBVshxMrn5MkuFc3mEVsw7CCQHaqZ4jm9hbn4gWY95XFnb7i4SsT3eflxZsUg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", + "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", "dev": true, "optional": true }, "@esbuild/linux-ppc64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.11.tgz", - "integrity": "sha512-T3yd8vJXfPirZaUOoA9D2ZjxZX4Gr3QuC3GztBJA6PklLotc/7sXTOuuRkhE9W/5JvJP/K9b99ayPNAD+R+4qQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", + "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", "dev": true, "optional": true }, "@esbuild/linux-riscv64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.11.tgz", - "integrity": "sha512-evUoRPWiwuFk++snjH9e2cAjF5VVSTj+Dnf+rkO/Q20tRqv+644279TZlPK8nUGunjPAtQRCj1jQkDAvL6rm2w==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", + "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", "dev": true, "optional": true }, "@esbuild/linux-s390x": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.11.tgz", - "integrity": "sha512-/SlRJ15XR6i93gRWquRxYCfhTeC5PdqEapKoLbX63PLCmAkXZHY2uQm2l9bN0oPHBsOw2IswRZctMYS0MijFcg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", + "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", "dev": true, "optional": true }, "@esbuild/linux-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.11.tgz", - "integrity": "sha512-xcncej+wF16WEmIwPtCHi0qmx1FweBqgsRtEL1mSHLFR6/mb3GEZfLQnx+pUDfRDEM4DQF8dpXIW7eDOZl1IbA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", + "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", "dev": true, "optional": true }, "@esbuild/netbsd-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.11.tgz", - "integrity": "sha512-aSjMHj/F7BuS1CptSXNg6S3M4F3bLp5wfFPIJM+Km2NfIVfFKhdmfHF9frhiCLIGVzDziggqWll0B+9AUbud/Q==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", + "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", "dev": true, "optional": true }, "@esbuild/openbsd-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.11.tgz", - "integrity": "sha512-tNBq+6XIBZtht0xJGv7IBB5XaSyvYPCm1PxJ33zLQONdZoLVM0bgGqUrXnJyiEguD9LU4AHiu+GCXy/Hm9LsdQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", + "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", "dev": true, "optional": true }, "@esbuild/sunos-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.11.tgz", - "integrity": "sha512-kxfbDOrH4dHuAAOhr7D7EqaYf+W45LsAOOhAet99EyuxxQmjbk8M9N4ezHcEiCYPaiW8Dj3K26Z2V17Gt6p3ng==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", + "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", "dev": true, "optional": true }, "@esbuild/win32-arm64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.11.tgz", - "integrity": "sha512-Sh0dDRyk1Xi348idbal7lZyfSkjhJsdFeuC13zqdipsvMetlGiFQNdO+Yfp6f6B4FbyQm7qsk16yaZk25LChzg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", + "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", "dev": true, "optional": true }, "@esbuild/win32-ia32": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.11.tgz", - "integrity": "sha512-o9JUIKF1j0rqJTFbIoF4bXj6rvrTZYOrfRcGyL0Vm5uJ/j5CkBD/51tpdxe9lXEDouhRgdr/BYzUrDOvrWwJpg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", + "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", "dev": true, "optional": true }, "@esbuild/win32-x64": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.11.tgz", - "integrity": "sha512-rQI4cjLHd2hGsM1LqgDI7oOCYbQ6IBOVsX9ejuRMSze0GqXUG2ekwiKkiBU1pRGSeCqFFHxTrcEydB2Hyoz9CA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", + "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", "dev": true, "optional": true }, "esbuild": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.11.tgz", - "integrity": "sha512-i8u6mQF0JKJUlGR3OdFLKldJQMMs8OqM9Cc3UCi9XXziJ9WERM5bfkHaEAy0YAvPRMgqSW55W7xYn84XtEFTtA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", + "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", "dev": true, "requires": { - "@esbuild/android-arm": "0.18.11", - "@esbuild/android-arm64": "0.18.11", - "@esbuild/android-x64": "0.18.11", - "@esbuild/darwin-arm64": "0.18.11", - "@esbuild/darwin-x64": "0.18.11", - "@esbuild/freebsd-arm64": "0.18.11", - "@esbuild/freebsd-x64": "0.18.11", - "@esbuild/linux-arm": "0.18.11", - "@esbuild/linux-arm64": "0.18.11", - "@esbuild/linux-ia32": "0.18.11", - "@esbuild/linux-loong64": "0.18.11", - "@esbuild/linux-mips64el": "0.18.11", - "@esbuild/linux-ppc64": "0.18.11", - "@esbuild/linux-riscv64": "0.18.11", - "@esbuild/linux-s390x": "0.18.11", - "@esbuild/linux-x64": "0.18.11", - "@esbuild/netbsd-x64": "0.18.11", - "@esbuild/openbsd-x64": "0.18.11", - "@esbuild/sunos-x64": "0.18.11", - "@esbuild/win32-arm64": "0.18.11", - "@esbuild/win32-ia32": "0.18.11", - "@esbuild/win32-x64": "0.18.11" + "@esbuild/aix-ppc64": "0.19.11", + "@esbuild/android-arm": "0.19.11", + "@esbuild/android-arm64": "0.19.11", + "@esbuild/android-x64": "0.19.11", + "@esbuild/darwin-arm64": "0.19.11", + "@esbuild/darwin-x64": "0.19.11", + "@esbuild/freebsd-arm64": "0.19.11", + "@esbuild/freebsd-x64": "0.19.11", + "@esbuild/linux-arm": "0.19.11", + "@esbuild/linux-arm64": "0.19.11", + "@esbuild/linux-ia32": "0.19.11", + "@esbuild/linux-loong64": "0.19.11", + "@esbuild/linux-mips64el": "0.19.11", + "@esbuild/linux-ppc64": "0.19.11", + "@esbuild/linux-riscv64": "0.19.11", + "@esbuild/linux-s390x": "0.19.11", + "@esbuild/linux-x64": "0.19.11", + "@esbuild/netbsd-x64": "0.19.11", + "@esbuild/openbsd-x64": "0.19.11", + "@esbuild/sunos-x64": "0.19.11", + "@esbuild/win32-arm64": "0.19.11", + "@esbuild/win32-ia32": "0.19.11", + "@esbuild/win32-x64": "0.19.11" } }, "globby": { @@ -7075,15 +8136,33 @@ } }, "type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", + "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==", "dev": true }, "typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "dev": true + }, + "undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, + "unicorn-magic": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", + "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", + "dev": true + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "dev": true }, "v8-to-istanbul": { @@ -7098,15 +8177,202 @@ } }, "vite": { - "version": "4.3.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz", - "integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==", + "version": "5.0.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz", + "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==", "dev": true, "requires": { - "esbuild": "^0.17.5", - "fsevents": "~2.3.2", - "postcss": "^8.4.23", - "rollup": "^3.21.0" + "esbuild": "^0.19.3", + "fsevents": "~2.3.3", + "postcss": "^8.4.32", + "rollup": "^4.2.0" + }, + "dependencies": { + "@esbuild/android-arm": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", + "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", + "dev": true, + "optional": true + }, + "@esbuild/android-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", + "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", + "dev": true, + "optional": true + }, + "@esbuild/android-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", + "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", + "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", + "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", + "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", + "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", + "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", + "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ia32": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", + "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-loong64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", + "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-mips64el": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", + "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ppc64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", + "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-riscv64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", + "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-s390x": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", + "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", + "dev": true, + "optional": true + }, + "@esbuild/linux-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", + "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", + "dev": true, + "optional": true + }, + "@esbuild/netbsd-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", + "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", + "dev": true, + "optional": true + }, + "@esbuild/openbsd-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", + "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", + "dev": true, + "optional": true + }, + "@esbuild/sunos-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", + "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", + "dev": true, + "optional": true + }, + "@esbuild/win32-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", + "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", + "dev": true, + "optional": true + }, + "@esbuild/win32-ia32": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", + "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", + "dev": true, + "optional": true + }, + "@esbuild/win32-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", + "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", + "dev": true, + "optional": true + }, + "esbuild": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", + "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", + "dev": true, + "requires": { + "@esbuild/aix-ppc64": "0.19.11", + "@esbuild/android-arm": "0.19.11", + "@esbuild/android-arm64": "0.19.11", + "@esbuild/android-x64": "0.19.11", + "@esbuild/darwin-arm64": "0.19.11", + "@esbuild/darwin-x64": "0.19.11", + "@esbuild/freebsd-arm64": "0.19.11", + "@esbuild/freebsd-x64": "0.19.11", + "@esbuild/linux-arm": "0.19.11", + "@esbuild/linux-arm64": "0.19.11", + "@esbuild/linux-ia32": "0.19.11", + "@esbuild/linux-loong64": "0.19.11", + "@esbuild/linux-mips64el": "0.19.11", + "@esbuild/linux-ppc64": "0.19.11", + "@esbuild/linux-riscv64": "0.19.11", + "@esbuild/linux-s390x": "0.19.11", + "@esbuild/linux-x64": "0.19.11", + "@esbuild/netbsd-x64": "0.19.11", + "@esbuild/openbsd-x64": "0.19.11", + "@esbuild/sunos-x64": "0.19.11", + "@esbuild/win32-arm64": "0.19.11", + "@esbuild/win32-ia32": "0.19.11", + "@esbuild/win32-x64": "0.19.11" + } + } } }, "web-streams-polyfill": { @@ -7146,6 +8412,40 @@ "isexe": "^2.0.0" } }, + "wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "dev": true, + "requires": { + "string-width": "^1.0.2 || 2 || 3 || 4" + }, + "dependencies": { + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + } + } + }, "wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", @@ -7221,10 +8521,16 @@ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "yaml": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", - "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", + "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", "dev": true }, "yargs": { diff --git a/package.json b/package.json index 46f93ae..7779a40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-license-plugin", - "version": "2.0.0", + "version": "3.0.0", "type": "module", "description": "Extracts OSS license information of the npm packages in your rollup or vite output", "keywords": [ @@ -30,32 +30,32 @@ }, "license": "MIT", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "scripts": { "prebuild": "node -e \"fs.rmSync('dist', { force: true, recursive: true })\"", "build": "tsup src/index.ts", "typescript": "tsc", "prepublishOnly": "npm run build", - "test": "c8 ava --serial", - "update-test-snapshot": "c8 ava --update-snapshots --serial" + "test": "NODE_OPTIONS='--no-warnings --loader=@esbuild-kit/esm-loader' c8 ava --serial", + "update-test-snapshot": "NODE_OPTIONS='--no-warnings --loader=@esbuild-kit/esm-loader' c8 ava --update-snapshots --serial" }, "dependencies": { - "get-npm-tarball-url": "^2.0.3", - "node-fetch": "^3.3.1", + "get-npm-tarball-url": "^2.1.0", + "node-fetch": "^3.3.2", "spdx-expression-validate": "^2.0.0" }, "devDependencies": { - "@esbuild-kit/esm-loader": "^2.5.5", - "@types/node": "^20.3.3", - "ava": "^5.3.1", - "c8": "^8.0.0", - "lint-staged": "^13.2.3", - "prettier": "^2.8.8", - "rollup": "^3.26.0", - "tsup": "^7.1.0", - "typescript": "^5.1.6", - "vite": "^4.3.9" + "@esbuild-kit/esm-loader": "^2.6.5", + "@types/node": "^20.11.5", + "ava": "^6.0.1", + "c8": "^9.1.0", + "lint-staged": "^15.2.0", + "prettier": "^3.2.4", + "rollup": "^4.9.5", + "tsup": "^8.0.1", + "typescript": "^5.3.3", + "vite": "^5.0.11" }, "lint-staged": { "*.{ts}": [ diff --git a/src/index.ts b/src/index.ts index eccc328..5f42f68 100644 --- a/src/index.ts +++ b/src/index.ts @@ -289,8 +289,7 @@ export function createRollupLicensePlugin( ) const repository = getRepository(meta) - // @ts-ignore - const source = getNpmTarballUrl.default(meta.name, meta.version) + const source = getNpmTarballUrl(meta.name, meta.version) licenseMeta.push({ name: meta.name, version: meta.version, @@ -310,9 +309,8 @@ export function createRollupLicensePlugin( if (pluginOptions.additionalFiles) { for (const fileName of Object.keys(pluginOptions.additionalFiles)) { - const source = await pluginOptions.additionalFiles[fileName]( - licenseMeta - ) + const source = + await pluginOptions.additionalFiles[fileName](licenseMeta) this.emitFile({ type: 'asset', source, fileName }) } } diff --git a/test/package-lock.json b/test/package-lock.json index 27c0d5f..c92d0af 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -8,18 +8,18 @@ "name": "vite-example", "version": "0.0.0", "dependencies": { - "@emotion/react": "^11.11.1", + "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", - "@mui/joy": "5.0.0-alpha.86", + "@mui/joy": "5.0.0-beta.23", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.14", - "@types/react-dom": "^18.2.6", - "@vitejs/plugin-react": "^4.0.1", - "typescript": "^5.1.6", - "vite": "^4.3.9" + "@types/react": "^18.2.48", + "@types/react-dom": "^18.2.18", + "@vitejs/plugin-react": "^4.2.1", + "typescript": "^5.3.3", + "vite": "^5.0.11" } }, "node_modules/@ampproject/remapping": { @@ -36,46 +36,47 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", - "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", + "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", "dependencies": { - "@babel/highlight": "^7.22.5" + "@babel/highlight": "^7.23.4", + "chalk": "^2.4.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz", - "integrity": "sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", + "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz", - "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==", + "version": "7.23.7", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.7.tgz", + "integrity": "sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helpers": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5", - "convert-source-map": "^1.7.0", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.7", + "@babel/parser": "^7.23.6", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.7", + "@babel/types": "^7.23.6", + "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", - "semver": "^6.3.0" + "json5": "^2.2.3", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -85,13 +86,19 @@ "url": "https://opencollective.com/babel" } }, + "node_modules/@babel/core/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, "node_modules/@babel/generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz", - "integrity": "sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", + "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5", + "@babel/types": "^7.23.6", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -101,41 +108,38 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz", - "integrity": "sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "browserslist": "^4.21.3", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, "dependencies": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" @@ -154,33 +158,33 @@ } }, "node_modules/@babel/helper-module-imports": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", - "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz", - "integrity": "sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.22.15", "@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", - "@babel/types": "^7.22.5" + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-validator-identifier": "^7.22.20" }, "engines": { "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, "node_modules/@babel/helper-plugin-utils": { @@ -205,9 +209,9 @@ } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz", - "integrity": "sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, "dependencies": { "@babel/types": "^7.22.5" @@ -217,51 +221,51 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", + "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", - "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", - "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz", - "integrity": "sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.8.tgz", + "integrity": "sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==", "dev": true, "dependencies": { - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.7", + "@babel/types": "^7.23.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", - "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", + "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", "dependencies": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" }, "engines": { @@ -269,9 +273,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz", - "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", + "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -281,9 +285,9 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz", - "integrity": "sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.23.3.tgz", + "integrity": "sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -296,9 +300,9 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.22.5.tgz", - "integrity": "sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.23.3.tgz", + "integrity": "sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -311,45 +315,45 @@ } }, "node_modules/@babel/runtime": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz", - "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", + "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", "dependencies": { - "regenerator-runtime": "^0.13.11" + "regenerator-runtime": "^0.14.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/template": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz", - "integrity": "sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==", + "version": "7.23.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.7.tgz", + "integrity": "sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==", "dev": true, "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/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@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.1.0", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.23.6", + "@babel/types": "^7.23.6", + "debug": "^4.3.1", "globals": "^11.1.0" }, "engines": { @@ -357,12 +361,12 @@ } }, "node_modules/@babel/types": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz", - "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", + "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", "dependencies": { - "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-string-parser": "^7.23.4", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, "engines": { @@ -418,14 +422,14 @@ "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, "node_modules/@emotion/react": { - "version": "11.11.1", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz", - "integrity": "sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==", + "version": "11.11.3", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz", + "integrity": "sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==", "dependencies": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.11.0", "@emotion/cache": "^11.11.0", - "@emotion/serialize": "^1.1.2", + "@emotion/serialize": "^1.1.3", "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", "@emotion/utils": "^1.2.1", "@emotion/weak-memoize": "^0.3.1", @@ -441,9 +445,9 @@ } }, "node_modules/@emotion/serialize": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz", - "integrity": "sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz", + "integrity": "sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==", "dependencies": { "@emotion/hash": "^0.9.1", "@emotion/memoize": "^0.8.1", @@ -502,10 +506,26 @@ "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz", "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", + "integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@esbuild/android-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", - "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", + "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", "cpu": [ "arm" ], @@ -519,9 +539,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", - "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", + "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", "cpu": [ "arm64" ], @@ -535,9 +555,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", - "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", + "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", "cpu": [ "x64" ], @@ -551,9 +571,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", - "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", + "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", "cpu": [ "arm64" ], @@ -567,9 +587,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", - "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", + "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", "cpu": [ "x64" ], @@ -583,9 +603,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", - "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", + "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", "cpu": [ "arm64" ], @@ -599,9 +619,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", - "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", + "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", "cpu": [ "x64" ], @@ -615,9 +635,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", - "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", + "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", "cpu": [ "arm" ], @@ -631,9 +651,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", - "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", + "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", "cpu": [ "arm64" ], @@ -647,9 +667,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", - "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", + "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", "cpu": [ "ia32" ], @@ -663,9 +683,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", - "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", + "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", "cpu": [ "loong64" ], @@ -679,9 +699,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", - "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", + "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", "cpu": [ "mips64el" ], @@ -695,9 +715,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", - "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", + "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", "cpu": [ "ppc64" ], @@ -711,9 +731,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", - "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", + "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", "cpu": [ "riscv64" ], @@ -727,9 +747,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", - "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", + "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", "cpu": [ "s390x" ], @@ -743,9 +763,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", - "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", + "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", "cpu": [ "x64" ], @@ -759,9 +779,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", - "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", + "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", "cpu": [ "x64" ], @@ -775,9 +795,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", - "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", + "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", "cpu": [ "x64" ], @@ -791,9 +811,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", - "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", + "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", "cpu": [ "x64" ], @@ -807,9 +827,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", - "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", + "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", "cpu": [ "arm64" ], @@ -823,9 +843,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", - "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", + "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", "cpu": [ "ia32" ], @@ -839,9 +859,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", - "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", + "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", "cpu": [ "x64" ], @@ -854,6 +874,40 @@ "node": ">=12" } }, + "node_modules/@floating-ui/core": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.3.tgz", + "integrity": "sha512-O0WKDOo0yhJuugCx6trZQj5jVJ9yR0ystG2JaNAemYUWce+pmM6WUEFIibnWyEJKdrDxhm75NoSRME35FNaM/Q==", + "dependencies": { + "@floating-ui/utils": "^0.2.0" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.4.tgz", + "integrity": "sha512-jByEsHIY+eEdCjnTVu+E3ephzTOzkQ8hgUfGwos+bg7NlH33Zc5uO+QHz1mrQUOgIKKDD1RtS201P9NvAfq3XQ==", + "dependencies": { + "@floating-ui/core": "^1.5.3", + "@floating-ui/utils": "^0.2.0" + } + }, + "node_modules/@floating-ui/react-dom": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.6.tgz", + "integrity": "sha512-IB8aCRFxr8nFkdYZgH+Otd9EVQPJoynxeFRGTB8voPoZMRWo8XjYuCRgpI1btvuKY69XMiLnW+ym7zoBHM90Rw==", + "dependencies": { + "@floating-ui/dom": "^1.5.4" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz", + "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" + }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", @@ -869,9 +923,9 @@ } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", "dev": true, "engines": { "node": ">=6.0.0" @@ -893,41 +947,34 @@ "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.18", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", - "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", + "version": "0.3.21", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.21.tgz", + "integrity": "sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g==", "dev": true, "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", - "dev": true - }, "node_modules/@mui/base": { - "version": "5.0.0-beta.6", - "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz", - "integrity": "sha512-jcHy6HwOX7KzRhRtL8nvIvUlxvLx2Fl6NMRCyUSQSvMTyfou9kndekz0H4HJaXvG1Y4WEifk23RYedOlrD1kEQ==", - "dependencies": { - "@babel/runtime": "^7.22.5", - "@emotion/is-prop-valid": "^1.2.1", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.13.7", + "version": "5.0.0-beta.32", + "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz", + "integrity": "sha512-4VptvYeLUYMJhZapWBkD50GmKfOc0XT381KJcTK3ncZYIl8MdBhpR6l8jOyeP5cixUPBJhstjrnmQEAHjCLriw==", + "dependencies": { + "@babel/runtime": "^7.23.8", + "@floating-ui/react-dom": "^2.0.5", + "@mui/types": "^7.2.13", + "@mui/utils": "^5.15.5", "@popperjs/core": "^2.11.8", - "clsx": "^1.2.1", - "prop-types": "^15.8.1", - "react-is": "^18.2.0" + "clsx": "^2.1.0", + "prop-types": "^15.8.1" }, "engines": { "node": ">=12.0.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/mui" + "url": "https://opencollective.com/mui-org" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", @@ -941,36 +988,34 @@ } }, "node_modules/@mui/core-downloads-tracker": { - "version": "5.13.7", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.13.7.tgz", - "integrity": "sha512-/suIo4WoeL/OyO3KUsFVpdOmKiSAr6NpWXmQ4WLSxwKrTiha1FJxM6vwAki5W/5kR9WnVLw5E8JC4oHHsutT8w==", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.5.tgz", + "integrity": "sha512-VhT8klyXy8GrWrARqLMoM6Nzz809Jc3Wn5wd7WOZfre2vFO1rBV1dBANAPBhBqpaQI0HCMRTWEYoSyOFgRnz4A==", "funding": { "type": "opencollective", - "url": "https://opencollective.com/mui" + "url": "https://opencollective.com/mui-org" } }, "node_modules/@mui/joy": { - "version": "5.0.0-alpha.86", - "resolved": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz", - "integrity": "sha512-Ljhzb4rwjzUyVZqv4IDPTLWvpOjYs/+XJuz9b7j+Zf6i09xYMvXIe5hgI2jHHdf26by+4EwtoU85GrKpN8fp8w==", - "dependencies": { - "@babel/runtime": "^7.22.5", - "@mui/base": "5.0.0-beta.6", - "@mui/core-downloads-tracker": "^5.13.7", - "@mui/system": "^5.13.7", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.13.7", - "clsx": "^1.2.1", - "csstype": "^3.1.2", - "prop-types": "^15.8.1", - "react-is": "^18.2.0" + "version": "5.0.0-beta.23", + "resolved": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz", + "integrity": "sha512-Yik+eMYGuZ4ccYYREsaz3TT/h932Hp+tKkQQ1JuRbPtE7EA1zW4ZaO9MuIuMt1/CnmVsPiXnE52A7ElBHCz9uQ==", + "dependencies": { + "@babel/runtime": "^7.23.8", + "@mui/base": "5.0.0-beta.32", + "@mui/core-downloads-tracker": "^5.15.5", + "@mui/system": "^5.15.5", + "@mui/types": "^7.2.13", + "@mui/utils": "^5.15.5", + "clsx": "^2.1.0", + "prop-types": "^15.8.1" }, "engines": { "node": ">=12.0.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/mui" + "url": "https://opencollective.com/mui-org" }, "peerDependencies": { "@emotion/react": "^11.5.0", @@ -992,12 +1037,12 @@ } }, "node_modules/@mui/private-theming": { - "version": "5.13.7", - "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz", - "integrity": "sha512-qbSr+udcij5F9dKhGX7fEdx2drXchq7htLNr2Qg2Ma+WJ6q0ERlEqGSBiPiVDJkptcjeVL4DGmcf1wl5+vD4EA==", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz", + "integrity": "sha512-HU1KCyGNcJFsUamTbOM539ZDZJNI/XU7sZFdsN29glktUf+T6hNvDuO2ISinBiLTZy7Ab3R6DSSoYXRrLc4uwQ==", "dependencies": { - "@babel/runtime": "^7.22.5", - "@mui/utils": "^5.13.7", + "@babel/runtime": "^7.23.8", + "@mui/utils": "^5.15.5", "prop-types": "^15.8.1" }, "engines": { @@ -1005,7 +1050,7 @@ }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/mui" + "url": "https://opencollective.com/mui-org" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", @@ -1018,11 +1063,11 @@ } }, "node_modules/@mui/styled-engine": { - "version": "5.13.2", - "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz", - "integrity": "sha512-VCYCU6xVtXOrIN8lcbuPmoG+u7FYuOERG++fpY74hPpEWkyFQG97F+/XfTQVYzlR2m7nPjnwVUgATcTCMEaMvw==", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz", + "integrity": "sha512-xoMUd8h270thNL7ZsOzmlluIAMsQg/HT7SCdRjPBVle+XHgTKaiWiRy1ekDOsrrF0rhjME3T7xeeUq2G269UUw==", "dependencies": { - "@babel/runtime": "^7.21.0", + "@babel/runtime": "^7.23.8", "@emotion/cache": "^11.11.0", "csstype": "^3.1.2", "prop-types": "^15.8.1" @@ -1032,7 +1077,7 @@ }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/mui" + "url": "https://opencollective.com/mui-org" }, "peerDependencies": { "@emotion/react": "^11.4.1", @@ -1049,16 +1094,16 @@ } }, "node_modules/@mui/system": { - "version": "5.13.7", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz", - "integrity": "sha512-7R2KdI6vr8KtnauEfg9e9xQmPk6Gg/1vGNiALYyhSI+cYztxN6WmlSqGX4bjWn/Sygp1TUE1jhFEgs7MWruhkQ==", - "dependencies": { - "@babel/runtime": "^7.22.5", - "@mui/private-theming": "^5.13.7", - "@mui/styled-engine": "^5.13.2", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.13.7", - "clsx": "^1.2.1", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz", + "integrity": "sha512-DMv2vGjUKaDt/m0RlzvLjpKiS5V0LoBhiMUHf5pWdj6uoNlN4FuKUe4pFeYmQMIO5DnVZKybmpPepfkdfEH+Og==", + "dependencies": { + "@babel/runtime": "^7.23.8", + "@mui/private-theming": "^5.15.5", + "@mui/styled-engine": "^5.15.5", + "@mui/types": "^7.2.13", + "@mui/utils": "^5.15.5", + "clsx": "^2.1.0", "csstype": "^3.1.2", "prop-types": "^15.8.1" }, @@ -1067,7 +1112,7 @@ }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/mui" + "url": "https://opencollective.com/mui-org" }, "peerDependencies": { "@emotion/react": "^11.5.0", @@ -1088,11 +1133,11 @@ } }, "node_modules/@mui/types": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.4.tgz", - "integrity": "sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==", + "version": "7.2.13", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.13.tgz", + "integrity": "sha512-qP9OgacN62s+l8rdDhSFRe05HWtLLJ5TGclC9I1+tQngbssu0m2dmFZs+Px53AcOs9fD7TbYd4gc9AXzVqO/+g==", "peerDependencies": { - "@types/react": "*" + "@types/react": "^17.0.0 || ^18.0.0" }, "peerDependenciesMeta": { "@types/react": { @@ -1101,13 +1146,12 @@ } }, "node_modules/@mui/utils": { - "version": "5.13.7", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz", - "integrity": "sha512-/3BLptG/q0u36eYED7Nhf4fKXmcKb6LjjT7ZMwhZIZSdSxVqDqSTmATW3a56n3KEPQUXCU9TpxAfCBQhs6brVA==", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz", + "integrity": "sha512-jEywgaMGZWPSlVFO7ZZAyXxNeLmq5XBp5At9Ne/sGohRJdesUcdxvyi8TP3odJxwQuL5L6PJV+JQ4DyIDM849A==", "dependencies": { - "@babel/runtime": "^7.22.5", - "@types/prop-types": "^15.7.5", - "@types/react-is": "^18.2.1", + "@babel/runtime": "^7.23.8", + "@types/prop-types": "^15.7.11", "prop-types": "^15.8.1", "react-is": "^18.2.0" }, @@ -1116,10 +1160,16 @@ }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/mui" + "url": "https://opencollective.com/mui-org" }, "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0", "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, "node_modules/@popperjs/core": { @@ -1131,20 +1181,237 @@ "url": "https://opencollective.com/popperjs" } }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz", + "integrity": "sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.5.tgz", + "integrity": "sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.5.tgz", + "integrity": "sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.5.tgz", + "integrity": "sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.5.tgz", + "integrity": "sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.5.tgz", + "integrity": "sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.5.tgz", + "integrity": "sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.5.tgz", + "integrity": "sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz", + "integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.5.tgz", + "integrity": "sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.5.tgz", + "integrity": "sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.5.tgz", + "integrity": "sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz", + "integrity": "sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", + "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", + "dev": true, + "dependencies": { + "@babel/types": "^7.20.7" + } + }, + "node_modules/@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true + }, "node_modules/@types/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" }, "node_modules/@types/prop-types": { - "version": "15.7.5", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" + "version": "15.7.11", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz", + "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" }, "node_modules/@types/react": { - "version": "18.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz", - "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==", + "version": "18.2.48", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.48.tgz", + "integrity": "sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==", + "devOptional": true, "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -1152,43 +1419,37 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.6", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.6.tgz", - "integrity": "sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A==", + "version": "18.2.18", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.18.tgz", + "integrity": "sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==", "dev": true, "dependencies": { "@types/react": "*" } }, - "node_modules/@types/react-is": { - "version": "18.2.1", - "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-18.2.1.tgz", - "integrity": "sha512-wyUkmaaSZEzFZivD8F2ftSyAfk6L+DfFliVj/mYdOXbVjRcS87fQJLTnhk6dRZPuJjI+9g6RZJO4PNCngUrmyw==", - "dependencies": { - "@types/react": "*" - } - }, "node_modules/@types/scheduler": { "version": "0.16.2", "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" + "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", + "devOptional": true }, "node_modules/@vitejs/plugin-react": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.0.1.tgz", - "integrity": "sha512-g25lL98essfeSj43HJ0o4DMp0325XK0ITkxpgChzJU/CyemgyChtlxfnRbjfwxDGCTRxTiXtQAsdebQXKMRSOA==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz", + "integrity": "sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==", "dev": true, "dependencies": { - "@babel/core": "^7.22.5", - "@babel/plugin-transform-react-jsx-self": "^7.22.5", - "@babel/plugin-transform-react-jsx-source": "^7.22.5", + "@babel/core": "^7.23.5", + "@babel/plugin-transform-react-jsx-self": "^7.23.3", + "@babel/plugin-transform-react-jsx-source": "^7.23.3", + "@types/babel__core": "^7.20.5", "react-refresh": "^0.14.0" }, "engines": { "node": "^14.18.0 || >=16.0.0" }, "peerDependencies": { - "vite": "^4.2.0" + "vite": "^4.2.0 || ^5.0.0" } }, "node_modules/ansi-styles": { @@ -1217,9 +1478,9 @@ } }, "node_modules/browserslist": { - "version": "4.21.8", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.8.tgz", - "integrity": "sha512-j+7xYe+v+q2Id9qbBeCI8WX5NmZSRe8es1+0xntD/+gaWXznP8tFEkv5IgSaHf5dS1YwVMbX/4W6m937mj+wQw==", + "version": "4.22.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.2.tgz", + "integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==", "dev": true, "funding": [ { @@ -1236,10 +1497,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001502", - "electron-to-chromium": "^1.4.428", - "node-releases": "^2.0.12", - "update-browserslist-db": "^1.0.11" + "caniuse-lite": "^1.0.30001565", + "electron-to-chromium": "^1.4.601", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" @@ -1257,9 +1518,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001503", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001503.tgz", - "integrity": "sha512-Sf9NiF+wZxPfzv8Z3iS0rXM1Do+iOy2Lxvib38glFX+08TCYYYGR5fRJXk4d77C4AYwhUjgYgMsMudbh2TqCKw==", + "version": "1.0.30001577", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001577.tgz", + "integrity": "sha512-rs2ZygrG1PNXMfmncM0B5H1hndY5ZCC9b5TkFaVNfZ+AUlyqcMyVIQtc3fsezi0NUCk5XZfDf9WS6WxMxnfdrg==", "dev": true, "funding": [ { @@ -1298,9 +1559,9 @@ } }, "node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", + "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==", "engines": { "node": ">=6" } @@ -1361,9 +1622,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.431", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.431.tgz", - "integrity": "sha512-m232JTVmCawA2vG+1azVxhKZ9Sv1Q//xxNv5PkP5rWxGgQE8c3CiZFrh8Xnp+d1NmNxlu3QQrGIfdeW5TtXX5w==", + "version": "1.4.632", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.632.tgz", + "integrity": "sha512-JGmudTwg7yxMYvR/gWbalqqQiyu7WTFv2Xu3vw4cJHXPFxNgAk0oy8UHaer8nLF4lZJa+rNoj6GsrKIVJTV6Tw==", "dev": true }, "node_modules/error-ex": { @@ -1375,9 +1636,9 @@ } }, "node_modules/esbuild": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", - "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", + "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", "dev": true, "hasInstallScript": true, "bin": { @@ -1387,28 +1648,29 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/android-arm": "0.17.19", - "@esbuild/android-arm64": "0.17.19", - "@esbuild/android-x64": "0.17.19", - "@esbuild/darwin-arm64": "0.17.19", - "@esbuild/darwin-x64": "0.17.19", - "@esbuild/freebsd-arm64": "0.17.19", - "@esbuild/freebsd-x64": "0.17.19", - "@esbuild/linux-arm": "0.17.19", - "@esbuild/linux-arm64": "0.17.19", - "@esbuild/linux-ia32": "0.17.19", - "@esbuild/linux-loong64": "0.17.19", - "@esbuild/linux-mips64el": "0.17.19", - "@esbuild/linux-ppc64": "0.17.19", - "@esbuild/linux-riscv64": "0.17.19", - "@esbuild/linux-s390x": "0.17.19", - "@esbuild/linux-x64": "0.17.19", - "@esbuild/netbsd-x64": "0.17.19", - "@esbuild/openbsd-x64": "0.17.19", - "@esbuild/sunos-x64": "0.17.19", - "@esbuild/win32-arm64": "0.17.19", - "@esbuild/win32-ia32": "0.17.19", - "@esbuild/win32-x64": "0.17.19" + "@esbuild/aix-ppc64": "0.19.11", + "@esbuild/android-arm": "0.19.11", + "@esbuild/android-arm64": "0.19.11", + "@esbuild/android-x64": "0.19.11", + "@esbuild/darwin-arm64": "0.19.11", + "@esbuild/darwin-x64": "0.19.11", + "@esbuild/freebsd-arm64": "0.19.11", + "@esbuild/freebsd-x64": "0.19.11", + "@esbuild/linux-arm": "0.19.11", + "@esbuild/linux-arm64": "0.19.11", + "@esbuild/linux-ia32": "0.19.11", + "@esbuild/linux-loong64": "0.19.11", + "@esbuild/linux-mips64el": "0.19.11", + "@esbuild/linux-ppc64": "0.19.11", + "@esbuild/linux-riscv64": "0.19.11", + "@esbuild/linux-s390x": "0.19.11", + "@esbuild/linux-x64": "0.19.11", + "@esbuild/netbsd-x64": "0.19.11", + "@esbuild/openbsd-x64": "0.19.11", + "@esbuild/sunos-x64": "0.19.11", + "@esbuild/win32-arm64": "0.19.11", + "@esbuild/win32-ia32": "0.19.11", + "@esbuild/win32-x64": "0.19.11" } }, "node_modules/escalade": { @@ -1437,9 +1699,9 @@ "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" }, "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "hasInstallScript": true, "optional": true, @@ -1602,9 +1864,9 @@ "dev": true }, "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "dev": true, "funding": [ { @@ -1620,9 +1882,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz", - "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "dev": true }, "node_modules/object-assign": { @@ -1681,9 +1943,9 @@ "dev": true }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "dev": true, "funding": [ { @@ -1700,7 +1962,7 @@ } ], "dependencies": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, @@ -1761,9 +2023,9 @@ } }, "node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" }, "node_modules/resolve": { "version": "1.22.2", @@ -1790,18 +2052,34 @@ } }, "node_modules/rollup": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz", - "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.5.tgz", + "integrity": "sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ==", "dev": true, + "dependencies": { + "@types/estree": "1.0.5" + }, "bin": { "rollup": "dist/bin/rollup" }, "engines": { - "node": ">=14.18.0", + "node": ">=18.0.0", "npm": ">=8.0.0" }, "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.9.5", + "@rollup/rollup-android-arm64": "4.9.5", + "@rollup/rollup-darwin-arm64": "4.9.5", + "@rollup/rollup-darwin-x64": "4.9.5", + "@rollup/rollup-linux-arm-gnueabihf": "4.9.5", + "@rollup/rollup-linux-arm64-gnu": "4.9.5", + "@rollup/rollup-linux-arm64-musl": "4.9.5", + "@rollup/rollup-linux-riscv64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-musl": "4.9.5", + "@rollup/rollup-win32-arm64-msvc": "4.9.5", + "@rollup/rollup-win32-ia32-msvc": "4.9.5", + "@rollup/rollup-win32-x64-msvc": "4.9.5", "fsevents": "~2.3.2" } }, @@ -1814,9 +2092,9 @@ } }, "node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, "bin": { "semver": "bin/semver.js" @@ -1875,9 +2153,9 @@ } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -1888,9 +2166,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", - "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", "dev": true, "funding": [ { @@ -1918,27 +2196,31 @@ } }, "node_modules/vite": { - "version": "4.3.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz", - "integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==", + "version": "5.0.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz", + "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==", "dev": true, "dependencies": { - "esbuild": "^0.17.5", - "postcss": "^8.4.23", - "rollup": "^3.21.0" + "esbuild": "^0.19.3", + "postcss": "^8.4.32", + "rollup": "^4.2.0" }, "bin": { "vite": "bin/vite.js" }, "engines": { - "node": "^14.18.0 || >=16.0.0" + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" }, "optionalDependencies": { - "fsevents": "~2.3.2" + "fsevents": "~2.3.3" }, "peerDependencies": { - "@types/node": ">= 14", + "@types/node": "^18.0.0 || >=20.0.0", "less": "*", + "lightningcss": "^1.21.0", "sass": "*", "stylus": "*", "sugarss": "*", @@ -1951,6 +2233,9 @@ "less": { "optional": true }, + "lightningcss": { + "optional": true + }, "sass": { "optional": true }, @@ -1992,81 +2277,90 @@ } }, "@babel/code-frame": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", - "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", + "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", "requires": { - "@babel/highlight": "^7.22.5" + "@babel/highlight": "^7.23.4", + "chalk": "^2.4.2" } }, "@babel/compat-data": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz", - "integrity": "sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", + "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", "dev": true }, "@babel/core": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz", - "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==", + "version": "7.23.7", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.7.tgz", + "integrity": "sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==", "dev": true, "requires": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helpers": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5", - "convert-source-map": "^1.7.0", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.7", + "@babel/parser": "^7.23.6", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.7", + "@babel/types": "^7.23.6", + "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", - "semver": "^6.3.0" + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "dependencies": { + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + } } }, "@babel/generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz", - "integrity": "sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", + "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", "dev": true, "requires": { - "@babel/types": "^7.22.5", + "@babel/types": "^7.23.6", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" } }, "@babel/helper-compilation-targets": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz", - "integrity": "sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, "requires": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "browserslist": "^4.21.3", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", - "semver": "^6.3.0" + "semver": "^6.3.1" } }, "@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true }, "@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, "requires": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" } }, "@babel/helper-hoist-variables": { @@ -2079,27 +2373,24 @@ } }, "@babel/helper-module-imports": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", - "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", "requires": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" } }, "@babel/helper-module-transforms": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz", - "integrity": "sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", "dev": true, "requires": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.22.15", "@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", - "@babel/types": "^7.22.5" + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-validator-identifier": "^7.22.20" } }, "@babel/helper-plugin-utils": { @@ -2118,119 +2409,119 @@ } }, "@babel/helper-split-export-declaration": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz", - "integrity": "sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, "requires": { "@babel/types": "^7.22.5" } }, "@babel/helper-string-parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==" + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", + "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==" }, "@babel/helper-validator-identifier": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", - "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==" + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==" }, "@babel/helper-validator-option": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", - "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "dev": true }, "@babel/helpers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz", - "integrity": "sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.8.tgz", + "integrity": "sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==", "dev": true, "requires": { - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.7", + "@babel/types": "^7.23.6" } }, "@babel/highlight": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", - "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", + "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", "requires": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" } }, "@babel/parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz", - "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", + "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", "dev": true }, "@babel/plugin-transform-react-jsx-self": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz", - "integrity": "sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.23.3.tgz", + "integrity": "sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5" } }, "@babel/plugin-transform-react-jsx-source": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.22.5.tgz", - "integrity": "sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.23.3.tgz", + "integrity": "sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5" } }, "@babel/runtime": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz", - "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", + "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", "requires": { - "regenerator-runtime": "^0.13.11" + "regenerator-runtime": "^0.14.0" } }, "@babel/template": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" } }, "@babel/traverse": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz", - "integrity": "sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==", + "version": "7.23.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.7.tgz", + "integrity": "sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==", "dev": true, "requires": { - "@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/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@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.1.0", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.23.6", + "@babel/types": "^7.23.6", + "debug": "^4.3.1", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz", - "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", + "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", "requires": { - "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-string-parser": "^7.23.4", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" } }, @@ -2283,14 +2574,14 @@ "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, "@emotion/react": { - "version": "11.11.1", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz", - "integrity": "sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==", + "version": "11.11.3", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz", + "integrity": "sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==", "requires": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.11.0", "@emotion/cache": "^11.11.0", - "@emotion/serialize": "^1.1.2", + "@emotion/serialize": "^1.1.3", "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", "@emotion/utils": "^1.2.1", "@emotion/weak-memoize": "^0.3.1", @@ -2298,9 +2589,9 @@ } }, "@emotion/serialize": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz", - "integrity": "sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz", + "integrity": "sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==", "requires": { "@emotion/hash": "^0.9.1", "@emotion/memoize": "^0.8.1", @@ -2348,160 +2639,197 @@ "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz", "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" }, + "@esbuild/aix-ppc64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", + "integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==", + "dev": true, + "optional": true + }, "@esbuild/android-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", - "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", + "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", "dev": true, "optional": true }, "@esbuild/android-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", - "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", + "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", "dev": true, "optional": true }, "@esbuild/android-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", - "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", + "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", "dev": true, "optional": true }, "@esbuild/darwin-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", - "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", + "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", "dev": true, "optional": true }, "@esbuild/darwin-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", - "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", + "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", "dev": true, "optional": true }, "@esbuild/freebsd-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", - "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", + "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", "dev": true, "optional": true }, "@esbuild/freebsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", - "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", + "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", "dev": true, "optional": true }, "@esbuild/linux-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", - "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", + "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", "dev": true, "optional": true }, "@esbuild/linux-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", - "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", + "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", "dev": true, "optional": true }, "@esbuild/linux-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", - "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", + "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", "dev": true, "optional": true }, "@esbuild/linux-loong64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", - "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", + "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", "dev": true, "optional": true }, "@esbuild/linux-mips64el": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", - "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", + "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", "dev": true, "optional": true }, "@esbuild/linux-ppc64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", - "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", + "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", "dev": true, "optional": true }, "@esbuild/linux-riscv64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", - "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", + "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", "dev": true, "optional": true }, "@esbuild/linux-s390x": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", - "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", + "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", "dev": true, "optional": true }, "@esbuild/linux-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", - "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", + "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", "dev": true, "optional": true }, "@esbuild/netbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", - "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", + "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", "dev": true, "optional": true }, "@esbuild/openbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", - "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", + "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", "dev": true, "optional": true }, "@esbuild/sunos-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", - "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", + "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", "dev": true, "optional": true }, "@esbuild/win32-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", - "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", + "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", "dev": true, "optional": true }, "@esbuild/win32-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", - "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", + "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", "dev": true, "optional": true }, "@esbuild/win32-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", - "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", + "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", "dev": true, "optional": true }, + "@floating-ui/core": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.3.tgz", + "integrity": "sha512-O0WKDOo0yhJuugCx6trZQj5jVJ9yR0ystG2JaNAemYUWce+pmM6WUEFIibnWyEJKdrDxhm75NoSRME35FNaM/Q==", + "requires": { + "@floating-ui/utils": "^0.2.0" + } + }, + "@floating-ui/dom": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.4.tgz", + "integrity": "sha512-jByEsHIY+eEdCjnTVu+E3ephzTOzkQ8hgUfGwos+bg7NlH33Zc5uO+QHz1mrQUOgIKKDD1RtS201P9NvAfq3XQ==", + "requires": { + "@floating-ui/core": "^1.5.3", + "@floating-ui/utils": "^0.2.0" + } + }, + "@floating-ui/react-dom": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.6.tgz", + "integrity": "sha512-IB8aCRFxr8nFkdYZgH+Otd9EVQPJoynxeFRGTB8voPoZMRWo8XjYuCRgpI1btvuKY69XMiLnW+ym7zoBHM90Rw==", + "requires": { + "@floating-ui/dom": "^1.5.4" + } + }, + "@floating-ui/utils": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz", + "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" + }, "@jridgewell/gen-mapping": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", @@ -2514,9 +2842,9 @@ } }, "@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", "dev": true }, "@jridgewell/set-array": { @@ -2532,110 +2860,98 @@ "dev": true }, "@jridgewell/trace-mapping": { - "version": "0.3.18", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", - "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", + "version": "0.3.21", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.21.tgz", + "integrity": "sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g==", "dev": true, "requires": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" - }, - "dependencies": { - "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", - "dev": true - } + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "@mui/base": { - "version": "5.0.0-beta.6", - "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz", - "integrity": "sha512-jcHy6HwOX7KzRhRtL8nvIvUlxvLx2Fl6NMRCyUSQSvMTyfou9kndekz0H4HJaXvG1Y4WEifk23RYedOlrD1kEQ==", - "requires": { - "@babel/runtime": "^7.22.5", - "@emotion/is-prop-valid": "^1.2.1", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.13.7", + "version": "5.0.0-beta.32", + "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz", + "integrity": "sha512-4VptvYeLUYMJhZapWBkD50GmKfOc0XT381KJcTK3ncZYIl8MdBhpR6l8jOyeP5cixUPBJhstjrnmQEAHjCLriw==", + "requires": { + "@babel/runtime": "^7.23.8", + "@floating-ui/react-dom": "^2.0.5", + "@mui/types": "^7.2.13", + "@mui/utils": "^5.15.5", "@popperjs/core": "^2.11.8", - "clsx": "^1.2.1", - "prop-types": "^15.8.1", - "react-is": "^18.2.0" + "clsx": "^2.1.0", + "prop-types": "^15.8.1" } }, "@mui/core-downloads-tracker": { - "version": "5.13.7", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.13.7.tgz", - "integrity": "sha512-/suIo4WoeL/OyO3KUsFVpdOmKiSAr6NpWXmQ4WLSxwKrTiha1FJxM6vwAki5W/5kR9WnVLw5E8JC4oHHsutT8w==" + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.5.tgz", + "integrity": "sha512-VhT8klyXy8GrWrARqLMoM6Nzz809Jc3Wn5wd7WOZfre2vFO1rBV1dBANAPBhBqpaQI0HCMRTWEYoSyOFgRnz4A==" }, "@mui/joy": { - "version": "5.0.0-alpha.86", - "resolved": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz", - "integrity": "sha512-Ljhzb4rwjzUyVZqv4IDPTLWvpOjYs/+XJuz9b7j+Zf6i09xYMvXIe5hgI2jHHdf26by+4EwtoU85GrKpN8fp8w==", - "requires": { - "@babel/runtime": "^7.22.5", - "@mui/base": "5.0.0-beta.6", - "@mui/core-downloads-tracker": "^5.13.7", - "@mui/system": "^5.13.7", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.13.7", - "clsx": "^1.2.1", - "csstype": "^3.1.2", - "prop-types": "^15.8.1", - "react-is": "^18.2.0" + "version": "5.0.0-beta.23", + "resolved": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz", + "integrity": "sha512-Yik+eMYGuZ4ccYYREsaz3TT/h932Hp+tKkQQ1JuRbPtE7EA1zW4ZaO9MuIuMt1/CnmVsPiXnE52A7ElBHCz9uQ==", + "requires": { + "@babel/runtime": "^7.23.8", + "@mui/base": "5.0.0-beta.32", + "@mui/core-downloads-tracker": "^5.15.5", + "@mui/system": "^5.15.5", + "@mui/types": "^7.2.13", + "@mui/utils": "^5.15.5", + "clsx": "^2.1.0", + "prop-types": "^15.8.1" } }, "@mui/private-theming": { - "version": "5.13.7", - "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz", - "integrity": "sha512-qbSr+udcij5F9dKhGX7fEdx2drXchq7htLNr2Qg2Ma+WJ6q0ERlEqGSBiPiVDJkptcjeVL4DGmcf1wl5+vD4EA==", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz", + "integrity": "sha512-HU1KCyGNcJFsUamTbOM539ZDZJNI/XU7sZFdsN29glktUf+T6hNvDuO2ISinBiLTZy7Ab3R6DSSoYXRrLc4uwQ==", "requires": { - "@babel/runtime": "^7.22.5", - "@mui/utils": "^5.13.7", + "@babel/runtime": "^7.23.8", + "@mui/utils": "^5.15.5", "prop-types": "^15.8.1" } }, "@mui/styled-engine": { - "version": "5.13.2", - "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz", - "integrity": "sha512-VCYCU6xVtXOrIN8lcbuPmoG+u7FYuOERG++fpY74hPpEWkyFQG97F+/XfTQVYzlR2m7nPjnwVUgATcTCMEaMvw==", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz", + "integrity": "sha512-xoMUd8h270thNL7ZsOzmlluIAMsQg/HT7SCdRjPBVle+XHgTKaiWiRy1ekDOsrrF0rhjME3T7xeeUq2G269UUw==", "requires": { - "@babel/runtime": "^7.21.0", + "@babel/runtime": "^7.23.8", "@emotion/cache": "^11.11.0", "csstype": "^3.1.2", "prop-types": "^15.8.1" } }, "@mui/system": { - "version": "5.13.7", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz", - "integrity": "sha512-7R2KdI6vr8KtnauEfg9e9xQmPk6Gg/1vGNiALYyhSI+cYztxN6WmlSqGX4bjWn/Sygp1TUE1jhFEgs7MWruhkQ==", - "requires": { - "@babel/runtime": "^7.22.5", - "@mui/private-theming": "^5.13.7", - "@mui/styled-engine": "^5.13.2", - "@mui/types": "^7.2.4", - "@mui/utils": "^5.13.7", - "clsx": "^1.2.1", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz", + "integrity": "sha512-DMv2vGjUKaDt/m0RlzvLjpKiS5V0LoBhiMUHf5pWdj6uoNlN4FuKUe4pFeYmQMIO5DnVZKybmpPepfkdfEH+Og==", + "requires": { + "@babel/runtime": "^7.23.8", + "@mui/private-theming": "^5.15.5", + "@mui/styled-engine": "^5.15.5", + "@mui/types": "^7.2.13", + "@mui/utils": "^5.15.5", + "clsx": "^2.1.0", "csstype": "^3.1.2", "prop-types": "^15.8.1" } }, "@mui/types": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.4.tgz", - "integrity": "sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==", + "version": "7.2.13", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.13.tgz", + "integrity": "sha512-qP9OgacN62s+l8rdDhSFRe05HWtLLJ5TGclC9I1+tQngbssu0m2dmFZs+Px53AcOs9fD7TbYd4gc9AXzVqO/+g==", "requires": {} }, "@mui/utils": { - "version": "5.13.7", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz", - "integrity": "sha512-/3BLptG/q0u36eYED7Nhf4fKXmcKb6LjjT7ZMwhZIZSdSxVqDqSTmATW3a56n3KEPQUXCU9TpxAfCBQhs6brVA==", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz", + "integrity": "sha512-jEywgaMGZWPSlVFO7ZZAyXxNeLmq5XBp5At9Ne/sGohRJdesUcdxvyi8TP3odJxwQuL5L6PJV+JQ4DyIDM849A==", "requires": { - "@babel/runtime": "^7.22.5", - "@types/prop-types": "^15.7.5", - "@types/react-is": "^18.2.1", + "@babel/runtime": "^7.23.8", + "@types/prop-types": "^15.7.11", "prop-types": "^15.8.1", "react-is": "^18.2.0" } @@ -2645,20 +2961,159 @@ "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" }, + "@rollup/rollup-android-arm-eabi": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz", + "integrity": "sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-android-arm64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.5.tgz", + "integrity": "sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg==", + "dev": true, + "optional": true + }, + "@rollup/rollup-darwin-arm64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.5.tgz", + "integrity": "sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w==", + "dev": true, + "optional": true + }, + "@rollup/rollup-darwin-x64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.5.tgz", + "integrity": "sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.5.tgz", + "integrity": "sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-arm64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.5.tgz", + "integrity": "sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-arm64-musl": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.5.tgz", + "integrity": "sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-riscv64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.5.tgz", + "integrity": "sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-x64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz", + "integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-x64-musl": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.5.tgz", + "integrity": "sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg==", + "dev": true, + "optional": true + }, + "@rollup/rollup-win32-arm64-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.5.tgz", + "integrity": "sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ==", + "dev": true, + "optional": true + }, + "@rollup/rollup-win32-ia32-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.5.tgz", + "integrity": "sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-win32-x64-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz", + "integrity": "sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ==", + "dev": true, + "optional": true + }, + "@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "requires": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "@types/babel__generator": { + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "dev": true, + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@types/babel__traverse": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", + "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", + "dev": true, + "requires": { + "@babel/types": "^7.20.7" + } + }, + "@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true + }, "@types/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" }, "@types/prop-types": { - "version": "15.7.5", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" + "version": "15.7.11", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz", + "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" }, "@types/react": { - "version": "18.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz", - "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==", + "version": "18.2.48", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.48.tgz", + "integrity": "sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==", + "devOptional": true, "requires": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -2666,36 +3121,30 @@ } }, "@types/react-dom": { - "version": "18.2.6", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.6.tgz", - "integrity": "sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A==", + "version": "18.2.18", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.18.tgz", + "integrity": "sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==", "dev": true, "requires": { "@types/react": "*" } }, - "@types/react-is": { - "version": "18.2.1", - "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-18.2.1.tgz", - "integrity": "sha512-wyUkmaaSZEzFZivD8F2ftSyAfk6L+DfFliVj/mYdOXbVjRcS87fQJLTnhk6dRZPuJjI+9g6RZJO4PNCngUrmyw==", - "requires": { - "@types/react": "*" - } - }, "@types/scheduler": { "version": "0.16.2", "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" + "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", + "devOptional": true }, "@vitejs/plugin-react": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.0.1.tgz", - "integrity": "sha512-g25lL98essfeSj43HJ0o4DMp0325XK0ITkxpgChzJU/CyemgyChtlxfnRbjfwxDGCTRxTiXtQAsdebQXKMRSOA==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz", + "integrity": "sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==", "dev": true, "requires": { - "@babel/core": "^7.22.5", - "@babel/plugin-transform-react-jsx-self": "^7.22.5", - "@babel/plugin-transform-react-jsx-source": "^7.22.5", + "@babel/core": "^7.23.5", + "@babel/plugin-transform-react-jsx-self": "^7.23.3", + "@babel/plugin-transform-react-jsx-source": "^7.23.3", + "@types/babel__core": "^7.20.5", "react-refresh": "^0.14.0" } }, @@ -2718,15 +3167,15 @@ } }, "browserslist": { - "version": "4.21.8", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.8.tgz", - "integrity": "sha512-j+7xYe+v+q2Id9qbBeCI8WX5NmZSRe8es1+0xntD/+gaWXznP8tFEkv5IgSaHf5dS1YwVMbX/4W6m937mj+wQw==", + "version": "4.22.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.2.tgz", + "integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001502", - "electron-to-chromium": "^1.4.428", - "node-releases": "^2.0.12", - "update-browserslist-db": "^1.0.11" + "caniuse-lite": "^1.0.30001565", + "electron-to-chromium": "^1.4.601", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" } }, "callsites": { @@ -2735,9 +3184,9 @@ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" }, "caniuse-lite": { - "version": "1.0.30001503", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001503.tgz", - "integrity": "sha512-Sf9NiF+wZxPfzv8Z3iS0rXM1Do+iOy2Lxvib38glFX+08TCYYYGR5fRJXk4d77C4AYwhUjgYgMsMudbh2TqCKw==", + "version": "1.0.30001577", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001577.tgz", + "integrity": "sha512-rs2ZygrG1PNXMfmncM0B5H1hndY5ZCC9b5TkFaVNfZ+AUlyqcMyVIQtc3fsezi0NUCk5XZfDf9WS6WxMxnfdrg==", "dev": true }, "chalk": { @@ -2758,9 +3207,9 @@ } }, "clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", + "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==" }, "color-convert": { "version": "1.9.3", @@ -2807,9 +3256,9 @@ } }, "electron-to-chromium": { - "version": "1.4.431", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.431.tgz", - "integrity": "sha512-m232JTVmCawA2vG+1azVxhKZ9Sv1Q//xxNv5PkP5rWxGgQE8c3CiZFrh8Xnp+d1NmNxlu3QQrGIfdeW5TtXX5w==", + "version": "1.4.632", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.632.tgz", + "integrity": "sha512-JGmudTwg7yxMYvR/gWbalqqQiyu7WTFv2Xu3vw4cJHXPFxNgAk0oy8UHaer8nLF4lZJa+rNoj6GsrKIVJTV6Tw==", "dev": true }, "error-ex": { @@ -2821,33 +3270,34 @@ } }, "esbuild": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", - "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", - "dev": true, - "requires": { - "@esbuild/android-arm": "0.17.19", - "@esbuild/android-arm64": "0.17.19", - "@esbuild/android-x64": "0.17.19", - "@esbuild/darwin-arm64": "0.17.19", - "@esbuild/darwin-x64": "0.17.19", - "@esbuild/freebsd-arm64": "0.17.19", - "@esbuild/freebsd-x64": "0.17.19", - "@esbuild/linux-arm": "0.17.19", - "@esbuild/linux-arm64": "0.17.19", - "@esbuild/linux-ia32": "0.17.19", - "@esbuild/linux-loong64": "0.17.19", - "@esbuild/linux-mips64el": "0.17.19", - "@esbuild/linux-ppc64": "0.17.19", - "@esbuild/linux-riscv64": "0.17.19", - "@esbuild/linux-s390x": "0.17.19", - "@esbuild/linux-x64": "0.17.19", - "@esbuild/netbsd-x64": "0.17.19", - "@esbuild/openbsd-x64": "0.17.19", - "@esbuild/sunos-x64": "0.17.19", - "@esbuild/win32-arm64": "0.17.19", - "@esbuild/win32-ia32": "0.17.19", - "@esbuild/win32-x64": "0.17.19" + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", + "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", + "dev": true, + "requires": { + "@esbuild/aix-ppc64": "0.19.11", + "@esbuild/android-arm": "0.19.11", + "@esbuild/android-arm64": "0.19.11", + "@esbuild/android-x64": "0.19.11", + "@esbuild/darwin-arm64": "0.19.11", + "@esbuild/darwin-x64": "0.19.11", + "@esbuild/freebsd-arm64": "0.19.11", + "@esbuild/freebsd-x64": "0.19.11", + "@esbuild/linux-arm": "0.19.11", + "@esbuild/linux-arm64": "0.19.11", + "@esbuild/linux-ia32": "0.19.11", + "@esbuild/linux-loong64": "0.19.11", + "@esbuild/linux-mips64el": "0.19.11", + "@esbuild/linux-ppc64": "0.19.11", + "@esbuild/linux-riscv64": "0.19.11", + "@esbuild/linux-s390x": "0.19.11", + "@esbuild/linux-x64": "0.19.11", + "@esbuild/netbsd-x64": "0.19.11", + "@esbuild/openbsd-x64": "0.19.11", + "@esbuild/sunos-x64": "0.19.11", + "@esbuild/win32-arm64": "0.19.11", + "@esbuild/win32-ia32": "0.19.11", + "@esbuild/win32-x64": "0.19.11" } }, "escalade": { @@ -2867,9 +3317,9 @@ "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" }, "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "optional": true }, @@ -2991,15 +3441,15 @@ "dev": true }, "nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "dev": true }, "node-releases": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz", - "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "dev": true }, "object-assign": { @@ -3043,12 +3493,12 @@ "dev": true }, "postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "dev": true, "requires": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" } @@ -3099,9 +3549,9 @@ "dev": true }, "regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" }, "resolve": { "version": "1.22.2", @@ -3119,11 +3569,25 @@ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" }, "rollup": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz", - "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==", - "dev": true, - "requires": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.5.tgz", + "integrity": "sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ==", + "dev": true, + "requires": { + "@rollup/rollup-android-arm-eabi": "4.9.5", + "@rollup/rollup-android-arm64": "4.9.5", + "@rollup/rollup-darwin-arm64": "4.9.5", + "@rollup/rollup-darwin-x64": "4.9.5", + "@rollup/rollup-linux-arm-gnueabihf": "4.9.5", + "@rollup/rollup-linux-arm64-gnu": "4.9.5", + "@rollup/rollup-linux-arm64-musl": "4.9.5", + "@rollup/rollup-linux-riscv64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-musl": "4.9.5", + "@rollup/rollup-win32-arm64-msvc": "4.9.5", + "@rollup/rollup-win32-ia32-msvc": "4.9.5", + "@rollup/rollup-win32-x64-msvc": "4.9.5", + "@types/estree": "1.0.5", "fsevents": "~2.3.2" } }, @@ -3136,9 +3600,9 @@ } }, "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true }, "source-map": { @@ -3176,15 +3640,15 @@ "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" }, "typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "dev": true }, "update-browserslist-db": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", - "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", "dev": true, "requires": { "escalade": "^3.1.1", @@ -3192,15 +3656,15 @@ } }, "vite": { - "version": "4.3.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz", - "integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==", + "version": "5.0.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz", + "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==", "dev": true, "requires": { - "esbuild": "^0.17.5", - "fsevents": "~2.3.2", - "postcss": "^8.4.23", - "rollup": "^3.21.0" + "esbuild": "^0.19.3", + "fsevents": "~2.3.3", + "postcss": "^8.4.32", + "rollup": "^4.2.0" } }, "yallist": { diff --git a/test/package.json b/test/package.json index beb9cff..66b736b 100644 --- a/test/package.json +++ b/test/package.json @@ -9,17 +9,17 @@ "preview": "vite preview" }, "dependencies": { - "@emotion/react": "^11.11.1", + "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", - "@mui/joy": "5.0.0-alpha.86", + "@mui/joy": "5.0.0-beta.23", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.14", - "@types/react-dom": "^18.2.6", - "@vitejs/plugin-react": "^4.0.1", - "typescript": "^5.1.6", - "vite": "^4.3.9" + "@types/react": "^18.2.48", + "@types/react-dom": "^18.2.18", + "@vitejs/plugin-react": "^4.2.1", + "typescript": "^5.3.3", + "vite": "^5.0.11" } } diff --git a/test/snapshots/e2e.test.ts.md b/test/snapshots/e2e.test.ts.md index 2ded9b0..09cfd99 100644 --- a/test/snapshots/e2e.test.ts.md +++ b/test/snapshots/e2e.test.ts.md @@ -40,68 +40,22 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ {␊ "name": "@emotion/memoize",␊ "version": "0.8.1",␊ @@ -186,9 +140,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -202,10 +156,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -217,52 +171,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ }␊ @@ -307,68 +307,22 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ {␊ "name": "@emotion/memoize",␊ "version": "0.8.1",␊ @@ -453,9 +407,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -469,10 +423,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -484,52 +438,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ }␊ @@ -574,68 +574,22 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ {␊ "name": "@emotion/memoize",␊ "version": "0.8.1",␊ @@ -720,9 +674,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -736,10 +690,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -751,52 +705,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ }␊ @@ -810,53 +810,99 @@ Generated by [AVA](https://avajs.dev). source: `[␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ {␊ "name": "@emotion/styled",␊ "version": "11.11.0",␊ @@ -867,10 +913,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -884,9 +930,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -972,67 +1018,21 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -1093,68 +1093,22 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ {␊ "name": "@emotion/memoize",␊ "version": "0.8.1",␊ @@ -1239,9 +1193,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -1255,10 +1209,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -1270,52 +1224,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ }␊ @@ -1340,87 +1340,41 @@ Generated by [AVA](https://avajs.dev). "repository": "https://github.com/facebook/react.git",␊ "source": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",␊ "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-dom",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "scheduler",␊ - "version": "0.23.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "@babel/runtime",␊ - "version": "7.22.5",␊ - "author": "The Babel Team (https://babel.dev/team)",␊ - "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-dom",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",␊ "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ + "name": "scheduler",␊ + "version": "0.23.0",␊ "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "source": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "name": "@mui/joy",␊ + "version": "5.0.0-beta.23",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "name": "@babel/runtime",␊ + "version": "7.23.8",␊ + "author": "The Babel Team (https://babel.dev/team)",␊ + "repository": "https://github.com/babel/babel.git",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@emotion/memoize",␊ @@ -1506,9 +1460,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -1522,10 +1476,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -1537,63 +1491,109 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "vite",␊ - "version": "4.3.9",␊ + "version": "5.0.11",␊ "author": "Evan You",␊ "repository": "git+https://github.com/vitejs/vite.git",␊ - "source": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz",␊ + "source": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz",␊ "license": "MIT",␊ - "licenseText": "# Vite core license\\nVite is released under the MIT license:\\n\\nMIT License\\n\\nCopyright (c) 2019-present, Yuxi (Evan) You and Vite contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n\\n# Licenses of bundled dependencies\\nThe published Vite artifact additionally contains code with the following licenses:\\nApache-2.0, BSD-2-Clause, CC0-1.0, ISC, MIT\\n\\n# Bundled dependencies:\\n## @ampproject/remapping\\nLicense: Apache-2.0\\nBy: Justin Ridgewell\\nRepository: git+https://github.com/ampproject/remapping.git\\n\\n> Apache License\\n> Version 2.0, January 2004\\n> http://www.apache.org/licenses/\\n> \\n> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\\n> \\n> 1. Definitions.\\n> \\n> \\"License\\" shall mean the terms and conditions for use, reproduction,\\n> and distribution as defined by Sections 1 through 9 of this document.\\n> \\n> \\"Licensor\\" shall mean the copyright owner or entity authorized by\\n> the copyright owner that is granting the License.\\n> \\n> \\"Legal Entity\\" shall mean the union of the acting entity and all\\n> other entities that control, are controlled by, or are under common\\n> control with that entity. For the purposes of this definition,\\n> \\"control\\" means (i) the power, direct or indirect, to cause the\\n> direction or management of such entity, whether by contract or\\n> otherwise, or (ii) ownership of fifty percent (50%) or more of the\\n> outstanding shares, or (iii) beneficial ownership of such entity.\\n> \\n> \\"You\\" (or \\"Your\\") shall mean an individual or Legal Entity\\n> exercising permissions granted by this License.\\n> \\n> \\"Source\\" form shall mean the preferred form for making modifications,\\n> including but not limited to software source code, documentation\\n> source, and configuration files.\\n> \\n> \\"Object\\" form shall mean any form resulting from mechanical\\n> transformation or translation of a Source form, including but\\n> not limited to compiled object code, generated documentation,\\n> and conversions to other media types.\\n> \\n> \\"Work\\" shall mean the work of authorship, whether in Source or\\n> Object form, made available under the License, as indicated by a\\n> copyright notice that is included in or attached to the work\\n> (an example is provided in the Appendix below).\\n> \\n> \\"Derivative Works\\" shall mean any work, whether in Source or Object\\n> form, that is based on (or derived from) the Work and for which the\\n> editorial revisions, annotations, elaborations, or other modifications\\n> represent, as a whole, an original work of authorship. For the purposes\\n> of this License, Derivative Works shall not include works that remain\\n> separable from, or merely link (or bind by name) to the interfaces of,\\n> the Work and Derivative Works thereof.\\n> \\n> \\"Contribution\\" shall mean any work of authorship, including\\n> the original version of the Work and any modifications or additions\\n> to that Work or Derivative Works thereof, that is intentionally\\n> submitted to Licensor for inclusion in the Work by the copyright owner\\n> or by an individual or Legal Entity authorized to submit on behalf of\\n> the copyright owner. For the purposes of this definition, \\"submitted\\"\\n> means any form of electronic, verbal, or written communication sent\\n> to the Licensor or its representatives, including but not limited to\\n> communication on electronic mailing lists, source code control systems,\\n> and issue tracking systems that are managed by, or on behalf of, the\\n> Licensor for the purpose of discussing and improving the Work, but\\n> excluding communication that is conspicuously marked or otherwise\\n> designated in writing by the copyright owner as \\"Not a Contribution.\\"\\n> \\n> \\"Contributor\\" shall mean Licensor and any individual or Legal Entity\\n> on behalf of whom a Contribution has been received by Licensor and\\n> subsequently incorporated within the Work.\\n> \\n> 2. Grant of Copyright License. Subject to the terms and conditions of\\n> this License, each Contributor hereby grants to You a perpetual,\\n> worldwide, non-exclusive, no-charge, royalty-free, irrevocable\\n> copyright license to reproduce, prepare Derivative Works of,\\n> publicly display, publicly perform, sublicense, and distribute the\\n> Work and such Derivative Works in Source or Object form.\\n> \\n> 3. Grant of Patent License. Subject to the terms and conditions of\\n> this License, each Contributor hereby grants to You a perpetual,\\n> worldwide, non-exclusive, no-charge, royalty-free, irrevocable\\n> (except as stated in this section) patent license to make, have made,\\n> use, offer to sell, sell, import, and otherwise transfer the Work,\\n> where such license applies only to those patent claims licensable\\n> by such Contributor that are necessarily infringed by their\\n> Contribution(s) alone or by combination of their Contribution(s)\\n> with the Work to which such Contribution(s) was submitted. If You\\n> institute patent litigation against any entity (including a\\n> cross-claim or counterclaim in a lawsuit) alleging that the Work\\n> or a Contribution incorporated within the Work constitutes direct\\n> or contributory patent infringement, then any patent licenses\\n> granted to You under this License for that Work shall terminate\\n> as of the date such litigation is filed.\\n> \\n> 4. Redistribution. You may reproduce and distribute copies of the\\n> Work or Derivative Works thereof in any medium, with or without\\n> modifications, and in Source or Object form, provided that You\\n> meet the following conditions:\\n> \\n> (a) You must give any other recipients of the Work or\\n> Derivative Works a copy of this License; and\\n> \\n> (b) You must cause any modified files to carry prominent notices\\n> stating that You changed the files; and\\n> \\n> (c) You must retain, in the Source form of any Derivative Works\\n> that You distribute, all copyright, patent, trademark, and\\n> attribution notices from the Source form of the Work,\\n> excluding those notices that do not pertain to any part of\\n> the Derivative Works; and\\n> \\n> (d) If the Work includes a \\"NOTICE\\" text file as part of its\\n> distribution, then any Derivative Works that You distribute must\\n> include a readable copy of the attribution notices contained\\n> within such NOTICE file, excluding those notices that do not\\n> pertain to any part of the Derivative Works, in at least one\\n> of the following places: within a NOTICE text file distributed\\n> as part of the Derivative Works; within the Source form or\\n> documentation, if provided along with the Derivative Works; or,\\n> within a display generated by the Derivative Works, if and\\n> wherever such third-party notices normally appear. The contents\\n> of the NOTICE file are for informational purposes only and\\n> do not modify the License. You may add Your own attribution\\n> notices within Derivative Works that You distribute, alongside\\n> or as an addendum to the NOTICE text from the Work, provided\\n> that such additional attribution notices cannot be construed\\n> as modifying the License.\\n> \\n> You may add Your own copyright statement to Your modifications and\\n> may provide additional or different license terms and conditions\\n> for use, reproduction, or distribution of Your modifications, or\\n> for any such Derivative Works as a whole, provided Your use,\\n> reproduction, and distribution of the Work otherwise complies with\\n> the conditions stated in this License.\\n> \\n> 5. Submission of Contributions. Unless You explicitly state otherwise,\\n> any Contribution intentionally submitted for inclusion in the Work\\n> by You to the Licensor shall be under the terms and conditions of\\n> this License, without any additional terms or conditions.\\n> Notwithstanding the above, nothing herein shall supersede or modify\\n> the terms of any separate license agreement you may have executed\\n> with Licensor regarding such Contributions.\\n> \\n> 6. Trademarks. This License does not grant permission to use the trade\\n> names, trademarks, service marks, or product names of the Licensor,\\n> except as required for reasonable and customary use in describing the\\n> origin of the Work and reproducing the content of the NOTICE file.\\n> \\n> 7. Disclaimer of Warranty. Unless required by applicable law or\\n> agreed to in writing, Licensor provides the Work (and each\\n> Contributor provides its Contributions) on an \\"AS IS\\" BASIS,\\n> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\\n> implied, including, without limitation, any warranties or conditions\\n> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\\n> PARTICULAR PURPOSE. You are solely responsible for determining the\\n> appropriateness of using or redistributing the Work and assume any\\n> risks associated with Your exercise of permissions under this License.\\n> \\n> 8. Limitation of Liability. In no event and under no legal theory,\\n> whether in tort (including negligence), contract, or otherwise,\\n> unless required by applicable law (such as deliberate and grossly\\n> negligent acts) or agreed to in writing, shall any Contributor be\\n> liable to You for damages, including any direct, indirect, special,\\n> incidental, or consequential damages of any character arising as a\\n> result of this License or out of the use or inability to use the\\n> Work (including but not limited to damages for loss of goodwill,\\n> work stoppage, computer failure or malfunction, or any and all\\n> other commercial damages or losses), even if such Contributor\\n> has been advised of the possibility of such damages.\\n> \\n> 9. Accepting Warranty or Additional Liability. While redistributing\\n> the Work or Derivative Works thereof, You may choose to offer,\\n> and charge a fee for, acceptance of support, warranty, indemnity,\\n> or other liability obligations and/or rights consistent with this\\n> License. However, in accepting such obligations, You may act only\\n> on Your own behalf and on Your sole responsibility, not on behalf\\n> of any other Contributor, and only if You agree to indemnify,\\n> defend, and hold each Contributor harmless for any liability\\n> incurred by, or claims asserted against, such Contributor by reason\\n> of your accepting any such warranty or additional liability.\\n> \\n> END OF TERMS AND CONDITIONS\\n> \\n> APPENDIX: How to apply the Apache License to your work.\\n> \\n> To apply the Apache License to your work, attach the following\\n> boilerplate notice, with the fields enclosed by brackets \\"[]\\"\\n> replaced with your own identifying information. (Don't include\\n> the brackets!) The text should be enclosed in the appropriate\\n> comment syntax for the file format. We also recommend that a\\n> file or class name and description of purpose be included on the\\n> same \\"printed page\\" as the copyright notice for easier\\n> identification within third-party archives.\\n> \\n> Copyright [yyyy] [name of copyright owner]\\n> \\n> Licensed under the Apache License, Version 2.0 (the \\"License\\");\\n> you may not use this file except in compliance with the License.\\n> You may obtain a copy of the License at\\n> \\n> http://www.apache.org/licenses/LICENSE-2.0\\n> \\n> Unless required by applicable law or agreed to in writing, software\\n> distributed under the License is distributed on an \\"AS IS\\" BASIS,\\n> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\\n> See the License for the specific language governing permissions and\\n> limitations under the License.\\n\\n---------------------------------------\\n\\n## @jridgewell/gen-mapping\\nLicense: MIT\\nBy: Justin Ridgewell\\nRepository: https://github.com/jridgewell/gen-mapping\\n\\n> Copyright 2022 Justin Ridgewell \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @jridgewell/resolve-uri\\nLicense: MIT\\nBy: Justin Ridgewell\\nRepository: https://github.com/jridgewell/resolve-uri\\n\\n> Copyright 2019 Justin Ridgewell \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @jridgewell/set-array\\nLicense: MIT\\nBy: Justin Ridgewell\\nRepository: https://github.com/jridgewell/set-array\\n\\n> Copyright 2022 Justin Ridgewell \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @jridgewell/sourcemap-codec\\nLicense: MIT\\nBy: Rich Harris\\nRepository: git+https://github.com/jridgewell/sourcemap-codec.git\\n\\n> The MIT License\\n> \\n> Copyright (c) 2015 Rich Harris\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## @jridgewell/trace-mapping\\nLicense: MIT\\nBy: Justin Ridgewell\\nRepository: git+https://github.com/jridgewell/trace-mapping.git\\n\\n> Copyright 2022 Justin Ridgewell \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @nodelib/fs.scandir\\nLicense: MIT\\nRepository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Denis Malinochkin\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @nodelib/fs.stat\\nLicense: MIT\\nRepository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Denis Malinochkin\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @nodelib/fs.walk\\nLicense: MIT\\nRepository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Denis Malinochkin\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @polka/url\\nLicense: MIT\\nBy: Luke Edwards\\nRepository: lukeed/polka\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Luke Edwards (https://lukeed.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## @rollup/plugin-alias\\nLicense: MIT\\nBy: Johannes Stein\\nRepository: rollup/plugins\\n\\n---------------------------------------\\n\\n## @rollup/plugin-commonjs\\nLicense: MIT\\nBy: Rich Harris\\nRepository: rollup/plugins\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## @rollup/plugin-dynamic-import-vars\\nLicense: MIT\\nBy: LarsDenBakker\\nRepository: rollup/plugins\\n\\n---------------------------------------\\n\\n## @rollup/pluginutils\\nLicense: MIT\\nBy: Rich Harris\\nRepository: rollup/plugins\\n\\n---------------------------------------\\n\\n## acorn\\nLicense: MIT\\nBy: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine\\nRepository: https://github.com/acornjs/acorn.git\\n\\n> MIT License\\n> \\n> Copyright (C) 2012-2022 by various contributors (see AUTHORS)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## acorn-walk\\nLicense: MIT\\nBy: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine\\nRepository: https://github.com/acornjs/acorn.git\\n\\n> MIT License\\n> \\n> Copyright (C) 2012-2020 by various contributors (see AUTHORS)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## ansi-regex\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: chalk/ansi-regex\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (https://sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## anymatch\\nLicense: ISC\\nBy: Elan Shanker\\nRepository: https://github.com/micromatch/anymatch\\n\\n> The ISC License\\n> \\n> Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## balanced-match\\nLicense: MIT\\nBy: Julian Gruber\\nRepository: git://github.com/juliangruber/balanced-match.git\\n\\n> (MIT)\\n> \\n> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\\n> of the Software, and to permit persons to whom the Software is furnished to do\\n> so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## binary-extensions\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/binary-extensions\\n\\n> MIT License\\n> \\n> Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## brace-expansion\\nLicense: MIT\\nBy: Julian Gruber\\nRepository: git://github.com/juliangruber/brace-expansion.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2013 Julian Gruber \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## braces\\nLicense: MIT\\nBy: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm\\nRepository: micromatch/braces\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-2018, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## cac\\nLicense: MIT\\nBy: egoist\\nRepository: egoist/cac\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## chokidar\\nLicense: MIT\\nBy: Paul Miller, Elan Shanker\\nRepository: git+https://github.com/paulmillr/chokidar.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the “Software”), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## commondir\\nLicense: MIT\\nBy: James Halliday\\nRepository: http://github.com/substack/node-commondir.git\\n\\n> The MIT License\\n> \\n> Copyright (c) 2013 James Halliday (mail@substack.net)\\n> \\n> Permission is hereby granted, free of charge, \\n> to any person obtaining a copy of this software and \\n> associated documentation files (the \\"Software\\"), to \\n> deal in the Software without restriction, including \\n> without limitation the rights to use, copy, modify, \\n> merge, publish, distribute, sublicense, and/or sell \\n> copies of the Software, and to permit persons to whom \\n> the Software is furnished to do so, \\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice \\n> shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, \\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES \\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR \\n> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, \\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## connect\\nLicense: MIT\\nBy: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell\\nRepository: senchalabs/connect\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2010 Sencha Inc.\\n> Copyright (c) 2011 LearnBoost\\n> Copyright (c) 2011-2014 TJ Holowaychuk\\n> Copyright (c) 2015 Douglas Christopher Wilson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## connect-history-api-fallback\\nLicense: MIT\\nBy: Ben Ripkens, Craig Myles\\nRepository: http://github.com/bripkens/connect-history-api-fallback.git\\n\\n> The MIT License\\n> \\n> Copyright (c) 2022 Ben Blackmore and contributors\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## convert-source-map\\nLicense: MIT\\nBy: Thorsten Lorenz\\nRepository: git://github.com/thlorenz/convert-source-map.git\\n\\n> Copyright 2013 Thorsten Lorenz. \\n> All rights reserved.\\n> \\n> Permission is hereby granted, free of charge, to any person\\n> obtaining a copy of this software and associated documentation\\n> files (the \\"Software\\"), to deal in the Software without\\n> restriction, including without limitation the rights to use,\\n> copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following\\n> conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\\n> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\\n> OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## cors\\nLicense: MIT\\nBy: Troy Goode\\nRepository: expressjs/cors\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2013 Troy Goode \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## cross-spawn\\nLicense: MIT\\nBy: André Cruz\\nRepository: git@github.com:moxystudio/node-cross-spawn.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2018 Made With MOXY Lda \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## cssesc\\nLicense: MIT\\nBy: Mathias Bynens\\nRepository: https://github.com/mathiasbynens/cssesc.git\\n\\n> Copyright Mathias Bynens \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> \\"Software\\"), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\n> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\n> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\n> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## debug\\nLicense: MIT\\nBy: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne\\nRepository: git://github.com/debug-js/debug.git\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014-2017 TJ Holowaychuk \\n> Copyright (c) 2018-2021 Josh Junon\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software\\n> and associated documentation files (the 'Software'), to deal in the Software without restriction,\\n> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\\n> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial\\n> portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT\\n> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## define-lazy-prop\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/define-lazy-prop\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## dotenv\\nLicense: BSD-2-Clause\\nRepository: git://github.com/motdotla/dotenv.git\\n\\n> Copyright (c) 2015, Scott Motte\\n> All rights reserved.\\n> \\n> Redistribution and use in source and binary forms, with or without\\n> modification, are permitted provided that the following conditions are met:\\n> \\n> * Redistributions of source code must retain the above copyright notice, this\\n> list of conditions and the following disclaimer.\\n> \\n> * Redistributions in binary form must reproduce the above copyright notice,\\n> this list of conditions and the following disclaimer in the documentation\\n> and/or other materials provided with the distribution.\\n> \\n> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\"AS IS\\"\\n> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\\n> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\\n> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\\n> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\\n> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\\n> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\\n> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\\n> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\\n> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n\\n---------------------------------------\\n\\n## dotenv-expand\\nLicense: BSD-2-Clause\\nBy: motdotla\\nRepository: https://github.com/motdotla/dotenv-expand\\n\\n> Copyright (c) 2016, Scott Motte\\n> All rights reserved.\\n> \\n> Redistribution and use in source and binary forms, with or without\\n> modification, are permitted provided that the following conditions are met:\\n> \\n> * Redistributions of source code must retain the above copyright notice, this\\n> list of conditions and the following disclaimer.\\n> \\n> * Redistributions in binary form must reproduce the above copyright notice,\\n> this list of conditions and the following disclaimer in the documentation\\n> and/or other materials provided with the distribution.\\n> \\n> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\"AS IS\\"\\n> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\\n> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\\n> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\\n> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\\n> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\\n> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\\n> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\\n> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\\n> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n\\n---------------------------------------\\n\\n## ee-first\\nLicense: MIT\\nBy: Jonathan Ong, Douglas Christopher Wilson\\nRepository: jonathanong/ee-first\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014 Jonathan Ong me@jongleberry.com\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## encodeurl\\nLicense: MIT\\nBy: Douglas Christopher Wilson\\nRepository: pillarjs/encodeurl\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2016 Douglas Christopher Wilson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## entities\\nLicense: BSD-2-Clause\\nBy: Felix Boehm\\nRepository: git://github.com/fb55/entities.git\\n\\n> Copyright (c) Felix Böhm\\n> All rights reserved.\\n> \\n> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\\n> \\n> Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\\n> \\n> Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\\n> \\n> THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\"AS IS\\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,\\n> EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n\\n---------------------------------------\\n\\n## es-module-lexer\\nLicense: MIT\\nBy: Guy Bedford\\nRepository: git+https://github.com/guybedford/es-module-lexer.git\\n\\n> MIT License\\n> -----------\\n> \\n> Copyright (C) 2018-2022 Guy Bedford\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## escape-html\\nLicense: MIT\\nRepository: component/escape-html\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2012-2013 TJ Holowaychuk\\n> Copyright (c) 2015 Andreas Lubbe\\n> Copyright (c) 2015 Tiancheng \\"Timothy\\" Gu\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## estree-walker\\nLicense: MIT\\nBy: Rich Harris\\nRepository: https://github.com/Rich-Harris/estree-walker\\n\\n> Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## etag\\nLicense: MIT\\nBy: Douglas Christopher Wilson, David Björklund\\nRepository: jshttp/etag\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014-2016 Douglas Christopher Wilson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## eventemitter3\\nLicense: MIT\\nBy: Arnout Kazemier\\nRepository: git://github.com/primus/eventemitter3.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014 Arnout Kazemier\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## fast-glob\\nLicense: MIT\\nBy: Denis Malinochkin\\nRepository: mrmlnc/fast-glob\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Denis Malinochkin\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## fastq\\nLicense: ISC\\nBy: Matteo Collina\\nRepository: git+https://github.com/mcollina/fastq.git\\n\\n> Copyright (c) 2015-2020, Matteo Collina \\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\\n> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## fill-range\\nLicense: MIT\\nBy: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling\\nRepository: jonschlinkert/fill-range\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-present, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## finalhandler\\nLicense: MIT\\nBy: Douglas Christopher Wilson\\nRepository: pillarjs/finalhandler\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014-2017 Douglas Christopher Wilson \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## follow-redirects\\nLicense: MIT\\nBy: Ruben Verborgh, Olivier Lalonde, James Talmage\\nRepository: git@github.com:follow-redirects/follow-redirects.git\\n\\n> Copyright 2014–present Olivier Lalonde , James Talmage , Ruben Verborgh\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\\n> of the Software, and to permit persons to whom the Software is furnished to do\\n> so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\\n> IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## fs.realpath\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git+https://github.com/isaacs/fs.realpath.git\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n> \\n> ----\\n> \\n> This library bundles a version of the \`fs.realpath\` and \`fs.realpathSync\`\\n> methods from Node.js v0.10 under the terms of the Node.js MIT license.\\n> \\n> Node's license follows, also included at the header of \`old.js\` which contains\\n> the licensed code:\\n> \\n> Copyright Joyent, Inc. and other Node contributors.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a\\n> copy of this software and associated documentation files (the \\"Software\\"),\\n> to deal in the Software without restriction, including without limitation\\n> the rights to use, copy, modify, merge, publish, distribute, sublicense,\\n> and/or sell copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\\n> DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## generic-names\\nLicense: MIT\\nBy: Alexey Litvinov\\nRepository: git+https://github.com/css-modules/generic-names.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2015 Alexey Litvinov\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## glob\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git://github.com/isaacs/node-glob.git\\n\\n> The ISC License\\n> \\n> Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## glob-parent\\nLicense: ISC\\nBy: Gulp Team, Elan Shanker, Blaine Bublitz\\nRepository: gulpjs/glob-parent\\n\\n> The ISC License\\n> \\n> Copyright (c) 2015, 2019 Elan Shanker\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## http-proxy\\nLicense: MIT\\nBy: Charlie Robbins, jcrugzz \\nRepository: https://github.com/http-party/node-http-proxy.git\\n\\n> node-http-proxy\\n> \\n> Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> \\"Software\\"), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\n> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\n> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\n> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## icss-utils\\nLicense: ISC\\nBy: Glen Maddern\\nRepository: git+https://github.com/css-modules/icss-utils.git\\n\\n> ISC License (ISC)\\n> Copyright 2018 Glen Maddern\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## inflight\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: https://github.com/npm/inflight.git\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## inherits\\nLicense: ISC\\nRepository: git://github.com/isaacs/inherits\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\\n> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\\n> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\\n> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\\n> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\\n> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\\n> PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-binary-path\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/is-binary-path\\n\\n> MIT License\\n> \\n> Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-docker\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/is-docker\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (https://sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-extglob\\nLicense: MIT\\nBy: Jon Schlinkert\\nRepository: jonschlinkert/is-extglob\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-2016, Jon Schlinkert\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-glob\\nLicense: MIT\\nBy: Jon Schlinkert, Brian Woodward, Daniel Perez\\nRepository: micromatch/is-glob\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-2017, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-number\\nLicense: MIT\\nBy: Jon Schlinkert, Olsten Larck, Rouven Weßling\\nRepository: jonschlinkert/is-number\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-present, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-reference\\nLicense: MIT\\nBy: Rich Harris\\nRepository: git+https://github.com/Rich-Harris/is-reference.git\\n\\n---------------------------------------\\n\\n## is-wsl\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/is-wsl\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## isexe\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git+https://github.com/isaacs/isexe.git\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## json-stable-stringify\\nLicense: MIT\\nBy: James Halliday\\nRepository: git://github.com/ljharb/json-stable-stringify.git\\n\\n> This software is released under the MIT license:\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## launch-editor\\nLicense: MIT\\nBy: Evan You\\nRepository: git+https://github.com/yyx990803/launch-editor.git\\n\\n---------------------------------------\\n\\n## launch-editor-middleware\\nLicense: MIT\\nBy: Evan You\\nRepository: git+https://github.com/yyx990803/launch-editor.git\\n\\n---------------------------------------\\n\\n## lilconfig\\nLicense: MIT\\nBy: antonk52\\nRepository: https://github.com/antonk52/lilconfig\\n\\n---------------------------------------\\n\\n## loader-utils\\nLicense: MIT\\nBy: Tobias Koppers @sokra\\nRepository: https://github.com/webpack/loader-utils.git\\n\\n> Copyright JS Foundation and other contributors\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## lodash.camelcase\\nLicense: MIT\\nBy: John-David Dalton, Blaine Bublitz, Mathias Bynens\\nRepository: lodash/lodash\\n\\n> Copyright jQuery Foundation and other contributors \\n> \\n> Based on Underscore.js, copyright Jeremy Ashkenas,\\n> DocumentCloud and Investigative Reporters & Editors \\n> \\n> This software consists of voluntary contributions made by many\\n> individuals. For exact contribution history, see the revision history\\n> available at https://github.com/lodash/lodash\\n> \\n> The following license applies to all parts of this software except as\\n> documented below:\\n> \\n> ====\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> \\"Software\\"), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\n> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\n> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\n> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n> \\n> ====\\n> \\n> Copyright and related rights for sample code are waived via CC0. Sample\\n> code is defined as all source code displayed within the prose of the\\n> documentation.\\n> \\n> CC0: http://creativecommons.org/publicdomain/zero/1.0/\\n> \\n> ====\\n> \\n> Files located in the node_modules and vendor directories are externally\\n> maintained libraries used by this software which have their own\\n> licenses; we recommend you read them, as their terms may differ from the\\n> terms above.\\n\\n---------------------------------------\\n\\n## magic-string\\nLicense: MIT\\nBy: Rich Harris\\nRepository: https://github.com/rich-harris/magic-string\\n\\n> Copyright 2018 Rich Harris\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## merge2\\nLicense: MIT\\nRepository: git@github.com:teambition/merge2.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-2020 Teambition\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## micromatch\\nLicense: MIT\\nBy: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk\\nRepository: micromatch/micromatch\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-present, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## minimatch\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git://github.com/isaacs/minimatch.git\\n\\n> The ISC License\\n> \\n> Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## mlly\\nLicense: MIT\\nRepository: unjs/mlly\\n\\n> MIT License\\n> \\n> Copyright (c) Pooya Parsa \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## mrmime\\nLicense: MIT\\nBy: Luke Edwards\\nRepository: lukeed/mrmime\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Luke Edwards (https://lukeed.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## ms\\nLicense: MIT\\nRepository: zeit/ms\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2016 Zeit, Inc.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## normalize-path\\nLicense: MIT\\nBy: Jon Schlinkert, Blaine Bublitz\\nRepository: jonschlinkert/normalize-path\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-2018, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## object-assign\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/object-assign\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## okie\\nLicense: MIT\\nBy: Evan You\\nRepository: git+https://github.com/yyx990803/okie.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2020-present, Yuxi (Evan) You\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## on-finished\\nLicense: MIT\\nBy: Douglas Christopher Wilson, Jonathan Ong\\nRepository: jshttp/on-finished\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2013 Jonathan Ong \\n> Copyright (c) 2014 Douglas Christopher Wilson \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## once\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git://github.com/isaacs/once\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## open\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/open\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (https://sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## parse5\\nLicense: MIT\\nBy: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors\\nRepository: git://github.com/inikulin/parse5.git\\n\\n> Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## parseurl\\nLicense: MIT\\nBy: Douglas Christopher Wilson, Jonathan Ong\\nRepository: pillarjs/parseurl\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014 Jonathan Ong \\n> Copyright (c) 2014-2017 Douglas Christopher Wilson \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## path-key\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/path-key\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## periscopic\\nLicense: MIT\\nRepository: Rich-Harris/periscopic\\n\\n> Copyright (c) 2019 Rich Harris\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## picocolors\\nLicense: ISC\\nBy: Alexey Raspopov\\nRepository: alexeyraspopov/picocolors\\n\\n> ISC License\\n> \\n> Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\\n> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## picomatch\\nLicense: MIT\\nBy: Jon Schlinkert\\nRepository: micromatch/picomatch\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2017-present, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## pify\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/pify\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-import\\nLicense: MIT\\nBy: Maxime Thirouin\\nRepository: https://github.com/postcss/postcss-import.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-load-config\\nLicense: MIT\\nBy: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts\\nRepository: postcss/postcss-load-config\\n\\n> The MIT License (MIT)\\n> \\n> Copyright Michael Ciniawsky \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-modules\\nLicense: MIT\\nBy: Alexander Madyankin\\nRepository: https://github.com/css-modules/postcss-modules.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright 2015-present Alexander Madyankin \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-modules-extract-imports\\nLicense: ISC\\nBy: Glen Maddern\\nRepository: https://github.com/css-modules/postcss-modules-extract-imports.git\\n\\n> Copyright 2015 Glen Maddern\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-modules-local-by-default\\nLicense: MIT\\nBy: Mark Dalgleish\\nRepository: https://github.com/css-modules/postcss-modules-local-by-default.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright 2015 Mark Dalgleish \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-modules-scope\\nLicense: ISC\\nBy: Glen Maddern\\nRepository: https://github.com/css-modules/postcss-modules-scope.git\\n\\n> ISC License (ISC)\\n> \\n> Copyright (c) 2015, Glen Maddern\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-modules-values\\nLicense: ISC\\nBy: Glen Maddern\\nRepository: git+https://github.com/css-modules/postcss-modules-values.git\\n\\n> ISC License (ISC)\\n> \\n> Copyright (c) 2015, Glen Maddern\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-selector-parser\\nLicense: MIT\\nBy: Ben Briggs, Chris Eppstein\\nRepository: postcss/postcss-selector-parser\\n\\n> Copyright (c) Ben Briggs (http://beneb.info)\\n> \\n> Permission is hereby granted, free of charge, to any person\\n> obtaining a copy of this software and associated documentation\\n> files (the \\"Software\\"), to deal in the Software without\\n> restriction, including without limitation the rights to use,\\n> copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following\\n> conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\\n> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\\n> OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-value-parser\\nLicense: MIT\\nBy: Bogdan Chadkin\\nRepository: https://github.com/TrySound/postcss-value-parser.git\\n\\n> Copyright (c) Bogdan Chadkin \\n> \\n> Permission is hereby granted, free of charge, to any person\\n> obtaining a copy of this software and associated documentation\\n> files (the \\"Software\\"), to deal in the Software without\\n> restriction, including without limitation the rights to use,\\n> copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following\\n> conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\\n> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\\n> OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## queue-microtask\\nLicense: MIT\\nBy: Feross Aboukhadijeh\\nRepository: git://github.com/feross/queue-microtask.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Feross Aboukhadijeh\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## read-cache\\nLicense: MIT\\nBy: Bogdan Chadkin\\nRepository: git+https://github.com/TrySound/read-cache.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright 2016 Bogdan Chadkin \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## readdirp\\nLicense: MIT\\nBy: Thorsten Lorenz, Paul Miller\\nRepository: git://github.com/paulmillr/readdirp.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## requires-port\\nLicense: MIT\\nBy: Arnout Kazemier\\nRepository: https://github.com/unshiftio/requires-port\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## resolve.exports\\nLicense: MIT\\nBy: Luke Edwards\\nRepository: lukeed/resolve.exports\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Luke Edwards (lukeed.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## reusify\\nLicense: MIT\\nBy: Matteo Collina\\nRepository: git+https://github.com/mcollina/reusify.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2015 Matteo Collina\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## run-parallel\\nLicense: MIT\\nBy: Feross Aboukhadijeh\\nRepository: git://github.com/feross/run-parallel.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Feross Aboukhadijeh\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## shebang-command\\nLicense: MIT\\nBy: Kevin Mårtensson\\nRepository: kevva/shebang-command\\n\\n> MIT License\\n> \\n> Copyright (c) Kevin Mårtensson (github.com/kevva)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## shebang-regex\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/shebang-regex\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## shell-quote\\nLicense: MIT\\nBy: James Halliday\\nRepository: http://github.com/substack/node-shell-quote.git\\n\\n> The MIT License\\n> \\n> Copyright (c) 2013 James Halliday (mail@substack.net)\\n> \\n> Permission is hereby granted, free of charge, \\n> to any person obtaining a copy of this software and \\n> associated documentation files (the \\"Software\\"), to \\n> deal in the Software without restriction, including \\n> without limitation the rights to use, copy, modify, \\n> merge, publish, distribute, sublicense, and/or sell \\n> copies of the Software, and to permit persons to whom \\n> the Software is furnished to do so, \\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice \\n> shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, \\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES \\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR \\n> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, \\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## sirv\\nLicense: MIT\\nBy: Luke Edwards\\nRepository: lukeed/sirv\\n\\n---------------------------------------\\n\\n## statuses\\nLicense: MIT\\nBy: Douglas Christopher Wilson, Jonathan Ong\\nRepository: jshttp/statuses\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014 Jonathan Ong \\n> Copyright (c) 2016 Douglas Christopher Wilson \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## string-hash\\nLicense: CC0-1.0\\nBy: The Dark Sky Company\\nRepository: git://github.com/darkskyapp/string-hash.git\\n\\n---------------------------------------\\n\\n## strip-ansi\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: chalk/strip-ansi\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (https://sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## strip-literal\\nLicense: MIT\\nBy: Anthony Fu\\nRepository: git+https://github.com/antfu/strip-literal.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2022 Anthony Fu \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## to-regex-range\\nLicense: MIT\\nBy: Jon Schlinkert, Rouven Weßling\\nRepository: micromatch/to-regex-range\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2015-present, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## totalist\\nLicense: MIT\\nBy: Luke Edwards\\nRepository: lukeed/totalist\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Luke Edwards (lukeed.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## tsconfck\\nLicense: MIT\\nBy: dominikg\\nRepository: git+https://github.com/dominikg/tsconfck.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n> \\n> -- Licenses for 3rd-party code included in tsconfck --\\n> \\n> # strip-bom and strip-json-comments\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (https://sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## ufo\\nLicense: MIT\\nRepository: unjs/ufo\\n\\n> MIT License\\n> \\n> Copyright (c) Pooya Parsa \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## unpipe\\nLicense: MIT\\nBy: Douglas Christopher Wilson\\nRepository: stream-utils/unpipe\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2015 Douglas Christopher Wilson \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## util-deprecate\\nLicense: MIT\\nBy: Nathan Rajlich\\nRepository: git://github.com/TooTallNate/util-deprecate.git\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014 Nathan Rajlich \\n> \\n> Permission is hereby granted, free of charge, to any person\\n> obtaining a copy of this software and associated documentation\\n> files (the \\"Software\\"), to deal in the Software without\\n> restriction, including without limitation the rights to use,\\n> copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following\\n> conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\\n> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\\n> OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## utils-merge\\nLicense: MIT\\nBy: Jared Hanson\\nRepository: git://github.com/jaredhanson/utils-merge.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2013-2017 Jared Hanson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## vary\\nLicense: MIT\\nBy: Douglas Christopher Wilson\\nRepository: jshttp/vary\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014-2017 Douglas Christopher Wilson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## which\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git://github.com/isaacs/node-which.git\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## wrappy\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: https://github.com/npm/wrappy\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## ws\\nLicense: MIT\\nBy: Einar Otto Stangvik\\nRepository: websockets/ws\\n\\n> Copyright (c) 2011 Einar Otto Stangvik \\n> Copyright (c) 2013 Arnout Kazemier and contributors\\n> Copyright (c) 2016 Luigi Pinca and contributors\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## yaml\\nLicense: ISC\\nBy: Eemeli Aro\\nRepository: github:eemeli/yaml\\n\\n> Copyright Eemeli Aro \\n> \\n> Permission to use, copy, modify, and/or distribute this software for any purpose\\n> with or without fee is hereby granted, provided that the above copyright notice\\n> and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\\n> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\\n> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\\n> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\\n> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\\n> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\\n> THIS SOFTWARE.\\n"␊ + "licenseText": "# Vite core license\\nVite is released under the MIT license:\\n\\nMIT License\\n\\nCopyright (c) 2019-present, Yuxi (Evan) You and Vite contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n\\n# Licenses of bundled dependencies\\nThe published Vite artifact additionally contains code with the following licenses:\\nApache-2.0, BSD-2-Clause, CC0-1.0, ISC, MIT\\n\\n# Bundled dependencies:\\n## @ampproject/remapping\\nLicense: Apache-2.0\\nBy: Justin Ridgewell\\nRepository: git+https://github.com/ampproject/remapping.git\\n\\n> Apache License\\n> Version 2.0, January 2004\\n> http://www.apache.org/licenses/\\n> \\n> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\\n> \\n> 1. Definitions.\\n> \\n> \\"License\\" shall mean the terms and conditions for use, reproduction,\\n> and distribution as defined by Sections 1 through 9 of this document.\\n> \\n> \\"Licensor\\" shall mean the copyright owner or entity authorized by\\n> the copyright owner that is granting the License.\\n> \\n> \\"Legal Entity\\" shall mean the union of the acting entity and all\\n> other entities that control, are controlled by, or are under common\\n> control with that entity. For the purposes of this definition,\\n> \\"control\\" means (i) the power, direct or indirect, to cause the\\n> direction or management of such entity, whether by contract or\\n> otherwise, or (ii) ownership of fifty percent (50%) or more of the\\n> outstanding shares, or (iii) beneficial ownership of such entity.\\n> \\n> \\"You\\" (or \\"Your\\") shall mean an individual or Legal Entity\\n> exercising permissions granted by this License.\\n> \\n> \\"Source\\" form shall mean the preferred form for making modifications,\\n> including but not limited to software source code, documentation\\n> source, and configuration files.\\n> \\n> \\"Object\\" form shall mean any form resulting from mechanical\\n> transformation or translation of a Source form, including but\\n> not limited to compiled object code, generated documentation,\\n> and conversions to other media types.\\n> \\n> \\"Work\\" shall mean the work of authorship, whether in Source or\\n> Object form, made available under the License, as indicated by a\\n> copyright notice that is included in or attached to the work\\n> (an example is provided in the Appendix below).\\n> \\n> \\"Derivative Works\\" shall mean any work, whether in Source or Object\\n> form, that is based on (or derived from) the Work and for which the\\n> editorial revisions, annotations, elaborations, or other modifications\\n> represent, as a whole, an original work of authorship. For the purposes\\n> of this License, Derivative Works shall not include works that remain\\n> separable from, or merely link (or bind by name) to the interfaces of,\\n> the Work and Derivative Works thereof.\\n> \\n> \\"Contribution\\" shall mean any work of authorship, including\\n> the original version of the Work and any modifications or additions\\n> to that Work or Derivative Works thereof, that is intentionally\\n> submitted to Licensor for inclusion in the Work by the copyright owner\\n> or by an individual or Legal Entity authorized to submit on behalf of\\n> the copyright owner. For the purposes of this definition, \\"submitted\\"\\n> means any form of electronic, verbal, or written communication sent\\n> to the Licensor or its representatives, including but not limited to\\n> communication on electronic mailing lists, source code control systems,\\n> and issue tracking systems that are managed by, or on behalf of, the\\n> Licensor for the purpose of discussing and improving the Work, but\\n> excluding communication that is conspicuously marked or otherwise\\n> designated in writing by the copyright owner as \\"Not a Contribution.\\"\\n> \\n> \\"Contributor\\" shall mean Licensor and any individual or Legal Entity\\n> on behalf of whom a Contribution has been received by Licensor and\\n> subsequently incorporated within the Work.\\n> \\n> 2. Grant of Copyright License. Subject to the terms and conditions of\\n> this License, each Contributor hereby grants to You a perpetual,\\n> worldwide, non-exclusive, no-charge, royalty-free, irrevocable\\n> copyright license to reproduce, prepare Derivative Works of,\\n> publicly display, publicly perform, sublicense, and distribute the\\n> Work and such Derivative Works in Source or Object form.\\n> \\n> 3. Grant of Patent License. Subject to the terms and conditions of\\n> this License, each Contributor hereby grants to You a perpetual,\\n> worldwide, non-exclusive, no-charge, royalty-free, irrevocable\\n> (except as stated in this section) patent license to make, have made,\\n> use, offer to sell, sell, import, and otherwise transfer the Work,\\n> where such license applies only to those patent claims licensable\\n> by such Contributor that are necessarily infringed by their\\n> Contribution(s) alone or by combination of their Contribution(s)\\n> with the Work to which such Contribution(s) was submitted. If You\\n> institute patent litigation against any entity (including a\\n> cross-claim or counterclaim in a lawsuit) alleging that the Work\\n> or a Contribution incorporated within the Work constitutes direct\\n> or contributory patent infringement, then any patent licenses\\n> granted to You under this License for that Work shall terminate\\n> as of the date such litigation is filed.\\n> \\n> 4. Redistribution. You may reproduce and distribute copies of the\\n> Work or Derivative Works thereof in any medium, with or without\\n> modifications, and in Source or Object form, provided that You\\n> meet the following conditions:\\n> \\n> (a) You must give any other recipients of the Work or\\n> Derivative Works a copy of this License; and\\n> \\n> (b) You must cause any modified files to carry prominent notices\\n> stating that You changed the files; and\\n> \\n> (c) You must retain, in the Source form of any Derivative Works\\n> that You distribute, all copyright, patent, trademark, and\\n> attribution notices from the Source form of the Work,\\n> excluding those notices that do not pertain to any part of\\n> the Derivative Works; and\\n> \\n> (d) If the Work includes a \\"NOTICE\\" text file as part of its\\n> distribution, then any Derivative Works that You distribute must\\n> include a readable copy of the attribution notices contained\\n> within such NOTICE file, excluding those notices that do not\\n> pertain to any part of the Derivative Works, in at least one\\n> of the following places: within a NOTICE text file distributed\\n> as part of the Derivative Works; within the Source form or\\n> documentation, if provided along with the Derivative Works; or,\\n> within a display generated by the Derivative Works, if and\\n> wherever such third-party notices normally appear. The contents\\n> of the NOTICE file are for informational purposes only and\\n> do not modify the License. You may add Your own attribution\\n> notices within Derivative Works that You distribute, alongside\\n> or as an addendum to the NOTICE text from the Work, provided\\n> that such additional attribution notices cannot be construed\\n> as modifying the License.\\n> \\n> You may add Your own copyright statement to Your modifications and\\n> may provide additional or different license terms and conditions\\n> for use, reproduction, or distribution of Your modifications, or\\n> for any such Derivative Works as a whole, provided Your use,\\n> reproduction, and distribution of the Work otherwise complies with\\n> the conditions stated in this License.\\n> \\n> 5. Submission of Contributions. Unless You explicitly state otherwise,\\n> any Contribution intentionally submitted for inclusion in the Work\\n> by You to the Licensor shall be under the terms and conditions of\\n> this License, without any additional terms or conditions.\\n> Notwithstanding the above, nothing herein shall supersede or modify\\n> the terms of any separate license agreement you may have executed\\n> with Licensor regarding such Contributions.\\n> \\n> 6. Trademarks. This License does not grant permission to use the trade\\n> names, trademarks, service marks, or product names of the Licensor,\\n> except as required for reasonable and customary use in describing the\\n> origin of the Work and reproducing the content of the NOTICE file.\\n> \\n> 7. Disclaimer of Warranty. Unless required by applicable law or\\n> agreed to in writing, Licensor provides the Work (and each\\n> Contributor provides its Contributions) on an \\"AS IS\\" BASIS,\\n> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\\n> implied, including, without limitation, any warranties or conditions\\n> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\\n> PARTICULAR PURPOSE. You are solely responsible for determining the\\n> appropriateness of using or redistributing the Work and assume any\\n> risks associated with Your exercise of permissions under this License.\\n> \\n> 8. Limitation of Liability. In no event and under no legal theory,\\n> whether in tort (including negligence), contract, or otherwise,\\n> unless required by applicable law (such as deliberate and grossly\\n> negligent acts) or agreed to in writing, shall any Contributor be\\n> liable to You for damages, including any direct, indirect, special,\\n> incidental, or consequential damages of any character arising as a\\n> result of this License or out of the use or inability to use the\\n> Work (including but not limited to damages for loss of goodwill,\\n> work stoppage, computer failure or malfunction, or any and all\\n> other commercial damages or losses), even if such Contributor\\n> has been advised of the possibility of such damages.\\n> \\n> 9. Accepting Warranty or Additional Liability. While redistributing\\n> the Work or Derivative Works thereof, You may choose to offer,\\n> and charge a fee for, acceptance of support, warranty, indemnity,\\n> or other liability obligations and/or rights consistent with this\\n> License. However, in accepting such obligations, You may act only\\n> on Your own behalf and on Your sole responsibility, not on behalf\\n> of any other Contributor, and only if You agree to indemnify,\\n> defend, and hold each Contributor harmless for any liability\\n> incurred by, or claims asserted against, such Contributor by reason\\n> of your accepting any such warranty or additional liability.\\n> \\n> END OF TERMS AND CONDITIONS\\n> \\n> APPENDIX: How to apply the Apache License to your work.\\n> \\n> To apply the Apache License to your work, attach the following\\n> boilerplate notice, with the fields enclosed by brackets \\"[]\\"\\n> replaced with your own identifying information. (Don't include\\n> the brackets!) The text should be enclosed in the appropriate\\n> comment syntax for the file format. We also recommend that a\\n> file or class name and description of purpose be included on the\\n> same \\"printed page\\" as the copyright notice for easier\\n> identification within third-party archives.\\n> \\n> Copyright [yyyy] [name of copyright owner]\\n> \\n> Licensed under the Apache License, Version 2.0 (the \\"License\\");\\n> you may not use this file except in compliance with the License.\\n> You may obtain a copy of the License at\\n> \\n> http://www.apache.org/licenses/LICENSE-2.0\\n> \\n> Unless required by applicable law or agreed to in writing, software\\n> distributed under the License is distributed on an \\"AS IS\\" BASIS,\\n> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\\n> See the License for the specific language governing permissions and\\n> limitations under the License.\\n\\n---------------------------------------\\n\\n## @jridgewell/gen-mapping\\nLicense: MIT\\nBy: Justin Ridgewell\\nRepository: https://github.com/jridgewell/gen-mapping\\n\\n> Copyright 2022 Justin Ridgewell \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @jridgewell/resolve-uri\\nLicense: MIT\\nBy: Justin Ridgewell\\nRepository: https://github.com/jridgewell/resolve-uri\\n\\n> Copyright 2019 Justin Ridgewell \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @jridgewell/set-array\\nLicense: MIT\\nBy: Justin Ridgewell\\nRepository: https://github.com/jridgewell/set-array\\n\\n> Copyright 2022 Justin Ridgewell \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @jridgewell/sourcemap-codec\\nLicense: MIT\\nBy: Rich Harris\\nRepository: git+https://github.com/jridgewell/sourcemap-codec.git\\n\\n> The MIT License\\n> \\n> Copyright (c) 2015 Rich Harris\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## @jridgewell/trace-mapping\\nLicense: MIT\\nBy: Justin Ridgewell\\nRepository: git+https://github.com/jridgewell/trace-mapping.git\\n\\n> Copyright 2022 Justin Ridgewell \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @nodelib/fs.scandir\\nLicense: MIT\\nRepository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Denis Malinochkin\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @nodelib/fs.stat\\nLicense: MIT\\nRepository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Denis Malinochkin\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @nodelib/fs.walk\\nLicense: MIT\\nRepository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Denis Malinochkin\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## @polka/url\\nLicense: MIT\\nBy: Luke Edwards\\nRepository: lukeed/polka\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Luke Edwards (https://lukeed.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## @rollup/plugin-alias\\nLicense: MIT\\nBy: Johannes Stein\\nRepository: rollup/plugins\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## @rollup/plugin-commonjs\\nLicense: MIT\\nBy: Rich Harris\\nRepository: rollup/plugins\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## @rollup/plugin-dynamic-import-vars\\nLicense: MIT\\nBy: LarsDenBakker\\nRepository: rollup/plugins\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## @rollup/pluginutils\\nLicense: MIT\\nBy: Rich Harris\\nRepository: rollup/plugins\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## acorn\\nLicense: MIT\\nBy: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine\\nRepository: https://github.com/acornjs/acorn.git\\n\\n> MIT License\\n> \\n> Copyright (C) 2012-2022 by various contributors (see AUTHORS)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## acorn-walk\\nLicense: MIT\\nBy: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine\\nRepository: https://github.com/acornjs/acorn.git\\n\\n> MIT License\\n> \\n> Copyright (C) 2012-2020 by various contributors (see AUTHORS)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## ansi-regex\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: chalk/ansi-regex\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (https://sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## anymatch\\nLicense: ISC\\nBy: Elan Shanker\\nRepository: https://github.com/micromatch/anymatch\\n\\n> The ISC License\\n> \\n> Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## astring\\nLicense: MIT\\nBy: David Bonnet\\nRepository: https://github.com/davidbonnet/astring.git\\n\\n> Copyright (c) 2015, David Bonnet \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## balanced-match\\nLicense: MIT\\nBy: Julian Gruber\\nRepository: git://github.com/juliangruber/balanced-match.git\\n\\n> (MIT)\\n> \\n> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\\n> of the Software, and to permit persons to whom the Software is furnished to do\\n> so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## binary-extensions\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/binary-extensions\\n\\n> MIT License\\n> \\n> Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## brace-expansion\\nLicense: MIT\\nBy: Julian Gruber\\nRepository: git://github.com/juliangruber/brace-expansion.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2013 Julian Gruber \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## braces\\nLicense: MIT\\nBy: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm\\nRepository: micromatch/braces\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-2018, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## cac\\nLicense: MIT\\nBy: egoist\\nRepository: egoist/cac\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## call-bind\\nLicense: MIT\\nBy: Jordan Harband\\nRepository: git+https://github.com/ljharb/call-bind.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2020 Jordan Harband\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## chokidar\\nLicense: MIT\\nBy: Paul Miller, Elan Shanker\\nRepository: git+https://github.com/paulmillr/chokidar.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the “Software”), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## commondir\\nLicense: MIT\\nBy: James Halliday\\nRepository: http://github.com/substack/node-commondir.git\\n\\n> The MIT License\\n> \\n> Copyright (c) 2013 James Halliday (mail@substack.net)\\n> \\n> Permission is hereby granted, free of charge, \\n> to any person obtaining a copy of this software and \\n> associated documentation files (the \\"Software\\"), to \\n> deal in the Software without restriction, including \\n> without limitation the rights to use, copy, modify, \\n> merge, publish, distribute, sublicense, and/or sell \\n> copies of the Software, and to permit persons to whom \\n> the Software is furnished to do so, \\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice \\n> shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, \\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES \\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR \\n> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, \\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## connect\\nLicense: MIT\\nBy: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell\\nRepository: senchalabs/connect\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2010 Sencha Inc.\\n> Copyright (c) 2011 LearnBoost\\n> Copyright (c) 2011-2014 TJ Holowaychuk\\n> Copyright (c) 2015 Douglas Christopher Wilson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## convert-source-map\\nLicense: MIT\\nBy: Thorsten Lorenz\\nRepository: git://github.com/thlorenz/convert-source-map.git\\n\\n> Copyright 2013 Thorsten Lorenz. \\n> All rights reserved.\\n> \\n> Permission is hereby granted, free of charge, to any person\\n> obtaining a copy of this software and associated documentation\\n> files (the \\"Software\\"), to deal in the Software without\\n> restriction, including without limitation the rights to use,\\n> copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following\\n> conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\\n> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\\n> OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## cors\\nLicense: MIT\\nBy: Troy Goode\\nRepository: expressjs/cors\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2013 Troy Goode \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## cross-spawn\\nLicense: MIT\\nBy: André Cruz\\nRepository: git@github.com:moxystudio/node-cross-spawn.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2018 Made With MOXY Lda \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## cssesc\\nLicense: MIT\\nBy: Mathias Bynens\\nRepository: https://github.com/mathiasbynens/cssesc.git\\n\\n> Copyright Mathias Bynens \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> \\"Software\\"), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\n> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\n> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\n> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## debug\\nLicense: MIT\\nBy: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne\\nRepository: git://github.com/debug-js/debug.git\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014-2017 TJ Holowaychuk \\n> Copyright (c) 2018-2021 Josh Junon\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software\\n> and associated documentation files (the 'Software'), to deal in the Software without restriction,\\n> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\\n> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial\\n> portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT\\n> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## define-data-property\\nLicense: MIT\\nBy: Jordan Harband\\nRepository: git+https://github.com/ljharb/define-data-property.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2023 Jordan Harband\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## define-lazy-prop\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/define-lazy-prop\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## dotenv\\nLicense: BSD-2-Clause\\nRepository: git://github.com/motdotla/dotenv.git\\n\\n> Copyright (c) 2015, Scott Motte\\n> All rights reserved.\\n> \\n> Redistribution and use in source and binary forms, with or without\\n> modification, are permitted provided that the following conditions are met:\\n> \\n> * Redistributions of source code must retain the above copyright notice, this\\n> list of conditions and the following disclaimer.\\n> \\n> * Redistributions in binary form must reproduce the above copyright notice,\\n> this list of conditions and the following disclaimer in the documentation\\n> and/or other materials provided with the distribution.\\n> \\n> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\"AS IS\\"\\n> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\\n> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\\n> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\\n> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\\n> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\\n> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\\n> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\\n> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\\n> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n\\n---------------------------------------\\n\\n## dotenv-expand\\nLicense: BSD-2-Clause\\nBy: motdotla\\nRepository: https://github.com/motdotla/dotenv-expand\\n\\n> Copyright (c) 2016, Scott Motte\\n> All rights reserved.\\n> \\n> Redistribution and use in source and binary forms, with or without\\n> modification, are permitted provided that the following conditions are met:\\n> \\n> * Redistributions of source code must retain the above copyright notice, this\\n> list of conditions and the following disclaimer.\\n> \\n> * Redistributions in binary form must reproduce the above copyright notice,\\n> this list of conditions and the following disclaimer in the documentation\\n> and/or other materials provided with the distribution.\\n> \\n> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\"AS IS\\"\\n> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\\n> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\\n> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\\n> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\\n> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\\n> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\\n> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\\n> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\\n> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n\\n---------------------------------------\\n\\n## ee-first\\nLicense: MIT\\nBy: Jonathan Ong, Douglas Christopher Wilson\\nRepository: jonathanong/ee-first\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014 Jonathan Ong me@jongleberry.com\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## encodeurl\\nLicense: MIT\\nBy: Douglas Christopher Wilson\\nRepository: pillarjs/encodeurl\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2016 Douglas Christopher Wilson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## entities\\nLicense: BSD-2-Clause\\nBy: Felix Boehm\\nRepository: git://github.com/fb55/entities.git\\n\\n> Copyright (c) Felix Böhm\\n> All rights reserved.\\n> \\n> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\\n> \\n> Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\\n> \\n> Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\\n> \\n> THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\"AS IS\\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,\\n> EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n\\n---------------------------------------\\n\\n## es-module-lexer\\nLicense: MIT\\nBy: Guy Bedford\\nRepository: git+https://github.com/guybedford/es-module-lexer.git\\n\\n> MIT License\\n> -----------\\n> \\n> Copyright (C) 2018-2022 Guy Bedford\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## escape-html\\nLicense: MIT\\nRepository: component/escape-html\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2012-2013 TJ Holowaychuk\\n> Copyright (c) 2015 Andreas Lubbe\\n> Copyright (c) 2015 Tiancheng \\"Timothy\\" Gu\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## estree-walker\\nLicense: MIT\\nBy: Rich Harris\\nRepository: https://github.com/Rich-Harris/estree-walker\\n\\n> Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## etag\\nLicense: MIT\\nBy: Douglas Christopher Wilson, David Björklund\\nRepository: jshttp/etag\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014-2016 Douglas Christopher Wilson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## eventemitter3\\nLicense: MIT\\nBy: Arnout Kazemier\\nRepository: git://github.com/primus/eventemitter3.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014 Arnout Kazemier\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## fast-glob\\nLicense: MIT\\nBy: Denis Malinochkin\\nRepository: mrmlnc/fast-glob\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Denis Malinochkin\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## fastq\\nLicense: ISC\\nBy: Matteo Collina\\nRepository: git+https://github.com/mcollina/fastq.git\\n\\n> Copyright (c) 2015-2020, Matteo Collina \\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\\n> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## fill-range\\nLicense: MIT\\nBy: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling\\nRepository: jonschlinkert/fill-range\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-present, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## finalhandler\\nLicense: MIT\\nBy: Douglas Christopher Wilson\\nRepository: pillarjs/finalhandler\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014-2017 Douglas Christopher Wilson \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## follow-redirects\\nLicense: MIT\\nBy: Ruben Verborgh, Olivier Lalonde, James Talmage\\nRepository: git@github.com:follow-redirects/follow-redirects.git\\n\\n> Copyright 2014–present Olivier Lalonde , James Talmage , Ruben Verborgh\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\\n> of the Software, and to permit persons to whom the Software is furnished to do\\n> so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\\n> IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## fs.realpath\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git+https://github.com/isaacs/fs.realpath.git\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n> \\n> ----\\n> \\n> This library bundles a version of the \`fs.realpath\` and \`fs.realpathSync\`\\n> methods from Node.js v0.10 under the terms of the Node.js MIT license.\\n> \\n> Node's license follows, also included at the header of \`old.js\` which contains\\n> the licensed code:\\n> \\n> Copyright Joyent, Inc. and other Node contributors.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a\\n> copy of this software and associated documentation files (the \\"Software\\"),\\n> to deal in the Software without restriction, including without limitation\\n> the rights to use, copy, modify, merge, publish, distribute, sublicense,\\n> and/or sell copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\\n> DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## function-bind\\nLicense: MIT\\nBy: Raynos, Jordan Harband\\nRepository: https://github.com/Raynos/function-bind.git\\n\\n> Copyright (c) 2013 Raynos.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## generic-names\\nLicense: MIT\\nBy: Alexey Litvinov\\nRepository: git+https://github.com/css-modules/generic-names.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2015 Alexey Litvinov\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## get-intrinsic\\nLicense: MIT\\nBy: Jordan Harband\\nRepository: git+https://github.com/ljharb/get-intrinsic.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2020 Jordan Harband\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## glob\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git://github.com/isaacs/node-glob.git\\n\\n> The ISC License\\n> \\n> Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## glob-parent\\nLicense: ISC\\nBy: Gulp Team, Elan Shanker, Blaine Bublitz\\nRepository: gulpjs/glob-parent\\n\\n> The ISC License\\n> \\n> Copyright (c) 2015, 2019 Elan Shanker\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## gopd\\nLicense: MIT\\nBy: Jordan Harband\\nRepository: git+https://github.com/ljharb/gopd.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2022 Jordan Harband\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## has\\nLicense: MIT\\nBy: Thiago de Arruda, Jordan Harband\\nRepository: git://github.com/tarruda/has.git\\n\\n> Copyright (c) 2013 Thiago de Arruda\\n> \\n> Permission is hereby granted, free of charge, to any person\\n> obtaining a copy of this software and associated documentation\\n> files (the \\"Software\\"), to deal in the Software without\\n> restriction, including without limitation the rights to use,\\n> copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following\\n> conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\\n> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\\n> OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## has-property-descriptors\\nLicense: MIT\\nBy: Jordan Harband\\nRepository: git+https://github.com/inspect-js/has-property-descriptors.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2022 Inspect JS\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## has-proto\\nLicense: MIT\\nBy: Jordan Harband\\nRepository: git+https://github.com/inspect-js/has-proto.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2022 Inspect JS\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## has-symbols\\nLicense: MIT\\nBy: Jordan Harband\\nRepository: git://github.com/inspect-js/has-symbols.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2016 Jordan Harband\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## http-proxy\\nLicense: MIT\\nBy: Charlie Robbins, jcrugzz \\nRepository: https://github.com/http-party/node-http-proxy.git\\n\\n> node-http-proxy\\n> \\n> Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> \\"Software\\"), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\n> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\n> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\n> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## icss-utils\\nLicense: ISC\\nBy: Glen Maddern\\nRepository: git+https://github.com/css-modules/icss-utils.git\\n\\n> ISC License (ISC)\\n> Copyright 2018 Glen Maddern\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## inflight\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: https://github.com/npm/inflight.git\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## inherits\\nLicense: ISC\\nRepository: git://github.com/isaacs/inherits\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\\n> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\\n> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\\n> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\\n> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\\n> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\\n> PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-binary-path\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/is-binary-path\\n\\n> MIT License\\n> \\n> Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-docker\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/is-docker\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (https://sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-extglob\\nLicense: MIT\\nBy: Jon Schlinkert\\nRepository: jonschlinkert/is-extglob\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-2016, Jon Schlinkert\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-glob\\nLicense: MIT\\nBy: Jon Schlinkert, Brian Woodward, Daniel Perez\\nRepository: micromatch/is-glob\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-2017, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-number\\nLicense: MIT\\nBy: Jon Schlinkert, Olsten Larck, Rouven Weßling\\nRepository: jonschlinkert/is-number\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-present, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## is-reference\\nLicense: MIT\\nBy: Rich Harris\\nRepository: git+https://github.com/Rich-Harris/is-reference.git\\n\\n---------------------------------------\\n\\n## is-wsl\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/is-wsl\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## isarray\\nLicense: MIT\\nBy: Julian Gruber\\nRepository: git://github.com/juliangruber/isarray.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2013 Julian Gruber \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## isexe\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git+https://github.com/isaacs/isexe.git\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## js-tokens\\nLicense: MIT\\nBy: Simon Lydell\\nRepository: lydell/js-tokens\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Simon Lydell\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## json-stable-stringify\\nLicense: MIT\\nBy: James Halliday\\nRepository: git://github.com/ljharb/json-stable-stringify.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2013 contributors\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## launch-editor\\nLicense: MIT\\nBy: Evan You\\nRepository: git+https://github.com/yyx990803/launch-editor.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2017-present, Yuxi (Evan) You\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## launch-editor-middleware\\nLicense: MIT\\nBy: Evan You\\nRepository: git+https://github.com/yyx990803/launch-editor.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2017-present, Yuxi (Evan) You\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## lilconfig\\nLicense: MIT\\nBy: antonk52\\nRepository: https://github.com/antonk52/lilconfig\\n\\n> MIT License\\n> \\n> Copyright (c) 2022 Anton Kastritskiy\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## loader-utils\\nLicense: MIT\\nBy: Tobias Koppers @sokra\\nRepository: https://github.com/webpack/loader-utils.git\\n\\n> Copyright JS Foundation and other contributors\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## lodash.camelcase\\nLicense: MIT\\nBy: John-David Dalton, Blaine Bublitz, Mathias Bynens\\nRepository: lodash/lodash\\n\\n> Copyright jQuery Foundation and other contributors \\n> \\n> Based on Underscore.js, copyright Jeremy Ashkenas,\\n> DocumentCloud and Investigative Reporters & Editors \\n> \\n> This software consists of voluntary contributions made by many\\n> individuals. For exact contribution history, see the revision history\\n> available at https://github.com/lodash/lodash\\n> \\n> The following license applies to all parts of this software except as\\n> documented below:\\n> \\n> ====\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> \\"Software\\"), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\n> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\n> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\n> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n> \\n> ====\\n> \\n> Copyright and related rights for sample code are waived via CC0. Sample\\n> code is defined as all source code displayed within the prose of the\\n> documentation.\\n> \\n> CC0: http://creativecommons.org/publicdomain/zero/1.0/\\n> \\n> ====\\n> \\n> Files located in the node_modules and vendor directories are externally\\n> maintained libraries used by this software which have their own\\n> licenses; we recommend you read them, as their terms may differ from the\\n> terms above.\\n\\n---------------------------------------\\n\\n## magic-string\\nLicense: MIT\\nBy: Rich Harris\\nRepository: https://github.com/rich-harris/magic-string\\n\\n> Copyright 2018 Rich Harris\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## merge2\\nLicense: MIT\\nRepository: git@github.com:teambition/merge2.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-2020 Teambition\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## micromatch\\nLicense: MIT\\nBy: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk\\nRepository: micromatch/micromatch\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-present, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## minimatch\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git://github.com/isaacs/minimatch.git\\n\\n> The ISC License\\n> \\n> Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## mlly\\nLicense: MIT\\nRepository: unjs/mlly\\n\\n> MIT License\\n> \\n> Copyright (c) Pooya Parsa \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## mrmime\\nLicense: MIT\\nBy: Luke Edwards\\nRepository: lukeed/mrmime\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Luke Edwards (https://lukeed.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## ms\\nLicense: MIT\\nRepository: zeit/ms\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2016 Zeit, Inc.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## normalize-path\\nLicense: MIT\\nBy: Jon Schlinkert, Blaine Bublitz\\nRepository: jonschlinkert/normalize-path\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014-2018, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## object-assign\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/object-assign\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## object-keys\\nLicense: MIT\\nBy: Jordan Harband, Raynos, Nathan Rajlich, Ivan Starkov, Gary Katsevman\\nRepository: git://github.com/ljharb/object-keys.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (C) 2013 Jordan Harband\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## okie\\nLicense: MIT\\nBy: Evan You\\nRepository: git+https://github.com/yyx990803/okie.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2020-present, Yuxi (Evan) You\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## on-finished\\nLicense: MIT\\nBy: Douglas Christopher Wilson, Jonathan Ong\\nRepository: jshttp/on-finished\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2013 Jonathan Ong \\n> Copyright (c) 2014 Douglas Christopher Wilson \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## once\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git://github.com/isaacs/once\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## open\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/open\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (https://sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## parse5\\nLicense: MIT\\nBy: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors\\nRepository: git://github.com/inikulin/parse5.git\\n\\n> Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## parseurl\\nLicense: MIT\\nBy: Douglas Christopher Wilson, Jonathan Ong\\nRepository: pillarjs/parseurl\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014 Jonathan Ong \\n> Copyright (c) 2014-2017 Douglas Christopher Wilson \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## path-key\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/path-key\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## periscopic\\nLicense: MIT\\nRepository: Rich-Harris/periscopic\\n\\n> Copyright (c) 2019 Rich Harris\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## picocolors\\nLicense: ISC\\nBy: Alexey Raspopov\\nRepository: alexeyraspopov/picocolors\\n\\n> ISC License\\n> \\n> Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\\n> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## picomatch\\nLicense: MIT\\nBy: Jon Schlinkert\\nRepository: micromatch/picomatch\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2017-present, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## pify\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/pify\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-import\\nLicense: MIT\\nBy: Maxime Thirouin\\nRepository: https://github.com/postcss/postcss-import.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-load-config\\nLicense: MIT\\nBy: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts\\nRepository: postcss/postcss-load-config\\n\\n> The MIT License (MIT)\\n> \\n> Copyright Michael Ciniawsky \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-modules\\nLicense: MIT\\nBy: Alexander Madyankin\\nRepository: https://github.com/css-modules/postcss-modules.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright 2015-present Alexander Madyankin \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-modules-extract-imports\\nLicense: ISC\\nBy: Glen Maddern\\nRepository: https://github.com/css-modules/postcss-modules-extract-imports.git\\n\\n> Copyright 2015 Glen Maddern\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-modules-local-by-default\\nLicense: MIT\\nBy: Mark Dalgleish\\nRepository: https://github.com/css-modules/postcss-modules-local-by-default.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright 2015 Mark Dalgleish \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-modules-scope\\nLicense: ISC\\nBy: Glen Maddern\\nRepository: https://github.com/css-modules/postcss-modules-scope.git\\n\\n> ISC License (ISC)\\n> \\n> Copyright (c) 2015, Glen Maddern\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-modules-values\\nLicense: ISC\\nBy: Glen Maddern\\nRepository: git+https://github.com/css-modules/postcss-modules-values.git\\n\\n> ISC License (ISC)\\n> \\n> Copyright (c) 2015, Glen Maddern\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-selector-parser\\nLicense: MIT\\nBy: Ben Briggs, Chris Eppstein\\nRepository: postcss/postcss-selector-parser\\n\\n> Copyright (c) Ben Briggs (http://beneb.info)\\n> \\n> Permission is hereby granted, free of charge, to any person\\n> obtaining a copy of this software and associated documentation\\n> files (the \\"Software\\"), to deal in the Software without\\n> restriction, including without limitation the rights to use,\\n> copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following\\n> conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\\n> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\\n> OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## postcss-value-parser\\nLicense: MIT\\nBy: Bogdan Chadkin\\nRepository: https://github.com/TrySound/postcss-value-parser.git\\n\\n> Copyright (c) Bogdan Chadkin \\n> \\n> Permission is hereby granted, free of charge, to any person\\n> obtaining a copy of this software and associated documentation\\n> files (the \\"Software\\"), to deal in the Software without\\n> restriction, including without limitation the rights to use,\\n> copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following\\n> conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\\n> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\\n> OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## queue-microtask\\nLicense: MIT\\nBy: Feross Aboukhadijeh\\nRepository: git://github.com/feross/queue-microtask.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Feross Aboukhadijeh\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## read-cache\\nLicense: MIT\\nBy: Bogdan Chadkin\\nRepository: git+https://github.com/TrySound/read-cache.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright 2016 Bogdan Chadkin \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## readdirp\\nLicense: MIT\\nBy: Thorsten Lorenz, Paul Miller\\nRepository: git://github.com/paulmillr/readdirp.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## requires-port\\nLicense: MIT\\nBy: Arnout Kazemier\\nRepository: https://github.com/unshiftio/requires-port\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## resolve.exports\\nLicense: MIT\\nBy: Luke Edwards\\nRepository: lukeed/resolve.exports\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Luke Edwards (lukeed.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## reusify\\nLicense: MIT\\nBy: Matteo Collina\\nRepository: git+https://github.com/mcollina/reusify.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2015 Matteo Collina\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## run-parallel\\nLicense: MIT\\nBy: Feross Aboukhadijeh\\nRepository: git://github.com/feross/run-parallel.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Feross Aboukhadijeh\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## set-function-length\\nLicense: MIT\\nBy: Jordan Harband\\nRepository: git+https://github.com/ljharb/set-function-length.git\\n\\n> MIT License\\n> \\n> Copyright (c) Jordan Harband and contributors\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## shebang-command\\nLicense: MIT\\nBy: Kevin Mårtensson\\nRepository: kevva/shebang-command\\n\\n> MIT License\\n> \\n> Copyright (c) Kevin Mårtensson (github.com/kevva)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## shebang-regex\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: sindresorhus/shebang-regex\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## shell-quote\\nLicense: MIT\\nBy: James Halliday\\nRepository: http://github.com/ljharb/shell-quote.git\\n\\n> The MIT License\\n> \\n> Copyright (c) 2013 James Halliday (mail@substack.net)\\n> \\n> Permission is hereby granted, free of charge, \\n> to any person obtaining a copy of this software and \\n> associated documentation files (the \\"Software\\"), to \\n> deal in the Software without restriction, including \\n> without limitation the rights to use, copy, modify, \\n> merge, publish, distribute, sublicense, and/or sell \\n> copies of the Software, and to permit persons to whom \\n> the Software is furnished to do so, \\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice \\n> shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, \\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES \\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR \\n> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, \\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## sirv\\nLicense: MIT\\nBy: Luke Edwards\\nRepository: lukeed/sirv\\n\\n---------------------------------------\\n\\n## statuses\\nLicense: MIT\\nBy: Douglas Christopher Wilson, Jonathan Ong\\nRepository: jshttp/statuses\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2014 Jonathan Ong \\n> Copyright (c) 2016 Douglas Christopher Wilson \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## string-hash\\nLicense: CC0-1.0\\nBy: The Dark Sky Company\\nRepository: git://github.com/darkskyapp/string-hash.git\\n\\n---------------------------------------\\n\\n## strip-ansi\\nLicense: MIT\\nBy: Sindre Sorhus\\nRepository: chalk/strip-ansi\\n\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (https://sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## strip-literal\\nLicense: MIT\\nBy: Anthony Fu\\nRepository: git+https://github.com/antfu/strip-literal.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2022 Anthony Fu \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## to-regex-range\\nLicense: MIT\\nBy: Jon Schlinkert, Rouven Weßling\\nRepository: micromatch/to-regex-range\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2015-present, Jon Schlinkert.\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## totalist\\nLicense: MIT\\nBy: Luke Edwards\\nRepository: lukeed/totalist\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) Luke Edwards (lukeed.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in\\n> all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\n> THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## tsconfck\\nLicense: MIT\\nBy: dominikg\\nRepository: git+https://github.com/dominikg/tsconfck.git\\n\\n> MIT License\\n> \\n> Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n> \\n> -- Licenses for 3rd-party code included in tsconfck --\\n> \\n> # strip-bom and strip-json-comments\\n> MIT License\\n> \\n> Copyright (c) Sindre Sorhus (https://sindresorhus.com)\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## ufo\\nLicense: MIT\\nRepository: unjs/ufo\\n\\n> MIT License\\n> \\n> Copyright (c) Pooya Parsa \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy\\n> of this software and associated documentation files (the \\"Software\\"), to deal\\n> in the Software without restriction, including without limitation the rights\\n> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the Software is\\n> furnished to do so, subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\n> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\n> SOFTWARE.\\n\\n---------------------------------------\\n\\n## unpipe\\nLicense: MIT\\nBy: Douglas Christopher Wilson\\nRepository: stream-utils/unpipe\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2015 Douglas Christopher Wilson \\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## util-deprecate\\nLicense: MIT\\nBy: Nathan Rajlich\\nRepository: git://github.com/TooTallNate/util-deprecate.git\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014 Nathan Rajlich \\n> \\n> Permission is hereby granted, free of charge, to any person\\n> obtaining a copy of this software and associated documentation\\n> files (the \\"Software\\"), to deal in the Software without\\n> restriction, including without limitation the rights to use,\\n> copy, modify, merge, publish, distribute, sublicense, and/or sell\\n> copies of the Software, and to permit persons to whom the\\n> Software is furnished to do so, subject to the following\\n> conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\\n> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\n> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\\n> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\n> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\\n> OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## utils-merge\\nLicense: MIT\\nBy: Jared Hanson\\nRepository: git://github.com/jaredhanson/utils-merge.git\\n\\n> The MIT License (MIT)\\n> \\n> Copyright (c) 2013-2017 Jared Hanson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## vary\\nLicense: MIT\\nBy: Douglas Christopher Wilson\\nRepository: jshttp/vary\\n\\n> (The MIT License)\\n> \\n> Copyright (c) 2014-2017 Douglas Christopher Wilson\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining\\n> a copy of this software and associated documentation files (the\\n> 'Software'), to deal in the Software without restriction, including\\n> without limitation the rights to use, copy, modify, merge, publish,\\n> distribute, sublicense, and/or sell copies of the Software, and to\\n> permit persons to whom the Software is furnished to do so, subject to\\n> the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be\\n> included in all copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## which\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: git://github.com/isaacs/node-which.git\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## wrappy\\nLicense: ISC\\nBy: Isaac Z. Schlueter\\nRepository: https://github.com/npm/wrappy\\n\\n> The ISC License\\n> \\n> Copyright (c) Isaac Z. Schlueter and Contributors\\n> \\n> Permission to use, copy, modify, and/or distribute this software for any\\n> purpose with or without fee is hereby granted, provided that the above\\n> copyright notice and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\\n> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\\n> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\\n> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\\n> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\\n> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR\\n> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n---------------------------------------\\n\\n## ws\\nLicense: MIT\\nBy: Einar Otto Stangvik\\nRepository: git+https://github.com/websockets/ws.git\\n\\n> Copyright (c) 2011 Einar Otto Stangvik \\n> Copyright (c) 2013 Arnout Kazemier and contributors\\n> Copyright (c) 2016 Luigi Pinca and contributors\\n> \\n> Permission is hereby granted, free of charge, to any person obtaining a copy of\\n> this software and associated documentation files (the \\"Software\\"), to deal in\\n> the Software without restriction, including without limitation the rights to\\n> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\\n> the Software, and to permit persons to whom the Software is furnished to do so,\\n> subject to the following conditions:\\n> \\n> The above copyright notice and this permission notice shall be included in all\\n> copies or substantial portions of the Software.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\\n> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\\n> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\\n> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\\n> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n\\n---------------------------------------\\n\\n## yaml\\nLicense: ISC\\nBy: Eemeli Aro\\nRepository: github:eemeli/yaml\\n\\n> Copyright Eemeli Aro \\n> \\n> Permission to use, copy, modify, and/or distribute this software for any purpose\\n> with or without fee is hereby granted, provided that the above copyright notice\\n> and this permission notice appear in all copies.\\n> \\n> THE SOFTWARE IS PROVIDED \\"AS IS\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\\n> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\\n> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\\n> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\\n> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\\n> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\\n> THIS SOFTWARE.\\n"␊ }␊ ]`, type: 'asset', @@ -1636,68 +1636,22 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ {␊ "name": "@emotion/memoize",␊ "version": "0.8.1",␊ @@ -1782,9 +1736,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -1798,10 +1752,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -1813,52 +1767,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ }␊ @@ -1903,68 +1903,22 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ {␊ "name": "@emotion/memoize",␊ "version": "0.8.1",␊ @@ -2049,9 +2003,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -2065,10 +2019,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -2080,52 +2034,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ }␊ @@ -2190,7 +2190,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2198,7 +2198,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2206,7 +2206,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2214,7 +2214,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2016-present Sultan Tarimo\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2222,7 +2222,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2230,7 +2230,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2238,7 +2238,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "Software License Agreement (BSD License)\\n========================================\\n\\nCopyright (c) 2015, Yahoo! Inc. All rights reserved.\\n----------------------------------------------------\\n\\nRedistribution and use of this software in source and binary forms, with or\\nwithout modification, are permitted provided that the following conditions are\\nmet:\\n\\n * Redistributions of source code must retain the above copyright notice, this\\n list of conditions and the following disclaimer.\\n * Redistributions in binary form must reproduce the above copyright notice,\\n this list of conditions and the following disclaimer in the documentation\\n and/or other materials provided with the distribution.\\n * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be\\n used to endorse or promote products derived from this software without\\n specific prior written permission of Yahoo! Inc.\\n\\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\"AS IS\\" AND\\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2254,7 +2254,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2016-present Sultan Tarimo\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2270,7 +2270,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2278,7 +2278,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "Software License Agreement (BSD License)\\n========================================\\n\\nCopyright (c) 2015, Yahoo! Inc. All rights reserved.\\n----------------------------------------------------\\n\\nRedistribution and use of this software in source and binary forms, with or\\nwithout modification, are permitted provided that the following conditions are\\nmet:\\n\\n * Redistributions of source code must retain the above copyright notice, this\\n list of conditions and the following disclaimer.\\n * Redistributions in binary form must reproduce the above copyright notice,\\n this list of conditions and the following disclaimer in the documentation\\n and/or other materials provided with the distribution.\\n * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be\\n used to endorse or promote products derived from this software without\\n specific prior written permission of Yahoo! Inc.\\n\\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\"AS IS\\" AND\\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2302,7 +2302,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2310,7 +2310,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2318,7 +2318,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2326,7 +2326,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2334,7 +2334,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2342,7 +2342,7 @@ Generated by [AVA](https://avajs.dev). "repository": null,␊ "source": "https://registry.npmjs.org/react/-/react-16.0.0.tgz",␊ "license": "WTFPL",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "react",␊ @@ -2417,65 +2417,19 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": null␊ },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ - "license": "MIT",␊ - "licenseText": null␊ - },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": null␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": null␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": null␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": null␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": null␊ },␊ @@ -2563,9 +2517,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": null␊ },␊ @@ -2579,10 +2533,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": null␊ },␊ @@ -2594,52 +2548,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": null␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": null␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": null␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": null␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": null␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": null␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ "license": "MIT",␊ "licenseText": null␊ },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": null␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": null␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": null␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": null␊ }␊ @@ -2684,65 +2684,19 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ @@ -2830,9 +2784,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ @@ -2846,10 +2800,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ @@ -2861,52 +2815,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) \\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ }␊ @@ -2936,82 +2936,36 @@ Generated by [AVA](https://avajs.dev). {␊ "name": "react-dom",␊ "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "scheduler",␊ - "version": "0.23.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "@babel/runtime",␊ - "version": "7.22.5",␊ - "author": "The Babel Team (https://babel.dev/team)",␊ - "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",␊ "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ + "name": "scheduler",␊ + "version": "0.23.0",␊ "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "source": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "name": "@mui/joy",␊ + "version": "5.0.0-beta.23",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "name": "@babel/runtime",␊ + "version": "7.23.8",␊ + "author": "The Babel Team (https://babel.dev/team)",␊ + "repository": "https://github.com/babel/babel.git",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@emotion/memoize",␊ @@ -3097,9 +3051,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -3113,10 +3067,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -3128,52 +3082,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ }␊ @@ -3216,68 +3216,22 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ {␊ "name": "@emotion/memoize",␊ "version": "0.8.1",␊ @@ -3362,9 +3316,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -3378,10 +3332,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -3393,52 +3347,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ }␊ @@ -3483,68 +3483,22 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@mui/joy",␊ - "version": "5.0.0-alpha.86",␊ + "version": "5.0.0-beta.23",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-alpha.86.tgz",␊ + "source": "https://registry.npmjs.org/@mui/joy/-/joy-5.0.0-beta.23.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@babel/runtime",␊ - "version": "7.22.5",␊ + "version": "7.23.8",␊ "author": "The Babel Team (https://babel.dev/team)",␊ "repository": "https://github.com/babel/babel.git",␊ - "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",␊ + "source": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) 2014-present Sebastian McKenzie and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining\\na copy of this software and associated documentation files (the\\n\\"Software\\"), to deal in the Software without restriction, including\\nwithout limitation the rights to use, copy, modify, merge, publish,\\ndistribute, sublicense, and/or sell copies of the Software, and to\\npermit persons to whom the Software is furnished to do so, subject to\\nthe following conditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ - {␊ - "name": "@mui/utils",␊ - "version": "5.13.7",␊ - "author": "MUI Team",␊ - "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.13.7.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "prop-types",␊ - "version": "15.8.1",␊ - "repository": "facebook/prop-types",␊ - "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "16.13.1",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ - {␊ - "name": "object-assign",␊ - "version": "4.1.1",␊ - "author": {␊ - "name": "Sindre Sorhus",␊ - "email": "sindresorhus@gmail.com",␊ - "url": "sindresorhus.com"␊ - },␊ - "repository": "sindresorhus/object-assign",␊ - "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ - "license": "MIT",␊ - "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ - },␊ - {␊ - "name": "react-is",␊ - "version": "18.2.0",␊ - "repository": "https://github.com/facebook/react.git",␊ - "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ - "license": "MIT",␊ - "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ - },␊ {␊ "name": "@emotion/memoize",␊ "version": "0.8.1",␊ @@ -3629,9 +3583,9 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/serialize",␊ - "version": "1.1.2",␊ + "version": "1.1.3",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",␊ - "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -3645,10 +3599,10 @@ Generated by [AVA](https://avajs.dev). },␊ {␊ "name": "@emotion/react",␊ - "version": "11.11.1",␊ + "version": "11.11.3",␊ "author": "Emotion Contributors",␊ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/react",␊ - "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",␊ + "source": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ @@ -3660,52 +3614,98 @@ Generated by [AVA](https://avajs.dev). "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Emotion team and other contributors\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "prop-types",␊ + "version": "15.8.1",␊ + "repository": "facebook/prop-types",␊ + "source": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) 2013-present, Facebook, Inc.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "16.13.1",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "object-assign",␊ + "version": "4.1.1",␊ + "author": {␊ + "name": "Sindre Sorhus",␊ + "email": "sindresorhus@gmail.com",␊ + "url": "sindresorhus.com"␊ + },␊ + "repository": "sindresorhus/object-assign",␊ + "source": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) Sindre Sorhus (sindresorhus.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/styled-engine",␊ - "version": "5.13.2",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",␊ + "source": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ + {␊ + "name": "@mui/utils",␊ + "version": "5.15.5",␊ + "author": "MUI Team",␊ + "repository": "https://github.com/mui/material-ui.git",␊ + "source": "https://registry.npmjs.org/@mui/utils/-/utils-5.15.5.tgz",␊ + "license": "MIT",␊ + "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ + {␊ + "name": "react-is",␊ + "version": "18.2.0",␊ + "repository": "https://github.com/facebook/react.git",␊ + "source": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",␊ + "license": "MIT",␊ + "licenseText": "MIT License\\n\\nCopyright (c) Facebook, Inc. and its affiliates.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ + },␊ {␊ "name": "@mui/system",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/system/-/system-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/system/-/system-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "clsx",␊ - "version": "1.2.1",␊ + "version": "2.1.0",␊ "author": {␊ "name": "Luke Edwards",␊ "email": "luke.edwards05@gmail.com",␊ "url": "https://lukeed.com"␊ },␊ "repository": "lukeed/clsx",␊ - "source": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",␊ + "source": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",␊ "license": "MIT",␊ "licenseText": "MIT License\\n\\nCopyright (c) Luke Edwards (lukeed.com)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \\"Software\\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/private-theming",␊ - "version": "5.13.7",␊ + "version": "5.15.5",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.13.7.tgz",␊ + "source": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.15.5.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ },␊ {␊ "name": "@mui/base",␊ - "version": "5.0.0-beta.6",␊ + "version": "5.0.0-beta.32",␊ "author": "MUI Team",␊ "repository": "https://github.com/mui/material-ui.git",␊ - "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.6.tgz",␊ + "source": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.32.tgz",␊ "license": "MIT",␊ "licenseText": "The MIT License (MIT)\\n\\nCopyright (c) 2014 Call-Em-All\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"␊ }␊ diff --git a/test/snapshots/e2e.test.ts.snap b/test/snapshots/e2e.test.ts.snap index 90f52983b2b170ff1d1de636245e826203efd7a8..b98e5c08ce95253b3480acadfc66684b9eb33e57 100644 GIT binary patch literal 42266 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 literal 41871 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 diff --git a/tsup.config.ts b/tsup.config.ts index 32440bf..2bb9934 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -3,7 +3,7 @@ import type { Options } from 'tsup' export const tsup: Options = { clean: true, dts: true, - target: 'node16', + target: 'node20', splitting: false, format: ['esm'], }