diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 94bebb8e2..004fbbac6 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - run: corepack enable - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 cache: "pnpm" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b83210a5..eabaac299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - run: corepack enable - name: Set node version to 18 - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.0.3 with: node-version: 18 cache: "pnpm" @@ -48,7 +48,7 @@ jobs: - run: corepack enable - name: Set node version to 18 - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.0.3 with: node-version: 18 cache: "pnpm" @@ -74,7 +74,7 @@ jobs: - run: corepack enable - name: Set node version to 18 - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.0.3 with: node-version: 18 cache: "pnpm" @@ -96,7 +96,7 @@ jobs: - run: corepack enable - name: Set node version to 18 - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.0.3 with: node-version: 18 cache: "pnpm" diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index eedc523e7..6f8d87541 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -38,7 +38,7 @@ jobs: with: fetch-depth: 0 - run: corepack enable - - uses: actions/setup-node@v4.0.2 + - uses: actions/setup-node@v4.0.3 with: node-version: 20 cache: "pnpm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3611cb7fd..7a9398ac4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - run: corepack enable - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 registry-url: "https://registry.npmjs.org/" diff --git a/docs-playground/package.json b/docs-playground/package.json index 6270c6969..626647b6a 100644 --- a/docs-playground/package.json +++ b/docs-playground/package.json @@ -29,27 +29,27 @@ "monaco-editor": "0.50.0", "monaco-editor-core": "^0.50.0", "pinia": "^2.1.7", - "pinia-orm": "^1.9.1", + "pinia-orm": "^1.9.2", "splitpanes": "^3.1.5", "theme-vitesse": "^0.8.0", "vscode-html-languageservice": "^5.3.0", "vue": "^3.4.31" }, "devDependencies": { - "@antfu/eslint-config": "^2.21.2", - "@iconify/json": "^2.2.225", + "@antfu/eslint-config": "^2.22.2", + "@iconify/json": "^2.2.227", "@types/file-saver": "^2.0.7", - "@types/node": "^20.14.9", + "@types/node": "^20.14.10", "@vitejs/plugin-vue": "^5.0.5", "@vue/compiler-sfc": "^3.4.31", - "eslint": "^9.6.0", + "eslint": "^9.7.0", "typescript": "^5.5.3", "unplugin-icons": "^0.19.0", "unplugin-vue-components": "^0.27.2", "vite": "^5.3.3", "vite-plugin-pwa": "^0.20.0", "vite-plugin-windicss": "^1.9.3", - "vue-tsc": "^2.0.24", + "vue-tsc": "^2.0.26", "windicss": "^3.5.6" }, "packageManager": "yarn@4.3.1" diff --git a/package.json b/package.json index b4aca33c9..2156c86cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stormtail/pinia-orm-root", "private": true, - "packageManager": "pnpm@9.4.0", + "packageManager": "pnpm@9.5.0", "scripts": { "release": "node scripts/release.mjs", "cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'", @@ -24,10 +24,10 @@ "docs:api": "lerna run docs:api --scope @pinia/docs" }, "devDependencies": { - "@lerna-lite/cli": "^3.6.0", - "@lerna-lite/run": "^3.6.0", + "@lerna-lite/cli": "^3.7.1", + "@lerna-lite/run": "^3.7.1", "@types/lodash.kebabcase": "^4.1.9", - "@types/node": "^20.14.9", + "@types/node": "^20.14.10", "chalk": "^4.1.2", "changelogen": "^0.5.5", "conventional-changelog-cli": "^5.0.0", @@ -41,7 +41,7 @@ "p-series": "^3.0.0", "pascalcase": "^2.0.0", "prettier": "^3.3.2", - "rimraf": "^5.0.7", + "rimraf": "^5.0.9", "semver": "^7.6.2", "sponsorkit": "^0.14.6", "typescript": "^5.5.3", diff --git a/packages/axios/package.json b/packages/axios/package.json index c1ea7ed96..961e51208 100644 --- a/packages/axios/package.json +++ b/packages/axios/package.json @@ -55,7 +55,7 @@ "license": "MIT", "peerDependencies": { "axios": ">=1.7.2", - "pinia-orm": ">=1.9.1", + "pinia-orm": ">=1.9.2", "pinia": ">=2.1.7" }, "devDependencies": { @@ -65,7 +65,7 @@ "@vitest/coverage-v8": "^1.6.0", "axios": "^1.7.2", "axios-mock-adapter": "^1.22.0", - "eslint": "^9.6.0", + "eslint": "^9.7.0", "pinia": "^2.1.7", "pinia-orm": "workspace:*", "size-limit": "^11.1.4", diff --git a/packages/normalizr/package.json b/packages/normalizr/package.json index 3e453cc0f..b82455c6f 100644 --- a/packages/normalizr/package.json +++ b/packages/normalizr/package.json @@ -57,7 +57,7 @@ "@nuxt/eslint-config": "^0.3.13", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@size-limit/preset-small-lib": "^11.1.4", - "eslint": "^9.6.0", + "eslint": "^9.7.0", "immutable": "^4.3.6", "size-limit": "^11.1.4", "typescript": "^5.5.3", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 5512917db..a9c2957c7 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -53,7 +53,7 @@ "@nuxtjs/eslint-config-typescript": "^12.1.0", "@pinia/nuxt": "^0.5.1", "@types/prettier": "^3.0.0", - "eslint": "^9.6.0", + "eslint": "^9.7.0", "nuxt": "^3.11.2", "pinia": "^2.1.7", "prettier": "^3.3.2", diff --git a/packages/pinia-orm/package.json b/packages/pinia-orm/package.json index 86f605216..08f3fe333 100644 --- a/packages/pinia-orm/package.json +++ b/packages/pinia-orm/package.json @@ -59,24 +59,24 @@ "pinia": "^2.1.7" }, "dependencies": { - "@pinia-orm/normalizr": ">=1.9.1" + "@pinia-orm/normalizr": ">=1.9.2" }, "devDependencies": { "@nuxt/eslint-config": "^0.3.13", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@pinia/testing": "^0.1.3", "@size-limit/preset-small-lib": "^11.1.4", - "@types/node": "^20.14.9", + "@types/node": "^20.14.10", "@types/prettier": "^3.0.0", "@types/uuid": "^10.0.0", - "@typescript-eslint/parser": "^7.15.0", + "@typescript-eslint/parser": "^7.16.0", "@vitest/coverage-v8": "^1.6.0", "@vitest/ui": "^1.6.0", "@vue/composition-api": "^1.7.2", "@vue/test-utils": "^2.4.6", "c8": "^10.1.2", "core-js": "^3.37.1", - "eslint": "^9.6.0", + "eslint": "^9.7.0", "happy-dom": "^14.12.3", "mkdist": "^1.5.3", "nanoid": "4.0.2", @@ -113,7 +113,7 @@ } ], "volta": { - "node": "20.15.0" + "node": "20.15.1" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ae01f2eb..b4c008d96 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,17 +11,17 @@ importers: .: devDependencies: '@lerna-lite/cli': - specifier: ^3.6.0 - version: 3.6.0(@lerna-lite/run@3.6.0(typescript@5.5.3))(typescript@5.5.3) + specifier: ^3.7.1 + version: 3.7.1(@lerna-lite/run@3.7.1(typescript@5.5.3))(typescript@5.5.3) '@lerna-lite/run': - specifier: ^3.6.0 - version: 3.6.0(typescript@5.5.3) + specifier: ^3.7.1 + version: 3.7.1(typescript@5.5.3) '@types/lodash.kebabcase': specifier: ^4.1.9 version: 4.1.9 '@types/node': - specifier: ^20.14.9 - version: 20.14.9 + specifier: ^20.14.10 + version: 20.14.10 chalk: specifier: ^4.1.2 version: 4.1.2 @@ -62,8 +62,8 @@ importers: specifier: ^3.3.2 version: 3.3.2 rimraf: - specifier: ^5.0.7 - version: 5.0.7 + specifier: ^5.0.9 + version: 5.0.9 semver: specifier: ^7.6.2 version: 7.6.2 @@ -81,16 +81,16 @@ importers: devDependencies: '@nuxt/eslint-config': specifier: ^0.3.13 - version: 0.3.13(eslint@9.6.0)(typescript@5.5.3) + version: 0.3.13(eslint@9.7.0)(typescript@5.5.3) '@nuxtjs/eslint-config-typescript': specifier: ^12.1.0 - version: 12.1.0(eslint@9.6.0)(typescript@5.5.3) + version: 12.1.0(eslint@9.7.0)(typescript@5.5.3) '@size-limit/preset-small-lib': specifier: ^11.1.4 version: 11.1.4(size-limit@11.1.4) '@vitest/coverage-v8': specifier: ^1.6.0 - version: 1.6.0(vitest@1.6.0(@types/node@20.14.9)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3)) + version: 1.6.0(vitest@1.6.0(@types/node@20.14.10)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3)) axios: specifier: ^1.7.2 version: 1.7.2 @@ -98,8 +98,8 @@ importers: specifier: ^1.22.0 version: 1.22.0(axios@1.7.2) eslint: - specifier: ^9.6.0 - version: 9.6.0 + specifier: ^9.7.0 + version: 9.7.0 pinia: specifier: ^2.1.7 version: 2.1.7(@vue/composition-api@1.7.2(vue@3.4.31(typescript@5.5.3)))(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)) @@ -117,7 +117,7 @@ importers: version: 2.0.0(typescript@5.5.3) vitest: specifier: ^1.6.0 - version: 1.6.0(@types/node@20.14.9)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3) + version: 1.6.0(@types/node@20.14.10)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3) vue-demi: specifier: ^0.14.8 version: 0.14.8(@vue/composition-api@1.7.2(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3)) @@ -126,16 +126,16 @@ importers: devDependencies: '@nuxt/eslint-config': specifier: ^0.3.13 - version: 0.3.13(eslint@9.6.0)(typescript@5.5.3) + version: 0.3.13(eslint@9.7.0)(typescript@5.5.3) '@nuxtjs/eslint-config-typescript': specifier: ^12.1.0 - version: 12.1.0(eslint@9.6.0)(typescript@5.5.3) + version: 12.1.0(eslint@9.7.0)(typescript@5.5.3) '@size-limit/preset-small-lib': specifier: ^11.1.4 version: 11.1.4(size-limit@11.1.4) eslint: - specifier: ^9.6.0 - version: 9.6.0 + specifier: ^9.7.0 + version: 9.7.0 immutable: specifier: ^4.3.6 version: 4.3.6 @@ -160,10 +160,10 @@ importers: devDependencies: '@nuxt/devtools': specifier: ^1.3.9 - version: 1.3.9(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + version: 1.3.9(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) '@nuxt/eslint-config': specifier: ^0.3.13 - version: 0.3.13(eslint@9.6.0)(typescript@5.5.3) + version: 0.3.13(eslint@9.7.0)(typescript@5.5.3) '@nuxt/module-builder': specifier: ^0.8.1 version: 0.8.1(@nuxt/kit@3.12.3(magicast@0.3.4)(rollup@4.14.0))(nuxi@3.11.1)(typescript@5.5.3) @@ -172,7 +172,7 @@ importers: version: 3.12.3(rollup@4.14.0) '@nuxtjs/eslint-config-typescript': specifier: ^12.1.0 - version: 12.1.0(eslint@9.6.0)(typescript@5.5.3) + version: 12.1.0(eslint@9.7.0)(typescript@5.5.3) '@pinia/nuxt': specifier: ^0.5.1 version: 0.5.1(@vue/composition-api@1.7.2(vue@3.4.31(typescript@5.5.3)))(magicast@0.3.4)(rollup@4.14.0)(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)) @@ -180,11 +180,11 @@ importers: specifier: ^3.0.0 version: 3.0.0 eslint: - specifier: ^9.6.0 - version: 9.6.0 + specifier: ^9.7.0 + version: 9.7.0 nuxt: specifier: ^3.11.2 - version: 3.11.2(@parcel/watcher@2.4.1)(@types/node@20.14.9)(encoding@0.1.13)(eslint@9.6.0)(ioredis@5.3.2)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.14.0)(terser@5.19.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + version: 3.11.2(@parcel/watcher@2.4.1)(@types/node@20.14.10)(encoding@0.1.13)(eslint@9.7.0)(ioredis@5.3.2)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.14.0)(terser@5.19.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) pinia: specifier: ^2.1.7 version: 2.1.7(@vue/composition-api@1.7.2(vue@3.4.31(typescript@5.5.3)))(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)) @@ -199,7 +199,7 @@ importers: version: 5.5.3 vite: specifier: ^5.3.3 - version: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + version: 5.3.3(@types/node@20.14.10)(terser@5.19.3) vue: specifier: ^3.4.31 version: 3.4.31(typescript@5.5.3) @@ -207,15 +207,15 @@ importers: packages/pinia-orm: dependencies: '@pinia-orm/normalizr': - specifier: '>=1.9.1' - version: 1.9.1 + specifier: '>=1.9.2' + version: 1.9.2 devDependencies: '@nuxt/eslint-config': specifier: ^0.3.13 - version: 0.3.13(eslint@9.6.0)(typescript@5.5.3) + version: 0.3.13(eslint@9.7.0)(typescript@5.5.3) '@nuxtjs/eslint-config-typescript': specifier: ^12.1.0 - version: 12.1.0(eslint@9.6.0)(typescript@5.5.3) + version: 12.1.0(eslint@9.7.0)(typescript@5.5.3) '@pinia/testing': specifier: ^0.1.3 version: 0.1.3(@vue/composition-api@1.7.2(vue@3.4.31(typescript@5.5.3)))(pinia@2.1.7(@vue/composition-api@1.7.2(vue@3.4.31(typescript@5.5.3)))(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3)) @@ -223,8 +223,8 @@ importers: specifier: ^11.1.4 version: 11.1.4(size-limit@11.1.4) '@types/node': - specifier: ^20.14.9 - version: 20.14.9 + specifier: ^20.14.10 + version: 20.14.10 '@types/prettier': specifier: ^3.0.0 version: 3.0.0 @@ -232,11 +232,11 @@ importers: specifier: ^10.0.0 version: 10.0.0 '@typescript-eslint/parser': - specifier: ^7.15.0 - version: 7.15.0(eslint@9.6.0)(typescript@5.5.3) + specifier: ^7.16.0 + version: 7.16.0(eslint@9.7.0)(typescript@5.5.3) '@vitest/coverage-v8': specifier: ^1.6.0 - version: 1.6.0(vitest@1.6.0(@types/node@20.14.9)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3)) + version: 1.6.0(vitest@1.6.0(@types/node@20.14.10)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3)) '@vitest/ui': specifier: ^1.6.0 version: 1.6.0(vitest@1.6.0) @@ -253,8 +253,8 @@ importers: specifier: ^3.37.1 version: 3.37.1 eslint: - specifier: ^9.6.0 - version: 9.6.0 + specifier: ^9.7.0 + version: 9.7.0 happy-dom: specifier: ^14.12.3 version: 14.12.3 @@ -290,10 +290,10 @@ importers: version: 10.0.0 vite: specifier: ^5.3.3 - version: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + version: 5.3.3(@types/node@20.14.10)(terser@5.19.3) vitest: specifier: ^1.6.0 - version: 1.6.0(@types/node@20.14.9)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3) + version: 1.6.0(@types/node@20.14.10)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3) vue: specifier: ^3.4.31 version: 3.4.31(typescript@5.5.3) @@ -372,7 +372,7 @@ importers: version: 9.25.0(eslint@8.57.0) nuxt-windicss: specifier: ^2.4.2 - version: 2.6.1(magicast@0.3.4)(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + version: 2.6.1(magicast@0.3.4)(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) postcss: specifier: ^8.4.14 version: 8.4.38 @@ -400,7 +400,7 @@ importers: version: 0.5.1(@vue/composition-api@1.7.2(vue@3.4.31(typescript@5.5.3)))(magicast@0.3.4)(rollup@4.14.0)(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)) nuxt: specifier: ^3.11.2 - version: 3.11.2(@parcel/watcher@2.4.1)(@types/node@20.14.9)(encoding@0.1.13)(eslint@9.6.0)(ioredis@5.3.2)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.14.0)(terser@5.19.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + version: 3.11.2(@parcel/watcher@2.4.1)(@types/node@20.14.10)(encoding@0.1.13)(eslint@9.7.0)(ioredis@5.3.2)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.14.0)(terser@5.19.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) pinia: specifier: ^2.1.7 version: 2.1.7(@vue/composition-api@1.7.2(vue@3.4.31(typescript@5.5.3)))(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)) @@ -2132,6 +2132,10 @@ packages: resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + '@eslint-community/regexpp@4.11.0': + resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + '@eslint/config-array@0.17.0': resolution: {integrity: sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2152,8 +2156,8 @@ packages: resolution: {integrity: sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.6.0': - resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==} + '@eslint/js@9.7.0': + resolution: {integrity: sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.4': @@ -2301,10 +2305,58 @@ packages: cpu: [x64] os: [win32] + '@inquirer/checkbox@2.3.10': + resolution: {integrity: sha512-CTc864M2/523rKc9AglIzAcUCuPXDZENgc5S2KZFVRbnMzpXcYTsUWmbqSeL0XLvtlvEtNevkkVbfVhJpruOyQ==} + engines: {node: '>=18'} + + '@inquirer/confirm@3.1.14': + resolution: {integrity: sha512-nbLSX37b2dGPtKWL3rPuR/5hOuD30S+pqJ/MuFiUEgN6GiMs8UMxiurKAMDzKt6C95ltjupa8zH6+3csXNHWpA==} + engines: {node: '>=18'} + + '@inquirer/core@9.0.2': + resolution: {integrity: sha512-nguvH3TZar3ACwbytZrraRTzGqyxJfYJwv+ZwqZNatAosdWQMP1GV8zvmkNlBe2JeZSaw0WYBHZk52pDpWC9qA==} + engines: {node: '>=18'} + + '@inquirer/editor@2.1.14': + resolution: {integrity: sha512-6nWpoJyVAKwAcv67bkbBmmi3f32xua79fP7TRmNUoR4K+B1GiOBsHO1YdvET/jvC+nTlBZL7puKAKyM7G+Lkzw==} + engines: {node: '>=18'} + + '@inquirer/expand@2.1.14': + resolution: {integrity: sha512-JcxsLajwPykF2kq6biIUdoOzTQ3LXqb8XMVrWkCprG/pFeU1SsxcSSFbF1T5jJGvvlTVcsE+JdGjbQ8ZRZ82RA==} + engines: {node: '>=18'} + '@inquirer/figures@1.0.3': resolution: {integrity: sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==} engines: {node: '>=18'} + '@inquirer/input@2.2.1': + resolution: {integrity: sha512-Yl1G6h7qWydzrJwqN777geeJVaAFL5Ly83aZlw4xHf8Z/BoTMfKRheyuMaQwOG7LQ4e5nQP7PxXdEg4SzQ+OKw==} + engines: {node: '>=18'} + + '@inquirer/number@1.0.2': + resolution: {integrity: sha512-GcoK+Phxcln0Qw9e73S5a8B2Ejg3HgSTvNfDegIcS5/BKwUm8t5rejja1l09WXjZM9vrVbRDf9RzWtSUiWVYRQ==} + engines: {node: '>=18'} + + '@inquirer/password@2.1.14': + resolution: {integrity: sha512-sPzOkXLhWJQ96K6nPZFnF8XB8tsDrcCRobd1d3EDz81F+4hp8BbdmsnsQcqZ7oYDIOVM/mWJyIUtJ35TrssJxQ==} + engines: {node: '>=18'} + + '@inquirer/prompts@5.1.2': + resolution: {integrity: sha512-E+ndnfwtVQtcmPt888Hc/HAxJUHSaA6OIvyvLAQ5BLQv+t20GbYdFSjXeLgb47OpMU+aRsKA/ys+Zoylw3kTVg==} + engines: {node: '>=18'} + + '@inquirer/rawlist@2.1.14': + resolution: {integrity: sha512-pLpEzhKNQ/ugFAFfgCNaXljB+dcCwmXwR1jOxAbVeFIdB3l02E5gjI+h1rb136tq0T8JO6P5KFR1oTeld/wdrA==} + engines: {node: '>=18'} + + '@inquirer/select@2.3.10': + resolution: {integrity: sha512-rr7iR0Zj1YFfgM8IUGimPD9Yukd+n/U63CnYT9kdum6DbRXtMxR45rrreP+EA9ixCnShr+W4xj7suRxC1+8t9g==} + engines: {node: '>=18'} + + '@inquirer/type@1.4.0': + resolution: {integrity: sha512-AjOqykVyjdJQvtfkNDGUyMYGF8xN50VUxftCQWsOyIo4DFRLr6VQhW0VItGI1JIyQGCGgIpKa7hMMwNhZb4OIw==} + engines: {node: '>=18'} + '@ioredis/commands@1.2.0': resolution: {integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==} @@ -2355,8 +2407,8 @@ packages: '@kwsites/promise-deferred@1.1.1': resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==} - '@lerna-lite/cli@3.6.0': - resolution: {integrity: sha512-X6N39fKArqZ0rS+8DqDToGen9OA+CM0x9edF+r1O/IZR1SO7cNbaLSXl9YDRW/lz5aJGIWsguMoGMjVbv1vCRQ==} + '@lerna-lite/cli@3.7.1': + resolution: {integrity: sha512-aaOjRJv/DWyBXw9gFdt0M7k1oSBPnMo3Vt4adg7MMgJkWjGOwKY3Q83d286beN9+wn1YBEmrf/4W4oThsojnSQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -2380,28 +2432,28 @@ packages: '@lerna-lite/watch': optional: true - '@lerna-lite/core@3.6.0': - resolution: {integrity: sha512-nyRJARtEUnmD+y3C9gCqJZiz12RAkAseVMDRmIFzMw4ZQvczur69AK62OCsjDYwqlXO3slqNmGz9YG0Yi1RO2Q==} + '@lerna-lite/core@3.7.1': + resolution: {integrity: sha512-GvGc6W7hq4GU6JbqLSHusFIMnvJ4l51BVefGwMiKmXerX4B2JLQVnzeB18N4v0N+T04S+rxktU6yMnmmqsWZhQ==} engines: {node: ^18.0.0 || >=20.0.0} - '@lerna-lite/filter-packages@3.6.0': - resolution: {integrity: sha512-PfWz6KHZi4blO/FiEcUIeW60muonx/epnDCQHdWccLmA7SAajeRTKB+RvQw/YLkwn5M/te2N72h8rrvtt+RQBA==} + '@lerna-lite/filter-packages@3.7.1': + resolution: {integrity: sha512-+gtkFHIBz0XvFjQ6TaSSE+ac56ZKtnzIpXAN88Blkqi2cSOgDgj1kKpryItXLnP9tjz8qr5X73o6bory93Hzqg==} engines: {node: ^18.0.0 || >=20.0.0} - '@lerna-lite/init@3.6.0': - resolution: {integrity: sha512-COTQZB/8QBklGf4hVilHSx7P54dbJubI+RaMLIe4/JD5ffhu1bOG4jsWwsYusP/mk3t1k1U0mxmiYaWsuO8oqQ==} + '@lerna-lite/init@3.7.1': + resolution: {integrity: sha512-bcQwhz2muCerlKyECui19a6Z0oAQ9g5jfgza3X/ctnIh3C9SXZcpKmgQzOmbDYqFLcGhHE283LZTAVWqG0sNFg==} engines: {node: ^18.0.0 || >=20.0.0} - '@lerna-lite/npmlog@3.6.0': - resolution: {integrity: sha512-sx/dqt+5BRgPPuE0KMW524noVzs1PKuKb+DryMx+J0ZAvveGSwxtddbUADl0XEiAyLwRUXKtsTqcQd0dmCrBaQ==} + '@lerna-lite/npmlog@3.7.0': + resolution: {integrity: sha512-zISrLUGPeS1LFpjiuats4t8lrpbcVrNSSpGGG/yUdXtR28vKZKw/UATT+lIKUNsnGAyWpNrDgUW8p/syP7CkVg==} engines: {node: ^18.0.0 || >=20.0.0} - '@lerna-lite/profiler@3.6.0': - resolution: {integrity: sha512-G7+JTVieqJWtjIM2hosteHOaa6uj2+GDeTJNxTaZ/m9+jlLuGTHXT3SVPz3/1efdgONtIXnNoa1eRRJkA601gw==} + '@lerna-lite/profiler@3.7.1': + resolution: {integrity: sha512-7XImN1nlWrbXOWCOQq6aYj+ExcUjzL2sGgkNLxj0S9/6jJJEy3TYhiBjZ+lcl3cwZoWZJRyiFtzzKBub7Plm5g==} engines: {node: ^18.0.0 || >=20.0.0} - '@lerna-lite/run@3.6.0': - resolution: {integrity: sha512-U0Pa6kzOcBeBihjO8gICcRlK7x7mLJ0F+rO9Rm6u37pH9QNRYLzCafIb9ky7L6y5SDhh/euGoVEFk4BUDDAwWA==} + '@lerna-lite/run@3.7.1': + resolution: {integrity: sha512-ZAO/luagZuI628n6VeGABp2g1bpj0mJG08gg3CJnnaSbCKLGwy4XsSAWk1DDF7ZsANdzcm2WnNzS4quMbLbuIA==} engines: {node: ^18.0.0 || >=20.0.0} '@mapbox/node-pre-gyp@1.0.9': @@ -2741,8 +2793,8 @@ packages: resolution: {integrity: sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==} engines: {node: '>= 10.0.0'} - '@pinia-orm/normalizr@1.9.1': - resolution: {integrity: sha512-Vu5PBFBiY21gy7HwwuzAvZ/+/bb3P8I2tqH1gs77WGDFbMiVDiVNPaZs/ivDhK5ajwi3DcZONmTyI6jURPOkkg==} + '@pinia-orm/normalizr@1.9.2': + resolution: {integrity: sha512-EEIHFwvtllvhkud1ZrQyiWo2s31dhuq0BxG++yd/WwOOEQhPRNuKsWFpxKf02d3JTKcRAgXLNvSd8BXixe+I1w==} '@pinia-orm/nuxt@1.7.0': resolution: {integrity: sha512-WiKDnHAoyx+pA/z242HIMrAvWAGcHuu2L3kqb5yz40uwPnszcPHLF+B++ZF8pzFcjPkCmLEDFXHJSEWusHGKlg==} @@ -3132,11 +3184,14 @@ packages: resolution: {integrity: sha512-5eEkJZ/BLvTE3vXGKkWlyTSUVZuzj23Wj8PoyOq2lt5I3CYbiLBOPb3XmCW6QcuOibIUE6emHXHt9E/F/rCa6w==} deprecated: This is a stub types definition. mime provides its own type definitions, so you do not need this installed. + '@types/mute-stream@0.0.4': + resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} + '@types/node@16.18.96': resolution: {integrity: sha512-84iSqGXoO+Ha16j8pRZ/L90vDMKX04QTYMTfYeE1WrjWaZXuchBehGUZEpNgx7JnmlrIHdnABmpjrQjhCnNldQ==} - '@types/node@20.14.9': - resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==} + '@types/node@20.14.10': + resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -3208,6 +3263,9 @@ packages: '@types/webpack@4.41.38': resolution: {integrity: sha512-oOW7E931XJU1mVfCnxCVgv8GLFL768pDO5u2Gzk82i8yTIgX6i7cntyZOkZYb/JtYM8252SN9bQp9tgkVDSsRw==} + '@types/wrap-ansi@3.0.0': + resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} + '@types/yargs-parser@21.0.0': resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} @@ -3277,8 +3335,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@7.15.0': - resolution: {integrity: sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A==} + '@typescript-eslint/parser@7.16.0': + resolution: {integrity: sha512-ar9E+k7CU8rWi2e5ErzQiC93KKEFAXA2Kky0scAlPcxYblLt8+XZuHUZwlyfXILyQa95P6lQg+eZgh/dDs3+Vw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -3299,8 +3357,8 @@ packages: resolution: {integrity: sha512-ZrMCe1R6a01T94ilV13egvcnvVJ1pxShkE0+NDjDzH4nvG1wXpwsVI5bZCvE7AEDH1mXEx5tJSVR68bLgG7Dng==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/scope-manager@7.15.0': - resolution: {integrity: sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==} + '@typescript-eslint/scope-manager@7.16.0': + resolution: {integrity: sha512-8gVv3kW6n01Q6TrI1cmTZ9YMFi3ucDT7i7aI5lEikk2ebk1AEjrwX8MDTdaX5D7fPXMBLvnsaa0IFTAu+jcfOw==} engines: {node: ^18.18.0 || >=20.0.0} '@typescript-eslint/scope-manager@7.8.0': @@ -3353,6 +3411,10 @@ packages: resolution: {integrity: sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==} engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/types@7.16.0': + resolution: {integrity: sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw==} + engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/types@7.8.0': resolution: {integrity: sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==} engines: {node: ^18.18.0 || >=20.0.0} @@ -3388,8 +3450,8 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@7.15.0': - resolution: {integrity: sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ==} + '@typescript-eslint/typescript-estree@7.16.0': + resolution: {integrity: sha512-a5NTvk51ZndFuOLCh5OaJBELYc2O3Zqxfl3Js78VFE1zE46J2AaVuW+rEbVkQznjkmlzWsUI15BG5tQMixzZLw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: typescript: '*' @@ -3442,8 +3504,8 @@ packages: resolution: {integrity: sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/visitor-keys@7.15.0': - resolution: {integrity: sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==} + '@typescript-eslint/visitor-keys@7.16.0': + resolution: {integrity: sha512-rMo01uPy9C7XxG7AFsxa8zLnWXTF8N3PYclekWSrurvhwiw1eW88mrKiAYe6s53AUY57nTRz8dJsuuXdkAhzCg==} engines: {node: ^18.18.0 || >=20.0.0} '@typescript-eslint/visitor-keys@7.8.0': @@ -4092,9 +4154,6 @@ packages: birpc@0.2.17: resolution: {integrity: sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==} - bl@4.1.0: - resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} - bluebird@3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} @@ -4181,9 +4240,6 @@ packages: buffer@4.9.2: resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} - buffer@5.7.1: - resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} - buffer@6.0.3: resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} @@ -4411,8 +4467,8 @@ packages: resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - cli-spinners@2.6.1: - resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} + cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} cli-truncate@4.0.0: @@ -4439,10 +4495,6 @@ packages: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} - clone@1.0.4: - resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} - engines: {node: '>=0.8'} - cluster-key-slot@1.1.0: resolution: {integrity: sha512-2Nii8p3RwAPiFwsnZvukotvow2rIHM+yQ6ZcBXGHdniadkYGZYiGmkHJIbZPIV9nfv7m/U1IPMVVcAhoWFeklw==} engines: {node: '>=0.10.0'} @@ -5172,9 +5224,6 @@ packages: resolution: {integrity: sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==} engines: {node: '>=18'} - defaults@1.0.3: - resolution: {integrity: sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==} - define-data-property@1.1.4: resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} engines: {node: '>= 0.4'} @@ -5690,8 +5739,8 @@ packages: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint-scope@8.0.1: - resolution: {integrity: sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==} + eslint-scope@8.0.2: + resolution: {integrity: sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} eslint-utils@2.1.0: @@ -5732,15 +5781,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true - eslint@9.6.0: - resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==} + eslint@9.7.0: + resolution: {integrity: sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true - espree@10.0.1: - resolution: {integrity: sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - espree@10.1.0: resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -6208,11 +6253,6 @@ packages: glob-to-regexp@0.4.1: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} - glob@10.3.10: - resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} - engines: {node: '>=16 || 14 >=14.17'} - hasBin: true - glob@10.4.1: resolution: {integrity: sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==} engines: {node: '>=16 || 14 >=14.18'} @@ -6562,14 +6602,14 @@ packages: resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + inquirer@10.0.1: + resolution: {integrity: sha512-XgthhRIn0Ci9JdGJpUo2EtpPfaczbooZbGTN+FTzSCyUb7YHJcPPnuSXfeG5903bJMy3OyEoVTQMnvO4Ly5tFg==} + engines: {node: '>=18'} + inquirer@7.3.3: resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} engines: {node: '>=8.0.0'} - inquirer@9.3.3: - resolution: {integrity: sha512-Z7lAi4XUBYRa6NPB0k+0+3dyhnyp2sAqVeiyogHyue93DvE9dPxp7oi7Gg8/KfWXSrGEsyBvZbl4PdBpS7ZKkg==} - engines: {node: '>=18'} - internal-slot@1.0.5: resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} engines: {node: '>= 0.4'} @@ -6720,10 +6760,6 @@ packages: resolution: {integrity: sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==} engines: {node: '>=18'} - is-interactive@1.0.0: - resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} - engines: {node: '>=8'} - is-lambda@1.0.1: resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} @@ -6830,10 +6866,6 @@ packages: is-typedarray@1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} - is-unicode-supported@0.1.0: - resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} - engines: {node: '>=10'} - is-unicode-supported@2.0.0: resolution: {integrity: sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==} engines: {node: '>=18'} @@ -6902,10 +6934,6 @@ packages: resolution: {integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==} engines: {node: '>=8'} - jackspeak@2.3.6: - resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} - engines: {node: '>=14'} - jackspeak@3.4.0: resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==} engines: {node: '>=14'} @@ -7188,10 +7216,6 @@ packages: lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - log-symbols@4.1.0: - resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} - engines: {node: '>=10'} - log-update@6.0.0: resolution: {integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==} engines: {node: '>=18'} @@ -7388,10 +7412,6 @@ packages: resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==} engines: {node: '>=16 || 14 >=14.17'} - minimatch@9.0.4: - resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} - engines: {node: '>=16 || 14 >=14.17'} - minimatch@9.0.5: resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} engines: {node: '>=16 || 14 >=14.17'} @@ -7431,10 +7451,6 @@ packages: resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'} - minipass@7.0.3: - resolution: {integrity: sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==} - engines: {node: '>=16 || 14 >=14.17'} - minipass@7.1.2: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} @@ -7879,10 +7895,6 @@ packages: resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} engines: {node: '>= 0.8.0'} - ora@5.4.1: - resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} - engines: {node: '>=10'} - os-browserify@0.3.0: resolution: {integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==} @@ -8058,10 +8070,6 @@ packages: path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - path-scurry@1.10.1: - resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} - engines: {node: '>=16 || 14 >=14.17'} - path-scurry@1.11.1: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} @@ -9257,9 +9265,9 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true - rimraf@5.0.7: - resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==} - engines: {node: '>=14.18'} + rimraf@5.0.9: + resolution: {integrity: sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==} + engines: {node: 14 >=14.20 || 16 >=16.20 || >=18} hasBin: true ripemd160@2.0.2: @@ -9728,6 +9736,10 @@ packages: resolution: {integrity: sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==} engines: {node: '>=18'} + string-width@7.2.0: + resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} + engines: {node: '>=18'} + string.prototype.trim@1.2.7: resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} engines: {node: '>= 0.4'} @@ -10780,9 +10792,6 @@ packages: resolution: {integrity: sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==} engines: {node: '>=10.13.0'} - wcwidth@1.0.1: - resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} - webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} @@ -12265,7 +12274,7 @@ snapshots: dependencies: '@types/eslint': 8.56.10 '@types/estree': 1.0.5 - '@typescript-eslint/types': 7.13.0 + '@typescript-eslint/types': 7.15.0 comment-parser: 1.4.1 esquery: 1.5.0 jsdoc-type-pratt-parser: 4.0.0 @@ -12614,13 +12623,15 @@ snapshots: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.4.0(eslint@9.6.0)': + '@eslint-community/eslint-utils@4.4.0(eslint@9.7.0)': dependencies: - eslint: 9.6.0 + eslint: 9.7.0 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.10.0': {} + '@eslint-community/regexpp@4.11.0': {} + '@eslint/config-array@0.17.0': dependencies: '@eslint/object-schema': 2.1.4 @@ -12661,7 +12672,7 @@ snapshots: '@eslint/js@9.2.0': {} - '@eslint/js@9.6.0': {} + '@eslint/js@9.7.0': {} '@eslint/object-schema@2.1.4': {} @@ -12760,8 +12771,95 @@ snapshots: '@img/sharp-win32-x64@0.33.4': optional: true + '@inquirer/checkbox@2.3.10': + dependencies: + '@inquirer/core': 9.0.2 + '@inquirer/figures': 1.0.3 + '@inquirer/type': 1.4.0 + ansi-escapes: 4.3.2 + yoctocolors-cjs: 2.1.2 + + '@inquirer/confirm@3.1.14': + dependencies: + '@inquirer/core': 9.0.2 + '@inquirer/type': 1.4.0 + + '@inquirer/core@9.0.2': + dependencies: + '@inquirer/figures': 1.0.3 + '@inquirer/type': 1.4.0 + '@types/mute-stream': 0.0.4 + '@types/node': 20.14.10 + '@types/wrap-ansi': 3.0.0 + ansi-escapes: 4.3.2 + cli-spinners: 2.9.2 + cli-width: 4.1.0 + mute-stream: 1.0.0 + signal-exit: 4.1.0 + strip-ansi: 6.0.1 + wrap-ansi: 6.2.0 + yoctocolors-cjs: 2.1.2 + + '@inquirer/editor@2.1.14': + dependencies: + '@inquirer/core': 9.0.2 + '@inquirer/type': 1.4.0 + external-editor: 3.1.0 + + '@inquirer/expand@2.1.14': + dependencies: + '@inquirer/core': 9.0.2 + '@inquirer/type': 1.4.0 + yoctocolors-cjs: 2.1.2 + '@inquirer/figures@1.0.3': {} + '@inquirer/input@2.2.1': + dependencies: + '@inquirer/core': 9.0.2 + '@inquirer/type': 1.4.0 + + '@inquirer/number@1.0.2': + dependencies: + '@inquirer/core': 9.0.2 + '@inquirer/type': 1.4.0 + + '@inquirer/password@2.1.14': + dependencies: + '@inquirer/core': 9.0.2 + '@inquirer/type': 1.4.0 + ansi-escapes: 4.3.2 + + '@inquirer/prompts@5.1.2': + dependencies: + '@inquirer/checkbox': 2.3.10 + '@inquirer/confirm': 3.1.14 + '@inquirer/editor': 2.1.14 + '@inquirer/expand': 2.1.14 + '@inquirer/input': 2.2.1 + '@inquirer/number': 1.0.2 + '@inquirer/password': 2.1.14 + '@inquirer/rawlist': 2.1.14 + '@inquirer/select': 2.3.10 + + '@inquirer/rawlist@2.1.14': + dependencies: + '@inquirer/core': 9.0.2 + '@inquirer/type': 1.4.0 + yoctocolors-cjs: 2.1.2 + + '@inquirer/select@2.3.10': + dependencies: + '@inquirer/core': 9.0.2 + '@inquirer/figures': 1.0.3 + '@inquirer/type': 1.4.0 + ansi-escapes: 4.3.2 + yoctocolors-cjs: 2.1.2 + + '@inquirer/type@1.4.0': + dependencies: + mute-stream: 1.0.0 + '@ioredis/commands@1.2.0': {} '@isaacs/cliui@8.0.2': @@ -12788,7 +12886,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@types/yargs': 17.0.10 chalk: 4.1.2 @@ -12822,27 +12920,27 @@ snapshots: '@kwsites/promise-deferred@1.1.1': {} - '@lerna-lite/cli@3.6.0(@lerna-lite/run@3.6.0(typescript@5.5.3))(typescript@5.5.3)': + '@lerna-lite/cli@3.7.1(@lerna-lite/run@3.7.1(typescript@5.5.3))(typescript@5.5.3)': dependencies: - '@lerna-lite/core': 3.6.0(typescript@5.5.3) - '@lerna-lite/init': 3.6.0(typescript@5.5.3) - '@lerna-lite/npmlog': 3.6.0 + '@lerna-lite/core': 3.7.1(typescript@5.5.3) + '@lerna-lite/init': 3.7.1(typescript@5.5.3) + '@lerna-lite/npmlog': 3.7.0 dedent: 1.5.3 dotenv: 16.4.5 import-local: 3.1.0 load-json-file: 7.0.1 yargs: 17.7.2 optionalDependencies: - '@lerna-lite/run': 3.6.0(typescript@5.5.3) + '@lerna-lite/run': 3.7.1(typescript@5.5.3) transitivePeerDependencies: - babel-plugin-macros - bluebird - supports-color - typescript - '@lerna-lite/core@3.6.0(typescript@5.5.3)': + '@lerna-lite/core@3.7.1(typescript@5.5.3)': dependencies: - '@lerna-lite/npmlog': 3.6.0 + '@lerna-lite/npmlog': 3.7.0 '@npmcli/run-script': 8.1.0 chalk: 5.3.0 clone-deep: 4.0.1 @@ -12853,7 +12951,7 @@ snapshots: fs-extra: 11.2.0 glob-parent: 6.0.2 globby: 14.0.2 - inquirer: 9.3.3 + inquirer: 10.0.1 is-ci: 3.0.1 json5: 2.2.3 load-json-file: 7.0.1 @@ -12874,10 +12972,10 @@ snapshots: - supports-color - typescript - '@lerna-lite/filter-packages@3.6.0(typescript@5.5.3)': + '@lerna-lite/filter-packages@3.7.1(typescript@5.5.3)': dependencies: - '@lerna-lite/core': 3.6.0(typescript@5.5.3) - '@lerna-lite/npmlog': 3.6.0 + '@lerna-lite/core': 3.7.1(typescript@5.5.3) + '@lerna-lite/npmlog': 3.7.0 multimatch: 7.0.0 transitivePeerDependencies: - babel-plugin-macros @@ -12885,9 +12983,9 @@ snapshots: - supports-color - typescript - '@lerna-lite/init@3.6.0(typescript@5.5.3)': + '@lerna-lite/init@3.7.1(typescript@5.5.3)': dependencies: - '@lerna-lite/core': 3.6.0(typescript@5.5.3) + '@lerna-lite/core': 3.7.1(typescript@5.5.3) fs-extra: 11.2.0 p-map: 7.0.2 write-json-file: 5.0.0 @@ -12897,7 +12995,7 @@ snapshots: - supports-color - typescript - '@lerna-lite/npmlog@3.6.0': + '@lerna-lite/npmlog@3.7.0': dependencies: aproba: 2.0.0 color-support: 1.1.3 @@ -12905,14 +13003,14 @@ snapshots: has-unicode: 2.0.1 set-blocking: 2.0.0 signal-exit: 4.1.0 - string-width: 7.1.0 + string-width: 7.2.0 strip-ansi: 7.1.0 wide-align: 1.1.5 - '@lerna-lite/profiler@3.6.0(typescript@5.5.3)': + '@lerna-lite/profiler@3.7.1(typescript@5.5.3)': dependencies: - '@lerna-lite/core': 3.6.0(typescript@5.5.3) - '@lerna-lite/npmlog': 3.6.0 + '@lerna-lite/core': 3.7.1(typescript@5.5.3) + '@lerna-lite/npmlog': 3.7.0 fs-extra: 11.2.0 upath: 2.0.1 transitivePeerDependencies: @@ -12921,13 +13019,13 @@ snapshots: - supports-color - typescript - '@lerna-lite/run@3.6.0(typescript@5.5.3)': + '@lerna-lite/run@3.7.1(typescript@5.5.3)': dependencies: - '@lerna-lite/cli': 3.6.0(@lerna-lite/run@3.6.0(typescript@5.5.3))(typescript@5.5.3) - '@lerna-lite/core': 3.6.0(typescript@5.5.3) - '@lerna-lite/filter-packages': 3.6.0(typescript@5.5.3) - '@lerna-lite/npmlog': 3.6.0 - '@lerna-lite/profiler': 3.6.0(typescript@5.5.3) + '@lerna-lite/cli': 3.7.1(@lerna-lite/run@3.7.1(typescript@5.5.3))(typescript@5.5.3) + '@lerna-lite/core': 3.7.1(typescript@5.5.3) + '@lerna-lite/filter-packages': 3.7.1(typescript@5.5.3) + '@lerna-lite/npmlog': 3.7.0 + '@lerna-lite/profiler': 3.7.1(typescript@5.5.3) chalk: 5.3.0 fs-extra: 11.2.0 p-map: 7.0.2 @@ -13223,12 +13321,12 @@ snapshots: '@nuxt/devalue@2.0.2': {} - '@nuxt/devtools-kit@1.3.9(magicast@0.3.4)(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3))': + '@nuxt/devtools-kit@1.3.9(magicast@0.3.4)(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3))': dependencies: '@nuxt/kit': 3.12.3(magicast@0.3.4)(rollup@4.14.0) '@nuxt/schema': 3.12.3(rollup@4.14.0) execa: 7.2.0 - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) transitivePeerDependencies: - magicast - rollup @@ -13247,13 +13345,13 @@ snapshots: rc9: 2.1.2 semver: 7.6.2 - '@nuxt/devtools@1.3.9(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3))': + '@nuxt/devtools@1.3.9(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3))': dependencies: '@antfu/utils': 0.7.10 - '@nuxt/devtools-kit': 1.3.9(magicast@0.3.4)(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + '@nuxt/devtools-kit': 1.3.9(magicast@0.3.4)(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) '@nuxt/devtools-wizard': 1.3.9 '@nuxt/kit': 3.12.3(magicast@0.3.4)(rollup@4.14.0) - '@vue/devtools-core': 7.3.3(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + '@vue/devtools-core': 7.3.3(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) '@vue/devtools-kit': 7.3.3 birpc: 0.2.17 consola: 3.2.3 @@ -13282,9 +13380,9 @@ snapshots: simple-git: 3.25.0 sirv: 2.0.4 unimport: 3.7.2(rollup@4.14.0) - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) - vite-plugin-inspect: 0.8.4(@nuxt/kit@3.12.3(magicast@0.3.4)(rollup@4.14.0))(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) - vite-plugin-vue-inspector: 5.1.2(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) + vite-plugin-inspect: 0.8.4(@nuxt/kit@3.12.3(magicast@0.3.4)(rollup@4.14.0))(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) + vite-plugin-vue-inspector: 5.1.2(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) which: 3.0.1 ws: 8.18.0 transitivePeerDependencies: @@ -13293,35 +13391,35 @@ snapshots: - supports-color - utf-8-validate - '@nuxt/eslint-config@0.3.13(eslint@9.6.0)(typescript@5.5.3)': + '@nuxt/eslint-config@0.3.13(eslint@9.7.0)(typescript@5.5.3)': dependencies: '@eslint/js': 9.2.0 - '@nuxt/eslint-plugin': 0.3.13(eslint@9.6.0)(typescript@5.5.3) + '@nuxt/eslint-plugin': 0.3.13(eslint@9.7.0)(typescript@5.5.3) '@rushstack/eslint-patch': 1.10.3 - '@stylistic/eslint-plugin': 2.1.0(eslint@9.6.0)(typescript@5.5.3) - '@typescript-eslint/eslint-plugin': 7.13.0(@typescript-eslint/parser@7.13.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3) - '@typescript-eslint/parser': 7.13.0(eslint@9.6.0)(typescript@5.5.3) - eslint: 9.6.0 + '@stylistic/eslint-plugin': 2.1.0(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/eslint-plugin': 7.13.0(@typescript-eslint/parser@7.13.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/parser': 7.13.0(eslint@9.7.0)(typescript@5.5.3) + eslint: 9.7.0 eslint-config-flat-gitignore: 0.1.5 eslint-flat-config-utils: 0.2.5 - eslint-plugin-import-x: 0.5.0(eslint@9.6.0)(typescript@5.5.3) - eslint-plugin-jsdoc: 48.2.12(eslint@9.6.0) - eslint-plugin-regexp: 2.6.0(eslint@9.6.0) - eslint-plugin-unicorn: 53.0.0(eslint@9.6.0) - eslint-plugin-vue: 9.26.0(eslint@9.6.0) + eslint-plugin-import-x: 0.5.0(eslint@9.7.0)(typescript@5.5.3) + eslint-plugin-jsdoc: 48.2.12(eslint@9.7.0) + eslint-plugin-regexp: 2.6.0(eslint@9.7.0) + eslint-plugin-unicorn: 53.0.0(eslint@9.7.0) + eslint-plugin-vue: 9.26.0(eslint@9.7.0) globals: 15.5.0 pathe: 1.1.2 tslib: 2.6.2 - vue-eslint-parser: 9.4.2(eslint@9.6.0) + vue-eslint-parser: 9.4.2(eslint@9.7.0) transitivePeerDependencies: - supports-color - typescript - '@nuxt/eslint-plugin@0.3.13(eslint@9.6.0)(typescript@5.5.3)': + '@nuxt/eslint-plugin@0.3.13(eslint@9.7.0)(typescript@5.5.3)': dependencies: '@typescript-eslint/types': 7.9.0 - '@typescript-eslint/utils': 7.13.0(eslint@9.6.0)(typescript@5.5.3) - eslint: 9.6.0 + '@typescript-eslint/utils': 7.13.0(eslint@9.7.0)(typescript@5.5.3) + eslint: 9.7.0 transitivePeerDependencies: - supports-color - typescript @@ -13627,12 +13725,12 @@ snapshots: ua-parser-js: 1.0.37 ufo: 1.5.3 - '@nuxt/vite-builder@3.11.2(@types/node@20.14.9)(eslint@9.6.0)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.14.0)(terser@5.19.3)(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3))': + '@nuxt/vite-builder@3.11.2(@types/node@20.14.10)(eslint@9.7.0)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.14.0)(terser@5.19.3)(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3))': dependencies: '@nuxt/kit': 3.11.2(magicast@0.3.4)(rollup@4.14.0) '@rollup/plugin-replace': 5.0.5(rollup@4.14.0) - '@vitejs/plugin-vue': 5.0.4(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3))(vue@3.4.31(typescript@5.5.3)) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3))(vue@3.4.31(typescript@5.5.3)) + '@vitejs/plugin-vue': 5.0.4(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3))(vue@3.4.31(typescript@5.5.3)) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3))(vue@3.4.31(typescript@5.5.3)) autoprefixer: 10.4.19(postcss@8.4.38) clear: 0.1.0 consola: 3.2.3 @@ -13659,9 +13757,9 @@ snapshots: ufo: 1.5.3 unenv: 1.9.0 unplugin: 1.10.1 - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) - vite-node: 1.5.3(@types/node@20.14.9)(terser@5.19.3) - vite-plugin-checker: 0.6.4(eslint@9.6.0)(optionator@0.9.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) + vite-node: 1.5.3(@types/node@20.14.10)(terser@5.19.3) + vite-plugin-checker: 0.6.4(eslint@9.7.0)(optionator@0.9.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) vue: 3.4.31(typescript@5.5.3) vue-bundle-renderer: 2.0.0 transitivePeerDependencies: @@ -13850,15 +13948,15 @@ snapshots: - supports-color - typescript - '@nuxtjs/eslint-config-typescript@12.1.0(eslint@9.6.0)(typescript@5.5.3)': + '@nuxtjs/eslint-config-typescript@12.1.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: - '@nuxtjs/eslint-config': 12.0.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0) - '@typescript-eslint/eslint-plugin': 6.5.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3) - '@typescript-eslint/parser': 6.5.0(eslint@9.6.0)(typescript@5.5.3) - eslint: 9.6.0 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0) - eslint-plugin-vue: 9.17.0(eslint@9.6.0) + '@nuxtjs/eslint-config': 12.0.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0) + '@typescript-eslint/eslint-plugin': 6.5.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/parser': 6.5.0(eslint@9.7.0)(typescript@5.5.3) + eslint: 9.7.0 + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0) + eslint-plugin-vue: 9.17.0(eslint@9.7.0) transitivePeerDependencies: - eslint-import-resolver-node - eslint-import-resolver-webpack @@ -13881,16 +13979,16 @@ snapshots: - eslint-import-resolver-webpack - supports-color - '@nuxtjs/eslint-config@12.0.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0)': + '@nuxtjs/eslint-config@12.0.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0)': dependencies: - eslint: 9.6.0 - eslint-config-standard: 17.0.0(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0))(eslint-plugin-n@15.7.0(eslint@9.6.0))(eslint-plugin-promise@6.1.1(eslint@9.6.0))(eslint@9.6.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0) - eslint-plugin-n: 15.7.0(eslint@9.6.0) - eslint-plugin-node: 11.1.0(eslint@9.6.0) - eslint-plugin-promise: 6.1.1(eslint@9.6.0) - eslint-plugin-unicorn: 44.0.2(eslint@9.6.0) - eslint-plugin-vue: 9.26.0(eslint@9.6.0) + eslint: 9.7.0 + eslint-config-standard: 17.0.0(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0))(eslint-plugin-n@15.7.0(eslint@9.7.0))(eslint-plugin-promise@6.1.1(eslint@9.7.0))(eslint@9.7.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0) + eslint-plugin-n: 15.7.0(eslint@9.7.0) + eslint-plugin-node: 11.1.0(eslint@9.7.0) + eslint-plugin-promise: 6.1.1(eslint@9.7.0) + eslint-plugin-unicorn: 44.0.2(eslint@9.7.0) + eslint-plugin-vue: 9.26.0(eslint@9.7.0) local-pkg: 0.4.3 transitivePeerDependencies: - '@typescript-eslint/parser' @@ -13976,7 +14074,7 @@ snapshots: '@parcel/watcher-win32-ia32': 2.4.1 '@parcel/watcher-win32-x64': 2.4.1 - '@pinia-orm/normalizr@1.9.1': {} + '@pinia-orm/normalizr@1.9.2': {} '@pinia-orm/nuxt@1.7.0(@pinia/nuxt@0.2.1(@vue/composition-api@1.7.2(vue@2.7.16))(pinia@2.1.7(@vue/composition-api@1.7.2(vue@2.7.16))(typescript@4.2.4)(vue@2.7.16))(vue@2.7.16))(magicast@0.3.4)(pinia@2.1.7(@vue/composition-api@1.7.2(vue@2.7.16))(typescript@4.2.4)(vue@2.7.16))(rollup@4.14.0)': dependencies: @@ -14223,49 +14321,49 @@ snapshots: '@size-limit/file': 11.1.4(size-limit@11.1.4) size-limit: 11.1.4 - '@stylistic/eslint-plugin-js@2.1.0(eslint@9.6.0)': + '@stylistic/eslint-plugin-js@2.1.0(eslint@9.7.0)': dependencies: '@types/eslint': 8.56.10 - acorn: 8.11.3 - eslint: 9.6.0 + acorn: 8.12.1 + eslint: 9.7.0 eslint-visitor-keys: 4.0.0 - espree: 10.0.1 + espree: 10.1.0 - '@stylistic/eslint-plugin-jsx@2.1.0(eslint@9.6.0)': + '@stylistic/eslint-plugin-jsx@2.1.0(eslint@9.7.0)': dependencies: - '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.6.0) + '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.7.0) '@types/eslint': 8.56.10 - eslint: 9.6.0 + eslint: 9.7.0 estraverse: 5.3.0 picomatch: 4.0.2 - '@stylistic/eslint-plugin-plus@2.1.0(eslint@9.6.0)(typescript@5.5.3)': + '@stylistic/eslint-plugin-plus@2.1.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: '@types/eslint': 8.56.10 - '@typescript-eslint/utils': 7.8.0(eslint@9.6.0)(typescript@5.5.3) - eslint: 9.6.0 + '@typescript-eslint/utils': 7.8.0(eslint@9.7.0)(typescript@5.5.3) + eslint: 9.7.0 transitivePeerDependencies: - supports-color - typescript - '@stylistic/eslint-plugin-ts@2.1.0(eslint@9.6.0)(typescript@5.5.3)': + '@stylistic/eslint-plugin-ts@2.1.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: - '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.6.0) + '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.7.0) '@types/eslint': 8.56.10 - '@typescript-eslint/utils': 7.8.0(eslint@9.6.0)(typescript@5.5.3) - eslint: 9.6.0 + '@typescript-eslint/utils': 7.8.0(eslint@9.7.0)(typescript@5.5.3) + eslint: 9.7.0 transitivePeerDependencies: - supports-color - typescript - '@stylistic/eslint-plugin@2.1.0(eslint@9.6.0)(typescript@5.5.3)': + '@stylistic/eslint-plugin@2.1.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: - '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.6.0) - '@stylistic/eslint-plugin-jsx': 2.1.0(eslint@9.6.0) - '@stylistic/eslint-plugin-plus': 2.1.0(eslint@9.6.0)(typescript@5.5.3) - '@stylistic/eslint-plugin-ts': 2.1.0(eslint@9.6.0)(typescript@5.5.3) + '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.7.0) + '@stylistic/eslint-plugin-jsx': 2.1.0(eslint@9.7.0) + '@stylistic/eslint-plugin-plus': 2.1.0(eslint@9.7.0)(typescript@5.5.3) + '@stylistic/eslint-plugin-ts': 2.1.0(eslint@9.7.0)(typescript@5.5.3) '@types/eslint': 8.56.10 - eslint: 9.6.0 + eslint: 9.7.0 transitivePeerDependencies: - supports-color - typescript @@ -14296,11 +14394,11 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@types/clean-css@4.2.11': dependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 source-map: 0.6.1 '@types/compression@1.7.5': @@ -14309,7 +14407,7 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@types/eslint@7.29.0': dependencies: @@ -14325,11 +14423,11 @@ snapshots: '@types/etag@1.8.3': dependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@types/express-serve-static-core@4.19.0': dependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -14357,7 +14455,7 @@ snapshots: '@types/http-proxy@1.17.14': dependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@types/istanbul-lib-coverage@2.0.4': {} @@ -14389,9 +14487,13 @@ snapshots: dependencies: mime: 4.0.3 + '@types/mute-stream@0.0.4': + dependencies: + '@types/node': 20.14.10 + '@types/node@16.18.96': {} - '@types/node@20.14.9': + '@types/node@20.14.10': dependencies: undici-types: 5.26.5 @@ -14424,13 +14526,13 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@types/serve-static@1.15.5': dependencies: '@types/http-errors': 2.0.4 '@types/mime': 4.0.0 - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@types/source-list-map@0.1.6': {} @@ -14460,19 +14562,21 @@ snapshots: '@types/webpack-sources@3.2.3': dependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@types/source-list-map': 0.1.6 source-map: 0.7.4 '@types/webpack@4.41.38': dependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@types/tapable': 1.0.12 '@types/uglify-js': 3.17.5 '@types/webpack-sources': 3.2.3 anymatch: 3.1.3 source-map: 0.6.1 + '@types/wrap-ansi@3.0.0': {} + '@types/yargs-parser@21.0.0': {} '@types/yargs@17.0.10': @@ -14498,16 +14602,16 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@6.5.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/eslint-plugin@6.5.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 6.5.0(eslint@9.6.0)(typescript@5.5.3) + '@typescript-eslint/parser': 6.5.0(eslint@9.7.0)(typescript@5.5.3) '@typescript-eslint/scope-manager': 6.5.0 - '@typescript-eslint/type-utils': 6.5.0(eslint@9.6.0)(typescript@5.5.3) - '@typescript-eslint/utils': 6.5.0(eslint@9.6.0)(typescript@5.5.3) + '@typescript-eslint/type-utils': 6.5.0(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/utils': 6.5.0(eslint@9.7.0)(typescript@5.5.3) '@typescript-eslint/visitor-keys': 6.5.0 debug: 4.3.5 - eslint: 9.6.0 + eslint: 9.7.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 @@ -14518,15 +14622,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@7.13.0(@typescript-eslint/parser@7.13.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/eslint-plugin@7.13.0(@typescript-eslint/parser@7.13.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.13.0(eslint@9.6.0)(typescript@5.5.3) + '@typescript-eslint/parser': 7.13.0(eslint@9.7.0)(typescript@5.5.3) '@typescript-eslint/scope-manager': 7.13.0 - '@typescript-eslint/type-utils': 7.13.0(eslint@9.6.0)(typescript@5.5.3) - '@typescript-eslint/utils': 7.13.0(eslint@9.6.0)(typescript@5.5.3) + '@typescript-eslint/type-utils': 7.13.0(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/utils': 7.13.0(eslint@9.7.0)(typescript@5.5.3) '@typescript-eslint/visitor-keys': 7.13.0 - eslint: 9.6.0 + eslint: 9.7.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 @@ -14548,40 +14652,40 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: '@typescript-eslint/scope-manager': 6.5.0 '@typescript-eslint/types': 6.5.0 '@typescript-eslint/typescript-estree': 6.5.0(typescript@5.5.3) '@typescript-eslint/visitor-keys': 6.5.0 debug: 4.3.5 - eslint: 9.6.0 + eslint: 9.7.0 optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.13.0(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/parser@7.13.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: '@typescript-eslint/scope-manager': 7.13.0 '@typescript-eslint/types': 7.13.0 '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.5.3) '@typescript-eslint/visitor-keys': 7.13.0 debug: 4.3.5 - eslint: 9.6.0 + eslint: 9.7.0 optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/parser@7.16.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: - '@typescript-eslint/scope-manager': 7.15.0 - '@typescript-eslint/types': 7.15.0 - '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.5.3) - '@typescript-eslint/visitor-keys': 7.15.0 + '@typescript-eslint/scope-manager': 7.16.0 + '@typescript-eslint/types': 7.16.0 + '@typescript-eslint/typescript-estree': 7.16.0(typescript@5.5.3) + '@typescript-eslint/visitor-keys': 7.16.0 debug: 4.3.5 - eslint: 9.6.0 + eslint: 9.7.0 optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: @@ -14602,10 +14706,10 @@ snapshots: '@typescript-eslint/types': 7.13.0 '@typescript-eslint/visitor-keys': 7.13.0 - '@typescript-eslint/scope-manager@7.15.0': + '@typescript-eslint/scope-manager@7.16.0': dependencies: - '@typescript-eslint/types': 7.15.0 - '@typescript-eslint/visitor-keys': 7.15.0 + '@typescript-eslint/types': 7.16.0 + '@typescript-eslint/visitor-keys': 7.16.0 '@typescript-eslint/scope-manager@7.8.0': dependencies: @@ -14624,24 +14728,24 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@6.5.0(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/type-utils@6.5.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: '@typescript-eslint/typescript-estree': 6.5.0(typescript@5.5.3) - '@typescript-eslint/utils': 6.5.0(eslint@9.6.0)(typescript@5.5.3) + '@typescript-eslint/utils': 6.5.0(eslint@9.7.0)(typescript@5.5.3) debug: 4.3.5 - eslint: 9.6.0 + eslint: 9.7.0 ts-api-utils: 1.3.0(typescript@5.5.3) optionalDependencies: typescript: 5.5.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@7.13.0(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/type-utils@7.13.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.5.3) - '@typescript-eslint/utils': 7.13.0(eslint@9.6.0)(typescript@5.5.3) + '@typescript-eslint/utils': 7.13.0(eslint@9.7.0)(typescript@5.5.3) debug: 4.3.5 - eslint: 9.6.0 + eslint: 9.7.0 ts-api-utils: 1.3.0(typescript@5.5.3) optionalDependencies: typescript: 5.5.3 @@ -14656,6 +14760,8 @@ snapshots: '@typescript-eslint/types@7.15.0': {} + '@typescript-eslint/types@7.16.0': {} + '@typescript-eslint/types@7.8.0': {} '@typescript-eslint/types@7.9.0': {} @@ -14695,7 +14801,7 @@ snapshots: debug: 4.3.5 globby: 11.1.0 is-glob: 4.0.3 - minimatch: 9.0.4 + minimatch: 9.0.5 semver: 7.6.2 ts-api-utils: 1.3.0(typescript@5.5.3) optionalDependencies: @@ -14703,14 +14809,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.15.0(typescript@5.5.3)': + '@typescript-eslint/typescript-estree@7.16.0(typescript@5.5.3)': dependencies: - '@typescript-eslint/types': 7.15.0 - '@typescript-eslint/visitor-keys': 7.15.0 + '@typescript-eslint/types': 7.16.0 + '@typescript-eslint/visitor-keys': 7.16.0 debug: 4.3.5 globby: 11.1.0 is-glob: 4.0.3 - minimatch: 9.0.4 + minimatch: 9.0.5 semver: 7.6.2 ts-api-utils: 1.3.0(typescript@5.5.3) optionalDependencies: @@ -14725,7 +14831,7 @@ snapshots: debug: 4.3.5 globby: 11.1.0 is-glob: 4.0.3 - minimatch: 9.0.4 + minimatch: 9.0.5 semver: 7.6.2 ts-api-utils: 1.3.0(typescript@5.5.3) optionalDependencies: @@ -14748,40 +14854,40 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@6.5.0(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/utils@6.5.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.1 '@typescript-eslint/scope-manager': 6.5.0 '@typescript-eslint/types': 6.5.0 '@typescript-eslint/typescript-estree': 6.5.0(typescript@5.5.3) - eslint: 9.6.0 + eslint: 9.7.0 semver: 7.6.2 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@7.13.0(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/utils@7.13.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) '@typescript-eslint/scope-manager': 7.13.0 '@typescript-eslint/types': 7.13.0 '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.5.3) - eslint: 9.6.0 + eslint: 9.7.0 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@7.8.0(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/utils@7.8.0(eslint@9.7.0)(typescript@5.5.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 7.8.0 '@typescript-eslint/types': 7.8.0 '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.5.3) - eslint: 9.6.0 + eslint: 9.7.0 semver: 7.6.2 transitivePeerDependencies: - supports-color @@ -14802,9 +14908,9 @@ snapshots: '@typescript-eslint/types': 7.13.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@7.15.0': + '@typescript-eslint/visitor-keys@7.16.0': dependencies: - '@typescript-eslint/types': 7.15.0 + '@typescript-eslint/types': 7.16.0 eslint-visitor-keys: 3.4.3 '@typescript-eslint/visitor-keys@7.8.0': @@ -14845,8 +14951,8 @@ snapshots: dependencies: '@mapbox/node-pre-gyp': 1.0.9(encoding@0.1.13) '@rollup/pluginutils': 4.2.1 - acorn: 8.11.3 - acorn-import-attributes: 1.9.5(acorn@8.11.3) + acorn: 8.12.1 + acorn-import-attributes: 1.9.5(acorn@8.12.1) async-sema: 3.1.1 bindings: 1.5.0 estree-walker: 2.0.2 @@ -14859,22 +14965,22 @@ snapshots: - encoding - supports-color - '@vitejs/plugin-vue-jsx@3.1.0(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3))(vue@3.4.31(typescript@5.5.3))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3))(vue@3.4.31(typescript@5.5.3))': dependencies: '@babel/core': 7.24.5 '@babel/plugin-transform-typescript': 7.24.5(@babel/core@7.24.5) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.24.5) - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) vue: 3.4.31(typescript@5.5.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.0.4(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3))(vue@3.4.31(typescript@5.5.3))': + '@vitejs/plugin-vue@5.0.4(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3))(vue@3.4.31(typescript@5.5.3))': dependencies: - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) vue: 3.4.31(typescript@5.5.3) - '@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.14.9)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3))': + '@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.14.10)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -14889,7 +14995,7 @@ snapshots: std-env: 3.7.0 strip-literal: 2.1.0 test-exclude: 6.0.0 - vitest: 1.6.0(@types/node@20.14.9)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3) + vitest: 1.6.0(@types/node@20.14.10)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3) transitivePeerDependencies: - supports-color @@ -14924,7 +15030,7 @@ snapshots: pathe: 1.1.2 picocolors: 1.0.0 sirv: 2.0.4 - vitest: 1.6.0(@types/node@20.14.9)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3) + vitest: 1.6.0(@types/node@20.14.10)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3) '@vitest/utils@1.6.0': dependencies: @@ -15172,14 +15278,14 @@ snapshots: '@vue/devtools-api@6.6.1': {} - '@vue/devtools-core@7.3.3(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3))': + '@vue/devtools-core@7.3.3(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3))': dependencies: '@vue/devtools-kit': 7.3.3 '@vue/devtools-shared': 7.3.5 mitt: 3.0.1 nanoid: 3.3.7 pathe: 1.1.2 - vite-hot-client: 0.2.3(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + vite-hot-client: 0.2.3(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) transitivePeerDependencies: - vite @@ -15358,18 +15464,14 @@ snapshots: mime-types: 2.1.35 negotiator: 0.6.3 - acorn-import-attributes@1.9.5(acorn@8.11.3): + acorn-import-attributes@1.9.5(acorn@8.12.1): dependencies: - acorn: 8.11.3 + acorn: 8.12.1 acorn-jsx@5.3.2(acorn@8.10.0): dependencies: acorn: 8.10.0 - acorn-jsx@5.3.2(acorn@8.11.3): - dependencies: - acorn: 8.11.3 - acorn-jsx@5.3.2(acorn@8.12.1): dependencies: acorn: 8.12.1 @@ -15746,12 +15848,6 @@ snapshots: birpc@0.2.17: {} - bl@4.1.0: - dependencies: - buffer: 5.7.1 - inherits: 2.0.4 - readable-stream: 3.6.0 - bluebird@3.7.2: {} bn.js@4.12.0: {} @@ -15881,11 +15977,6 @@ snapshots: ieee754: 1.2.1 isarray: 1.0.0 - buffer@5.7.1: - dependencies: - base64-js: 1.5.1 - ieee754: 1.2.1 - buffer@6.0.3: dependencies: base64-js: 1.5.1 @@ -16256,7 +16347,7 @@ snapshots: dependencies: restore-cursor: 4.0.0 - cli-spinners@2.6.1: {} + cli-spinners@2.9.2: {} cli-truncate@4.0.0: dependencies: @@ -16285,8 +16376,6 @@ snapshots: kind-of: 6.0.3 shallow-clone: 3.0.1 - clone@1.0.4: {} - cluster-key-slot@1.1.0: {} collection-visit@1.0.0: @@ -16929,10 +17018,6 @@ snapshots: bundle-name: 4.1.0 default-browser-id: 5.0.0 - defaults@1.0.3: - dependencies: - clone: 1.0.4 - define-data-property@1.1.4: dependencies: es-define-property: 1.0.0 @@ -17455,12 +17540,12 @@ snapshots: eslint-plugin-n: 15.7.0(eslint@8.57.0) eslint-plugin-promise: 6.1.1(eslint@8.57.0) - eslint-config-standard@17.0.0(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0))(eslint-plugin-n@15.7.0(eslint@9.6.0))(eslint-plugin-promise@6.1.1(eslint@9.6.0))(eslint@9.6.0): + eslint-config-standard@17.0.0(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0))(eslint-plugin-n@15.7.0(eslint@9.7.0))(eslint-plugin-promise@6.1.1(eslint@9.7.0))(eslint@9.7.0): dependencies: - eslint: 9.6.0 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0) - eslint-plugin-n: 15.7.0(eslint@9.6.0) - eslint-plugin-promise: 6.1.1(eslint@9.6.0) + eslint: 9.7.0 + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0) + eslint-plugin-n: 15.7.0(eslint@9.7.0) + eslint-plugin-promise: 6.1.1(eslint@9.7.0) eslint-flat-config-utils@0.2.5: dependencies: @@ -17495,13 +17580,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0): + eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0): dependencies: debug: 4.3.5 enhanced-resolve: 5.15.0 - eslint: 9.6.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0) + eslint: 9.7.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0) fast-glob: 3.3.2 get-tsconfig: 4.7.0 is-core-module: 2.13.0 @@ -17523,14 +17608,14 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0): + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 6.5.0(eslint@9.6.0)(typescript@5.5.3) - eslint: 9.6.0 + '@typescript-eslint/parser': 6.5.0(eslint@9.7.0)(typescript@5.5.3) + eslint: 9.7.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0) + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0) transitivePeerDependencies: - supports-color @@ -17540,9 +17625,9 @@ snapshots: eslint-utils: 2.1.0 regexpp: 3.2.0 - eslint-plugin-es@3.0.1(eslint@9.6.0): + eslint-plugin-es@3.0.1(eslint@9.7.0): dependencies: - eslint: 9.6.0 + eslint: 9.7.0 eslint-utils: 2.1.0 regexpp: 3.2.0 @@ -17552,22 +17637,22 @@ snapshots: eslint-utils: 2.1.0 regexpp: 3.2.0 - eslint-plugin-es@4.1.0(eslint@9.6.0): + eslint-plugin-es@4.1.0(eslint@9.7.0): dependencies: - eslint: 9.6.0 + eslint: 9.7.0 eslint-utils: 2.1.0 regexpp: 3.2.0 - eslint-plugin-import-x@0.5.0(eslint@9.6.0)(typescript@5.5.3): + eslint-plugin-import-x@0.5.0(eslint@9.7.0)(typescript@5.5.3): dependencies: - '@typescript-eslint/utils': 7.8.0(eslint@9.6.0)(typescript@5.5.3) + '@typescript-eslint/utils': 7.8.0(eslint@9.7.0)(typescript@5.5.3) debug: 4.3.5 doctrine: 3.0.0 - eslint: 9.6.0 + eslint: 9.7.0 eslint-import-resolver-node: 0.3.9 get-tsconfig: 4.7.3 is-glob: 4.0.3 - minimatch: 9.0.4 + minimatch: 9.0.5 semver: 7.6.2 transitivePeerDependencies: - supports-color @@ -17600,7 +17685,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0): + eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0): dependencies: array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 @@ -17608,9 +17693,9 @@ snapshots: array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 9.6.0 + eslint: 9.7.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0))(eslint@9.6.0))(eslint@9.6.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.5.0(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -17621,20 +17706,20 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.14.2 optionalDependencies: - '@typescript-eslint/parser': 6.5.0(eslint@9.6.0)(typescript@5.5.3) + '@typescript-eslint/parser': 6.5.0(eslint@9.7.0)(typescript@5.5.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jsdoc@48.2.12(eslint@9.6.0): + eslint-plugin-jsdoc@48.2.12(eslint@9.7.0): dependencies: '@es-joy/jsdoccomment': 0.43.1 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.5 escape-string-regexp: 4.0.0 - eslint: 9.6.0 + eslint: 9.7.0 esquery: 1.5.0 semver: 7.6.2 spdx-expression-parse: 4.0.0 @@ -17653,12 +17738,12 @@ snapshots: resolve: 1.22.8 semver: 7.6.2 - eslint-plugin-n@15.7.0(eslint@9.6.0): + eslint-plugin-n@15.7.0(eslint@9.7.0): dependencies: builtins: 5.0.1 - eslint: 9.6.0 - eslint-plugin-es: 4.1.0(eslint@9.6.0) - eslint-utils: 3.0.0(eslint@9.6.0) + eslint: 9.7.0 + eslint-plugin-es: 4.1.0(eslint@9.7.0) + eslint-utils: 3.0.0(eslint@9.7.0) ignore: 5.3.1 is-core-module: 2.13.0 minimatch: 3.1.2 @@ -17675,10 +17760,10 @@ snapshots: resolve: 1.22.8 semver: 6.3.1 - eslint-plugin-node@11.1.0(eslint@9.6.0): + eslint-plugin-node@11.1.0(eslint@9.7.0): dependencies: - eslint: 9.6.0 - eslint-plugin-es: 3.0.1(eslint@9.6.0) + eslint: 9.7.0 + eslint-plugin-es: 3.0.1(eslint@9.7.0) eslint-utils: 2.1.0 ignore: 5.3.1 minimatch: 3.1.2 @@ -17698,16 +17783,16 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-plugin-promise@6.1.1(eslint@9.6.0): + eslint-plugin-promise@6.1.1(eslint@9.7.0): dependencies: - eslint: 9.6.0 + eslint: 9.7.0 - eslint-plugin-regexp@2.6.0(eslint@9.6.0): + eslint-plugin-regexp@2.6.0(eslint@9.7.0): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) '@eslint-community/regexpp': 4.10.0 comment-parser: 1.4.1 - eslint: 9.6.0 + eslint: 9.7.0 jsdoc-type-pratt-parser: 4.0.0 refa: 0.12.1 regexp-ast-analysis: 0.7.1 @@ -17731,13 +17816,13 @@ snapshots: semver: 7.6.2 strip-indent: 3.0.0 - eslint-plugin-unicorn@44.0.2(eslint@9.6.0): + eslint-plugin-unicorn@44.0.2(eslint@9.7.0): dependencies: '@babel/helper-validator-identifier': 7.24.5 ci-info: 3.8.0 clean-regexp: 1.0.0 - eslint: 9.6.0 - eslint-utils: 3.0.0(eslint@9.6.0) + eslint: 9.7.0 + eslint-utils: 3.0.0(eslint@9.7.0) esquery: 1.5.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 @@ -17749,15 +17834,15 @@ snapshots: semver: 7.6.2 strip-indent: 3.0.0 - eslint-plugin-unicorn@53.0.0(eslint@9.6.0): + eslint-plugin-unicorn@53.0.0(eslint@9.7.0): dependencies: '@babel/helper-validator-identifier': 7.24.5 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) '@eslint/eslintrc': 3.1.0 ci-info: 4.0.0 clean-regexp: 1.0.0 core-js-compat: 3.37.0 - eslint: 9.6.0 + eslint: 9.7.0 esquery: 1.5.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 @@ -17783,15 +17868,15 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-vue@9.17.0(eslint@9.6.0): + eslint-plugin-vue@9.17.0(eslint@9.7.0): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) - eslint: 9.6.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) + eslint: 9.7.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.13 semver: 7.6.2 - vue-eslint-parser: 9.4.2(eslint@9.6.0) + vue-eslint-parser: 9.4.2(eslint@9.7.0) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -17810,16 +17895,16 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-vue@9.26.0(eslint@9.6.0): + eslint-plugin-vue@9.26.0(eslint@9.7.0): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) - eslint: 9.6.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) + eslint: 9.7.0 globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.16 semver: 7.6.2 - vue-eslint-parser: 9.4.2(eslint@9.6.0) + vue-eslint-parser: 9.4.2(eslint@9.7.0) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -17839,7 +17924,7 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 - eslint-scope@8.0.1: + eslint-scope@8.0.2: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 @@ -17853,9 +17938,9 @@ snapshots: eslint: 8.57.0 eslint-visitor-keys: 2.1.0 - eslint-utils@3.0.0(eslint@9.6.0): + eslint-utils@3.0.0(eslint@9.7.0): dependencies: - eslint: 9.6.0 + eslint: 9.7.0 eslint-visitor-keys: 2.1.0 eslint-visitor-keys@1.3.0: {} @@ -17920,13 +18005,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint@9.6.0: + eslint@9.7.0: dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) - '@eslint-community/regexpp': 4.10.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) + '@eslint-community/regexpp': 4.11.0 '@eslint/config-array': 0.17.0 '@eslint/eslintrc': 3.1.0 - '@eslint/js': 9.6.0 + '@eslint/js': 9.7.0 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.3.0 '@nodelib/fs.walk': 1.2.8 @@ -17935,7 +18020,7 @@ snapshots: cross-spawn: 7.0.3 debug: 4.3.5 escape-string-regexp: 4.0.0 - eslint-scope: 8.0.1 + eslint-scope: 8.0.2 eslint-visitor-keys: 4.0.0 espree: 10.1.0 esquery: 1.5.0 @@ -17959,12 +18044,6 @@ snapshots: transitivePeerDependencies: - supports-color - espree@10.0.1: - dependencies: - acorn: 8.11.3 - acorn-jsx: 5.3.2(acorn@8.11.3) - eslint-visitor-keys: 4.0.0 - espree@10.1.0: dependencies: acorn: 8.12.1 @@ -18552,19 +18631,11 @@ snapshots: glob-to-regexp@0.4.1: {} - glob@10.3.10: - dependencies: - foreground-child: 3.1.1 - jackspeak: 2.3.6 - minimatch: 9.0.4 - minipass: 7.0.3 - path-scurry: 1.10.1 - glob@10.4.1: dependencies: foreground-child: 3.1.1 jackspeak: 3.4.0 - minimatch: 9.0.4 + minimatch: 9.0.5 minipass: 7.1.2 path-scurry: 1.11.1 @@ -18971,6 +19042,16 @@ snapshots: ini@4.1.1: {} + inquirer@10.0.1: + dependencies: + '@inquirer/prompts': 5.1.2 + '@inquirer/type': 1.4.0 + '@types/mute-stream': 0.0.4 + ansi-escapes: 4.3.2 + mute-stream: 1.0.0 + run-async: 3.0.0 + rxjs: 7.8.1 + inquirer@7.3.3: dependencies: ansi-escapes: 4.3.2 @@ -18987,21 +19068,6 @@ snapshots: strip-ansi: 6.0.1 through: 2.3.8 - inquirer@9.3.3: - dependencies: - '@inquirer/figures': 1.0.3 - ansi-escapes: 4.3.2 - cli-width: 4.1.0 - external-editor: 3.1.0 - mute-stream: 1.0.0 - ora: 5.4.1 - run-async: 3.0.0 - rxjs: 7.8.1 - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 6.2.0 - yoctocolors-cjs: 2.1.2 - internal-slot@1.0.5: dependencies: get-intrinsic: 1.2.1 @@ -19153,8 +19219,6 @@ snapshots: global-directory: 4.0.1 is-path-inside: 4.0.0 - is-interactive@1.0.0: {} - is-lambda@1.0.1: {} is-module@1.0.0: {} @@ -19240,8 +19304,6 @@ snapshots: is-typedarray@1.0.0: {} - is-unicode-supported@0.1.0: {} - is-unicode-supported@2.0.0: {} is-weakref@1.0.2: @@ -19301,12 +19363,6 @@ snapshots: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 - jackspeak@2.3.6: - dependencies: - '@isaacs/cliui': 8.0.2 - optionalDependencies: - '@pkgjs/parseargs': 0.11.0 - jackspeak@3.4.0: dependencies: '@isaacs/cliui': 8.0.2 @@ -19344,7 +19400,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.14.9 + '@types/node': 20.14.10 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.10 @@ -19352,13 +19408,13 @@ snapshots: jest-worker@26.6.2: dependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 merge-stream: 2.0.0 supports-color: 7.2.0 jest-worker@27.5.1: dependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -19603,11 +19659,6 @@ snapshots: lodash@4.17.21: {} - log-symbols@4.1.0: - dependencies: - chalk: 4.1.2 - is-unicode-supported: 0.1.0 - log-update@6.0.0: dependencies: ansi-escapes: 6.2.1 @@ -19829,10 +19880,6 @@ snapshots: dependencies: brace-expansion: 2.0.1 - minimatch@9.0.4: - dependencies: - brace-expansion: 2.0.1 - minimatch@9.0.5: dependencies: brace-expansion: 2.0.1 @@ -19871,8 +19918,6 @@ snapshots: minipass@5.0.0: {} - minipass@7.0.3: {} - minipass@7.1.2: {} minizlib@2.1.2: @@ -19986,7 +20031,7 @@ snapshots: dependencies: array-differ: 4.0.0 array-union: 3.0.1 - minimatch: 9.0.4 + minimatch: 9.0.5 mustache@2.3.2: {} @@ -20309,7 +20354,7 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - nuxt-windicss@2.6.1(magicast@0.3.4)(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)): + nuxt-windicss@2.6.1(magicast@0.3.4)(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)): dependencies: '@nuxt/kit': 3.4.0(magicast@0.3.4)(rollup@4.14.0) '@windicss/config': 1.9.3 @@ -20322,7 +20367,7 @@ snapshots: pathe: 1.1.2 read-cache: 1.0.0 sirv: 2.0.4 - vite-plugin-windicss: 1.9.3(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + vite-plugin-windicss: 1.9.3(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) windicss: 3.5.6 windicss-analysis: 0.3.5 windicss-webpack-plugin: 1.8.0 @@ -20417,15 +20462,15 @@ snapshots: - webpack-command - whiskers - nuxt@3.11.2(@parcel/watcher@2.4.1)(@types/node@20.14.9)(encoding@0.1.13)(eslint@9.6.0)(ioredis@5.3.2)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.14.0)(terser@5.19.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)): + nuxt@3.11.2(@parcel/watcher@2.4.1)(@types/node@20.14.10)(encoding@0.1.13)(eslint@9.7.0)(ioredis@5.3.2)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.14.0)(terser@5.19.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)): dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/devtools': 1.3.9(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)) + '@nuxt/devtools': 1.3.9(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)) '@nuxt/kit': 3.11.2(magicast@0.3.4)(rollup@4.14.0) '@nuxt/schema': 3.11.2(rollup@4.14.0) '@nuxt/telemetry': 2.5.4(magicast@0.3.4)(rollup@4.14.0) '@nuxt/ui-templates': 1.3.3 - '@nuxt/vite-builder': 3.11.2(@types/node@20.14.9)(eslint@9.6.0)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.14.0)(terser@5.19.3)(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)) + '@nuxt/vite-builder': 3.11.2(@types/node@20.14.10)(eslint@9.7.0)(magicast@0.3.4)(optionator@0.9.3)(rollup@4.14.0)(terser@5.19.3)(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)) '@unhead/dom': 1.9.7 '@unhead/ssr': 1.9.7 '@unhead/vue': 1.9.7(vue@3.4.31(typescript@5.5.3)) @@ -20477,7 +20522,7 @@ snapshots: vue-router: 4.3.2(vue@3.4.31(typescript@5.5.3)) optionalDependencies: '@parcel/watcher': 2.4.1 - '@types/node': 20.14.9 + '@types/node': 20.14.10 transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -20684,18 +20729,6 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - ora@5.4.1: - dependencies: - bl: 4.1.0 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-spinners: 2.6.1 - is-interactive: 1.0.0 - is-unicode-supported: 0.1.0 - log-symbols: 4.1.0 - strip-ansi: 6.0.1 - wcwidth: 1.0.1 - os-browserify@0.3.0: {} os-tmpdir@1.0.2: {} @@ -20859,11 +20892,6 @@ snapshots: path-parse@1.0.7: {} - path-scurry@1.10.1: - dependencies: - lru-cache: 10.2.2 - minipass: 7.1.2 - path-scurry@1.11.1: dependencies: lru-cache: 10.2.2 @@ -20913,12 +20941,12 @@ snapshots: pinia-orm@1.7.2(pinia@2.1.7(@vue/composition-api@1.7.2(vue@2.7.16))(typescript@4.2.4)(vue@2.7.16)): dependencies: - '@pinia-orm/normalizr': 1.9.1 + '@pinia-orm/normalizr': 1.9.2 pinia: 2.1.7(@vue/composition-api@1.7.2(vue@2.7.16))(typescript@4.2.4)(vue@2.7.16) pinia-orm@1.7.2(pinia@2.1.7(@vue/composition-api@1.7.2(vue@3.4.31(typescript@5.5.3)))(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3))): dependencies: - '@pinia-orm/normalizr': 1.9.1 + '@pinia-orm/normalizr': 1.9.2 pinia: 2.1.7(@vue/composition-api@1.7.2(vue@3.4.31(typescript@5.5.3)))(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)) pinia@2.1.7(@vue/composition-api@1.7.2(vue@2.7.16))(typescript@4.2.4)(vue@2.7.16): @@ -22085,9 +22113,9 @@ snapshots: dependencies: glob: 7.2.3 - rimraf@5.0.7: + rimraf@5.0.9: dependencies: - glob: 10.3.10 + glob: 10.4.1 ripemd160@2.0.2: dependencies: @@ -22664,6 +22692,12 @@ snapshots: get-east-asian-width: 1.2.0 strip-ansi: 7.1.0 + string-width@7.2.0: + dependencies: + emoji-regex: 10.3.0 + get-east-asian-width: 1.2.0 + strip-ansi: 7.1.0 + string.prototype.trim@1.2.7: dependencies: call-bind: 1.0.2 @@ -22741,7 +22775,7 @@ snapshots: strip-literal@1.3.0: dependencies: - acorn: 8.11.3 + acorn: 8.12.1 strip-literal@2.1.0: dependencies: @@ -22897,7 +22931,7 @@ snapshots: terser@4.8.1: dependencies: - acorn: 8.11.3 + acorn: 8.12.1 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.21 @@ -22905,7 +22939,7 @@ snapshots: terser@5.19.3: dependencies: '@jridgewell/source-map': 0.3.5 - acorn: 8.11.3 + acorn: 8.12.1 commander: 2.20.3 source-map-support: 0.5.21 @@ -22919,7 +22953,7 @@ snapshots: dependencies: '@istanbuljs/schema': 0.1.3 glob: 10.4.1 - minimatch: 9.0.4 + minimatch: 9.0.5 text-table@0.2.0: {} @@ -23369,7 +23403,7 @@ snapshots: unplugin@1.4.0: dependencies: - acorn: 8.11.3 + acorn: 8.12.1 chokidar: 3.6.0 webpack-sources: 3.2.3 webpack-virtual-modules: 0.5.0 @@ -23522,17 +23556,17 @@ snapshots: vary@1.1.2: {} - vite-hot-client@0.2.3(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)): + vite-hot-client@0.2.3(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)): dependencies: - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) - vite-node@1.5.3(@types/node@20.14.9)(terser@5.19.3): + vite-node@1.5.3(@types/node@20.14.10)(terser@5.19.3): dependencies: cac: 6.7.14 debug: 4.3.5 pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) transitivePeerDependencies: - '@types/node' - less @@ -23543,13 +23577,13 @@ snapshots: - supports-color - terser - vite-node@1.6.0(@types/node@20.14.9)(terser@5.19.3): + vite-node@1.6.0(@types/node@20.14.10)(terser@5.19.3): dependencies: cac: 6.7.14 debug: 4.3.5 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) transitivePeerDependencies: - '@types/node' - less @@ -23560,7 +23594,7 @@ snapshots: - supports-color - terser - vite-plugin-checker@0.6.4(eslint@9.6.0)(optionator@0.9.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)): + vite-plugin-checker@0.6.4(eslint@9.7.0)(optionator@0.9.3)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)): dependencies: '@babel/code-frame': 7.24.2 ansi-escapes: 4.3.2 @@ -23573,17 +23607,17 @@ snapshots: semver: 7.6.2 strip-ansi: 6.0.1 tiny-invariant: 1.2.0 - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.5 vscode-uri: 3.0.3 optionalDependencies: - eslint: 9.6.0 + eslint: 9.7.0 optionator: 0.9.3 typescript: 5.5.3 - vite-plugin-inspect@0.8.4(@nuxt/kit@3.12.3(magicast@0.3.4)(rollup@4.14.0))(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)): + vite-plugin-inspect@0.8.4(@nuxt/kit@3.12.3(magicast@0.3.4)(rollup@4.14.0))(rollup@4.14.0)(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.0(rollup@4.14.0) @@ -23594,14 +23628,14 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.0.1 sirv: 2.0.4 - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) optionalDependencies: '@nuxt/kit': 3.12.3(magicast@0.3.4)(rollup@4.14.0) transitivePeerDependencies: - rollup - supports-color - vite-plugin-vue-inspector@5.1.2(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)): + vite-plugin-vue-inspector@5.1.2(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)): dependencies: '@babel/core': 7.24.5 '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.5) @@ -23612,41 +23646,41 @@ snapshots: '@vue/compiler-dom': 3.4.29 kolorist: 1.8.0 magic-string: 0.30.10 - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) transitivePeerDependencies: - supports-color - vite-plugin-windicss@1.9.3(vite@5.3.3(@types/node@20.14.9)(terser@5.19.3)): + vite-plugin-windicss@1.9.3(vite@5.3.3(@types/node@20.14.10)(terser@5.19.3)): dependencies: '@windicss/plugin-utils': 1.9.3 debug: 4.3.5 kolorist: 1.8.0 - vite: 5.3.3(@types/node@20.14.9)(terser@5.19.3) + vite: 5.3.3(@types/node@20.14.10)(terser@5.19.3) windicss: 3.5.6 transitivePeerDependencies: - supports-color - vite@5.2.11(@types/node@20.14.9)(terser@5.19.3): + vite@5.2.11(@types/node@20.14.10)(terser@5.19.3): dependencies: esbuild: 0.20.2 postcss: 8.4.38 rollup: 4.14.0 optionalDependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 fsevents: 2.3.3 terser: 5.19.3 - vite@5.3.3(@types/node@20.14.9)(terser@5.19.3): + vite@5.3.3(@types/node@20.14.10)(terser@5.19.3): dependencies: esbuild: 0.21.5 postcss: 8.4.39 rollup: 4.14.0 optionalDependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 fsevents: 2.3.3 terser: 5.19.3 - vitest@1.6.0(@types/node@20.14.9)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3): + vitest@1.6.0(@types/node@20.14.10)(@vitest/ui@1.6.0)(happy-dom@14.12.3)(terser@5.19.3): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -23665,11 +23699,11 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.5.1 tinypool: 0.8.4 - vite: 5.2.11(@types/node@20.14.9)(terser@5.19.3) - vite-node: 1.6.0(@types/node@20.14.9)(terser@5.19.3) + vite: 5.2.11(@types/node@20.14.10)(terser@5.19.3) + vite-node: 1.6.0(@types/node@20.14.10)(terser@5.19.3) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 20.14.9 + '@types/node': 20.14.10 '@vitest/ui': 1.6.0(vitest@1.6.0) happy-dom: 14.12.3 transitivePeerDependencies: @@ -23754,10 +23788,10 @@ snapshots: transitivePeerDependencies: - supports-color - vue-eslint-parser@9.4.2(eslint@9.6.0): + vue-eslint-parser@9.4.2(eslint@9.7.0): dependencies: debug: 4.3.5 - eslint: 9.6.0 + eslint: 9.7.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -23935,10 +23969,6 @@ snapshots: glob-to-regexp: 0.4.1 graceful-fs: 4.2.10 - wcwidth@1.0.1: - dependencies: - defaults: 1.0.3 - webidl-conversions@3.0.1: {} webidl-conversions@4.0.2: {} @@ -23948,7 +23978,7 @@ snapshots: webpack-bundle-analyzer@4.10.2: dependencies: '@discoveryjs/json-ext': 0.5.7 - acorn: 8.11.3 + acorn: 8.12.1 acorn-walk: 8.3.2 commander: 7.2.0 debounce: 1.2.1