From 105e4bed37406d7dc1b1fa61753dc85c2f73dd91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 00:21:53 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 12 +- .../quasar-app-extension-ssg/package.json | 16 +- playground/vite/package.json | 6 +- playground/webpack/package.json | 10 +- pnpm-lock.yaml | 1629 ++++++++--------- 5 files changed, 818 insertions(+), 855 deletions(-) diff --git a/package.json b/package.json index 2b5373f4..27069b15 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "@typescript-eslint/eslint-plugin": "^7.9.0", - "@typescript-eslint/parser": "^7.9.0", + "@typescript-eslint/eslint-plugin": "^7.13.1", + "@typescript-eslint/parser": "^7.13.1", "commit-and-tag-version": "^12.4.1", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", @@ -37,11 +37,11 @@ "eslint-import-resolver-exports": "1.0.0-beta.5", "eslint-plugin-ecmascript-compat": "^3.2.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-lodash-template": "^1.0.0", - "eslint-plugin-n": "^17.7.0", + "eslint-plugin-lodash-template": "^1.1.0", + "eslint-plugin-n": "^17.9.0", "husky": "^9.0.11", "pnpm-sync-dependencies-meta-injected": "^0.0.14", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "config": { "commitizen": { @@ -58,7 +58,7 @@ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, - "packageManager": "pnpm@9.1.1", + "packageManager": "pnpm@9.4.0", "pnpm": { "overrides": { "magic-string": "^0.30.10", diff --git a/packages/quasar-app-extension-ssg/package.json b/packages/quasar-app-extension-ssg/package.json index cf27a9b1..2a3b728a 100644 --- a/packages/quasar-app-extension-ssg/package.json +++ b/packages/quasar-app-extension-ssg/package.json @@ -76,7 +76,7 @@ "serialize-javascript": "^6.0.2", "unplugin-auto-import": "^0.17.6", "vite": "^2.9.18", - "webpack": "^5.91.0", + "webpack": "^5.92.1", "webpack-chain": "^6.5.1", "webpack-dev-server": "^4.15.2", "webpack-merge": "^5.10.0", @@ -88,22 +88,22 @@ "@quasar/extras": "^1.16.11", "@types/fs-extra": "^11.0.4", "@types/node": "^14.18.63", - "@vue/devtools": "^7.2.1", + "@vue/devtools": "^7.3.4", "cross-spawn": "7.0.3", "quasar": "^2.16.4", - "vue": "^3.4.27", - "vue-router": "^4.3.2", - "workbox-build": "^7.1.0", + "vue": "^3.4.30", + "vue-router": "^4.4.0", + "workbox-build": "^7.1.1", "workbox-webpack-plugin": "^7.1.0" }, "peerDependencies": { "@quasar/app-vite": "^1.9.3", "@quasar/app-webpack": "^3.13.2", "@quasar/extras": "^1.16.11", - "@vue/devtools": "^7.2.1", + "@vue/devtools": "^7.3.4", "quasar": "^2.16.4", - "vue": "^3.4.27", - "vue-router": "^4.3.2", + "vue": "^3.4.30", + "vue-router": "^4.4.0", "workbox-build": ">= 6", "workbox-webpack-plugin": ">= 6" }, diff --git a/playground/vite/package.json b/playground/vite/package.json index cb0225a8..0402b99c 100644 --- a/playground/vite/package.json +++ b/playground/vite/package.json @@ -18,8 +18,8 @@ "dependencies": { "@quasar/extras": "^1.16.11", "quasar": "^2.16.4", - "vue": "^3.4.27", - "vue-router": "^4.3.2" + "vue": "^3.4.30", + "vue-router": "^4.4.0" }, "devDependencies": { "@quasar/app-vite": "^1.9.3", @@ -28,7 +28,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-vue": "^9.26.0", "postcss": "^8.4.38", - "prettier": "^3.2.5", + "prettier": "^3.3.2", "quasar-app-extension-ssg": "workspace:*" }, "dependenciesMeta": { diff --git a/playground/webpack/package.json b/playground/webpack/package.json index 0fc75067..d74652a0 100644 --- a/playground/webpack/package.json +++ b/playground/webpack/package.json @@ -19,17 +19,17 @@ "@quasar/extras": "^1.16.11", "core-js": "^3.37.1", "quasar": "^2.16.4", - "vue": "^3.4.27", - "vue-router": "^4.3.2" + "vue": "^3.4.30", + "vue-router": "^4.4.0" }, "devDependencies": { - "@babel/eslint-parser": "^7.24.5", + "@babel/eslint-parser": "^7.24.7", "@quasar/app-webpack": "^3.13.2", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-vue": "^9.26.0", - "eslint-webpack-plugin": "^4.1.0", - "prettier": "^3.2.5", + "eslint-webpack-plugin": "^4.2.0", + "prettier": "^3.3.2", "quasar-app-extension-ssg": "workspace:*" }, "dependenciesMeta": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 50c8ce28..5c8e1d1c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,52 +15,52 @@ importers: devDependencies: '@commitlint/cli': specifier: ^19.3.0 - version: 19.3.0(@types/node@20.12.12)(typescript@5.4.5) + version: 19.3.0(@types/node@20.12.12)(typescript@5.5.2) '@commitlint/config-conventional': specifier: ^19.2.2 version: 19.2.2 '@typescript-eslint/eslint-plugin': - specifier: ^7.9.0 - version: 7.9.0(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) + specifier: ^7.13.1 + version: 7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2) '@typescript-eslint/parser': - specifier: ^7.9.0 - version: 7.9.0(eslint@8.57.0)(typescript@5.4.5) + specifier: ^7.13.1 + version: 7.13.1(eslint@8.57.0)(typescript@5.5.2) commit-and-tag-version: specifier: ^12.4.1 version: 12.4.1 commitizen: specifier: ^4.3.0 - version: 4.3.0(@types/node@20.12.12)(typescript@5.4.5) + version: 4.3.0(@types/node@20.12.12)(typescript@5.5.2) cz-conventional-changelog: specifier: ^3.3.0 - version: 3.3.0(@types/node@20.12.12)(typescript@5.4.5) + version: 3.3.0(@types/node@20.12.12)(typescript@5.5.2) eslint: specifier: ^8.57.0 version: 8.57.0 eslint-config-airbnb-base: specifier: ^15.0.0 - version: 15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(eslint@8.57.0) + version: 15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0))(eslint@8.57.0) eslint-config-airbnb-typescript: specifier: ^18.0.0 - version: 18.0.0(@typescript-eslint/eslint-plugin@7.9.0(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(eslint@8.57.0) + version: 18.0.0(@typescript-eslint/eslint-plugin@7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2))(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0))(eslint@8.57.0) eslint-define-config: specifier: ^2.1.0 version: 2.1.0 eslint-import-resolver-exports: specifier: 1.0.0-beta.5 - version: 1.0.0-beta.5(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(eslint@8.57.0) + version: 1.0.0-beta.5(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0))(eslint@8.57.0) eslint-plugin-ecmascript-compat: specifier: ^3.2.1 version: 3.2.1(eslint@8.57.0) eslint-plugin-import: specifier: ^2.29.1 - version: 2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0) + version: 2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0) eslint-plugin-lodash-template: - specifier: ^1.0.0 - version: 1.0.0(eslint@8.57.0) + specifier: ^1.1.0 + version: 1.1.0(eslint@8.57.0) eslint-plugin-n: - specifier: ^17.7.0 - version: 17.7.0(eslint@8.57.0) + specifier: ^17.9.0 + version: 17.9.0(eslint@8.57.0) husky: specifier: ^9.0.11 version: 9.0.11 @@ -68,14 +68,14 @@ importers: specifier: ^0.0.14 version: 0.0.14 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 packages/quasar-app-extension-ssg: dependencies: '@freddy38510/vue-loader': specifier: ^17.3.0 - version: 17.3.0(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0) + version: 17.3.0(vue@3.4.30(typescript@5.5.2))(webpack@5.92.1) '@freddy38510/vue-style-loader': specifier: ^4.2.0 version: 4.2.0 @@ -135,7 +135,7 @@ importers: version: 7.2.0 html-webpack-plugin: specifier: ^5.6.0 - version: 5.6.0(webpack@5.91.0) + version: 5.6.0(webpack@5.92.1) http-proxy-middleware: specifier: ^2.0.6 version: 2.0.6(@types/express@4.17.21) @@ -182,14 +182,14 @@ importers: specifier: ^2.9.18 version: 2.9.18(sass@1.69.5) webpack: - specifier: ^5.91.0 - version: 5.91.0 + specifier: ^5.92.1 + version: 5.92.1 webpack-chain: specifier: ^6.5.1 version: 6.5.1 webpack-dev-server: specifier: ^4.15.2 - version: 4.15.2(webpack@5.91.0) + version: 4.15.2(webpack@5.92.1) webpack-merge: specifier: ^5.10.0 version: 5.10.0 @@ -199,10 +199,10 @@ importers: devDependencies: '@quasar/app-vite': specifier: ^1.9.3 - version: 1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-build@7.1.0) + version: 1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-build@7.1.1) '@quasar/app-webpack': specifier: ^3.13.2 - version: 3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-webpack-plugin@7.1.0) + version: 3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-webpack-plugin@7.1.0) '@quasar/extras': specifier: ^1.16.11 version: 1.16.11 @@ -213,8 +213,8 @@ importers: specifier: ^14.18.63 version: 14.18.63 '@vue/devtools': - specifier: ^7.2.1 - version: 7.2.1(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5)) + specifier: ^7.3.4 + version: 7.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2)) cross-spawn: specifier: 7.0.3 version: 7.0.3 @@ -222,17 +222,17 @@ importers: specifier: ^2.16.4 version: 2.16.4 vue: - specifier: ^3.4.27 - version: 3.4.27(typescript@5.4.5) + specifier: ^3.4.30 + version: 3.4.30(typescript@5.5.2) vue-router: - specifier: ^4.3.2 - version: 4.3.2(vue@3.4.27(typescript@5.4.5)) + specifier: ^4.4.0 + version: 4.4.0(vue@3.4.30(typescript@5.5.2)) workbox-build: - specifier: ^7.1.0 - version: 7.1.0 + specifier: ^7.1.1 + version: 7.1.1 workbox-webpack-plugin: specifier: ^7.1.0 - version: 7.1.0(webpack@5.91.0) + version: 7.1.0(webpack@5.92.1) playground/vite: dependencies: @@ -243,15 +243,15 @@ importers: specifier: ^2.16.4 version: 2.16.4 vue: - specifier: ^3.4.27 - version: 3.4.27(typescript@5.4.5) + specifier: ^3.4.30 + version: 3.4.30(typescript@5.5.2) vue-router: - specifier: ^4.3.2 - version: 4.3.2(vue@3.4.27(typescript@5.4.5)) + specifier: ^4.4.0 + version: 4.4.0(vue@3.4.30(typescript@5.5.2)) devDependencies: '@quasar/app-vite': specifier: ^1.9.3 - version: 1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-build@7.1.0) + version: 1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-build@7.1.1) autoprefixer: specifier: ^10.4.19 version: 10.4.19(postcss@8.4.38) @@ -268,11 +268,11 @@ importers: specifier: ^8.4.38 version: 8.4.38 prettier: - specifier: ^3.2.5 - version: 3.2.5 + specifier: ^3.3.2 + version: 3.3.2 quasar-app-extension-ssg: specifier: workspace:* - version: file:packages/quasar-app-extension-ssg(@quasar/app-vite@1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-build@7.1.0))(@quasar/app-webpack@3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-webpack-plugin@7.1.0(webpack@5.91.0)))(@quasar/extras@1.16.11)(@types/express@4.17.21)(@vue/devtools@7.2.1(vue@3.4.27(typescript@5.4.5)))(postcss@8.4.38)(quasar@2.16.4)(rollup@2.79.1)(sass@1.69.5)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-build@7.1.0)(workbox-webpack-plugin@7.1.0(webpack@5.91.0)) + version: file:packages/quasar-app-extension-ssg(@quasar/app-vite@1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-build@7.1.1))(@quasar/app-webpack@3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-webpack-plugin@7.1.0))(@quasar/extras@1.16.11)(@types/express@4.17.21)(@vue/devtools@7.3.4(vue@3.4.30(typescript@5.5.2)))(postcss@8.4.38)(quasar@2.16.4)(rollup@2.79.1)(sass@1.69.5)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-build@7.1.1)(workbox-webpack-plugin@7.1.0) dependenciesMeta: quasar-app-extension-ssg: injected: true @@ -289,18 +289,18 @@ importers: specifier: ^2.16.4 version: 2.16.4 vue: - specifier: ^3.4.27 - version: 3.4.27(typescript@5.4.5) + specifier: ^3.4.30 + version: 3.4.30(typescript@5.5.2) vue-router: - specifier: ^4.3.2 - version: 4.3.2(vue@3.4.27(typescript@5.4.5)) + specifier: ^4.4.0 + version: 4.4.0(vue@3.4.30(typescript@5.5.2)) devDependencies: '@babel/eslint-parser': - specifier: ^7.24.5 - version: 7.24.5(@babel/core@7.24.5)(eslint@8.57.0) + specifier: ^7.24.7 + version: 7.24.7(@babel/core@7.24.5)(eslint@8.57.0) '@quasar/app-webpack': specifier: ^3.13.2 - version: 3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-webpack-plugin@7.1.0) + version: 3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-webpack-plugin@7.1.0) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -311,14 +311,14 @@ importers: specifier: ^9.26.0 version: 9.26.0(eslint@8.57.0) eslint-webpack-plugin: - specifier: ^4.1.0 - version: 4.1.0(eslint@8.57.0)(webpack@5.91.0) + specifier: ^4.2.0 + version: 4.2.0(eslint@8.57.0)(webpack@5.92.1) prettier: - specifier: ^3.2.5 - version: 3.2.5 + specifier: ^3.3.2 + version: 3.3.2 quasar-app-extension-ssg: specifier: workspace:* - version: file:packages/quasar-app-extension-ssg(@quasar/app-vite@1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-build@7.1.0))(@quasar/app-webpack@3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-webpack-plugin@7.1.0(webpack@5.91.0)))(@quasar/extras@1.16.11)(@types/express@4.17.21)(@vue/devtools@7.2.1(vue@3.4.27(typescript@5.4.5)))(postcss@8.4.38)(quasar@2.16.4)(rollup@2.79.1)(sass@1.69.5)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-build@7.1.0)(workbox-webpack-plugin@7.1.0(webpack@5.91.0)) + version: file:packages/quasar-app-extension-ssg(@quasar/app-vite@1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-build@7.1.1))(@quasar/app-webpack@3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-webpack-plugin@7.1.0))(@quasar/extras@1.16.11)(@types/express@4.17.21)(@vue/devtools@7.3.4(vue@3.4.30(typescript@5.5.2)))(postcss@8.4.38)(quasar@2.16.4)(rollup@2.79.1)(sass@1.69.5)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-build@7.1.1)(workbox-webpack-plugin@7.1.0) dependenciesMeta: quasar-app-extension-ssg: injected: true @@ -365,8 +365,8 @@ packages: resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==} engines: {node: '>=6.9.0'} - '@babel/eslint-parser@7.24.5': - resolution: {integrity: sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==} + '@babel/eslint-parser@7.24.7': + resolution: {integrity: sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 @@ -567,13 +567,13 @@ packages: resolution: {integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.23.5': - resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==} + '@babel/parser@7.24.5': + resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.24.5': - resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} + '@babel/parser@7.24.7': + resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==} engines: {node: '>=6.0.0'} hasBin: true @@ -765,12 +765,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.22.3': - resolution: {integrity: sha512-mASLsd6rhOrLZ5F3WbCxkzl67mmOnqik0zrg5W6D/X0QMW7HtvnoL1dRARLKIbMP3vXwkwziuLesPqWVGIl6Bw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.24.1': resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} engines: {node: '>=6.9.0'} @@ -825,12 +819,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-export-namespace-from@7.22.3': - resolution: {integrity: sha512-5Ti1cHLTDnt3vX61P9KZ5IG09bFXp4cDVFJIAeCZuxu9OXXJJZp5iP0n/rzM2+iAutJY+KWEyyHcRaHlpQ/P5g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-export-namespace-from@7.24.1': resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==} engines: {node: '>=6.9.0'} @@ -849,12 +837,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-json-strings@7.22.3': - resolution: {integrity: sha512-IuvOMdeOOY2X4hRNAT6kwbePtK21BUyrAEgLKviL8pL6AEEVUVcqtRdN/HJXBLGIbt9T3ETmXRnFedRRmQNTYw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-json-strings@7.24.1': resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==} engines: {node: '>=6.9.0'} @@ -921,12 +903,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-numeric-separator@7.22.3': - resolution: {integrity: sha512-+AF88fPDJrnseMh5vD9+SH6wq4ZMvpiTMHh58uLs+giMEyASFVhcT3NkoyO+NebFCNnpHJEq5AXO2txV4AGPDQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-numeric-separator@7.24.1': resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==} engines: {node: '>=6.9.0'} @@ -1225,6 +1201,7 @@ packages: '@humanwhocodes/config-array@0.11.14': resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead '@humanwhocodes/module-importer@1.0.1': resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} @@ -1232,6 +1209,7 @@ packages: '@humanwhocodes/object-schema@2.0.3': resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} + deprecated: Use @eslint/object-schema instead '@hutson/parse-repository-url@3.0.2': resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} @@ -1690,9 +1668,6 @@ packages: '@types/eslint-scope@3.7.4': resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} - '@types/eslint@8.40.0': - resolution: {integrity: sha512-nbq2mvc/tBrK9zQQuItvjJl++GTN5j06DaPtp3hZCpngmG6Q3xoyEmd0TwZI0gAy/G1X0zhGBbr2imsGFdFV0g==} - '@types/eslint@8.56.10': resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==} @@ -1828,8 +1803,8 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@7.9.0': - resolution: {integrity: sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==} + '@typescript-eslint/eslint-plugin@7.13.1': + resolution: {integrity: sha512-kZqi+WZQaZfPKnsflLJQCz6Ze9FFSMfXrrIOcyargekQxG37ES7DJNpJUE9Q/X5n3yTIP/WPutVNzgknQ7biLg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: '@typescript-eslint/parser': ^7.0.0 @@ -1839,8 +1814,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@7.9.0': - resolution: {integrity: sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==} + '@typescript-eslint/parser@7.13.1': + resolution: {integrity: sha512-1ELDPlnLvDQ5ybTSrMhRTFDfOQEOXNM+eP+3HT/Yq7ruWpciQw+Avi73pdEbA4SooCawEWo3dtYbF68gN7Ed1A==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -1849,12 +1824,12 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@7.9.0': - resolution: {integrity: sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==} + '@typescript-eslint/scope-manager@7.13.1': + resolution: {integrity: sha512-adbXNVEs6GmbzaCpymHQ0MB6E4TqoiVbC0iqG3uijR8ZYfpAXMGttouQzF4Oat3P2GxDVIrg7bMI/P65LiQZdg==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/type-utils@7.9.0': - resolution: {integrity: sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==} + '@typescript-eslint/type-utils@7.13.1': + resolution: {integrity: sha512-aWDbLu1s9bmgPGXSzNCxELu+0+HQOapV/y+60gPXafR8e2g1Bifxzevaa+4L2ytCWm+CHqpELq4CSoN9ELiwCg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -1863,12 +1838,12 @@ packages: typescript: optional: true - '@typescript-eslint/types@7.9.0': - resolution: {integrity: sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==} + '@typescript-eslint/types@7.13.1': + resolution: {integrity: sha512-7K7HMcSQIAND6RBL4kDl24sG/xKM13cA85dc7JnmQXw2cBDngg7c19B++JzvJHRG3zG36n9j1i451GBzRuHchw==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/typescript-estree@7.9.0': - resolution: {integrity: sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==} + '@typescript-eslint/typescript-estree@7.13.1': + resolution: {integrity: sha512-uxNr51CMV7npU1BxZzYjoVz9iyjckBduFBP0S5sLlh1tXYzHzgZ3BR9SVsNed+LmwKrmnqN3Kdl5t7eZ5TS1Yw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: typescript: '*' @@ -1876,14 +1851,14 @@ packages: typescript: optional: true - '@typescript-eslint/utils@7.9.0': - resolution: {integrity: sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==} + '@typescript-eslint/utils@7.13.1': + resolution: {integrity: sha512-h5MzFBD5a/Gh/fvNdp9pTfqJAbuQC4sCN2WzuXme71lqFJsZtLbjxfSk4r3p02WIArOF9N94pdsLiGutpDbrXQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/visitor-keys@7.9.0': - resolution: {integrity: sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==} + '@typescript-eslint/visitor-keys@7.13.1': + resolution: {integrity: sha512-k/Bfne7lrP7hcb7m9zSsgcBmo+8eicqqfNAJ7uUY+jkTFpKeH2FSkWpFRtimBxgkyvqfu9jTPRbYOvud6isdXA==} engines: {node: ^18.18.0 || >=20.0.0} '@ungap/structured-clone@1.2.0': @@ -1896,55 +1871,55 @@ packages: vite: ^2.5.10 vue: ^3.2.25 - '@vue/compiler-core@3.4.27': - resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==} + '@vue/compiler-core@3.4.30': + resolution: {integrity: sha512-ZL8y4Xxdh8O6PSwfdZ1IpQ24PjTAieOz3jXb/MDTfDtANcKBMxg1KLm6OX2jofsaQGYfIVzd3BAG22i56/cF1w==} - '@vue/compiler-dom@3.4.27': - resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==} + '@vue/compiler-dom@3.4.30': + resolution: {integrity: sha512-+16Sd8lYr5j/owCbr9dowcNfrHd+pz+w2/b5Lt26Oz/kB90C9yNbxQ3bYOvt7rI2bxk0nqda39hVcwDFw85c2Q==} - '@vue/compiler-sfc@3.4.27': - resolution: {integrity: sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==} + '@vue/compiler-sfc@3.4.30': + resolution: {integrity: sha512-8vElKklHn/UY8+FgUFlQrYAPbtiSB2zcgeRKW7HkpSRn/JjMRmZvuOtwDx036D1aqKNSTtXkWRfqx53Qb+HmMg==} - '@vue/compiler-ssr@3.4.27': - resolution: {integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==} + '@vue/compiler-ssr@3.4.30': + resolution: {integrity: sha512-ZJ56YZGXJDd6jky4mmM0rNaNP6kIbQu9LTKZDhcpddGe/3QIalB1WHHmZ6iZfFNyj5mSypTa4+qDJa5VIuxMSg==} '@vue/devtools-api@6.6.1': resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==} - '@vue/devtools-core@7.2.1': - resolution: {integrity: sha512-OyWl455UnJIVgZ6lo5WQ79WbDMoXtSRwyNKp9WzCZ0HhuQywIk4qv59KtLRe75uVmtGBde4hXNaSyRm+x9bY6g==} - - '@vue/devtools-electron@7.2.1': - resolution: {integrity: sha512-XDuYA011H1AxPpGkuu4YZEFhmX3Jilcmtu4nVXm0kB7/5xGQj2E7u1XEmVUB1lDeHC0MDKaU5TUfsZzOd1OqQQ==} - - '@vue/devtools-kit@7.2.1': - resolution: {integrity: sha512-Wak/fin1X0Q8LLIfCAHBrdaaB+R6IdpSXsDByPHbQ3BmkCP0/cIo/oEGp9i0U2+gEqD4L3V9RDjNf1S34DTzQQ==} + '@vue/devtools-core@7.3.4': + resolution: {integrity: sha512-HiaskdszC1ajYhZkglBzc4BBb4OHAhYonoOaQMx62ZId++ezpd4n0CbM9SXYp8o1JhxImSdueKgJgtyvhm4vAA==} peerDependencies: vue: ^3.0.0 - '@vue/devtools-shared@7.2.1': - resolution: {integrity: sha512-PCJF4UknJmOal68+X9XHyVeQ+idv0LFujkTOIW30+GaMJqwFVN9LkQKX4gLqn61KkGMdJTzQ1bt7EJag3TI6AA==} + '@vue/devtools-electron@7.3.4': + resolution: {integrity: sha512-wi6Q67bzyLOEKh7jTawlWIxHY+oXKz61v3hwDTQy/kwrpQLIZrAM95JDrZplyZS0GkZJn2JoAdn5lDbMYdNBnw==} + + '@vue/devtools-kit@7.3.4': + resolution: {integrity: sha512-DalQZWaFLRyA4qfKT0WT7e+q2AwvYoTwd0pWqswHqcpviXw+oU6FlSJHMrEACB3lBHjN1KBS9Kh527sWIe1vcg==} - '@vue/devtools@7.2.1': - resolution: {integrity: sha512-qlh7mA0TIgJsOwHLYoLwehZJN/bT5tSYwXG0lVG8F67D53mXkjgPjPndea1mftVnPPP03yEZpWYyJC5jEt7bRA==} + '@vue/devtools-shared@7.3.4': + resolution: {integrity: sha512-5S5cHh7oWLZdboujnLteR3rT8UGfKHfA34aGLyFRB/B5TqBxmeLW1Rq32xW6TCDEy4isoYsYHGwJVp6DQcpiDA==} + + '@vue/devtools@7.3.4': + resolution: {integrity: sha512-/TWzeTIU/Lol3rQYErINai+WzFRQppNzVqolkKFUP9Y1sOuGk9jkAFxXHkbN8VqP+ZM8zISyxISxcN7mkg75lQ==} hasBin: true - '@vue/reactivity@3.4.27': - resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==} + '@vue/reactivity@3.4.30': + resolution: {integrity: sha512-bVJurnCe3LS0JII8PPoAA63Zd2MBzcKrEzwdQl92eHCcxtIbxD2fhNwJpa+KkM3Y/A4T5FUnmdhgKwOf6BfbcA==} - '@vue/runtime-core@3.4.27': - resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==} + '@vue/runtime-core@3.4.30': + resolution: {integrity: sha512-qaFEbnNpGz+tlnkaualomogzN8vBLkgzK55uuWjYXbYn039eOBZrWxyXWq/7qh9Bz2FPifZqGjVDl/FXiq9L2g==} - '@vue/runtime-dom@3.4.27': - resolution: {integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==} + '@vue/runtime-dom@3.4.30': + resolution: {integrity: sha512-tV6B4YiZRj5QsaJgw2THCy5C1H+2UeywO9tqgWEc21tn85qHEERndHN/CxlyXvSBFrpmlexCIdnqPuR9RM9thw==} - '@vue/server-renderer@3.4.27': - resolution: {integrity: sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==} + '@vue/server-renderer@3.4.30': + resolution: {integrity: sha512-TBD3eqR1DeDc0cMrXS/vEs/PWzq1uXxnvjoqQuDGFIEHFIwuDTX/KWAQKIBjyMWLFHEeTDGYVsYci85z2UbTDg==} peerDependencies: - vue: 3.4.27 + vue: 3.4.30 - '@vue/shared@3.4.27': - resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} + '@vue/shared@3.4.30': + resolution: {integrity: sha512-CLg+f8RQCHQnKvuHY9adMsMaQOcqclh6Z5V9TaoMgy0ut0tz848joZ7/CYFFyF/yZ5i2yaw7Fn498C+CNZVHIg==} '@webassemblyjs/ast@1.12.1': resolution: {integrity: sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==} @@ -2010,8 +1985,8 @@ packages: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} engines: {node: '>= 0.6'} - acorn-import-assertions@1.9.0: - resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} + acorn-import-attributes@1.9.5: + resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==} peerDependencies: acorn: ^8 @@ -2247,6 +2222,9 @@ packages: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} + birpc@0.2.17: + resolution: {integrity: sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==} + bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} @@ -2284,11 +2262,6 @@ packages: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} - browserslist@4.21.10: - resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - browserslist@4.23.0: resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -2672,6 +2645,10 @@ packages: resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} engines: {node: '>= 0.6'} + copy-anything@3.0.5: + resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==} + engines: {node: '>=12.13'} + copy-webpack-plugin@11.0.0: resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==} engines: {node: '>= 14.15.0'} @@ -3109,14 +3086,11 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.4.508: - resolution: {integrity: sha512-FFa8QKjQK/A5QuFr2167myhMesGrhlOBD+3cYNxO9/S4XzHEXesyTD/1/xF644gC8buFPz3ca6G1LOQD0tZrrg==} - electron-to-chromium@1.4.767: resolution: {integrity: sha512-nzzHfmQqBss7CE3apQHkHjXW77+8w3ubGCIoEijKCJebPufREaFETgGXWTkh32t259F3Kcq+R8MZdFdOJROgYw==} - electron@29.4.0: - resolution: {integrity: sha512-4DTO8U66oiI8rShrDSu2zDPW6GWRiCebyb1MHSfQkLWCNI/PnLyGKeqYPUoVgc0FWaNN2sCBn8NKJHb++hE2LQ==} + electron@29.4.2: + resolution: {integrity: sha512-XyIkuWQguwY8hGtLg0j5Q4Fqphdbh0ctBsKCSVzJ/R7Z2+2WN/oQ1M+zYwchmfiDgiuL3EKkrBrfPdxXYdMr+A==} engines: {node: '>= 12.20.55'} hasBin: true @@ -3153,6 +3127,10 @@ packages: resolution: {integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==} engines: {node: '>=10.13.0'} + enhanced-resolve@5.17.0: + resolution: {integrity: sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==} + engines: {node: '>=10.13.0'} + entities@2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} @@ -3476,12 +3454,6 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - eslint-compat-utils@0.4.1: - resolution: {integrity: sha512-5N7ZaJG5pZxUeNNJfUchurLVrunD1xJvyg5kYOIVF8kg1f3ajTikmAu/5fZ9w100omNPOoMjngRszh/Q/uFGMg==} - engines: {node: '>=12'} - peerDependencies: - eslint: '>=6.0.0' - eslint-compat-utils@0.5.0: resolution: {integrity: sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==} engines: {node: '>=12'} @@ -3564,14 +3536,14 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-lodash-template@1.0.0: - resolution: {integrity: sha512-ntQf58ncgND4gLX4TV5+2yKb5BQfQGjkoOT4Le9rbjA3lfbxJ2jvPgLMA/ohwlJfW6QMrCb7RJrdSfHsgVwZrQ==} + eslint-plugin-lodash-template@1.1.0: + resolution: {integrity: sha512-I1Db9PPu5OIeACEm3KthqdSizwzaLJ9GGi1PMjZvLOOUHGyNvAGaCsGk28QjKgR9AVLDDHVp9M2HgfB6oNUDuQ==} engines: {node: '>=18.0.0'} peerDependencies: eslint: '>=8.0.0' - eslint-plugin-n@17.7.0: - resolution: {integrity: sha512-4Jg4ZKVE4VjHig2caBqPHYNW5na84RVufUuipFLJbgM/G57O6FdpUKJbHakCDJb/yjQuyqVzYWRtU3HNYaZUwg==} + eslint-plugin-n@17.9.0: + resolution: {integrity: sha512-CPSaXDXdrT4nsrOrO4mT4VB6FMUkoySRkHWuuJJHVqsIEjIeZgMY1H7AzSwPbDScikBmLN82KeM1u7ixV7PzGg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.23.0' @@ -3598,11 +3570,11 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint-webpack-plugin@4.1.0: - resolution: {integrity: sha512-C3wAG2jyockIhN0YRLuKieKj2nx/gnE/VHmoHemD5ifnAtY6ZU+jNPfzPoX4Zd6RIbUyWTiZUh/ofUlBhoAX7w==} + eslint-webpack-plugin@4.2.0: + resolution: {integrity: sha512-rsfpFQ01AWQbqtjgPRr2usVRxhWDuG0YDYcG8DJOteD3EFnpeuYuOwk0PQiN7PRBTqS6ElNdtPZPggj8If9WnA==} engines: {node: '>= 14.15.0'} peerDependencies: - eslint: ^8.0.0 + eslint: ^8.0.0 || ^9.0.0 webpack: ^5.0.0 eslint@8.57.0: @@ -3955,10 +3927,12 @@ packages: glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} + deprecated: Glob versions prior to v9 are no longer supported global-agent@3.0.0: resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==} @@ -4248,6 +4222,7 @@ packages: inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.3: resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} @@ -4458,6 +4433,10 @@ packages: is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + is-what@4.1.16: + resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==} + engines: {node: '>=12.13'} + is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} @@ -5045,9 +5024,6 @@ packages: peerDependencies: webpack: ^5.0.0 - node-releases@2.0.13: - resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} - node-releases@2.0.14: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} @@ -5762,8 +5738,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.2.5: - resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} + prettier@3.3.2: + resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} engines: {node: '>=14'} hasBin: true @@ -5814,6 +5790,10 @@ packages: q@1.5.1: resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} engines: {node: '>=0.6.0', teleport: '>=0.2.0'} + deprecated: |- + You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qs@6.11.0: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} @@ -5825,10 +5805,10 @@ packages: '@quasar/app-vite': ^1.9.3 '@quasar/app-webpack': ^3.13.2 '@quasar/extras': ^1.16.11 - '@vue/devtools': ^7.2.1 + '@vue/devtools': ^7.3.4 quasar: ^2.16.4 - vue: ^3.4.27 - vue-router: ^4.3.2 + vue: ^3.4.30 + vue-router: ^4.4.0 workbox-build: '>= 6' workbox-webpack-plugin: '>= 6' peerDependenciesMeta: @@ -6019,8 +5999,8 @@ packages: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - rfdc@1.3.1: - resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==} + rfdc@1.4.1: + resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} right-pad@1.0.1: resolution: {integrity: sha512-bYBjgxmkvTAfgIYy328fmkwhp39v8lwVgWhhrzxPV3yHtcSqyYKe9/XOhvW48UFjATg3VuJbpsp5822ACNvkmw==} @@ -6029,6 +6009,7 @@ packages: rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true ripstat@2.0.2: @@ -6445,6 +6426,10 @@ packages: resolution: {integrity: sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==} engines: {node: '>= 8.0'} + superjson@2.2.1: + resolution: {integrity: sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==} + engines: {node: '>=16'} + supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -6674,8 +6659,8 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + typescript@5.5.2: + resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} engines: {node: '>=14.17'} hasBin: true @@ -6769,12 +6754,6 @@ packages: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} - update-browserslist-db@1.0.11: - resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - update-browserslist-db@1.0.15: resolution: {integrity: sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==} hasBin: true @@ -6857,16 +6836,16 @@ packages: vue: optional: true - vue-router@4.3.2: - resolution: {integrity: sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==} + vue-router@4.4.0: + resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==} peerDependencies: vue: ^3.2.0 vue-style-loader@4.1.3: resolution: {integrity: sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==} - vue@3.4.27: - resolution: {integrity: sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==} + vue@3.4.30: + resolution: {integrity: sha512-NcxtKCwkdf1zPsr7Y8+QlDBCGqxvjLXF2EX+yi76rV5rrz90Y6gK1cq0olIhdWGgrlhs9ElHuhi9t3+W5sG5Xw==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -6965,8 +6944,8 @@ packages: webpack-virtual-modules@0.6.1: resolution: {integrity: sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==} - webpack@5.91.0: - resolution: {integrity: sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==} + webpack@5.92.1: + resolution: {integrity: sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -7047,6 +7026,10 @@ packages: resolution: {integrity: sha512-F6R94XAxjB2j4ETMkP1EXKfjECOtDmyvt0vz3BzgWJMI68TNSXIVNkgatwUKBlPGOfy9n2F/4voYRNAhEvPJNg==} engines: {node: '>=16.0.0'} + workbox-build@7.1.1: + resolution: {integrity: sha512-WdkVdC70VMpf5NBCtNbiwdSZeKVuhTEd5PV3mAwpTQCGAB5XbOny1P9egEgNdetv4srAMmMKjvBk4RD58LpooA==} + engines: {node: '>=16.0.0'} + workbox-cacheable-response@7.1.0: resolution: {integrity: sha512-iwsLBll8Hvua3xCuBB9h92+/e0wdsmSVgR2ZlvcfjepZWwhd3osumQB3x9o7flj+FehtWM2VHbZn8UJeBXXo6Q==} @@ -7237,8 +7220,8 @@ snapshots: '@ampproject/remapping@2.2.1': dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 '@antfu/utils@0.7.8': {} @@ -7249,6 +7232,13 @@ snapshots: jsonpointer: 5.0.1 leven: 3.1.0 + '@apideck/better-ajv-errors@0.3.6(ajv@8.13.0)': + dependencies: + ajv: 8.13.0 + json-schema: 0.4.0 + jsonpointer: 5.0.1 + leven: 3.1.0 + '@asamuzakjp/dom-selector@2.0.2': dependencies: bidi-js: 1.0.3 @@ -7272,7 +7262,7 @@ snapshots: '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) '@babel/helper-module-transforms': 7.22.1 '@babel/helpers': 7.22.3 - '@babel/parser': 7.23.5 + '@babel/parser': 7.24.5 '@babel/template': 7.21.9 '@babel/traverse': 7.22.4 '@babel/types': 7.22.4 @@ -7304,7 +7294,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/eslint-parser@7.24.5(@babel/core@7.24.5)(eslint@8.57.0)': + '@babel/eslint-parser@7.24.7(@babel/core@7.24.5)(eslint@8.57.0)': dependencies: '@babel/core': 7.24.5 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 @@ -7314,7 +7304,7 @@ snapshots: '@babel/generator@7.22.3': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -7328,7 +7318,7 @@ snapshots: '@babel/helper-annotate-as-pure@7.18.6': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 '@babel/helper-annotate-as-pure@7.22.5': dependencies: @@ -7336,7 +7326,7 @@ snapshots: '@babel/helper-builder-binary-assignment-operator-visitor@7.22.3': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 '@babel/helper-compilation-targets@7.22.1(@babel/core@7.22.1)': dependencies: @@ -7347,15 +7337,6 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-compilation-targets@7.22.1(@babel/core@7.24.5)': - dependencies: - '@babel/compat-data': 7.22.3 - '@babel/core': 7.24.5 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.23.0 - lru-cache: 5.1.1 - semver: 6.3.1 - '@babel/helper-compilation-targets@7.23.6': dependencies: '@babel/compat-data': 7.24.4 @@ -7379,21 +7360,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-class-features-plugin@7.22.1(@babel/core@7.24.5)': - dependencies: - '@babel/core': 7.24.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-member-expression-to-functions': 7.22.3 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.22.1 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 @@ -7407,25 +7373,38 @@ snapshots: '@babel/helper-split-export-declaration': 7.24.5 semver: 6.3.1 + '@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.24.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.24.5 + semver: 6.3.1 + '@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 '@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 '@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.5 debug: 4.3.4(supports-color@9.4.0) lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -7436,8 +7415,8 @@ snapshots: '@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.5 debug: 4.3.4(supports-color@9.4.0) lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -7451,8 +7430,8 @@ snapshots: '@babel/helper-function-name@7.21.0': dependencies: - '@babel/template': 7.21.9 - '@babel/types': 7.22.4 + '@babel/template': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-function-name@7.23.0': dependencies: @@ -7461,7 +7440,7 @@ snapshots: '@babel/helper-hoist-variables@7.18.6': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 '@babel/helper-hoist-variables@7.22.5': dependencies: @@ -7469,7 +7448,7 @@ snapshots: '@babel/helper-member-expression-to-functions@7.22.3': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 '@babel/helper-member-expression-to-functions@7.24.5': dependencies: @@ -7486,16 +7465,25 @@ snapshots: '@babel/helper-module-transforms@7.22.1': dependencies: '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-module-imports': 7.24.3 '@babel/helper-simple-access': 7.21.5 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.24.5 - '@babel/template': 7.21.9 - '@babel/traverse': 7.22.4 - '@babel/types': 7.22.4 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.24.5(@babel/core@7.22.1)': + dependencies: + '@babel/core': 7.22.1 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-simple-access': 7.24.5 + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-validator-identifier': 7.24.5 + '@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 @@ -7507,7 +7495,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.18.6': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 '@babel/helper-optimise-call-expression@7.22.5': dependencies: @@ -7520,20 +7508,20 @@ snapshots: '@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.22.1 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 transitivePeerDependencies: - supports-color '@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.22.1 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 transitivePeerDependencies: - supports-color @@ -7542,9 +7530,9 @@ snapshots: '@babel/helper-environment-visitor': 7.22.1 '@babel/helper-member-expression-to-functions': 7.22.3 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/template': 7.21.9 - '@babel/traverse': 7.22.4 - '@babel/types': 7.22.4 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 transitivePeerDependencies: - supports-color @@ -7555,9 +7543,16 @@ snapshots: '@babel/helper-member-expression-to-functions': 7.24.5 '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.24.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-simple-access@7.21.5': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 '@babel/helper-simple-access@7.24.5': dependencies: @@ -7565,7 +7560,7 @@ snapshots: '@babel/helper-skip-transparent-expression-wrappers@7.20.0': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers@7.22.5': dependencies: @@ -7573,7 +7568,7 @@ snapshots: '@babel/helper-split-export-declaration@7.18.6': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 '@babel/helper-split-export-declaration@7.24.5': dependencies: @@ -7591,18 +7586,18 @@ snapshots: '@babel/helper-wrap-function@7.20.5': dependencies: - '@babel/helper-function-name': 7.21.0 - '@babel/template': 7.21.9 - '@babel/traverse': 7.22.4 - '@babel/types': 7.22.4 + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 transitivePeerDependencies: - supports-color '@babel/helpers@7.22.3': dependencies: - '@babel/template': 7.21.9 - '@babel/traverse': 7.22.4 - '@babel/types': 7.22.4 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 transitivePeerDependencies: - supports-color @@ -7621,36 +7616,36 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.0.1 - '@babel/parser@7.23.5': + '@babel/parser@7.24.5': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 - '@babel/parser@7.24.5': + '@babel/parser@7.24.7': dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-transform-optional-chaining': 7.22.3(@babel/core@7.22.1) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-transform-optional-chaining': 7.22.3(@babel/core@7.24.5) '@babel/plugin-proposal-decorators@7.22.3(@babel/core@7.22.1)': @@ -7676,22 +7671,18 @@ snapshots: '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.1) - transitivePeerDependencies: - - supports-color '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5) - transitivePeerDependencies: - - supports-color '@babel/plugin-proposal-throw-expressions@7.18.6(@babel/core@7.22.1)': dependencies: @@ -7703,48 +7694,48 @@ snapshots: dependencies: '@babel/core': 7.22.1 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-decorators@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.1)': dependencies: @@ -7759,37 +7750,37 @@ snapshots: '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-function-sent@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-import-attributes@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-import-attributes@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.1)': dependencies: @@ -7804,125 +7795,125 @@ snapshots: '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-throw-expressions@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-async-generator-functions@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.1) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.1) transitivePeerDependencies: @@ -7931,8 +7922,8 @@ snapshots: '@babel/plugin-transform-async-generator-functions@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.24.5) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5) transitivePeerDependencies: @@ -7941,8 +7932,8 @@ snapshots: '@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.1) transitivePeerDependencies: - supports-color @@ -7950,8 +7941,8 @@ snapshots: '@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.24.5) transitivePeerDependencies: - supports-color @@ -7959,512 +7950,448 @@ snapshots: '@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-class-properties@7.22.3(@babel/core@7.22.1)': + '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-class-properties@7.22.3(@babel/core@7.24.5)': + '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.22.1)': - dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.22.1) + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-class-static-block@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.1) - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-class-static-block@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5) - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-classes@7.21.0(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) - '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.22.1 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.22.1) + '@babel/helper-split-export-declaration': 7.24.5 globals: 11.12.0 - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-classes@7.21.0(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.24.5) - '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.22.1 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) + '@babel/helper-split-export-declaration': 7.24.5 globals: 11.12.0 - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.21.9 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/template': 7.24.0 '@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.21.9 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/template': 7.24.0 '@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-dynamic-import@7.22.1(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.1) '@babel/plugin-transform-dynamic-import@7.22.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5) '@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.3 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.3 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-export-namespace-from@7.22.3(@babel/core@7.22.1)': + '@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.1) - '@babel/plugin-transform-export-namespace-from@7.22.3(@babel/core@7.24.5)': + '@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5) - - '@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.22.1)': - dependencies: - '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.1) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5) '@babel/plugin-transform-for-of@7.21.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-for-of@7.21.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) - '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-function-name@7.18.9(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.24.5) - '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-json-strings@7.22.3(@babel/core@7.22.1)': + '@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.1) - '@babel/plugin-transform-json-strings@7.22.3(@babel/core@7.24.5)': + '@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5) - - '@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.22.1)': - dependencies: - '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.1) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5) '@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-literals@7.18.9(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-logical-assignment-operators@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.1) '@babel/plugin-transform-logical-assignment-operators@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5) '@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-module-transforms': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-module-transforms': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-module-transforms': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-simple-access': 7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-simple-access': 7.24.5 '@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-module-transforms': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-simple-access': 7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-simple-access': 7.24.5 '@babel/plugin-transform-modules-systemjs@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-validator-identifier': 7.24.5 - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-modules-systemjs@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-validator-identifier': 7.24.5 - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-module-transforms': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-module-transforms': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-named-capturing-groups-regex@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-named-capturing-groups-regex@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-new-target@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-new-target@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-nullish-coalescing-operator@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.1) '@babel/plugin-transform-nullish-coalescing-operator@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-numeric-separator@7.22.3(@babel/core@7.22.1)': + '@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.1) - '@babel/plugin-transform-numeric-separator@7.22.3(@babel/core@7.24.5)': + '@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5) - - '@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.22.1)': - dependencies: - '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.1) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5) '@babel/plugin-transform-object-rest-spread@7.22.3(@babel/core@7.22.1)': dependencies: - '@babel/compat-data': 7.22.3 + '@babel/compat-data': 7.24.4 '@babel/core': 7.22.1 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.1) '@babel/plugin-transform-parameters': 7.22.3(@babel/core@7.22.1) '@babel/plugin-transform-object-rest-spread@7.22.3(@babel/core@7.24.5)': dependencies: - '@babel/compat-data': 7.22.3 + '@babel/compat-data': 7.24.4 '@babel/core': 7.24.5 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5) '@babel/plugin-transform-parameters': 7.22.3(@babel/core@7.24.5) '@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.22.1 - transitivePeerDependencies: - - supports-color + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.22.1) '@babel/plugin-transform-object-super@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.22.1 - transitivePeerDependencies: - - supports-color + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) '@babel/plugin-transform-optional-catch-binding@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.1) '@babel/plugin-transform-optional-catch-binding@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5) '@babel/plugin-transform-optional-chaining@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.1) '@babel/plugin-transform-optional-chaining@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5) '@babel/plugin-transform-parameters@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-parameters@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-private-methods@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-private-methods@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-private-property-in-object@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.1) - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-private-property-in-object@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5) - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 regenerator-transform: 0.15.1 '@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 regenerator-transform: 0.15.1 '@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-runtime@7.22.4(@babel/core@7.22.1)': dependencies: @@ -8481,108 +8408,108 @@ snapshots: '@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-spread@7.20.7(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-transform-spread@7.20.7(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-unicode-property-regex@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-unicode-property-regex@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-unicode-sets-regex@7.22.3(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-unicode-sets-regex@7.22.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/preset-env@7.22.4(@babel/core@7.22.1)': dependencies: - '@babel/compat-data': 7.22.3 + '@babel/compat-data': 7.24.4 '@babel/core': 7.22.1 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-validator-option': 7.23.5 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.1) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.3(@babel/core@7.22.1) '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.22.1) @@ -8609,7 +8536,7 @@ snapshots: '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.22.1) '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.22.1) '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.22.1) - '@babel/plugin-transform-class-properties': 7.22.3(@babel/core@7.22.1) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.22.1) '@babel/plugin-transform-class-static-block': 7.22.3(@babel/core@7.22.1) '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.22.1) '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.22.1) @@ -8618,10 +8545,10 @@ snapshots: '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.22.1) '@babel/plugin-transform-dynamic-import': 7.22.1(@babel/core@7.22.1) '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-export-namespace-from': 7.22.3(@babel/core@7.22.1) + '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.22.1) '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.22.1) '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.1) - '@babel/plugin-transform-json-strings': 7.22.3(@babel/core@7.22.1) + '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.22.1) '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.1) '@babel/plugin-transform-logical-assignment-operators': 7.22.3(@babel/core@7.22.1) '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.1) @@ -8632,7 +8559,7 @@ snapshots: '@babel/plugin-transform-named-capturing-groups-regex': 7.22.3(@babel/core@7.22.1) '@babel/plugin-transform-new-target': 7.22.3(@babel/core@7.22.1) '@babel/plugin-transform-nullish-coalescing-operator': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-numeric-separator': 7.22.3(@babel/core@7.22.1) + '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.22.1) '@babel/plugin-transform-object-rest-spread': 7.22.3(@babel/core@7.22.1) '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.22.1) '@babel/plugin-transform-optional-catch-binding': 7.22.3(@babel/core@7.22.1) @@ -8653,7 +8580,7 @@ snapshots: '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.1) '@babel/plugin-transform-unicode-sets-regex': 7.22.3(@babel/core@7.22.1) '@babel/preset-modules': 0.1.5(@babel/core@7.22.1) - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.1) babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.1) babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.1) @@ -8664,11 +8591,11 @@ snapshots: '@babel/preset-env@7.22.4(@babel/core@7.24.5)': dependencies: - '@babel/compat-data': 7.22.3 + '@babel/compat-data': 7.24.4 '@babel/core': 7.24.5 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.24.5) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-validator-option': 7.23.5 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.24.5) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.3(@babel/core@7.24.5) '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.24.5) @@ -8695,7 +8622,7 @@ snapshots: '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.24.5) '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.24.5) '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.24.5) - '@babel/plugin-transform-class-properties': 7.22.3(@babel/core@7.24.5) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.5) '@babel/plugin-transform-class-static-block': 7.22.3(@babel/core@7.24.5) '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.24.5) '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.24.5) @@ -8704,10 +8631,10 @@ snapshots: '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.24.5) '@babel/plugin-transform-dynamic-import': 7.22.1(@babel/core@7.24.5) '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.24.5) - '@babel/plugin-transform-export-namespace-from': 7.22.3(@babel/core@7.24.5) + '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.24.5) '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.24.5) '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.24.5) - '@babel/plugin-transform-json-strings': 7.22.3(@babel/core@7.24.5) + '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.24.5) '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.24.5) '@babel/plugin-transform-logical-assignment-operators': 7.22.3(@babel/core@7.24.5) '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.24.5) @@ -8718,7 +8645,7 @@ snapshots: '@babel/plugin-transform-named-capturing-groups-regex': 7.22.3(@babel/core@7.24.5) '@babel/plugin-transform-new-target': 7.22.3(@babel/core@7.24.5) '@babel/plugin-transform-nullish-coalescing-operator': 7.22.3(@babel/core@7.24.5) - '@babel/plugin-transform-numeric-separator': 7.22.3(@babel/core@7.24.5) + '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.24.5) '@babel/plugin-transform-object-rest-spread': 7.22.3(@babel/core@7.24.5) '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.24.5) '@babel/plugin-transform-optional-catch-binding': 7.22.3(@babel/core@7.24.5) @@ -8739,7 +8666,7 @@ snapshots: '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.24.5) '@babel/plugin-transform-unicode-sets-regex': 7.22.3(@babel/core@7.24.5) '@babel/preset-modules': 0.1.5(@babel/core@7.24.5) - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.24.5) babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.24.5) babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.24.5) @@ -8751,19 +8678,19 @@ snapshots: '@babel/preset-modules@0.1.5(@babel/core@7.22.1)': dependencies: '@babel/core': 7.22.1 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.1) '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.1) - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 esutils: 2.0.3 '@babel/preset-modules@0.1.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.24.5) '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.24.5) - '@babel/types': 7.22.4 + '@babel/types': 7.24.5 esutils: 2.0.3 '@babel/regjsgen@0.8.0': {} @@ -8775,8 +8702,8 @@ snapshots: '@babel/template@7.21.9': dependencies: '@babel/code-frame': 7.24.2 - '@babel/parser': 7.23.5 - '@babel/types': 7.22.4 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 '@babel/template@7.24.0': dependencies: @@ -8787,13 +8714,13 @@ snapshots: '@babel/traverse@7.22.4': dependencies: '@babel/code-frame': 7.24.2 - '@babel/generator': 7.22.3 + '@babel/generator': 7.24.5 '@babel/helper-environment-visitor': 7.22.1 '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.23.5 - '@babel/types': 7.22.4 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 debug: 4.3.4(supports-color@9.4.0) globals: 11.12.0 transitivePeerDependencies: @@ -8826,11 +8753,11 @@ snapshots: '@babel/helper-validator-identifier': 7.24.5 to-fast-properties: 2.0.0 - '@commitlint/cli@19.3.0(@types/node@20.12.12)(typescript@5.4.5)': + '@commitlint/cli@19.3.0(@types/node@20.12.12)(typescript@5.5.2)': dependencies: '@commitlint/format': 19.3.0 '@commitlint/lint': 19.2.2 - '@commitlint/load': 19.2.0(@types/node@20.12.12)(typescript@5.4.5) + '@commitlint/load': 19.2.0(@types/node@20.12.12)(typescript@5.5.2) '@commitlint/read': 19.2.1 '@commitlint/types': 19.0.3 execa: 8.0.1 @@ -8877,15 +8804,15 @@ snapshots: '@commitlint/rules': 19.0.3 '@commitlint/types': 19.0.3 - '@commitlint/load@19.2.0(@types/node@20.12.12)(typescript@5.4.5)': + '@commitlint/load@19.2.0(@types/node@20.12.12)(typescript@5.5.2)': dependencies: '@commitlint/config-validator': 19.0.3 '@commitlint/execute-rule': 19.0.0 '@commitlint/resolve-extends': 19.1.0 '@commitlint/types': 19.0.3 chalk: 5.3.0 - cosmiconfig: 9.0.0(typescript@5.4.5) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.12.12)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5) + cosmiconfig: 9.0.0(typescript@5.5.2) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.12.12)(cosmiconfig@9.0.0(typescript@5.5.2))(typescript@5.5.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -8983,14 +8910,14 @@ snapshots: '@freddy38510/dropcss@2.5.0': {} - '@freddy38510/vue-loader@17.3.0(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0)': + '@freddy38510/vue-loader@17.3.0(vue@3.4.30(typescript@5.5.2))(webpack@5.92.1)': dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.0 - webpack: 5.91.0 + webpack: 5.92.1 optionalDependencies: - vue: 3.4.27(typescript@5.4.5) + vue: 3.4.30(typescript@5.5.2) '@freddy38510/vue-style-loader@4.2.0': dependencies: @@ -9375,16 +9302,16 @@ snapshots: '@polka/url@1.0.0-next.25': {} - '@quasar/app-vite@1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-build@7.1.0)': + '@quasar/app-vite@1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-build@7.1.1)': dependencies: '@quasar/render-ssr-error': 1.0.3 - '@quasar/vite-plugin': 1.7.0(@vitejs/plugin-vue@2.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5)))(quasar@2.16.4)(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5)) + '@quasar/vite-plugin': 1.7.0(@vitejs/plugin-vue@2.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2)))(quasar@2.16.4)(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2)) '@rollup/pluginutils': 4.2.1 '@types/chrome': 0.0.208 '@types/compression': 1.7.2 '@types/cordova': 0.0.34 '@types/express': 4.17.17 - '@vitejs/plugin-vue': 2.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5)) + '@vitejs/plugin-vue': 2.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2)) archiver: 5.3.1 chokidar: 3.6.0 ci-info: 3.8.0 @@ -9411,21 +9338,21 @@ snapshots: serialize-javascript: 6.0.2 table: 6.8.1 vite: 2.9.18(sass@1.69.5) - vue: 3.4.27(typescript@5.4.5) - vue-router: 4.3.2(vue@3.4.27(typescript@5.4.5)) + vue: 3.4.30(typescript@5.5.2) + vue-router: 4.4.0(vue@3.4.30(typescript@5.5.2)) webpack-merge: 5.10.0 optionalDependencies: eslint: 8.57.0 - workbox-build: 7.1.0 + workbox-build: 7.1.1 transitivePeerDependencies: - less - rollup - stylus - supports-color - '@quasar/app-webpack@3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-webpack-plugin@7.1.0)': + '@quasar/app-webpack@3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-webpack-plugin@7.1.0)': dependencies: - '@quasar/babel-preset-app': 2.0.3(webpack@5.91.0) + '@quasar/babel-preset-app': 2.0.3(webpack@5.92.1) '@quasar/render-ssr-error': 1.0.3 '@quasar/ssr-helpers': 2.2.2 '@types/chrome': 0.0.208 @@ -9439,58 +9366,58 @@ snapshots: chalk: 4.1.2 chokidar: 3.6.0 ci-info: 3.7.1 - compression-webpack-plugin: 10.0.0(webpack@5.91.0) - copy-webpack-plugin: 11.0.0(webpack@5.91.0) + compression-webpack-plugin: 10.0.0(webpack@5.92.1) + copy-webpack-plugin: 11.0.0(webpack@5.92.1) cross-spawn: 7.0.3 - css-loader: 6.7.3(webpack@5.91.0) - css-minimizer-webpack-plugin: 4.2.2(webpack@5.91.0) + css-loader: 6.7.3(webpack@5.92.1) + css-minimizer-webpack-plugin: 4.2.2(webpack@5.92.1) cssnano: 5.1.14(postcss@8.4.38) dot-prop: 6.0.1 elementtree: 0.1.7 error-stack-parser: 2.1.4 express: 4.19.2 fast-glob: 3.3.2 - file-loader: 6.2.0(webpack@5.91.0) - fork-ts-checker-webpack-plugin: 6.5.0(eslint@8.57.0)(typescript@4.9.4)(webpack@5.91.0) + file-loader: 6.2.0(webpack@5.92.1) + fork-ts-checker-webpack-plugin: 6.5.0(eslint@8.57.0)(typescript@4.9.4)(webpack@5.92.1) fs-extra: 11.2.0 hash-sum: 2.0.0 html-minifier-terser: 7.2.0 - html-webpack-plugin: 5.6.0(webpack@5.91.0) + html-webpack-plugin: 5.6.0(webpack@5.92.1) inquirer: 8.2.2 isbinaryfile: 5.0.2 launch-editor-middleware: 2.6.1 lodash: 4.17.21 log-update: 4.0.0 - mini-css-extract-plugin: 2.9.0(webpack@5.91.0) + mini-css-extract-plugin: 2.9.0(webpack@5.92.1) minimist: 1.2.8 - node-loader: 2.0.0(webpack@5.91.0) - null-loader: 4.0.1(webpack@5.91.0) + node-loader: 2.0.0(webpack@5.92.1) + null-loader: 4.0.1(webpack@5.92.1) open: 8.4.0 postcss: 8.4.38 - postcss-loader: 7.0.2(postcss@8.4.38)(webpack@5.91.0) + postcss-loader: 7.0.2(postcss@8.4.38)(webpack@5.92.1) postcss-rtlcss: 4.0.1(postcss@8.4.38) quasar: 2.16.4 register-service-worker: 1.7.2 sass: 1.69.5 - sass-loader: 13.2.0(sass@1.69.5)(webpack@5.91.0) + sass-loader: 13.2.0(sass@1.69.5)(webpack@5.92.1) semver: 7.6.2 table: 6.8.2 - terser-webpack-plugin: 5.3.10(webpack@5.91.0) - ts-loader: 9.4.2(typescript@4.9.4)(webpack@5.91.0) + terser-webpack-plugin: 5.3.10(webpack@5.92.1) + ts-loader: 9.4.2(typescript@4.9.4)(webpack@5.92.1) typescript: 4.9.4 - url-loader: 4.1.1(file-loader@6.2.0(webpack@5.91.0))(webpack@5.91.0) - vue: 3.4.27(typescript@5.4.5) - vue-loader: 17.2.2(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0) - vue-router: 4.3.2(vue@3.4.27(typescript@5.4.5)) + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.92.1))(webpack@5.92.1) + vue: 3.4.30(typescript@5.5.2) + vue-loader: 17.2.2(vue@3.4.30(typescript@5.5.2))(webpack@5.92.1) + vue-router: 4.4.0(vue@3.4.30(typescript@5.5.2)) vue-style-loader: 4.1.3 - webpack: 5.91.0 + webpack: 5.92.1 webpack-bundle-analyzer: 4.10.2 webpack-chain: 6.5.1 - webpack-dev-server: 4.11.1(webpack@5.91.0) + webpack-dev-server: 4.11.1(webpack@5.92.1) webpack-merge: 5.10.0 webpack-node-externals: 3.0.0 optionalDependencies: - workbox-webpack-plugin: 7.1.0(webpack@5.91.0) + workbox-webpack-plugin: 7.1.0(webpack@5.92.1) transitivePeerDependencies: - '@parcel/css' - '@rspack/core' @@ -9513,7 +9440,7 @@ snapshots: - vue-template-compiler - webpack-cli - '@quasar/babel-preset-app@2.0.3(webpack@5.91.0)': + '@quasar/babel-preset-app@2.0.3(webpack@5.92.1)': dependencies: '@babel/core': 7.22.1 '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) @@ -9530,7 +9457,7 @@ snapshots: '@babel/plugin-transform-runtime': 7.22.4(@babel/core@7.22.1) '@babel/preset-env': 7.22.4(@babel/core@7.22.1) '@babel/runtime': 7.22.3 - babel-loader: 9.1.2(@babel/core@7.22.1)(webpack@5.91.0) + babel-loader: 9.1.2(@babel/core@7.22.1)(webpack@5.92.1) babel-plugin-dynamic-import-node: 2.3.3 babel-plugin-module-resolver: 5.0.0 core-js: 3.37.1 @@ -9554,17 +9481,17 @@ snapshots: dependencies: serialize-javascript: 6.0.2 - '@quasar/vite-plugin@1.7.0(@vitejs/plugin-vue@2.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5)))(quasar@2.16.4)(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5))': + '@quasar/vite-plugin@1.7.0(@vitejs/plugin-vue@2.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2)))(quasar@2.16.4)(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2))': dependencies: - '@vitejs/plugin-vue': 2.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5)) + '@vitejs/plugin-vue': 2.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2)) quasar: 2.16.4 vite: 2.9.18(sass@1.69.5) - vue: 3.4.27(typescript@5.4.5) + vue: 3.4.30(typescript@5.5.2) '@rollup/plugin-babel@5.3.1(@babel/core@7.24.5)(rollup@2.79.1)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-module-imports': 7.24.3 '@rollup/pluginutils': 3.1.0(rollup@2.79.1) rollup: 2.79.1 @@ -9589,7 +9516,7 @@ snapshots: dependencies: serialize-javascript: 6.0.2 smob: 1.5.0 - terser: 5.17.7 + terser: 5.31.0 optionalDependencies: rollup: 2.79.1 @@ -9686,17 +9613,12 @@ snapshots: '@types/eslint-scope@3.7.4': dependencies: - '@types/eslint': 8.40.0 - '@types/estree': 1.0.5 - - '@types/eslint@8.40.0': - dependencies: + '@types/eslint': 8.56.10 '@types/estree': 1.0.5 - '@types/json-schema': 7.0.12 '@types/eslint@8.56.10': dependencies: - '@types/estree': 1.0.1 + '@types/estree': 1.0.5 '@types/json-schema': 7.0.12 '@types/estree@0.0.39': {} @@ -9829,7 +9751,7 @@ snapshots: dependencies: '@types/node': 14.18.63 tapable: 2.2.1 - webpack: 5.91.0 + webpack: 5.92.1 transitivePeerDependencies: - '@swc/core' - esbuild @@ -9851,143 +9773,144 @@ snapshots: '@types/node': 14.18.63 optional: true - '@typescript-eslint/eslint-plugin@7.9.0(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/eslint-plugin@7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.9.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/scope-manager': 7.9.0 - '@typescript-eslint/type-utils': 7.9.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/utils': 7.9.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.9.0 + '@typescript-eslint/parser': 7.13.1(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/scope-manager': 7.13.1 + '@typescript-eslint/type-utils': 7.13.1(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/utils': 7.13.1(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/visitor-keys': 7.13.1 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.5.2) optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2)': dependencies: - '@typescript-eslint/scope-manager': 7.9.0 - '@typescript-eslint/types': 7.9.0 - '@typescript-eslint/typescript-estree': 7.9.0(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.9.0 + '@typescript-eslint/scope-manager': 7.13.1 + '@typescript-eslint/types': 7.13.1 + '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.5.2) + '@typescript-eslint/visitor-keys': 7.13.1 debug: 4.3.4(supports-color@9.4.0) eslint: 8.57.0 optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@7.9.0': + '@typescript-eslint/scope-manager@7.13.1': dependencies: - '@typescript-eslint/types': 7.9.0 - '@typescript-eslint/visitor-keys': 7.9.0 + '@typescript-eslint/types': 7.13.1 + '@typescript-eslint/visitor-keys': 7.13.1 - '@typescript-eslint/type-utils@7.9.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@7.13.1(eslint@8.57.0)(typescript@5.5.2)': dependencies: - '@typescript-eslint/typescript-estree': 7.9.0(typescript@5.4.5) - '@typescript-eslint/utils': 7.9.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.5.2) + '@typescript-eslint/utils': 7.13.1(eslint@8.57.0)(typescript@5.5.2) debug: 4.3.4(supports-color@9.4.0) eslint: 8.57.0 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.5.2) optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@7.9.0': {} + '@typescript-eslint/types@7.13.1': {} - '@typescript-eslint/typescript-estree@7.9.0(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@7.13.1(typescript@5.5.2)': dependencies: - '@typescript-eslint/types': 7.9.0 - '@typescript-eslint/visitor-keys': 7.9.0 + '@typescript-eslint/types': 7.13.1 + '@typescript-eslint/visitor-keys': 7.13.1 debug: 4.3.4(supports-color@9.4.0) globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.4 semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.5.2) optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@7.9.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/utils@7.13.1(eslint@8.57.0)(typescript@5.5.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@typescript-eslint/scope-manager': 7.9.0 - '@typescript-eslint/types': 7.9.0 - '@typescript-eslint/typescript-estree': 7.9.0(typescript@5.4.5) + '@typescript-eslint/scope-manager': 7.13.1 + '@typescript-eslint/types': 7.13.1 + '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.5.2) eslint: 8.57.0 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@7.9.0': + '@typescript-eslint/visitor-keys@7.13.1': dependencies: - '@typescript-eslint/types': 7.9.0 + '@typescript-eslint/types': 7.13.1 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue@2.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5))': + '@vitejs/plugin-vue@2.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2))': dependencies: vite: 2.9.18(sass@1.69.5) - vue: 3.4.27(typescript@5.4.5) + vue: 3.4.30(typescript@5.5.2) - '@vue/compiler-core@3.4.27': + '@vue/compiler-core@3.4.30': dependencies: - '@babel/parser': 7.24.5 - '@vue/shared': 3.4.27 + '@babel/parser': 7.24.7 + '@vue/shared': 3.4.30 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.4.27': + '@vue/compiler-dom@3.4.30': dependencies: - '@vue/compiler-core': 3.4.27 - '@vue/shared': 3.4.27 + '@vue/compiler-core': 3.4.30 + '@vue/shared': 3.4.30 - '@vue/compiler-sfc@3.4.27': + '@vue/compiler-sfc@3.4.30': dependencies: - '@babel/parser': 7.24.5 - '@vue/compiler-core': 3.4.27 - '@vue/compiler-dom': 3.4.27 - '@vue/compiler-ssr': 3.4.27 - '@vue/shared': 3.4.27 + '@babel/parser': 7.24.7 + '@vue/compiler-core': 3.4.30 + '@vue/compiler-dom': 3.4.30 + '@vue/compiler-ssr': 3.4.30 + '@vue/shared': 3.4.30 estree-walker: 2.0.2 magic-string: 0.30.10 postcss: 8.4.38 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.27': + '@vue/compiler-ssr@3.4.30': dependencies: - '@vue/compiler-dom': 3.4.27 - '@vue/shared': 3.4.27 + '@vue/compiler-dom': 3.4.30 + '@vue/shared': 3.4.30 '@vue/devtools-api@6.6.1': {} - '@vue/devtools-core@7.2.1(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5))': + '@vue/devtools-core@7.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2))': dependencies: - '@vue/devtools-kit': 7.2.1(vue@3.4.27(typescript@5.4.5)) - '@vue/devtools-shared': 7.2.1 + '@vue/devtools-kit': 7.3.4 + '@vue/devtools-shared': 7.3.4 mitt: 3.0.1 nanoid: 3.3.7 pathe: 1.1.2 vite-hot-client: 0.2.3(vite@2.9.18(sass@1.69.5)) + vue: 3.4.30(typescript@5.5.2) transitivePeerDependencies: - vite - - vue - '@vue/devtools-electron@7.2.1(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5))': + '@vue/devtools-electron@7.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2))': dependencies: - '@vue/devtools-core': 7.2.1(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5)) - '@vue/devtools-shared': 7.2.1 - electron: 29.4.0 + '@vue/devtools-core': 7.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2)) + '@vue/devtools-kit': 7.3.4 + '@vue/devtools-shared': 7.3.4 + electron: 29.4.2 execa: 8.0.1 h3: 1.11.1 ip: 2.0.1 @@ -10002,23 +9925,24 @@ snapshots: - vite - vue - '@vue/devtools-kit@7.2.1(vue@3.4.27(typescript@5.4.5))': + '@vue/devtools-kit@7.3.4': dependencies: - '@vue/devtools-shared': 7.2.1 + '@vue/devtools-shared': 7.3.4 + birpc: 0.2.17 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 - vue: 3.4.27(typescript@5.4.5) + superjson: 2.2.1 - '@vue/devtools-shared@7.2.1': + '@vue/devtools-shared@7.3.4': dependencies: - rfdc: 1.3.1 + rfdc: 1.4.1 - '@vue/devtools@7.2.1(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5))': + '@vue/devtools@7.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2))': dependencies: - '@vue/devtools-electron': 7.2.1(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5)) - '@vue/devtools-kit': 7.2.1(vue@3.4.27(typescript@5.4.5)) + '@vue/devtools-electron': 7.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2)) + '@vue/devtools-kit': 7.3.4 transitivePeerDependencies: - bufferutil - supports-color @@ -10027,28 +9951,29 @@ snapshots: - vite - vue - '@vue/reactivity@3.4.27': + '@vue/reactivity@3.4.30': dependencies: - '@vue/shared': 3.4.27 + '@vue/shared': 3.4.30 - '@vue/runtime-core@3.4.27': + '@vue/runtime-core@3.4.30': dependencies: - '@vue/reactivity': 3.4.27 - '@vue/shared': 3.4.27 + '@vue/reactivity': 3.4.30 + '@vue/shared': 3.4.30 - '@vue/runtime-dom@3.4.27': + '@vue/runtime-dom@3.4.30': dependencies: - '@vue/runtime-core': 3.4.27 - '@vue/shared': 3.4.27 + '@vue/reactivity': 3.4.30 + '@vue/runtime-core': 3.4.30 + '@vue/shared': 3.4.30 csstype: 3.1.3 - '@vue/server-renderer@3.4.27(vue@3.4.27(typescript@5.4.5))': + '@vue/server-renderer@3.4.30(vue@3.4.30(typescript@5.5.2))': dependencies: - '@vue/compiler-ssr': 3.4.27 - '@vue/shared': 3.4.27 - vue: 3.4.27(typescript@5.4.5) + '@vue/compiler-ssr': 3.4.30 + '@vue/shared': 3.4.30 + vue: 3.4.30(typescript@5.5.2) - '@vue/shared@3.4.27': {} + '@vue/shared@3.4.30': {} '@webassemblyjs/ast@1.12.1': dependencies: @@ -10144,9 +10069,9 @@ snapshots: mime-types: 2.1.35 negotiator: 0.6.3 - acorn-import-assertions@1.9.0(acorn@8.11.2): + acorn-import-attributes@1.9.5(acorn@8.11.3): dependencies: - acorn: 8.11.2 + acorn: 8.11.3 acorn-jsx@5.3.2(acorn@8.11.3): dependencies: @@ -10340,12 +10265,12 @@ snapshots: available-typed-arrays@1.0.5: {} - babel-loader@9.1.2(@babel/core@7.22.1)(webpack@5.91.0): + babel-loader@9.1.2(@babel/core@7.22.1)(webpack@5.92.1): dependencies: '@babel/core': 7.22.1 find-cache-dir: 3.3.2 - schema-utils: 4.1.0 - webpack: 5.91.0 + schema-utils: 4.2.0 + webpack: 5.92.1 babel-plugin-dynamic-import-node@2.3.3: dependencies: @@ -10361,7 +10286,7 @@ snapshots: babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.22.1): dependencies: - '@babel/compat-data': 7.22.3 + '@babel/compat-data': 7.24.4 '@babel/core': 7.22.1 '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.1) semver: 6.3.1 @@ -10370,7 +10295,7 @@ snapshots: babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.24.5): dependencies: - '@babel/compat-data': 7.22.3 + '@babel/compat-data': 7.24.4 '@babel/core': 7.24.5 '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.24.5) semver: 6.3.1 @@ -10437,6 +10362,8 @@ snapshots: binary-extensions@2.2.0: {} + birpc@0.2.17: {} + bl@4.1.0: dependencies: buffer: 5.7.1 @@ -10505,13 +10432,6 @@ snapshots: dependencies: fill-range: 7.0.1 - browserslist@4.21.10: - dependencies: - caniuse-lite: 1.0.30001541 - electron-to-chromium: 1.4.508 - node-releases: 2.0.13 - update-browserslist-db: 1.0.11(browserslist@4.21.10) - browserslist@4.23.0: dependencies: caniuse-lite: 1.0.30001618 @@ -10722,10 +10642,10 @@ snapshots: - supports-color - utf-8-validate - commitizen@4.3.0(@types/node@20.12.12)(typescript@5.4.5): + commitizen@4.3.0(@types/node@20.12.12)(typescript@5.5.2): dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@types/node@20.12.12)(typescript@5.4.5) + cz-conventional-changelog: 3.3.0(@types/node@20.12.12)(typescript@5.5.2) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -10762,11 +10682,11 @@ snapshots: dependencies: mime-db: 1.52.0 - compression-webpack-plugin@10.0.0(webpack@5.91.0): + compression-webpack-plugin@10.0.0(webpack@5.92.1): dependencies: schema-utils: 4.1.0 serialize-javascript: 6.0.2 - webpack: 5.91.0 + webpack: 5.92.1 compression@1.7.4: dependencies: @@ -10964,7 +10884,11 @@ snapshots: cookie@0.6.0: {} - copy-webpack-plugin@11.0.0(webpack@5.91.0): + copy-anything@3.0.5: + dependencies: + is-what: 4.1.16 + + copy-webpack-plugin@11.0.0(webpack@5.92.1): dependencies: fast-glob: 3.3.2 glob-parent: 6.0.2 @@ -10972,7 +10896,7 @@ snapshots: normalize-path: 3.0.0 schema-utils: 4.1.0 serialize-javascript: 6.0.2 - webpack: 5.91.0 + webpack: 5.92.1 core-js-compat@3.30.2: dependencies: @@ -10987,12 +10911,12 @@ snapshots: object-assign: 4.1.1 vary: 1.1.2 - cosmiconfig-typescript-loader@5.0.0(@types/node@20.12.12)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5): + cosmiconfig-typescript-loader@5.0.0(@types/node@20.12.12)(cosmiconfig@9.0.0(typescript@5.5.2))(typescript@5.5.2): dependencies: '@types/node': 20.12.12 - cosmiconfig: 9.0.0(typescript@5.4.5) + cosmiconfig: 9.0.0(typescript@5.5.2) jiti: 1.21.0 - typescript: 5.4.5 + typescript: 5.5.2 cosmiconfig@6.0.0: dependencies: @@ -11010,14 +10934,14 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@9.0.0(typescript@5.4.5): + cosmiconfig@9.0.0(typescript@5.5.2): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 crc-32@1.2.2: {} @@ -11046,7 +10970,7 @@ snapshots: dependencies: postcss: 8.4.38 - css-loader@6.7.3(webpack@5.91.0): + css-loader@6.7.3(webpack@5.92.1): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -11056,9 +10980,9 @@ snapshots: postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 semver: 7.6.2 - webpack: 5.91.0 + webpack: 5.92.1 - css-minimizer-webpack-plugin@4.2.2(webpack@5.91.0): + css-minimizer-webpack-plugin@4.2.2(webpack@5.92.1): dependencies: cssnano: 5.1.14(postcss@8.4.38) jest-worker: 29.5.0 @@ -11066,7 +10990,7 @@ snapshots: schema-utils: 4.1.0 serialize-javascript: 6.0.2 source-map: 0.6.1 - webpack: 5.91.0 + webpack: 5.92.1 css-select@4.3.0: dependencies: @@ -11196,16 +11120,16 @@ snapshots: csstype@3.1.3: {} - cz-conventional-changelog@3.3.0(@types/node@20.12.12)(typescript@5.4.5): + cz-conventional-changelog@3.3.0(@types/node@20.12.12)(typescript@5.5.2): dependencies: chalk: 2.4.2 - commitizen: 4.3.0(@types/node@20.12.12)(typescript@5.4.5) + commitizen: 4.3.0(@types/node@20.12.12)(typescript@5.5.2) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.3 optionalDependencies: - '@commitlint/load': 19.2.0(@types/node@20.12.12)(typescript@5.4.5) + '@commitlint/load': 19.2.0(@types/node@20.12.12)(typescript@5.5.2) transitivePeerDependencies: - '@types/node' - typescript @@ -11413,11 +11337,9 @@ snapshots: dependencies: jake: 10.8.7 - electron-to-chromium@1.4.508: {} - electron-to-chromium@1.4.767: {} - electron@29.4.0: + electron@29.4.2: dependencies: '@electron/get': 2.0.3 '@types/node': 20.12.12 @@ -11475,6 +11397,11 @@ snapshots: graceful-fs: 4.2.11 tapable: 2.2.1 + enhanced-resolve@5.17.0: + dependencies: + graceful-fs: 4.2.11 + tapable: 2.2.1 + entities@2.2.0: {} entities@4.5.0: {} @@ -11774,31 +11701,26 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-compat-utils@0.4.1(eslint@8.57.0): - dependencies: - eslint: 8.57.0 - semver: 7.6.2 - eslint-compat-utils@0.5.0(eslint@8.57.0): dependencies: eslint: 8.57.0 semver: 7.6.2 - eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(eslint@8.57.0): + eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0))(eslint@8.57.0): dependencies: confusing-browser-globals: 1.0.11 eslint: 8.57.0 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0) object.assign: 4.1.4 object.entries: 1.1.6 semver: 6.3.1 - eslint-config-airbnb-typescript@18.0.0(@typescript-eslint/eslint-plugin@7.9.0(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(eslint@8.57.0): + eslint-config-airbnb-typescript@18.0.0(@typescript-eslint/eslint-plugin@7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2))(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0))(eslint@8.57.0): dependencies: - '@typescript-eslint/eslint-plugin': 7.9.0(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/parser': 7.9.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/parser': 7.13.1(eslint@8.57.0)(typescript@5.5.2) eslint: 8.57.0 - eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(eslint@8.57.0) + eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0))(eslint@8.57.0) transitivePeerDependencies: - eslint-plugin-import @@ -11808,10 +11730,10 @@ snapshots: eslint-define-config@2.1.0: {} - eslint-import-resolver-exports@1.0.0-beta.5(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0))(eslint@8.57.0): + eslint-import-resolver-exports@1.0.0-beta.5(eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0))(eslint@8.57.0): dependencies: eslint: 8.57.0 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0) resolve.exports: 2.0.2 eslint-import-resolver-node@0.3.9: @@ -11822,11 +11744,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + eslint-module-utils@2.8.0(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 7.9.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.13.1(eslint@8.57.0)(typescript@5.5.2) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -11847,7 +11769,7 @@ snapshots: eslint: 8.57.0 eslint-compat-utils: 0.5.0(eslint@8.57.0) - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0): dependencies: array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 @@ -11857,7 +11779,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) hasown: 2.0.0 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -11868,28 +11790,28 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 7.9.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.13.1(eslint@8.57.0)(typescript@5.5.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-lodash-template@1.0.0(eslint@8.57.0): + eslint-plugin-lodash-template@1.1.0(eslint@8.57.0): dependencies: eslint: 8.57.0 - eslint-compat-utils: 0.4.1(eslint@8.57.0) + eslint-compat-utils: 0.5.0(eslint@8.57.0) esquery: 1.5.0 parse5: 7.1.2 - eslint-plugin-n@17.7.0(eslint@8.57.0): + eslint-plugin-n@17.9.0(eslint@8.57.0): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - enhanced-resolve: 5.16.1 + enhanced-resolve: 5.17.0 eslint: 8.57.0 eslint-plugin-es-x: 7.6.0(eslint@8.57.0) get-tsconfig: 4.7.2 globals: 15.3.0 - ignore: 5.2.4 + ignore: 5.3.1 minimatch: 9.0.4 semver: 7.6.2 @@ -11921,7 +11843,7 @@ snapshots: eslint-visitor-keys@3.4.3: {} - eslint-webpack-plugin@4.1.0(eslint@8.57.0)(webpack@5.91.0): + eslint-webpack-plugin@4.2.0(eslint@8.57.0)(webpack@5.92.1): dependencies: '@types/eslint': 8.56.10 eslint: 8.57.0 @@ -11929,7 +11851,7 @@ snapshots: micromatch: 4.0.5 normalize-path: 3.0.0 schema-utils: 4.2.0 - webpack: 5.91.0 + webpack: 5.92.1 eslint@8.57.0: dependencies: @@ -11998,7 +11920,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.1 + '@types/estree': 1.0.5 esutils@2.0.3: {} @@ -12152,11 +12074,11 @@ snapshots: dependencies: flat-cache: 3.2.0 - file-loader@6.2.0(webpack@5.91.0): + file-loader@6.2.0(webpack@5.92.1): dependencies: loader-utils: 2.0.4 schema-utils: 3.2.0 - webpack: 5.91.0 + webpack: 5.92.1 filelist@1.0.4: dependencies: @@ -12243,7 +12165,7 @@ snapshots: dependencies: is-callable: 1.2.7 - fork-ts-checker-webpack-plugin@6.5.0(eslint@8.57.0)(typescript@4.9.4)(webpack@5.91.0): + fork-ts-checker-webpack-plugin@6.5.0(eslint@8.57.0)(typescript@4.9.4)(webpack@5.92.1): dependencies: '@babel/code-frame': 7.24.2 '@types/json-schema': 7.0.12 @@ -12259,7 +12181,7 @@ snapshots: semver: 7.6.2 tapable: 1.1.3 typescript: 4.9.4 - webpack: 5.91.0 + webpack: 5.92.1 optionalDependencies: eslint: 8.57.0 @@ -12468,7 +12390,7 @@ snapshots: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.3.2 - ignore: 5.2.4 + ignore: 5.3.1 merge2: 1.4.1 slash: 3.0.0 @@ -12623,7 +12545,7 @@ snapshots: relateurl: 0.2.7 terser: 5.31.0 - html-webpack-plugin@5.6.0(webpack@5.91.0): + html-webpack-plugin@5.6.0(webpack@5.92.1): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -12631,7 +12553,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.2.1 optionalDependencies: - webpack: 5.91.0 + webpack: 5.92.1 htmlparser2@6.1.0: dependencies: @@ -12953,6 +12875,8 @@ snapshots: dependencies: call-bind: 1.0.7 + is-what@4.1.16: {} + is-windows@1.0.2: {} is-wsl@2.2.0: @@ -13395,11 +13319,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.0(webpack@5.91.0): + mini-css-extract-plugin@2.9.0(webpack@5.92.1): dependencies: schema-utils: 4.1.0 tapable: 2.2.1 - webpack: 5.91.0 + webpack: 5.92.1 minimalistic-assert@1.0.1: {} @@ -13429,8 +13353,8 @@ snapshots: mlly@1.4.2: dependencies: - acorn: 8.11.2 - pathe: 1.1.1 + acorn: 8.11.3 + pathe: 1.1.2 pkg-types: 1.0.3 ufo: 1.3.0 @@ -13486,12 +13410,10 @@ snapshots: css-select: 5.1.0 he: 1.2.0 - node-loader@2.0.0(webpack@5.91.0): + node-loader@2.0.0(webpack@5.92.1): dependencies: loader-utils: 2.0.4 - webpack: 5.91.0 - - node-releases@2.0.13: {} + webpack: 5.92.1 node-releases@2.0.14: {} @@ -13529,11 +13451,11 @@ snapshots: dependencies: boolbase: 1.0.0 - null-loader@4.0.1(webpack@5.91.0): + null-loader@4.0.1(webpack@5.92.1): dependencies: loader-utils: 2.0.4 schema-utils: 3.2.0 - webpack: 5.91.0 + webpack: 5.92.1 object-assign@4.1.1: {} @@ -13792,7 +13714,7 @@ snapshots: dependencies: jsonc-parser: 3.2.0 mlly: 1.4.2 - pathe: 1.1.1 + pathe: 1.1.2 pkg-up@3.1.0: dependencies: @@ -13887,13 +13809,13 @@ snapshots: dependencies: postcss: 8.4.38 - postcss-loader@7.0.2(postcss@8.4.38)(webpack@5.91.0): + postcss-loader@7.0.2(postcss@8.4.38)(webpack@5.92.1): dependencies: cosmiconfig: 7.1.0 klona: 2.0.6 postcss: 8.4.38 semver: 7.6.2 - webpack: 5.91.0 + webpack: 5.92.1 postcss-merge-longhand@5.1.7(postcss@8.4.38): dependencies: @@ -14169,7 +14091,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.2.5: {} + prettier@3.3.2: {} pretty-bytes@5.6.0: {} @@ -14218,9 +14140,9 @@ snapshots: dependencies: side-channel: 1.0.6 - quasar-app-extension-ssg@file:packages/quasar-app-extension-ssg(@quasar/app-vite@1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-build@7.1.0))(@quasar/app-webpack@3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-webpack-plugin@7.1.0(webpack@5.91.0)))(@quasar/extras@1.16.11)(@types/express@4.17.21)(@vue/devtools@7.2.1(vue@3.4.27(typescript@5.4.5)))(postcss@8.4.38)(quasar@2.16.4)(rollup@2.79.1)(sass@1.69.5)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-build@7.1.0)(workbox-webpack-plugin@7.1.0(webpack@5.91.0)): + quasar-app-extension-ssg@file:packages/quasar-app-extension-ssg(@quasar/app-vite@1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-build@7.1.1))(@quasar/app-webpack@3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-webpack-plugin@7.1.0))(@quasar/extras@1.16.11)(@types/express@4.17.21)(@vue/devtools@7.3.4(vue@3.4.30(typescript@5.5.2)))(postcss@8.4.38)(quasar@2.16.4)(rollup@2.79.1)(sass@1.69.5)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-build@7.1.1)(workbox-webpack-plugin@7.1.0): dependencies: - '@freddy38510/vue-loader': 17.3.0(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0) + '@freddy38510/vue-loader': 17.3.0(vue@3.4.30(typescript@5.5.2))(webpack@5.92.1) '@freddy38510/vue-style-loader': 4.2.0 '@quasar/extras': 1.16.11 '@quasar/render-ssr-error': 1.0.3 @@ -14241,7 +14163,7 @@ snapshots: globby: 13.2.2 hash-sum: 2.0.0 html-minifier-terser: 7.2.0 - html-webpack-plugin: 5.6.0(webpack@5.91.0) + html-webpack-plugin: 5.6.0(webpack@5.92.1) http-proxy-middleware: 2.0.6(@types/express@4.17.21) kolorist: 1.8.0 lodash: 4.17.21 @@ -14258,19 +14180,19 @@ snapshots: serialize-javascript: 6.0.2 unplugin-auto-import: 0.17.6(rollup@2.79.1) vite: 2.9.18(sass@1.69.5) - vue: 3.4.27(typescript@5.4.5) - vue-router: 4.3.2(vue@3.4.27(typescript@5.4.5)) - webpack: 5.91.0 + vue: 3.4.30(typescript@5.5.2) + vue-router: 4.4.0(vue@3.4.30(typescript@5.5.2)) + webpack: 5.92.1 webpack-chain: 6.5.1 - webpack-dev-server: 4.15.2(webpack@5.91.0) + webpack-dev-server: 4.15.2(webpack@5.92.1) webpack-merge: 5.10.0 webpack-node-externals: 3.0.0 optionalDependencies: - '@quasar/app-vite': 1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-build@7.1.0) - '@quasar/app-webpack': 3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))(workbox-webpack-plugin@7.1.0) - '@vue/devtools': 7.2.1(vite@2.9.18(sass@1.69.5))(vue@3.4.27(typescript@5.4.5)) - workbox-build: 7.1.0 - workbox-webpack-plugin: 7.1.0(webpack@5.91.0) + '@quasar/app-vite': 1.9.3(eslint@8.57.0)(quasar@2.16.4)(rollup@2.79.1)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-build@7.1.1) + '@quasar/app-webpack': 3.13.2(eslint@8.57.0)(quasar@2.16.4)(vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)))(vue@3.4.30(typescript@5.5.2))(workbox-webpack-plugin@7.1.0) + '@vue/devtools': 7.3.4(vite@2.9.18(sass@1.69.5))(vue@3.4.30(typescript@5.5.2)) + workbox-build: 7.1.1 + workbox-webpack-plugin: 7.1.0(webpack@5.92.1) transitivePeerDependencies: - '@nuxt/kit' - '@rspack/core' @@ -14473,7 +14395,7 @@ snapshots: reusify@1.0.4: {} - rfdc@1.3.1: {} + rfdc@1.4.1: {} right-pad@1.0.1: {} @@ -14574,11 +14496,11 @@ snapshots: safer-buffer@2.1.2: {} - sass-loader@13.2.0(sass@1.69.5)(webpack@5.91.0): + sass-loader@13.2.0(sass@1.69.5)(webpack@5.92.1): dependencies: klona: 2.0.6 neo-async: 2.6.2 - webpack: 5.91.0 + webpack: 5.92.1 optionalDependencies: sass: 1.69.5 @@ -14949,7 +14871,7 @@ snapshots: strip-literal@1.3.0: dependencies: - acorn: 8.11.2 + acorn: 8.11.3 stubborn-fs@1.2.4: {} @@ -14971,6 +14893,10 @@ snapshots: transitivePeerDependencies: - supports-color + superjson@2.2.1: + dependencies: + copy-anything: 3.0.5 + supports-color@5.5.0: dependencies: has-flag: 3.0.0 @@ -15036,19 +14962,19 @@ snapshots: type-fest: 0.16.0 unique-string: 2.0.0 - terser-webpack-plugin@5.3.10(webpack@5.91.0): + terser-webpack-plugin@5.3.10(webpack@5.92.1): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.2.0 serialize-javascript: 6.0.2 terser: 5.31.0 - webpack: 5.91.0 + webpack: 5.92.1 terser@5.17.7: dependencies: '@jridgewell/source-map': 0.3.3 - acorn: 8.11.2 + acorn: 8.11.3 commander: 2.20.3 source-map-support: 0.5.21 @@ -15113,18 +15039,18 @@ snapshots: trim-newlines@3.0.1: {} - ts-api-utils@1.3.0(typescript@5.4.5): + ts-api-utils@1.3.0(typescript@5.5.2): dependencies: - typescript: 5.4.5 + typescript: 5.5.2 - ts-loader@9.4.2(typescript@4.9.4)(webpack@5.91.0): + ts-loader@9.4.2(typescript@4.9.4)(webpack@5.92.1): dependencies: chalk: 4.1.2 enhanced-resolve: 5.16.1 micromatch: 4.0.5 semver: 7.6.2 typescript: 4.9.4 - webpack: 5.91.0 + webpack: 5.92.1 tsconfig-paths@3.15.0: dependencies: @@ -15192,7 +15118,7 @@ snapshots: typescript@4.9.4: {} - typescript@5.4.5: {} + typescript@5.5.2: {} ufo@1.3.0: {} @@ -15287,12 +15213,6 @@ snapshots: upath@1.2.0: {} - update-browserslist-db@1.0.11(browserslist@4.21.10): - dependencies: - browserslist: 4.21.10 - escalade: 3.1.2 - picocolors: 1.0.1 - update-browserslist-db@1.0.15(browserslist@4.23.0): dependencies: browserslist: 4.23.0 @@ -15303,14 +15223,14 @@ snapshots: dependencies: punycode: 2.3.1 - url-loader@4.1.1(file-loader@6.2.0(webpack@5.91.0))(webpack@5.91.0): + url-loader@4.1.1(file-loader@6.2.0(webpack@5.92.1))(webpack@5.92.1): dependencies: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.2.0 - webpack: 5.91.0 + webpack: 5.92.1 optionalDependencies: - file-loader: 6.2.0(webpack@5.91.0) + file-loader: 6.2.0(webpack@5.92.1) url-parse@1.5.10: dependencies: @@ -15359,34 +15279,34 @@ snapshots: transitivePeerDependencies: - supports-color - vue-loader@17.2.2(vue@3.4.27(typescript@5.4.5))(webpack@5.91.0): + vue-loader@17.2.2(vue@3.4.30(typescript@5.5.2))(webpack@5.92.1): dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.0 - webpack: 5.91.0 + webpack: 5.92.1 optionalDependencies: - vue: 3.4.27(typescript@5.4.5) + vue: 3.4.30(typescript@5.5.2) - vue-router@4.3.2(vue@3.4.27(typescript@5.4.5)): + vue-router@4.4.0(vue@3.4.30(typescript@5.5.2)): dependencies: '@vue/devtools-api': 6.6.1 - vue: 3.4.27(typescript@5.4.5) + vue: 3.4.30(typescript@5.5.2) vue-style-loader@4.1.3: dependencies: hash-sum: 1.0.2 loader-utils: 1.4.2 - vue@3.4.27(typescript@5.4.5): + vue@3.4.30(typescript@5.5.2): dependencies: - '@vue/compiler-dom': 3.4.27 - '@vue/compiler-sfc': 3.4.27 - '@vue/runtime-dom': 3.4.27 - '@vue/server-renderer': 3.4.27(vue@3.4.27(typescript@5.4.5)) - '@vue/shared': 3.4.27 + '@vue/compiler-dom': 3.4.30 + '@vue/compiler-sfc': 3.4.30 + '@vue/runtime-dom': 3.4.30 + '@vue/server-renderer': 3.4.30(vue@3.4.30(typescript@5.5.2)) + '@vue/shared': 3.4.30 optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 w3c-xmlserializer@5.0.0: dependencies: @@ -15443,25 +15363,25 @@ snapshots: deepmerge: 1.5.2 javascript-stringify: 2.1.0 - webpack-dev-middleware@5.3.3(webpack@5.91.0): + webpack-dev-middleware@5.3.3(webpack@5.92.1): dependencies: colorette: 2.0.20 memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 - schema-utils: 4.1.0 - webpack: 5.91.0 + schema-utils: 4.2.0 + webpack: 5.92.1 - webpack-dev-middleware@5.3.4(webpack@5.91.0): + webpack-dev-middleware@5.3.4(webpack@5.92.1): dependencies: colorette: 2.0.20 memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 - schema-utils: 4.1.0 - webpack: 5.91.0 + schema-utils: 4.2.0 + webpack: 5.92.1 - webpack-dev-server@4.11.1(webpack@5.91.0): + webpack-dev-server@4.11.1(webpack@5.92.1): dependencies: '@types/bonjour': 3.5.10 '@types/connect-history-api-fallback': 1.5.0 @@ -15490,8 +15410,8 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.91.0 - webpack-dev-middleware: 5.3.3(webpack@5.91.0) + webpack: 5.92.1 + webpack-dev-middleware: 5.3.3(webpack@5.92.1) ws: 8.13.0 transitivePeerDependencies: - bufferutil @@ -15499,7 +15419,7 @@ snapshots: - supports-color - utf-8-validate - webpack-dev-server@4.15.2(webpack@5.91.0): + webpack-dev-server@4.15.2(webpack@5.92.1): dependencies: '@types/bonjour': 3.5.10 '@types/connect-history-api-fallback': 1.5.0 @@ -15529,10 +15449,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 5.3.4(webpack@5.91.0) + webpack-dev-middleware: 5.3.4(webpack@5.92.1) ws: 8.13.0 optionalDependencies: - webpack: 5.91.0 + webpack: 5.92.1 transitivePeerDependencies: - bufferutil - debug @@ -15556,18 +15476,18 @@ snapshots: webpack-virtual-modules@0.6.1: {} - webpack@5.91.0: + webpack@5.92.1: dependencies: '@types/eslint-scope': 3.7.4 '@types/estree': 1.0.5 '@webassemblyjs/ast': 1.12.1 '@webassemblyjs/wasm-edit': 1.12.1 '@webassemblyjs/wasm-parser': 1.12.1 - acorn: 8.11.2 - acorn-import-assertions: 1.9.0(acorn@8.11.2) - browserslist: 4.21.10 + acorn: 8.11.3 + acorn-import-attributes: 1.9.5(acorn@8.11.3) + browserslist: 4.23.0 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.16.1 + enhanced-resolve: 5.17.0 es-module-lexer: 1.2.1 eslint-scope: 5.1.1 events: 3.3.0 @@ -15579,7 +15499,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.2.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(webpack@5.91.0) + terser-webpack-plugin: 5.3.10(webpack@5.92.1) watchpack: 2.4.1 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -15711,6 +15631,49 @@ snapshots: - '@types/babel__core' - supports-color + workbox-build@7.1.1: + dependencies: + '@apideck/better-ajv-errors': 0.3.6(ajv@8.13.0) + '@babel/core': 7.24.5 + '@babel/preset-env': 7.22.4(@babel/core@7.24.5) + '@babel/runtime': 7.22.3 + '@rollup/plugin-babel': 5.3.1(@babel/core@7.24.5)(rollup@2.79.1) + '@rollup/plugin-node-resolve': 15.2.3(rollup@2.79.1) + '@rollup/plugin-replace': 2.4.2(rollup@2.79.1) + '@rollup/plugin-terser': 0.4.4(rollup@2.79.1) + '@surma/rollup-plugin-off-main-thread': 2.2.3 + ajv: 8.13.0 + common-tags: 1.8.2 + fast-json-stable-stringify: 2.1.0 + fs-extra: 9.1.0 + glob: 7.2.3 + lodash: 4.17.21 + pretty-bytes: 5.6.0 + rollup: 2.79.1 + source-map: 0.8.0-beta.0 + stringify-object: 3.3.0 + strip-comments: 2.0.1 + tempy: 0.6.0 + upath: 1.2.0 + workbox-background-sync: 7.1.0 + workbox-broadcast-update: 7.1.0 + workbox-cacheable-response: 7.1.0 + workbox-core: 7.1.0 + workbox-expiration: 7.1.0 + workbox-google-analytics: 7.1.0 + workbox-navigation-preload: 7.1.0 + workbox-precaching: 7.1.0 + workbox-range-requests: 7.1.0 + workbox-recipes: 7.1.0 + workbox-routing: 7.1.0 + workbox-strategies: 7.1.0 + workbox-streams: 7.1.0 + workbox-sw: 7.1.0 + workbox-window: 7.1.0 + transitivePeerDependencies: + - '@types/babel__core' + - supports-color + workbox-cacheable-response@7.1.0: dependencies: workbox-core: 7.1.0 @@ -15767,12 +15730,12 @@ snapshots: workbox-sw@7.1.0: {} - workbox-webpack-plugin@7.1.0(webpack@5.91.0): + workbox-webpack-plugin@7.1.0(webpack@5.92.1): dependencies: fast-json-stable-stringify: 2.1.0 pretty-bytes: 5.6.0 upath: 1.2.0 - webpack: 5.91.0 + webpack: 5.92.1 webpack-sources: 1.4.3 workbox-build: 7.1.0 transitivePeerDependencies: