From dfb414bf59342e787e566c141be152db851a6f87 Mon Sep 17 00:00:00 2001 From: zjxxxxxxxxx <43126836+zjxxxxxxxxx@users.noreply.github.com> Date: Sat, 14 Dec 2024 16:15:07 +0800 Subject: [PATCH] chore: Remove codesandbox (#305) --- .codesandbox/environment.json | 3 - .codesandbox/tasks.json | 28 - package.json | 9 +- pnpm-lock.yaml | 2589 ++++++++++++++------------- scripts/create-codesandbox-tasks.ts | 29 - 5 files changed, 1356 insertions(+), 1302 deletions(-) delete mode 100644 .codesandbox/environment.json delete mode 100644 .codesandbox/tasks.json delete mode 100644 scripts/create-codesandbox-tasks.ts diff --git a/.codesandbox/environment.json b/.codesandbox/environment.json deleted file mode 100644 index e813265..0000000 --- a/.codesandbox/environment.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "nodeVersion": "18" -} diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json deleted file mode 100644 index 3783f68..0000000 --- a/.codesandbox/tasks.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "$schema": "https://codesandbox.io/schemas/tasks.json", - "setupTasks": [ - { - "name": "Install dependencies", - "command": "pnpm install:ci" - }, - { - "name": "Build packages", - "command": "pnpm build" - }, - { - "name": "Create tasks", - "command": "pnpm tasks" - } - ], - "tasks": { - "vite-react": { - "name": "Preview vite-react", - "command": "pnpm --filter @playground/vite-react dev", - "runAtStart": true, - "preview": { - "port": 4003, - "prLink": "direct" - } - } - } -} diff --git a/package.json b/package.json index 7334f79..b1f558f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "play": "pnpm start --script=dev", "lint": "pnpm eslint . --ext .ts,.tsx --ignore-pattern='/playground/*'", "format": "prettier --write '**/*.{vue,ts,tsx,json,md}'", - "tasks": "esno scripts/create-codesandbox-tasks.ts", "postinstall": "simple-git-hooks", "release": "run-s build publish:ci", "test": "turbo run test", @@ -41,6 +40,8 @@ "web-devtools", "devtools" ], + "author": "zjxxxxxxxxx <954270063@qq.com>", + "license": "MIT", "devDependencies": { "@babel/core": "^7.22.11", "@babel/plugin-syntax-typescript": "^7.22.5", @@ -64,18 +65,18 @@ "esno": "^4.8.0", "fast-glob": "^3.3.1", "lint-staged": "^13.3.0", - "magic-string": "^0.30.5", + "magic-string": "^0.30.14", "minimist": "^1.2.8", "npm-run-all": "^4.1.5", "postcss": "^8.4.31", "postcss-minify-selectors": "^6.0.0", - "prettier": "^3.0.1", + "prettier": "^3.4.1", "rimraf": "^5.0.1", "rollup": "^3.28.1", "rollup-plugin-dts": "^5.3.1", "rollup-plugin-esbuild": "^6.0.0", "simple-git-hooks": "^2.9.0", - "turbo": "^2.3.1", + "turbo": "^2.3.3", "typescript": "^5.1.6", "vitest": "^0.34.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7162851..7ef869b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,8 +74,8 @@ importers: specifier: ^13.3.0 version: 13.3.0(enquirer@2.4.1) magic-string: - specifier: ^0.30.5 - version: 0.30.14 + specifier: ^0.30.14 + version: 0.30.15 minimist: specifier: ^1.2.8 version: 1.2.8 @@ -89,8 +89,8 @@ importers: specifier: ^6.0.0 version: 6.0.4(postcss@8.4.49) prettier: - specifier: ^3.0.1 - version: 3.4.1 + specifier: ^3.4.1 + version: 3.4.2 rimraf: specifier: ^5.0.1 version: 5.0.10 @@ -107,14 +107,14 @@ importers: specifier: ^2.9.0 version: 2.11.1 turbo: - specifier: ^2.3.1 + specifier: ^2.3.3 version: 2.3.3 typescript: specifier: ^5.1.6 version: 5.2.2 vitest: specifier: ^0.34.3 - version: 0.34.6(jsdom@16.7.0)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + version: 0.34.6(jsdom@16.7.0)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) packages/client: dependencies: @@ -127,10 +127,10 @@ importers: devDependencies: '@types/react': specifier: ^18.2.45 - version: 18.3.12 + version: 18.3.16 '@types/react-reconciler': specifier: ^0.28.2 - version: 0.28.8 + version: 0.28.9(@types/react@18.3.16) '@vue/runtime-core': specifier: ^3.3.4 version: 3.5.13 @@ -189,7 +189,7 @@ importers: devDependencies: vite: specifier: ^4.4.7 - version: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + version: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) packages/webpack: dependencies: @@ -224,13 +224,13 @@ importers: version: 7.26.0(@babel/core@7.26.0) '@babel/preset-react': specifier: ^7.22.5 - version: 7.25.9(@babel/core@7.26.0) + version: 7.26.3(@babel/core@7.26.0) '@babel/preset-typescript': specifier: ^7.22.11 version: 7.26.0(@babel/core@7.26.0) '@open-editor/rollup': specifier: latest - version: link:../../packages/rollup + version: 0.9.2 '@rollup/plugin-babel': specifier: ^6.0.3 version: 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@3.29.5) @@ -248,7 +248,7 @@ importers: version: 15.7.30 '@types/react-dom': specifier: ^15.5.0 - version: 15.5.21 + version: 15.5.22(@types/react@15.7.30) rollup: specifier: ^3.28.1 version: 3.29.5 @@ -285,7 +285,7 @@ importers: version: 7.26.0(@babel/core@7.26.0) '@open-editor/rollup': specifier: latest - version: 0.9.1 + version: 0.9.2 '@rollup/plugin-babel': specifier: ^6.0.3 version: 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@3.29.5) @@ -321,10 +321,10 @@ importers: dependencies: nuxt: specifier: ^3.11.2 - version: 3.14.1592(@parcel/watcher@2.5.0)(@types/node@20.5.6)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(less@3.13.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.28.0)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)(typescript@5.2.2)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)) + version: 3.14.1592(@parcel/watcher@2.5.0)(@types/node@20.5.6)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(less@3.13.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.28.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)(typescript@5.2.2)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)) unplugin-vue-source: specifier: latest - version: 0.0.7(rollup@4.28.0) + version: 0.0.7(rollup@4.28.1) vue: specifier: ^3.4.21 version: 3.5.13(typescript@5.2.2) @@ -334,7 +334,7 @@ importers: devDependencies: '@open-editor/vite': specifier: latest - version: 0.9.1 + version: 0.9.2 playgrounds/vite-react: dependencies: @@ -347,50 +347,50 @@ importers: devDependencies: '@open-editor/vite': specifier: latest - version: link:../../packages/vite + version: 0.9.2 '@types/react': specifier: ^18.2.15 - version: 18.3.12 + version: 18.3.16 '@types/react-dom': specifier: ^18.2.7 - version: 18.3.1 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.0.3 - version: 4.3.4(vite@4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)) + version: 4.3.4(vite@4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)) typescript: specifier: ^5.0.2 version: 5.2.2 vite: specifier: ^4.4.5 - version: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + version: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) playgrounds/vite-vue: dependencies: unplugin-vue-source: specifier: latest - version: 0.0.7(rollup@4.28.0) + version: 0.0.7(rollup@4.28.1) vue: specifier: ^3.3.4 version: 3.5.13(typescript@5.2.2) devDependencies: '@open-editor/vite': specifier: latest - version: 0.9.1 + version: 0.9.2 '@vitejs/plugin-vue': specifier: ^4.2.3 - version: 4.6.2(vite@4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))(vue@3.5.13(typescript@5.2.2)) + version: 4.6.2(vite@4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))(vue@3.5.13(typescript@5.2.2)) typescript: specifier: ^5.0.2 version: 5.2.2 vite: specifier: ^4.4.5 - version: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + version: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) playgrounds/webpack-nextjs: dependencies: next: specifier: 13.4.19 - version: 13.4.19(@babel/core@7.26.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.81.0) + version: 13.4.19(@babel/core@7.26.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.83.0) react: specifier: 18.2.0 version: 18.2.0 @@ -400,7 +400,7 @@ importers: devDependencies: '@open-editor/webpack': specifier: latest - version: link:../../packages/webpack + version: 0.9.2 '@types/node': specifier: 20.5.6 version: 20.5.6 @@ -425,19 +425,19 @@ importers: devDependencies: '@open-editor/webpack': specifier: latest - version: 0.9.1 + version: 0.9.2 '@types/react': specifier: ^18.3.1 - version: 18.3.12 + version: 18.3.16 '@types/react-dom': specifier: ^18.3.0 - version: 18.3.1 + version: 18.3.5(@types/react@18.3.16) craco: specifier: ^0.0.3 - version: 0.0.3(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.81.0)(type-fest@4.29.0)(typescript@4.9.5)(vue-template-compiler@2.7.16)) + version: 0.0.3(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.83.0)(type-fest@4.30.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)) react-scripts: specifier: 5.0.1 - version: 5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.81.0)(type-fest@4.29.0)(typescript@4.9.5)(vue-template-compiler@2.7.16) + version: 5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.83.0)(type-fest@4.30.1)(typescript@4.9.5)(vue-template-compiler@2.7.16) typescript: specifier: ^4.9.5 version: 4.9.5 @@ -449,23 +449,23 @@ importers: version: 3.39.0 unplugin-vue-source: specifier: latest - version: 0.0.7(rollup@4.28.0) + version: 0.0.7(rollup@4.28.1) vue: specifier: ^3.2.13 version: 3.5.13(typescript@4.5.5) devDependencies: '@open-editor/webpack': specifier: latest - version: 0.9.1 + version: 0.9.2 '@vue/cli-plugin-babel': specifier: ~5.0.0 - version: 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(core-js@3.39.0)(encoding@0.1.13)(esbuild@0.24.0)(vue@3.5.13(typescript@4.5.5)) + version: 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(core-js@3.39.0)(encoding@0.1.13)(esbuild@0.24.0)(vue@3.5.13(typescript@4.5.5)) '@vue/cli-plugin-typescript': specifier: ~5.0.0 - version: 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.24.0)(eslint@8.57.1)(typescript@4.5.5)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5)) + version: 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.24.0)(eslint@8.57.1)(typescript@4.5.5)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5)) '@vue/cli-service': specifier: ~5.0.0 - version: 5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3) + version: 5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3) typescript: specifier: ~4.5.5 version: 4.5.5 @@ -515,10 +515,10 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/compat-data@7.26.2': + '@babel/compat-data@7.26.3': resolution: { - integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==, + integrity: sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==, } engines: { node: '>=6.9.0' } @@ -539,10 +539,10 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.26.2': + '@babel/generator@7.26.3': resolution: { - integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==, + integrity: sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==, } engines: { node: '>=6.9.0' } @@ -553,13 +553,6 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/helper-builder-binary-assignment-operator-visitor@7.25.9': - resolution: - { - integrity: sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==, - } - engines: { node: '>=6.9.0' } - '@babel/helper-compilation-targets@7.25.9': resolution: { @@ -576,10 +569,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.25.9': + '@babel/helper-create-regexp-features-plugin@7.26.3': resolution: { - integrity: sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==, + integrity: sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==, } engines: { node: '>=6.9.0' } peerDependencies: @@ -648,13 +641,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-simple-access@7.25.9': - resolution: - { - integrity: sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==, - } - engines: { node: '>=6.9.0' } - '@babel/helper-skip-transparent-expression-wrappers@7.25.9': resolution: { @@ -697,10 +683,10 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/parser@7.26.2': + '@babel/parser@7.26.3': resolution: { - integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==, + integrity: sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==, } engines: { node: '>=6.0.0' } hasBin: true @@ -1140,10 +1126,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.25.9': + '@babel/plugin-transform-exponentiation-operator@7.26.3': resolution: { - integrity: sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==, + integrity: sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==, } engines: { node: '>=6.9.0' } peerDependencies: @@ -1230,10 +1216,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.25.9': + '@babel/plugin-transform-modules-commonjs@7.26.3': resolution: { - integrity: sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==, + integrity: sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==, } engines: { node: '>=6.9.0' } peerDependencies: @@ -1509,10 +1495,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.25.9': + '@babel/plugin-transform-typescript@7.26.3': resolution: { - integrity: sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==, + integrity: sha512-6+5hpdr6mETwSKjmJUdYw0EIkATiQhnELWlE3kJFBwSg/BGIVwVaVbX+gOXBCdc7Ln1RXZxyWGecIXhUfnl7oA==, } engines: { node: '>=6.9.0' } peerDependencies: @@ -1571,10 +1557,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 - '@babel/preset-react@7.25.9': + '@babel/preset-react@7.26.3': resolution: { - integrity: sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==, + integrity: sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==, } engines: { node: '>=6.9.0' } peerDependencies: @@ -1596,10 +1582,10 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/standalone@7.26.2': + '@babel/standalone@7.26.4': resolution: { - integrity: sha512-i2VbegsRfwa9yq3xmfDX3tG2yh9K0cCqwpSyVG2nPxifh0EOnucAZUeO/g4lW2Zfg03aPJNtPfxQbDHzXc7H+w==, + integrity: sha512-SF+g7S2mhTT1b7CHyfNjDkPU1corxg4LPYsyP0x5KuCl+EbtBQHRLqr9N3q7e7+x7NQ5LYxQf8mJ2PmzebLr0A==, } engines: { node: '>=6.9.0' } @@ -1610,17 +1596,17 @@ packages: } engines: { node: '>=6.9.0' } - '@babel/traverse@7.25.9': + '@babel/traverse@7.26.4': resolution: { - integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==, + integrity: sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==, } engines: { node: '>=6.9.0' } - '@babel/types@7.26.0': + '@babel/types@7.26.3': resolution: { - integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==, + integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==, } engines: { node: '>=6.9.0' } @@ -2830,6 +2816,13 @@ packages: } engines: { node: '>=12' } + '@isaacs/fs-minipass@4.0.1': + resolution: + { + integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==, + } + engines: { node: '>=18.0.0' } + '@istanbuljs/load-nyc-config@1.1.0': resolution: { @@ -2966,10 +2959,10 @@ packages: } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - '@jridgewell/gen-mapping@0.3.5': + '@jridgewell/gen-mapping@0.3.8': resolution: { - integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==, + integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==, } engines: { node: '>=6.0.0' } @@ -3035,11 +3028,12 @@ packages: integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==, } - '@mapbox/node-pre-gyp@1.0.11': + '@mapbox/node-pre-gyp@2.0.0-rc.0': resolution: { - integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==, + integrity: sha512-nhSMNprz3WmeRvd8iUs5JqkKr0Ncx46JtPxM3AhXes84XpSJfmIwKeWXRpsr53S7kqPkQfPhzrMFUxSNb23qSA==, } + engines: { node: '>=18' } hasBin: true '@netlify/functions@2.8.2': @@ -3194,25 +3188,25 @@ packages: integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==, } - '@nuxt/devtools-kit@1.6.1': + '@nuxt/devtools-kit@1.6.4': resolution: { - integrity: sha512-6pvK5ih4XONVMSABlDbq6q7/TrZ++hyXGn5zdROVU780aYX3EjU8F0sq+1Lmc6ieiJg4tNe/EA+zV1onKRPsrQ==, + integrity: sha512-jpLYrXFm8T74j8ZjU6lheghe3gdr7PcNluvh/KOl+t6l7AtsQilkTmCZ4YoaiaWLM+5c5mkc72qd7ECgZb0tCw==, } peerDependencies: vite: '*' - '@nuxt/devtools-wizard@1.6.1': + '@nuxt/devtools-wizard@1.6.4': resolution: { - integrity: sha512-MpcKHgXJd4JyhJEvcIMTZqojyDFHLt9Wx2oWbV7YSEnubtHYxUM6p2M+Nb9/3mT+qoOiZQ+0db3xVcMW92oE8Q==, + integrity: sha512-YTInHKL3SnRjczZDIhN8kXaiYf8+ddBMU5nwShPxmutcaVQZ8FMiJHRIzyWnS10AxayPKGVzJh3fLF/BiUwgcg==, } hasBin: true - '@nuxt/devtools@1.6.1': + '@nuxt/devtools@1.6.4': resolution: { - integrity: sha512-s+4msaf8/REaXVbBDzjMgdUmEwR68hpoiQWx4QkH0JHSNQXWCWgNngqlZOM3DSRmPrelS57PJCag+L7gnT1wLw==, + integrity: sha512-uzHFXVEQnmxcbtbcpXjDEyILMp/jJNF1DN2/wSBm0r7UD82qaD2Aa66gX7dTY2+E0HG6aSNkZky3Ck8ehSk8nQ==, } hasBin: true peerDependencies: @@ -3248,40 +3242,40 @@ packages: peerDependencies: vue: ^3.3.4 - '@open-editor/client@0.9.1': + '@open-editor/client@0.9.2': resolution: { - integrity: sha512-HUJ13zyt8pnTLxpL9QOSp05wzjNCZlKhsoo74szekLyMN+0NdTD8oTNZX74tQlAopj2c9D4gIcKCX9nBxPXITw==, + integrity: sha512-Z5IFMTlBHVR6YuSLp7scJIbVcHpe3dsDJBv/zYBjn6BeiLhjbvAp/QC09xj12YToWZSobv+H1BrGbfZF5JWVpQ==, } - '@open-editor/rollup@0.9.1': + '@open-editor/rollup@0.9.2': resolution: { - integrity: sha512-hugtdGXwfpfKvXwybhpjXA2YokE0hPEVCYJmqyj06UaYIwQFO8sH4zdwjYcI3zZPHwoe+5FsLxAi/mz1bBBGnQ==, + integrity: sha512-j0sDFjw7aaqOlyLJToUMG6sobpVcoJ18ESZK5bjfjhrjFjRJs/CBrh91GykHMsZqTwLlI7Pwm4JMlxVNOHA6tw==, } - '@open-editor/server@0.9.1': + '@open-editor/server@0.9.2': resolution: { - integrity: sha512-GsSFt9eK6ElJbXopWmDi9qInx08cXlHElJJOZnM7opRwsCqWNQmWaA74Ok1qS1SoyhTO07ksWUi5CjWccBu16Q==, + integrity: sha512-pUAJitIRdZJuAd1OGPBWSKYLkc8o4wrfjgviQxQBo/g2Fg6B4IRakslqqmKl8/yEkrnRcYlT6fDslylbJXmN/Q==, } - '@open-editor/shared@0.9.1': + '@open-editor/shared@0.9.2': resolution: { - integrity: sha512-kl+Ve+VPZ16QlQmObz8h8bLxmfLhEyLvVEYJWA8t1E3LRTpJ2nwHB9u4Cj2Vpu3vR3Un6zr/60jpB9rL2CQIsg==, + integrity: sha512-4dJmxKaBt2/Ne2Nec8OHYBNGVzjKugG8V2PR+ck5My7WYpKuL4FCujlb3SbK4A0dAAM4xNFqcsFR5rFKAeogwQ==, } - '@open-editor/vite@0.9.1': + '@open-editor/vite@0.9.2': resolution: { - integrity: sha512-gYKBfA6H+kyxJoi9IFjLwAJ1zqipcUKucCfYcTqlskm+suEPfKtgmICaBnGgKnEhBu1TJpI1dk6Br6NmBwhfQg==, + integrity: sha512-ImUapIFCHsdGOzeaDbOlWBY0IMrc0qC2O25As1g8Gdi0OY8Pws31wpzesdHvOk3QyNt5Pg5jwPvw1WW+fZbXRw==, } - '@open-editor/webpack@0.9.1': + '@open-editor/webpack@0.9.2': resolution: { - integrity: sha512-xHJaIF2ADQOoPrkPjMHwfZAE/hlZCxo0fmuy2wDTP0F3nSECkub4I0XqPFTzT2H8WwYvf0MirmBxyosD08YLJw==, + integrity: sha512-SaJ1oQNaE2TiPTqLYlPDTjEiZ0apakU9xXMaPIiBhb22SKM2bmwaafrgkDXUAwstwG5/1lcPK0NC2RMACRtIcQ==, } '@parcel/watcher-android-arm64@2.5.0': @@ -3477,10 +3471,10 @@ packages: integrity: sha512-CEmvaJuG7pm2ylQg53emPmtgm4nW2nxBgwXzbVEHpGas/lGnMyN8Zlkgiz6rPw0unASg6VW3wlz27SOL5XFHYQ==, } - '@redocly/openapi-core@1.25.15': + '@redocly/openapi-core@1.26.0': resolution: { - integrity: sha512-/dpr5zpGj2t1Bf7EIXEboRZm1hsJZBQfv3Q1pkivtdAEg3if2khv+b9gY68aquC6cM/2aQY2kMLy8LlY2tn+Og==, + integrity: sha512-8Ofu6WpBp7eoLmf1qQ4+T0W4LRr8es+4Drw/RJG+acPXmaT2TmHk2B2v+3+1R9GqSIj6kx3N7JmQkxAPCnvDLw==, } engines: { node: '>=14.19.0', npm: '>=7.0.0' } @@ -3672,155 +3666,164 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.28.0': + '@rollup/rollup-android-arm-eabi@4.28.1': resolution: { - integrity: sha512-wLJuPLT6grGZsy34g4N1yRfYeouklTgPhH1gWXCYspenKYD0s3cR99ZevOGw5BexMNywkbV3UkjADisozBmpPQ==, + integrity: sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==, } cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.28.0': + '@rollup/rollup-android-arm64@4.28.1': resolution: { - integrity: sha512-eiNkznlo0dLmVG/6wf+Ifi/v78G4d4QxRhuUl+s8EWZpDewgk7PX3ZyECUXU0Zq/Ca+8nU8cQpNC4Xgn2gFNDA==, + integrity: sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==, } cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.28.0': + '@rollup/rollup-darwin-arm64@4.28.1': resolution: { - integrity: sha512-lmKx9yHsppblnLQZOGxdO66gT77bvdBtr/0P+TPOseowE7D9AJoBw8ZDULRasXRWf1Z86/gcOdpBrV6VDUY36Q==, + integrity: sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==, } cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.28.0': + '@rollup/rollup-darwin-x64@4.28.1': resolution: { - integrity: sha512-8hxgfReVs7k9Js1uAIhS6zq3I+wKQETInnWQtgzt8JfGx51R1N6DRVy3F4o0lQwumbErRz52YqwjfvuwRxGv1w==, + integrity: sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==, } cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.28.0': + '@rollup/rollup-freebsd-arm64@4.28.1': resolution: { - integrity: sha512-lA1zZB3bFx5oxu9fYud4+g1mt+lYXCoch0M0V/xhqLoGatbzVse0wlSQ1UYOWKpuSu3gyN4qEc0Dxf/DII1bhQ==, + integrity: sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==, } cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.28.0': + '@rollup/rollup-freebsd-x64@4.28.1': resolution: { - integrity: sha512-aI2plavbUDjCQB/sRbeUZWX9qp12GfYkYSJOrdYTL/C5D53bsE2/nBPuoiJKoWp5SN78v2Vr8ZPnB+/VbQ2pFA==, + integrity: sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==, } cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.28.0': + '@rollup/rollup-linux-arm-gnueabihf@4.28.1': resolution: { - integrity: sha512-WXveUPKtfqtaNvpf0iOb0M6xC64GzUX/OowbqfiCSXTdi/jLlOmH0Ba94/OkiY2yTGTwteo4/dsHRfh5bDCZ+w==, + integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==, } cpu: [arm] os: [linux] libc: [glibc] - '@rollup/rollup-linux-arm-musleabihf@4.28.0': + '@rollup/rollup-linux-arm-musleabihf@4.28.1': resolution: { - integrity: sha512-yLc3O2NtOQR67lI79zsSc7lk31xjwcaocvdD1twL64PK1yNaIqCeWI9L5B4MFPAVGEVjH5k1oWSGuYX1Wutxpg==, + integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==, } cpu: [arm] os: [linux] libc: [musl] - '@rollup/rollup-linux-arm64-gnu@4.28.0': + '@rollup/rollup-linux-arm64-gnu@4.28.1': resolution: { - integrity: sha512-+P9G9hjEpHucHRXqesY+3X9hD2wh0iNnJXX/QhS/J5vTdG6VhNYMxJ2rJkQOxRUd17u5mbMLHM7yWGZdAASfcg==, + integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==, } cpu: [arm64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-arm64-musl@4.28.0': + '@rollup/rollup-linux-arm64-musl@4.28.1': resolution: { - integrity: sha512-1xsm2rCKSTpKzi5/ypT5wfc+4bOGa/9yI/eaOLW0oMs7qpC542APWhl4A37AENGZ6St6GBMWhCCMM6tXgTIplw==, + integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==, } cpu: [arm64] os: [linux] libc: [musl] - '@rollup/rollup-linux-powerpc64le-gnu@4.28.0': + '@rollup/rollup-linux-loongarch64-gnu@4.28.1': resolution: { - integrity: sha512-zgWxMq8neVQeXL+ouSf6S7DoNeo6EPgi1eeqHXVKQxqPy1B2NvTbaOUWPn/7CfMKL7xvhV0/+fq/Z/J69g1WAQ==, + integrity: sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==, + } + cpu: [loong64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': + resolution: + { + integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==, } cpu: [ppc64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-riscv64-gnu@4.28.0': + '@rollup/rollup-linux-riscv64-gnu@4.28.1': resolution: { - integrity: sha512-VEdVYacLniRxbRJLNtzwGt5vwS0ycYshofI7cWAfj7Vg5asqj+pt+Q6x4n+AONSZW/kVm+5nklde0qs2EUwU2g==, + integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==, } cpu: [riscv64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-s390x-gnu@4.28.0': + '@rollup/rollup-linux-s390x-gnu@4.28.1': resolution: { - integrity: sha512-LQlP5t2hcDJh8HV8RELD9/xlYtEzJkm/aWGsauvdO2ulfl3QYRjqrKW+mGAIWP5kdNCBheqqqYIGElSRCaXfpw==, + integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==, } cpu: [s390x] os: [linux] libc: [glibc] - '@rollup/rollup-linux-x64-gnu@4.28.0': + '@rollup/rollup-linux-x64-gnu@4.28.1': resolution: { - integrity: sha512-Nl4KIzteVEKE9BdAvYoTkW19pa7LR/RBrT6F1dJCV/3pbjwDcaOq+edkP0LXuJ9kflW/xOK414X78r+K84+msw==, + integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==, } cpu: [x64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-x64-musl@4.28.0': + '@rollup/rollup-linux-x64-musl@4.28.1': resolution: { - integrity: sha512-eKpJr4vBDOi4goT75MvW+0dXcNUqisK4jvibY9vDdlgLx+yekxSm55StsHbxUsRxSTt3JEQvlr3cGDkzcSP8bw==, + integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==, } cpu: [x64] os: [linux] libc: [musl] - '@rollup/rollup-win32-arm64-msvc@4.28.0': + '@rollup/rollup-win32-arm64-msvc@4.28.1': resolution: { - integrity: sha512-Vi+WR62xWGsE/Oj+mD0FNAPY2MEox3cfyG0zLpotZdehPFXwz6lypkGs5y38Jd/NVSbOD02aVad6q6QYF7i8Bg==, + integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==, } cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.28.0': + '@rollup/rollup-win32-ia32-msvc@4.28.1': resolution: { - integrity: sha512-kN/Vpip8emMLn/eOza+4JwqDZBL6MPNpkdaEsgUtW1NYN3DZvZqSQrbKzJcTL6hd8YNmFTn7XGWMwccOcJBL0A==, + integrity: sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==, } cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.28.0': + '@rollup/rollup-win32-x64-msvc@4.28.1': resolution: { - integrity: sha512-Bvno2/aZT6usSa7lRDL2+hMjVAGjuqaymF1ApZm31JXzniR/hvr14jpU+/z4X6Gt5BPlzosscyJZGUvguXIqeQ==, + integrity: sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==, } cpu: [x64] os: [win32] @@ -4247,10 +4250,10 @@ packages: integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==, } - '@types/prop-types@15.7.13': + '@types/prop-types@15.7.14': resolution: { - integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==, + integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==, } '@types/q@1.5.8': @@ -4271,11 +4274,13 @@ packages: integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==, } - '@types/react-dom@15.5.21': + '@types/react-dom@15.5.22': resolution: { - integrity: sha512-5HZym3/G/kcfkvfIGhpbpqdhr117NI+io6Wl7BZO7Gt8DaixZ/JeJO+Q0Z/ZqoOzwm9SXCADGmohy9n7HcR5EQ==, + integrity: sha512-Z1+kXGzDaZe1RkhQOyvrjOXc0+etPOEqZO0xsa12S2HZ7zsZ6SNJp4oTZDF5sc5F/LanU+M7zdBjJx/Dk1wVrQ==, } + peerDependencies: + '@types/react': ^15.0.0 '@types/react-dom@18.2.7': resolution: @@ -4283,17 +4288,21 @@ packages: integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==, } - '@types/react-dom@18.3.1': + '@types/react-dom@18.3.5': resolution: { - integrity: sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==, + integrity: sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==, } + peerDependencies: + '@types/react': ^18.0.0 - '@types/react-reconciler@0.28.8': + '@types/react-reconciler@0.28.9': resolution: { - integrity: sha512-SN9c4kxXZonFhbX4hJrZy37yw9e7EIxcpHCxQv5JUS18wDE5ovkQKlqQEkufdJCCMfuI9BnjUJvhYeJ9x5Ra7g==, + integrity: sha512-HHM3nxyUZ3zAylX8ZEyrDNd2XZOnQ0D5XfunJF5FLQnZbHHYq4UWvW1QfelQNXv1ICNkwYhfxjwfnqivYB6bFg==, } + peerDependencies: + '@types/react': '*' '@types/react@15.7.30': resolution: @@ -4307,10 +4316,10 @@ packages: integrity: sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==, } - '@types/react@18.3.12': + '@types/react@18.3.16': resolution: { - integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==, + integrity: sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw==, } '@types/resolve@1.17.1': @@ -4624,48 +4633,48 @@ packages: } engines: { node: ^16.0.0 || >=18.0.0 } - '@ungap/structured-clone@1.2.0': + '@ungap/structured-clone@1.2.1': resolution: { - integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==, + integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==, } - '@unhead/dom@1.11.13': + '@unhead/dom@1.11.14': resolution: { - integrity: sha512-8Bpo3e50i49/z0TMiskQk3OqUVJpWOO0cnEEydJeFnjsPczDH76H3mWLvB11cv1B/rjLdBiPgui7yetFta5LCw==, + integrity: sha512-FaHCWo9JR4h7PCpSRaXuMC6ifXOuBzlI0PD1MmUcxND2ayDl1d6DauIbN8TUf9TDRxNkrK1Ehb0OCXjC1ZJtrg==, } - '@unhead/schema@1.11.13': + '@unhead/schema@1.11.14': resolution: { - integrity: sha512-fIpQx6GCpl99l4qJXsPqkXxO7suMccuLADbhaMSkeXnVEi4ZIle+l+Ri0z+GHAEpJj17FMaQdO5n9FMSOMUxkw==, + integrity: sha512-V9W9u5tF1/+TiLqxu+Qvh1ShoMDkPEwHoEo4DKdDG6ko7YlbzFfDxV6el9JwCren45U/4Vy/4Xi7j8OH02wsiA==, } - '@unhead/shared@1.11.13': + '@unhead/shared@1.11.14': resolution: { - integrity: sha512-EiJ3nsEtf6dvZ6OwVYrrrrCUl4ZE/9GTjpexEMti8EJXweSuL7SifNNXtIFk7UMoM0ULYxb7K/AKQV/odwoZyQ==, + integrity: sha512-41Qt4PJKYVrEGOTXgBJLRYrEu3S7n5stoB4TFC6312CIBVedXqg7voHQurn32LVDjpfJftjLa2ggCjpqdqoRDw==, } - '@unhead/ssr@1.11.13': + '@unhead/ssr@1.11.14': resolution: { - integrity: sha512-LjomDIH8vXbnQQ8UVItmJ52BZBOyK12i1Q4W658X/f0VGtm0z3AulGQIvYla0rFcxAynDygfvWSC7xrlqDtRUw==, + integrity: sha512-JBF2f5PWPtpqBx/dan+4vL/dartSp8Nmd011zkT9qPYmizxO+/fsB1WQalbis1KszkfFatb6c4rO+hm0d6acOA==, } - '@unhead/vue@1.11.13': + '@unhead/vue@1.11.14': resolution: { - integrity: sha512-s5++LqsNM01rkMQwtc4W19cP1fXC81o4YMyL+Kaqh9X0OPLeWnjONAh0U/Z2CIXBqhJHI+DoNXmDACXyuWPPxg==, + integrity: sha512-6nfi7FsZ936gscmj+1nUB1pybiFMFbnuEFo7B/OY2klpLWsYDUOVvpsJhbu7C3u7wkTlJXglmAk6jdd8I7WgZA==, } peerDependencies: vue: '>=2.7 || >=3' - '@vercel/nft@0.27.7': + '@vercel/nft@0.27.9': resolution: { - integrity: sha512-FG6H5YkP4bdw9Ll1qhmbxuE8KwW2E/g8fJpM183fWQLeVDGqzeywMIeJ9h2txdWZ03psgWMn6QymTxaDLmdwUg==, + integrity: sha512-pTs7OchHQmSYJPR0puVQCWw/NqzuvAtnAhBurz21lq4Y4KqWoMpYKqmikkETG5r1bHNCM/hQMZ5JiRr9mhOkyg==, } engines: { node: '>=16' } hasBin: true @@ -4739,10 +4748,10 @@ packages: integrity: sha512-IG5aDD8S6zlvloDsnzHw0Ut5xczlF+kv2BOTo+iXfPr54Yhi5qbVOgGB1hZaVq4iJ4C/MZ2J0y15IlsV/ZcI0A==, } - '@vue-macros/common@1.15.0': + '@vue-macros/common@1.15.1': resolution: { - integrity: sha512-yg5VqW7+HRfJGimdKvFYzx8zorHUYo0hzPwuraoC1DWa7HHazbTMoVsHDvk3JHa1SGfSL87fRnzmlvgjEHhszA==, + integrity: sha512-O0ZXaladWXwHplQnSjxLbB/G1KpdWCUNJPNYVHIxHonGex1BGpoB4fBZZLgddHgAiy18VZG/Iu5L0kwG+SV7JQ==, } engines: { node: '>=16.14.0' } peerDependencies: @@ -5003,24 +5012,24 @@ packages: integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==, } - '@vue/devtools-core@7.6.4': + '@vue/devtools-core@7.6.8': resolution: { - integrity: sha512-blSwGVYpb7b5TALMjjoBiAl5imuBF7WEOAtaJaBMNikR8SQkm6mkUt4YlIKh9874/qoimwmpDOm+GHBZ4Y5m+g==, + integrity: sha512-8X4roysTwzQ94o7IobjVcOd1aZF5iunikrMrHPI2uUdigZCi2kFTQc7ffYiFiTNaLElCpjOhCnM7bo7aK1yU7A==, } peerDependencies: vue: ^3.0.0 - '@vue/devtools-kit@7.6.4': + '@vue/devtools-kit@7.6.8': resolution: { - integrity: sha512-Zs86qIXXM9icU0PiGY09PQCle4TI750IPLmAJzW5Kf9n9t5HzSYf6Rz6fyzSwmfMPiR51SUKJh9sXVZu78h2QA==, + integrity: sha512-JhJ8M3sPU+v0P2iZBF2DkdmR9L0dnT5RXJabJqX6o8KtFs3tebdvfoXV2Dm3BFuqeECuMJIfF1aCzSt+WQ4wrw==, } - '@vue/devtools-shared@7.6.7': + '@vue/devtools-shared@7.6.8': resolution: { - integrity: sha512-QggO6SviAsolrePAXZ/sA1dSicSPt4TueZibCvydfhNDieL1lAuyMTgQDGst7TEvMGb4vgYv2I+1sDkO4jWNnw==, + integrity: sha512-9MBPO5Z3X1nYGFqTJyohl6Gmf/J7UNN1oicHdyzBVZP4jnhZ4c20MgtaHDIzWmHDHCMYVS5bwKxT3jxh7gOOKA==, } '@vue/reactivity@3.5.13': @@ -5278,11 +5287,12 @@ packages: } deprecated: Use your platform's native atob() and btoa() methods instead - abbrev@1.1.1: + abbrev@2.0.0: resolution: { - integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==, + integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==, } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } abort-controller@3.0.0: resolution: @@ -5379,10 +5389,10 @@ packages: } engines: { node: '>= 6.0.0' } - agent-base@7.1.1: + agent-base@7.1.3: resolution: { - integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==, + integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==, } engines: { node: '>= 14' } @@ -5579,12 +5589,6 @@ packages: integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==, } - aproba@2.0.0: - resolution: - { - integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==, - } - arch@2.2.0: resolution: { @@ -5605,14 +5609,6 @@ packages: } engines: { node: '>= 14' } - are-we-there-yet@2.0.0: - resolution: - { - integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==, - } - engines: { node: '>=10' } - deprecated: This package is no longer supported. - arg@5.0.2: resolution: { @@ -5779,10 +5775,10 @@ packages: } engines: { node: '>=0.10.0' } - ast-kit@1.3.1: + ast-kit@1.3.2: resolution: { - integrity: sha512-3bIRV4s/cNAee2rKjuvYdoG+0CMqtOIgCvWrJL6zG8R0fDyMwYzStspX5JqXPbdMzM+qxHZ6g2rMHKhr3HkPlQ==, + integrity: sha512-gdvX700WVC6sHCJQ7bJGfDvtuKAh6Sa6weIZROxfzUZKP7BjvB8y0SMlM/o4omSQ3L60PQSJROBJsb0vEViVnA==, } engines: { node: '>=16.14.0' } @@ -6210,10 +6206,10 @@ packages: integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==, } - browserslist@4.24.2: + browserslist@4.24.3: resolution: { - integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==, + integrity: sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==, } engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true @@ -6326,10 +6322,24 @@ packages: } engines: { node: '>=0.10.0' } - call-bind@1.0.7: + call-bind-apply-helpers@1.0.1: + resolution: + { + integrity: sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==, + } + engines: { node: '>= 0.4' } + + call-bind@1.0.8: resolution: { - integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==, + integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==, + } + engines: { node: '>= 0.4' } + + call-bound@1.0.2: + resolution: + { + integrity: sha512-0lk0PHFe/uz0vl527fG9CgdE9WdafjDbCXvBbs+LUv000TVt2Jjhqbs4Jwm8gz070w8xXyEAxrPOMullsxXeGg==, } engines: { node: '>= 0.4' } @@ -6373,10 +6383,10 @@ packages: integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==, } - caniuse-lite@1.0.30001684: + caniuse-lite@1.0.30001688: resolution: { - integrity: sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==, + integrity: sha512-Nmqpru91cuABu/DTCXbM2NSRHzM2uVHfPnhJ/1zEAJx/ILBRVmz3pzH4N7DZqbdG0gWClsCC05Oj0mJ/1AWMbA==, } case-sensitive-paths-webpack-plugin@2.4.0: @@ -6529,6 +6539,13 @@ packages: } engines: { node: '>=10' } + chownr@3.0.0: + resolution: + { + integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==, + } + engines: { node: '>=18' } + chrome-trace-event@1.0.4: resolution: { @@ -6745,13 +6762,6 @@ packages: integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, } - color-support@1.1.3: - resolution: - { - integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==, - } - hasBin: true - colord@2.9.3: resolution: { @@ -6930,12 +6940,6 @@ packages: integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==, } - console-control-strings@1.1.0: - resolution: - { - integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==, - } - consolidate@0.15.1: resolution: { @@ -7759,10 +7763,10 @@ packages: supports-color: optional: true - debug@4.3.7: + debug@4.4.0: resolution: { - integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==, + integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==, } engines: { node: '>=6.0' } peerDependencies: @@ -7906,12 +7910,6 @@ packages: } engines: { node: '>=0.4.0' } - delegates@1.0.0: - resolution: - { - integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==, - } - denque@2.1.0: resolution: { @@ -8183,10 +8181,10 @@ packages: } engines: { node: '>=10' } - dotenv@16.4.5: + dotenv@16.4.7: resolution: { - integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==, + integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==, } engines: { node: '>=12' } @@ -8197,6 +8195,13 @@ packages: } engines: { node: '>=10' } + dunder-proto@1.0.0: + resolution: + { + integrity: sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==, + } + engines: { node: '>= 0.4' } + duplexer@0.1.2: resolution: { @@ -8236,10 +8241,10 @@ packages: engines: { node: '>=0.10.0' } hasBin: true - electron-to-chromium@1.5.67: + electron-to-chromium@1.5.73: resolution: { - integrity: sha512-nz88NNBsD7kQSAGGJyp8hS6xSPtWwqNogA0mjtc2nUYeEf3nURK9qpV18TuBdDmEDgVWotS8Wkzf+V52dSQ/LQ==, + integrity: sha512-8wGNxG9tAG5KhGd3eeA0o6ixhiNdgr0DcHWm85XPCphwZgD1lIEoi6t3VERayWao7SF7AAZTw6oARGJeVjH8Kg==, } elliptic@6.6.1: @@ -8392,10 +8397,10 @@ packages: integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==, } - es-define-property@1.0.0: + es-define-property@1.0.1: resolution: { - integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==, + integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==, } engines: { node: '>= 0.4' } @@ -8918,10 +8923,10 @@ packages: } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - express@4.21.1: + express@4.21.2: resolution: { - integrity: sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==, + integrity: sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==, } engines: { node: '>= 0.10.0' } @@ -9380,14 +9385,6 @@ packages: integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==, } - gauge@3.0.2: - resolution: - { - integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==, - } - engines: { node: '>=10' } - deprecated: This package is no longer supported. - generic-names@1.0.3: resolution: { @@ -9420,10 +9417,10 @@ packages: integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==, } - get-intrinsic@1.2.4: + get-intrinsic@1.2.6: resolution: { - integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==, + integrity: sha512-qxsEs+9A+u85HhllWJJFicJfPDhRmjzoYdl64aMWW9yRIJmSyxdn8IEkuIM530/7T+lv0TIHd8L6Q/ra0tEoeA==, } engines: { node: '>= 0.4' } @@ -9617,10 +9614,10 @@ packages: } engines: { node: '>=18' } - gopd@1.1.0: + gopd@1.2.0: resolution: { - integrity: sha512-FQoVQnqcdk4hVM4JN1eromaun4iuS34oStkdlLENLdpULsuQcTyXj8w7ayhuUfPwEYZ1ZOooOTT6fdA9Vmx/RA==, + integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==, } engines: { node: '>= 0.4' } @@ -9708,17 +9705,17 @@ packages: integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==, } - has-proto@1.0.3: + has-proto@1.2.0: resolution: { - integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==, + integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==, } engines: { node: '>= 0.4' } - has-symbols@1.0.3: + has-symbols@1.1.0: resolution: { - integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, + integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==, } engines: { node: '>= 0.4' } @@ -9729,12 +9726,6 @@ packages: } engines: { node: '>= 0.4' } - has-unicode@2.0.1: - resolution: - { - integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==, - } - has-value@0.3.1: resolution: { @@ -9980,10 +9971,10 @@ packages: } engines: { node: '>= 6' } - https-proxy-agent@7.0.5: + https-proxy-agent@7.0.6: resolution: { - integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==, + integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==, } engines: { node: '>= 14' } @@ -10201,10 +10192,10 @@ packages: } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - internal-slot@1.0.7: + internal-slot@1.1.0: resolution: { - integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==, + integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==, } engines: { node: '>= 0.4' } @@ -10274,11 +10265,12 @@ packages: } engines: { node: '>= 0.4' } - is-bigint@1.0.4: + is-bigint@1.1.0: resolution: { - integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==, + integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==, } + engines: { node: '>= 0.4' } is-binary-path@1.0.1: resolution: @@ -10294,10 +10286,10 @@ packages: } engines: { node: '>=8' } - is-boolean-object@1.1.2: + is-boolean-object@1.2.1: resolution: { - integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, + integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==, } engines: { node: '>= 0.4' } @@ -10314,10 +10306,10 @@ packages: } engines: { node: '>= 0.4' } - is-core-module@2.15.1: + is-core-module@2.16.0: resolution: { - integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==, + integrity: sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==, } engines: { node: '>= 0.4' } @@ -10328,17 +10320,17 @@ packages: } engines: { node: '>= 0.4' } - is-data-view@1.0.1: + is-data-view@1.0.2: resolution: { - integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==, + integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==, } engines: { node: '>= 0.4' } - is-date-object@1.0.5: + is-date-object@1.1.0: resolution: { - integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, + integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==, } engines: { node: '>= 0.4' } @@ -10515,10 +10507,10 @@ packages: } engines: { node: '>= 0.4' } - is-number-object@1.0.7: + is-number-object@1.1.0: resolution: { - integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, + integrity: sha512-KVSZV0Dunv9DTPkhXwcZ3Q+tUc9TsaE1ZwX5J2WMvsSGS6Md8TFPun5uwh0yRdrNerI6vf/tbJxqSx4c1ZI1Lw==, } engines: { node: '>= 0.4' } @@ -10589,10 +10581,10 @@ packages: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==, } - is-regex@1.2.0: + is-regex@1.2.1: resolution: { - integrity: sha512-B6ohK4ZmoftlUe+uvenXSbPJFo6U37BH7oO1B3nQH8f/7h27N56s85MhUtbFJAziz5dcmuR3i8ovUl35zp8pFA==, + integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==, } engines: { node: '>= 0.4' } @@ -10651,10 +10643,10 @@ packages: } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - is-string@1.0.7: + is-string@1.1.0: resolution: { - integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, + integrity: sha512-PlfzajuF9vSo5wErv3MJAKD/nqf9ngAs1NFQYm16nUYFO2IzxJ2hcm+IOCg+EEopdykNNUhVq5cz35cAUxU8+g==, } engines: { node: '>= 0.4' } @@ -10665,10 +10657,10 @@ packages: } engines: { node: '>=4' } - is-symbol@1.0.4: + is-symbol@1.1.1: resolution: { - integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, + integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==, } engines: { node: '>= 0.4' } @@ -10699,11 +10691,12 @@ packages: } engines: { node: '>= 0.4' } - is-weakref@1.0.2: + is-weakref@1.1.0: resolution: { - integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==, + integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==, } + engines: { node: '>= 0.4' } is-weakset@2.0.3: resolution: @@ -10833,10 +10826,10 @@ packages: } engines: { node: '>=8' } - iterator.prototype@1.1.3: + iterator.prototype@1.1.4: resolution: { - integrity: sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==, + integrity: sha512-x4WH0BWmrMmg4oHHl+duwubhrvczGlyuGAZu3nvrf0UXOfPu8IhZObFEr7DE/iv01YgVZrsOiRcqw2srkKEDIA==, } engines: { node: '>= 0.4' } @@ -11228,6 +11221,14 @@ packages: engines: { node: '>=6' } hasBin: true + jsesc@3.1.0: + resolution: + { + integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==, + } + engines: { node: '>=6' } + hasBin: true + json-buffer@3.0.1: resolution: { @@ -11451,10 +11452,10 @@ packages: } engines: { node: '>=10' } - lilconfig@3.1.2: + lilconfig@3.1.3: resolution: { - integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==, + integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==, } engines: { node: '>=14' } @@ -11750,10 +11751,10 @@ packages: integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==, } - magic-string@0.30.14: + magic-string@0.30.15: resolution: { - integrity: sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==, + integrity: sha512-zXeaYRgZ6ldS1RJJUrMrYgNJ4fdwnyI6tVqoiIhyCyv5IVTK9BU8Ic2l253GGETQHxI4HNUwhJ3fjDhKqEoaAw==, } magicast@0.3.5: @@ -11809,6 +11810,13 @@ packages: } engines: { node: '>=0.10.0' } + math-intrinsics@1.0.0: + resolution: + { + integrity: sha512-4MqMiKP90ybymYvsut0CH2g4XWbfLtmlCkXmtmdcDCxNB+mQcu1w/1+L/VD7vi/PSv7X2JYV7SCcR+jiPXnQtA==, + } + engines: { node: '>= 0.4' } + md5.js@1.3.5: resolution: { @@ -12148,6 +12156,13 @@ packages: } engines: { node: '>= 8' } + minizlib@3.0.1: + resolution: + { + integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==, + } + engines: { node: '>= 18' } + mississippi@3.0.0: resolution: { @@ -12183,6 +12198,14 @@ packages: engines: { node: '>=10' } hasBin: true + mkdirp@3.0.1: + resolution: + { + integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==, + } + engines: { node: '>=10' } + hasBin: true + mlly@1.7.3: resolution: { @@ -12426,18 +12449,18 @@ packages: integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==, } - node-releases@2.0.18: + node-releases@2.0.19: resolution: { - integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==, + integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==, } - nopt@5.0.0: + nopt@8.0.0: resolution: { - integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==, + integrity: sha512-1L/fTJ4UmV/lUxT2Uf006pfZKTvAgCF+chz+0OgBHO8u2Z67pE7AaAUUj7CJy0lXqHmymUvGFt6NE9R3HER0yw==, } - engines: { node: '>=6' } + engines: { node: ^18.17.0 || >=20.5.0 } hasBin: true normalize-package-data@2.5.0: @@ -12503,13 +12526,6 @@ packages: } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - npmlog@5.0.1: - resolution: - { - integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==, - } - deprecated: This package is no longer supported. - nth-check@1.0.2: resolution: { @@ -12560,6 +12576,14 @@ packages: engines: { node: ^14.16.0 || >=16.10.0 } hasBin: true + nypm@0.4.1: + resolution: + { + integrity: sha512-1b9mihliBh8UCcKtcGRu//G50iHpjxIQVUqkdhPT/SDVE7KdJKoHXLS0heuYTQCx95dFqiyUbXZB9r8ikn+93g==, + } + engines: { node: ^14.16.0 || >=16.10.0 } + hasBin: true + object-assign@4.1.1: resolution: { @@ -12731,10 +12755,10 @@ packages: } engines: { node: '>=12' } - openapi-typescript@7.4.3: + openapi-typescript@7.4.4: resolution: { - integrity: sha512-xTIjMIIOv9kNhsr8JxaC00ucbIY/6ZwuJPJBZMSh5FA2dicZN5uM805DWVJojXdom8YI4AQTavPDPHMx/3g0vQ==, + integrity: sha512-7j3nktnRzlQdlHnHsrcr6Gqz8f80/RhfA2I8s1clPI+jkY0hLNmnYVKBfuUEli5EEgK1B6M+ibdS5REasPlsUw==, } hasBin: true peerDependencies: @@ -12898,10 +12922,10 @@ packages: integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==, } - package-manager-detector@0.2.6: + package-manager-detector@0.2.7: resolution: { - integrity: sha512-9vPH3qooBlYRJdmdYP00nvjZOulm40r5dhtal8st18ctf+6S1k7pi5yIHLvI4w5D70x0Y+xdVD9qITH0QO/A8A==, + integrity: sha512-g4+387DXDKlZzHkP+9FLt8yKj8+/3tOkPv7DVTJGGRm00RkEWgqbFstX1mXJ4M0VDYhUqsTOiISqNOJnhAu3PQ==, } pako@1.0.11: @@ -13087,10 +13111,10 @@ packages: } engines: { node: '>=16 || 14 >=14.18' } - path-to-regexp@0.1.10: + path-to-regexp@0.1.12: resolution: { - integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==, + integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==, } path-type@3.0.0: @@ -13794,10 +13818,10 @@ packages: integrity: sha512-X4cquUPIaAd86raVrBwO8fwRfkIdbwFu7CTfEOjiZQHVQwlHRSkTgH5NLDmMm5+1hQO8u6dZ+TOOJDbay1hYpA==, } - postcss-modules-local-by-default@4.1.0: + postcss-modules-local-by-default@4.2.0: resolution: { - integrity: sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==, + integrity: sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==, } engines: { node: ^10 || ^12 || >= 14 } peerDependencies: @@ -14268,10 +14292,10 @@ packages: engines: { node: '>=10.13.0' } hasBin: true - prettier@3.4.1: + prettier@3.4.2: resolution: { - integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==, + integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==, } engines: { node: '>=14' } hasBin: true @@ -14414,10 +14438,10 @@ packages: integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==, } - psl@1.14.0: + psl@1.15.0: resolution: { - integrity: sha512-Syk1bnf6fRZ9wQs03AtKJHcM12cKbOLo9L8JtCCdYj5/DTsHmTyXM4BK5ouWeG2P6kZ4nmFvuNTdtaqfobCOCg==, + integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==, } public-encrypt@4.0.3: @@ -14851,10 +14875,10 @@ packages: } engines: { node: '>=4' } - reflect.getprototypeof@1.0.7: + reflect.getprototypeof@1.0.8: resolution: { - integrity: sha512-bMvFGIUKlc/eSfXNX+aZ+EL95/EgZzuwA0OBPTbZZDEJw/0AkentjMuM1oiRfwHrshqk4RzdgiTg5CcDalXN5g==, + integrity: sha512-B5dj6usc5dkk8uFliwjwDHM8To5/QwdKz9JcBZ8Ic4G1f0YmeeJTtE/ZTdgRFPAfxZFiUaPhZ1Jcs4qeagItGQ==, } engines: { node: '>= 0.4' } @@ -15038,10 +15062,10 @@ packages: } engines: { node: '>=10' } - resolve@1.22.8: + resolve@1.22.9: resolution: { - integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==, + integrity: sha512-QxrmX1DzraFIi9PxdG5VkRfRwIgjwyud+z/iBwfRRrVmHc+P9Q7u2lSSpQ6bjr2gy5lrqIiU9vb6iAeGf2400A==, } hasBin: true @@ -15228,10 +15252,10 @@ packages: engines: { node: '>=14.18.0', npm: '>=8.0.0' } hasBin: true - rollup@4.28.0: + rollup@4.28.1: resolution: { - integrity: sha512-G9GOrmgWHBma4YfCcX8PjH0qhXSdH8B4HDE2o4/jaxj93S4DPCIDoLcXz99eWMji4hB29UFCEd7B2gwGJDR9cQ==, + integrity: sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==, } engines: { node: '>=18.0.0', npm: '>=8.0.0' } hasBin: true @@ -15261,10 +15285,10 @@ packages: integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==, } - safe-array-concat@1.1.2: + safe-array-concat@1.1.3: resolution: { - integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==, + integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==, } engines: { node: '>=0.4' } @@ -15286,10 +15310,10 @@ packages: integrity: sha512-6pNbSMW6OhAi9j+N8V+U715yBQsaWJ7eyEUaOrawX+isg5ZxhUlV1NipNtgaKHmFGiABwt+ZF04Ii+3Xjkg+8w==, } - safe-regex-test@1.0.3: + safe-regex-test@1.1.0: resolution: { - integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==, + integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==, } engines: { node: '>= 0.4' } @@ -15333,10 +15357,10 @@ packages: sass-embedded: optional: true - sass@1.81.0: + sass@1.83.0: resolution: { - integrity: sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==, + integrity: sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==, } engines: { node: '>=14.0.0' } hasBin: true @@ -15388,12 +15412,12 @@ packages: } engines: { node: '>= 10.13.0' } - schema-utils@4.2.0: + schema-utils@4.3.0: resolution: { - integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==, + integrity: sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==, } - engines: { node: '>= 12.13.0' } + engines: { node: '>= 10.13.0' } scule@1.3.0: resolution: @@ -15482,12 +15506,6 @@ packages: } engines: { node: '>= 0.8.0' } - set-blocking@2.0.0: - resolution: - { - integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==, - } - set-function-length@1.2.2: resolution: { @@ -15576,10 +15594,31 @@ packages: } engines: { node: '>= 0.4' } - side-channel@1.0.6: + side-channel-list@1.0.0: resolution: { - integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==, + integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==, + } + engines: { node: '>= 0.4' } + + side-channel-map@1.0.1: + resolution: + { + integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==, + } + engines: { node: '>= 0.4' } + + side-channel-weakmap@1.0.2: + resolution: + { + integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==, + } + engines: { node: '>= 0.4' } + + side-channel@1.1.0: + resolution: + { + integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==, } engines: { node: '>= 0.4' } @@ -15970,10 +16009,10 @@ packages: } engines: { node: '>=10.0.0' } - streamx@2.20.2: + streamx@2.21.1: resolution: { - integrity: sha512-aDGDLU+j9tJcUdPGOaHmVF1u/hhI+CsGkT02V3OKlHDV7IukOI+nTWAGkiZEKCO35rWN1wIr4tS7YFr1f4qSvA==, + integrity: sha512-PhP9wUnFLa+91CPy3N6tiQsK+gnYyUNuk15S3YG/zjYE7RuPeCjJngqnzpC31ow0lzBHQ+QGO4cNJnd0djYUsw==, } string-argv@0.3.2: @@ -16057,18 +16096,19 @@ packages: integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==, } - string.prototype.trim@1.2.9: + string.prototype.trim@1.2.10: resolution: { - integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==, + integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==, } engines: { node: '>= 0.4' } - string.prototype.trimend@1.0.8: + string.prototype.trimend@1.0.9: resolution: { - integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==, + integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==, } + engines: { node: '>= 0.4' } string.prototype.trimstart@1.0.8: resolution: @@ -16255,10 +16295,10 @@ packages: engines: { node: '>=16 || 14 >=14.17' } hasBin: true - superjson@2.2.1: + superjson@2.2.2: resolution: { - integrity: sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==, + integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==, } engines: { node: '>=16' } @@ -16368,10 +16408,10 @@ packages: } engines: { node: '>=18' } - tailwindcss@3.4.15: + tailwindcss@3.4.16: resolution: { - integrity: sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==, + integrity: sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==, } engines: { node: '>=14.0.0' } hasBin: true @@ -16403,6 +16443,13 @@ packages: } engines: { node: '>=10' } + tar@7.4.3: + resolution: + { + integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==, + } + engines: { node: '>=18' } + temp-dir@2.0.0: resolution: { @@ -16440,10 +16487,10 @@ packages: peerDependencies: webpack: ^4.0.0 - terser-webpack-plugin@5.3.10: + terser-webpack-plugin@5.3.11: resolution: { - integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==, + integrity: sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==, } engines: { node: '>= 10.13.0' } peerDependencies: @@ -16467,10 +16514,10 @@ packages: engines: { node: '>=6.0.0' } hasBin: true - terser@5.36.0: + terser@5.37.0: resolution: { - integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==, + integrity: sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==, } engines: { node: '>=10' } hasBin: true @@ -16482,10 +16529,10 @@ packages: } engines: { node: '>=8' } - text-decoder@1.2.1: + text-decoder@1.2.3: resolution: { - integrity: sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==, + integrity: sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==, } text-table@0.2.0: @@ -16559,6 +16606,12 @@ packages: integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==, } + tinyexec@0.3.1: + resolution: + { + integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==, + } + tinyglobby@0.2.10: resolution: { @@ -16877,10 +16930,10 @@ packages: } engines: { node: '>=10' } - type-fest@4.29.0: + type-fest@4.30.1: resolution: { - integrity: sha512-RPYt6dKyemXJe7I6oNstcH24myUGSReicxcHTvCLgzm4e0n8y05dGvcGB15/SoPRBmhlMthWQ9pvKyL81ko8nQ==, + integrity: sha512-ojFL7eDMX2NF0xMbDwPZJ8sb7ckqtlAi1GsmgsFXvErT9kFTk1r0DuQKvrCh73M6D4nngeHJmvogF9OluXs7Hw==, } engines: { node: '>=16' } @@ -16994,10 +17047,10 @@ packages: integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==, } - unctx@2.3.1: + unctx@2.4.0: resolution: { - integrity: sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==, + integrity: sha512-VSwGlVn3teRLkFS9OH4JoZ25ky133vVPQkS6qHv/itYVrqHBa+7SO46Yh07Zve1WEi9A1X135g9DR6KMv6ZsJg==, } underscore@1.12.1: @@ -17012,10 +17065,10 @@ packages: integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==, } - unhead@1.11.13: + unhead@1.11.14: resolution: { - integrity: sha512-I7yyvqRfpPPzXuCG7HKZkgAWJDbzXDDEVyib4C/78HREqhNGHVSyo4TqX1h1xB5cx7WYc21HHDRT2/8YkqOy2w==, + integrity: sha512-XmXW0aZyX9kGk9ejCKCSvv/J4T3Rt4hoAe2EofM+nhG+zwZ7AArUMK/0F/fj6FTkfgY0u0/JryE00qUDULgygA==, } unicode-canonical-property-names-ecmascript@2.0.1: @@ -17053,10 +17106,10 @@ packages: } engines: { node: '>=18' } - unimport@3.14.2: + unimport@3.14.5: resolution: { - integrity: sha512-FSxhbAylGGanyuTb3K0Ka3T9mnsD0+cRKbwOS11Li4Lh2whWS091e32JH4bIHrTckxlW9GnExAglADlxXjjzFw==, + integrity: sha512-tn890SwFFZxqaJSKQPPd+yygfKSATbM8BZWW1aCR2TJBTs1SDrmLamBueaFtYsGjHtQaRgqEbQflOjN2iW12gA==, } union-value@1.0.1: @@ -17149,10 +17202,10 @@ packages: } engines: { node: '>= 0.8' } - unplugin-vue-router@0.10.8: + unplugin-vue-router@0.10.9: resolution: { - integrity: sha512-xi+eLweYAqolIoTRSmumbi6Yx0z5M0PLvl+NFNVWHJgmE2ByJG1SZbrn+TqyuDtIyln20KKgq8tqmL7aLoiFjw==, + integrity: sha512-DXmC0GMcROOnCmN56GRvi1bkkG1BnVs4xJqNvucBUeZkmB245URvtxOfbo3H6q4SOUQQbLPYWd6InzvjRh363A==, } peerDependencies: vue-router: ^4.4.0 @@ -17174,6 +17227,20 @@ packages: } engines: { node: '>=14.0.0' } + unplugin@2.0.0-beta.1: + resolution: + { + integrity: sha512-2qzQo5LN2DmUZXkWDHvGKLF5BP0WN+KthD6aPnPJ8plRBIjv4lh5O07eYcSxgO2znNw9s4MNhEO1sB+JDllDbQ==, + } + engines: { node: '>=18.12.0' } + + unplugin@2.1.0: + resolution: + { + integrity: sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==, + } + engines: { node: '>=18.12.0' } + unquote@1.1.1: resolution: { @@ -17415,12 +17482,12 @@ packages: engines: { node: '>=v14.18.0' } hasBin: true - vite-node@2.1.6: + vite-node@2.1.8: resolution: { - integrity: sha512-DBfJY0n9JUwnyLxPSSUmEePT21j8JZp/sR9n+/gBwQU6DcQOioPdb8/pibWfXForbirSagZCilseYIwaL3f95A==, + integrity: sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==, } - engines: { node: ^18.0.0 || ^20.0.0 || >=22.0.0 } + engines: { node: ^18.0.0 || >=20.0.0 } hasBin: true vite-plugin-checker@0.8.0: @@ -17460,15 +17527,15 @@ packages: vue-tsc: optional: true - vite-plugin-inspect@0.8.8: + vite-plugin-inspect@0.8.9: resolution: { - integrity: sha512-aZlBuXsWUPJFmMK92GIv6lH7LrwG2POu4KJ+aEdcqnu92OAf+rhBnfMDQvxIJPEB7hE2t5EyY/PMgf5aDLT8EA==, + integrity: sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==, } engines: { node: '>=14' } peerDependencies: '@nuxt/kit': '*' - vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 + vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1 peerDependenciesMeta: '@nuxt/kit': optional: true @@ -17938,10 +18005,10 @@ packages: webpack-command: optional: true - webpack@5.96.1: + webpack@5.97.1: resolution: { - integrity: sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==, + integrity: sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==, } engines: { node: '>=10.13.0' } hasBin: true @@ -18002,16 +18069,17 @@ packages: } engines: { node: '>=10' } - which-boxed-primitive@1.0.2: + which-boxed-primitive@1.1.0: resolution: { - integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, + integrity: sha512-Ei7Miu/AXe2JJ4iNF5j/UphAgRoma4trE6PtisM09bPygb3egMH3YLW/befsWb1A1AxvNSFidOFTB18XtnIIng==, } + engines: { node: '>= 0.4' } - which-builtin-type@1.2.0: + which-builtin-type@1.2.1: resolution: { - integrity: sha512-I+qLGQ/vucCby4tf5HsLmGueEla4ZhwTBSqaooS+Y0BuxN4Cp+okmGuV+8mXZ84KDI9BA+oklo+RzKg0ONdSUA==, + integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==, } engines: { node: '>= 0.4' } @@ -18060,12 +18128,6 @@ packages: engines: { node: '>=8' } hasBin: true - wide-align@1.1.5: - resolution: - { - integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==, - } - wildcard@2.0.1: resolution: { @@ -18312,6 +18374,13 @@ packages: integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==, } + yallist@5.0.0: + resolution: + { + integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==, + } + engines: { node: '>=18' } + yaml-ast-parser@0.0.43: resolution: { @@ -18418,7 +18487,7 @@ snapshots: '@ampproject/remapping@2.3.0': dependencies: - '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 '@antfu/utils@0.7.10': {} @@ -18436,22 +18505,22 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.2': {} + '@babel/compat-data@7.26.3': {} '@babel/core@7.26.0': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.2 + '@babel/generator': 7.26.3 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helpers': 7.26.0 - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 '@babel/template': 7.25.9 - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 convert-source-map: 2.0.0 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -18466,30 +18535,23 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.26.2': + '@babel/generator@7.26.3': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 - '@jridgewell/gen-mapping': 0.3.5 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 + '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - jsesc: 3.0.2 + jsesc: 3.1.0 '@babel/helper-annotate-as-pure@7.25.9': dependencies: - '@babel/types': 7.26.0 - - '@babel/helper-builder-binary-assignment-operator-visitor@7.25.9': - dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 - transitivePeerDependencies: - - supports-color + '@babel/types': 7.26.3 '@babel/helper-compilation-targets@7.25.9': dependencies: - '@babel/compat-data': 7.26.2 + '@babel/compat-data': 7.26.3 '@babel/helper-validator-option': 7.25.9 - browserslist: 4.24.2 + browserslist: 4.24.3 lru-cache: 5.1.1 semver: 6.3.1 @@ -18501,12 +18563,12 @@ snapshots: '@babel/helper-optimise-call-expression': 7.25.9 '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0) '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.26.0)': + '@babel/helper-create-regexp-features-plugin@7.26.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 @@ -18518,23 +18580,23 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) lodash.debounce: 4.0.8 - resolve: 1.22.8 + resolve: 1.22.9 transitivePeerDependencies: - supports-color '@babel/helper-member-expression-to-functions@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -18543,13 +18605,13 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@babel/helper-plugin-utils@7.25.9': {} @@ -18558,7 +18620,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-wrap-function': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -18567,21 +18629,14 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.25.9 - transitivePeerDependencies: - - supports-color - - '@babel/helper-simple-access@7.25.9': - dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -18594,25 +18649,25 @@ snapshots: '@babel/helper-wrap-function@7.25.9': dependencies: '@babel/template': 7.25.9 - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color '@babel/helpers@7.26.0': dependencies: '@babel/template': 7.25.9 - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 - '@babel/parser@7.26.2': + '@babel/parser@7.26.3': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -18639,7 +18694,7 @@ snapshots: dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -18811,7 +18866,7 @@ snapshots: '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.26.0)': @@ -18824,7 +18879,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.26.0) - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -18870,7 +18925,7 @@ snapshots: '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0) - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -18889,7 +18944,7 @@ snapshots: '@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.26.0)': @@ -18900,7 +18955,7 @@ snapshots: '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.26.0)': @@ -18908,13 +18963,10 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-exponentiation-operator@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-exponentiation-operator@7.26.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.26.0)': dependencies: @@ -18940,7 +18992,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -18972,12 +19024,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-simple-access': 7.25.9 transitivePeerDependencies: - supports-color @@ -18987,7 +19038,7 @@ snapshots: '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color @@ -19002,7 +19053,7 @@ snapshots: '@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-new-target@7.25.9(@babel/core@7.26.0)': @@ -19109,7 +19160,7 @@ snapshots: '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -19128,7 +19179,7 @@ snapshots: '@babel/plugin-transform-regexp-modifiers@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.26.0)': @@ -19176,7 +19227,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-typescript@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-typescript@7.26.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 @@ -19195,24 +19246,24 @@ snapshots: '@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 '@babel/preset-env@7.26.0(@babel/core@7.26.0)': dependencies: - '@babel/compat-data': 7.26.2 + '@babel/compat-data': 7.26.3 '@babel/core': 7.26.0 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 @@ -19240,7 +19291,7 @@ snapshots: '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-exponentiation-operator': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-exponentiation-operator': 7.26.3(@babel/core@7.26.0) '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.26.0) @@ -19249,7 +19300,7 @@ snapshots: '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.0) '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.26.0) @@ -19289,10 +19340,10 @@ snapshots: dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 esutils: 2.0.3 - '@babel/preset-react@7.25.9(@babel/core@7.26.0)': + '@babel/preset-react@7.26.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 @@ -19310,8 +19361,8 @@ snapshots: '@babel/helper-plugin-utils': 7.25.9 '@babel/helper-validator-option': 7.25.9 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.0) + '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0) transitivePeerDependencies: - supports-color @@ -19319,27 +19370,27 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 - '@babel/standalone@7.26.2': {} + '@babel/standalone@7.26.4': {} '@babel/template@7.25.9': dependencies: '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 - '@babel/traverse@7.25.9': + '@babel/traverse@7.26.4': dependencies: '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.2 - '@babel/parser': 7.26.2 + '@babel/generator': 7.26.3 + '@babel/parser': 7.26.3 '@babel/template': 7.25.9 - '@babel/types': 7.26.0 - debug: 4.3.7(supports-color@9.4.0) + '@babel/types': 7.26.3 + debug: 4.4.0(supports-color@9.4.0) globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.26.0': + '@babel/types@7.26.3': dependencies: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 @@ -19407,7 +19458,7 @@ snapshots: fs-extra: 7.0.1 mri: 1.2.0 p-limit: 2.3.0 - package-manager-detector: 0.2.6 + package-manager-detector: 0.2.7 picocolors: 1.1.1 resolve-from: 5.0.0 semver: 7.6.3 @@ -19507,11 +19558,11 @@ snapshots: dependencies: mime: 3.0.0 - '@craco/craco@5.9.0(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.81.0)(type-fest@4.29.0)(typescript@4.9.5)(vue-template-compiler@2.7.16))': + '@craco/craco@5.9.0(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.83.0)(type-fest@4.30.1)(typescript@4.9.5)(vue-template-compiler@2.7.16))': dependencies: cross-spawn: 7.0.6 lodash: 4.17.21 - react-scripts: 5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.81.0)(type-fest@4.29.0)(typescript@4.9.5)(vue-template-compiler@2.7.16) + react-scripts: 5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.83.0)(type-fest@4.30.1)(typescript@4.9.5)(vue-template-compiler@2.7.16) webpack-merge: 4.2.2 '@csstools/normalize.css@12.1.1': {} @@ -19885,7 +19936,7 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 @@ -19907,7 +19958,7 @@ snapshots: '@humanwhocodes/config-array@0.13.0': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -19927,6 +19978,10 @@ snapshots: wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 + '@isaacs/fs-minipass@4.0.1': + dependencies: + minipass: 7.1.2 + '@istanbuljs/load-nyc-config@1.1.0': dependencies: camelcase: 5.3.1 @@ -20118,7 +20173,7 @@ snapshots: '@types/yargs': 17.0.33 chalk: 4.1.2 - '@jridgewell/gen-mapping@0.3.5': + '@jridgewell/gen-mapping@0.3.8': dependencies: '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.5.0 @@ -20130,7 +20185,7 @@ snapshots: '@jridgewell/source-map@0.3.6': dependencies: - '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 '@jridgewell/sourcemap-codec@1.5.0': {} @@ -20142,7 +20197,7 @@ snapshots: '@kwsites/file-exists@1.1.1': dependencies: - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color @@ -20166,17 +20221,15 @@ snapshots: globby: 11.1.0 read-yaml-file: 1.1.0 - '@mapbox/node-pre-gyp@1.0.11(encoding@0.1.13)': + '@mapbox/node-pre-gyp@2.0.0-rc.0(encoding@0.1.13)': dependencies: + consola: 3.2.3 detect-libc: 2.0.3 - https-proxy-agent: 5.0.1 - make-dir: 3.1.0 + https-proxy-agent: 7.0.6(supports-color@9.4.0) node-fetch: 2.7.0(encoding@0.1.13) - nopt: 5.0.0 - npmlog: 5.0.1 - rimraf: 3.0.2 + nopt: 8.0.0 semver: 7.6.3 - tar: 6.2.1 + tar: 7.4.3 transitivePeerDependencies: - encoding - supports-color @@ -20243,18 +20296,18 @@ snapshots: '@nuxt/devalue@2.0.2': {} - '@nuxt/devtools-kit@1.6.1(magicast@0.3.5)(rollup@4.28.0)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))': + '@nuxt/devtools-kit@1.6.4(magicast@0.3.5)(rollup@4.28.1)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))': dependencies: - '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.0) - '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.28.0) + '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.1) + '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.28.1) execa: 7.2.0 - vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) transitivePeerDependencies: - magicast - rollup - supports-color - '@nuxt/devtools-wizard@1.6.1': + '@nuxt/devtools-wizard@1.6.4': dependencies: consola: 3.2.3 diff: 7.0.0 @@ -20267,14 +20320,14 @@ snapshots: rc9: 2.1.2 semver: 7.6.3 - '@nuxt/devtools@1.6.1(rollup@4.28.0)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))(vue@3.5.13(typescript@5.2.2))': + '@nuxt/devtools@1.6.4(rollup@4.28.1)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))(vue@3.5.13(typescript@5.2.2))': dependencies: '@antfu/utils': 0.7.10 - '@nuxt/devtools-kit': 1.6.1(magicast@0.3.5)(rollup@4.28.0)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)) - '@nuxt/devtools-wizard': 1.6.1 - '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.0) - '@vue/devtools-core': 7.6.4(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))(vue@3.5.13(typescript@5.2.2)) - '@vue/devtools-kit': 7.6.4 + '@nuxt/devtools-kit': 1.6.4(magicast@0.3.5)(rollup@4.28.1)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)) + '@nuxt/devtools-wizard': 1.6.4 + '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.1) + '@vue/devtools-core': 7.6.8(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))(vue@3.5.13(typescript@5.2.2)) + '@vue/devtools-kit': 7.6.8 birpc: 0.2.19 consola: 3.2.3 cronstrue: 2.52.0 @@ -20290,7 +20343,7 @@ snapshots: launch-editor: 2.9.1 local-pkg: 0.5.1 magicast: 0.3.5 - nypm: 0.3.12 + nypm: 0.4.1 ohash: 1.1.4 pathe: 1.1.2 perfect-debounce: 1.0.0 @@ -20299,12 +20352,12 @@ snapshots: scule: 1.3.0 semver: 7.6.3 simple-git: 3.27.0 - sirv: 2.0.4 + sirv: 3.0.0 tinyglobby: 0.2.10 - unimport: 3.14.2(rollup@4.28.0) - vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) - vite-plugin-inspect: 0.8.8(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.28.0))(rollup@4.28.0)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)) - vite-plugin-vue-inspector: 5.1.3(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)) + unimport: 3.14.5(rollup@4.28.1) + vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) + vite-plugin-inspect: 0.8.9(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.28.1))(rollup@4.28.1)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)) + vite-plugin-vue-inspector: 5.1.3(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)) which: 3.0.1 ws: 8.18.0 transitivePeerDependencies: @@ -20314,9 +20367,9 @@ snapshots: - utf-8-validate - vue - '@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.28.0)': + '@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.28.1)': dependencies: - '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.28.0) + '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.28.1) c12: 2.0.1(magicast@0.3.5) consola: 3.2.3 defu: 6.1.4 @@ -20333,15 +20386,15 @@ snapshots: scule: 1.3.0 semver: 7.6.3 ufo: 1.5.4 - unctx: 2.3.1 - unimport: 3.14.2(rollup@4.28.0) + unctx: 2.4.0 + unimport: 3.14.5(rollup@4.28.1) untyped: 1.5.1 transitivePeerDependencies: - magicast - rollup - supports-color - '@nuxt/schema@3.14.1592(magicast@0.3.5)(rollup@4.28.0)': + '@nuxt/schema@3.14.1592(magicast@0.3.5)(rollup@4.28.1)': dependencies: c12: 2.0.1(magicast@0.3.5) compatx: 0.1.8 @@ -20354,29 +20407,29 @@ snapshots: std-env: 3.8.0 ufo: 1.5.4 uncrypto: 0.1.3 - unimport: 3.14.2(rollup@4.28.0) + unimport: 3.14.5(rollup@4.28.1) untyped: 1.5.1 transitivePeerDependencies: - magicast - rollup - supports-color - '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@4.28.0)': + '@nuxt/telemetry@2.6.0(magicast@0.3.5)(rollup@4.28.1)': dependencies: - '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.0) + '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.1) ci-info: 4.1.0 consola: 3.2.3 create-require: 1.1.1 defu: 6.1.4 destr: 2.0.3 - dotenv: 16.4.5 + dotenv: 16.4.7 git-url-parse: 15.0.0 is-docker: 3.0.0 jiti: 1.21.6 mri: 1.2.0 nanoid: 5.0.9 ofetch: 1.4.1 - package-manager-detector: 0.2.6 + package-manager-detector: 0.2.7 parse-git-config: 3.0.0 pathe: 1.1.2 rc9: 2.1.2 @@ -20386,12 +20439,12 @@ snapshots: - rollup - supports-color - '@nuxt/vite-builder@3.14.1592(@types/node@20.5.6)(eslint@8.57.1)(less@3.13.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.28.0)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)(typescript@5.2.2)(vue@3.5.13(typescript@5.2.2))': + '@nuxt/vite-builder@3.14.1592(@types/node@20.5.6)(eslint@8.57.1)(less@3.13.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.28.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)(typescript@5.2.2)(vue@3.5.13(typescript@5.2.2))': dependencies: - '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.0) - '@rollup/plugin-replace': 6.0.1(rollup@4.28.0) - '@vitejs/plugin-vue': 5.2.1(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))(vue@3.5.13(typescript@5.2.2)) - '@vitejs/plugin-vue-jsx': 4.1.1(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))(vue@3.5.13(typescript@5.2.2)) + '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.1) + '@rollup/plugin-replace': 6.0.1(rollup@4.28.1) + '@vitejs/plugin-vue': 5.2.1(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))(vue@3.5.13(typescript@5.2.2)) + '@vitejs/plugin-vue-jsx': 4.1.1(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))(vue@3.5.13(typescript@5.2.2)) autoprefixer: 10.4.20(postcss@8.4.49) clear: 0.1.0 consola: 3.2.3 @@ -20405,22 +20458,22 @@ snapshots: h3: 1.13.0 jiti: 2.4.1 knitwork: 1.1.0 - magic-string: 0.30.14 + magic-string: 0.30.15 mlly: 1.7.3 ohash: 1.1.4 pathe: 1.1.2 perfect-debounce: 1.0.0 pkg-types: 1.2.1 postcss: 8.4.49 - rollup-plugin-visualizer: 5.12.0(rollup@4.28.0) + rollup-plugin-visualizer: 5.12.0(rollup@4.28.1) std-env: 3.8.0 strip-literal: 2.1.1 ufo: 1.5.4 unenv: 1.10.0 unplugin: 1.16.0 - vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) - vite-node: 2.1.6(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) - vite-plugin-checker: 0.8.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.2.2)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)) + vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) + vite-node: 2.1.8(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) + vite-plugin-checker: 0.8.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.2.2)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)) vue: 3.5.13(typescript@5.2.2) vue-bundle-renderer: 2.1.1 transitivePeerDependencies: @@ -20445,43 +20498,43 @@ snapshots: - vti - vue-tsc - '@open-editor/client@0.9.1': + '@open-editor/client@0.9.2': dependencies: - '@open-editor/shared': 0.9.1 + '@open-editor/shared': 0.9.2 outmatch: 1.0.0 - '@open-editor/rollup@0.9.1': + '@open-editor/rollup@0.9.2': dependencies: - '@open-editor/client': 0.9.1 - '@open-editor/server': 0.9.1 - '@open-editor/shared': 0.9.1 + '@open-editor/client': 0.9.2 + '@open-editor/server': 0.9.2 + '@open-editor/shared': 0.9.2 transitivePeerDependencies: - supports-color - '@open-editor/server@0.9.1': + '@open-editor/server@0.9.2': dependencies: - '@open-editor/shared': 0.9.1 + '@open-editor/shared': 0.9.2 connect: 3.7.0 cors: 2.8.5 launch-editor: 2.9.1 transitivePeerDependencies: - supports-color - '@open-editor/shared@0.9.1': {} + '@open-editor/shared@0.9.2': {} - '@open-editor/vite@0.9.1': + '@open-editor/vite@0.9.2': dependencies: - '@open-editor/client': 0.9.1 - '@open-editor/server': 0.9.1 - '@open-editor/shared': 0.9.1 + '@open-editor/client': 0.9.2 + '@open-editor/server': 0.9.2 + '@open-editor/shared': 0.9.2 transitivePeerDependencies: - supports-color - '@open-editor/webpack@0.9.1': + '@open-editor/webpack@0.9.2': dependencies: - '@open-editor/client': 0.9.1 - '@open-editor/server': 0.9.1 - '@open-editor/shared': 0.9.1 + '@open-editor/client': 0.9.2 + '@open-editor/server': 0.9.2 + '@open-editor/shared': 0.9.2 transitivePeerDependencies: - supports-color @@ -20553,7 +20606,7 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@pmmmwh/react-refresh-webpack-plugin@0.5.15(@types/webpack@5.28.5(esbuild@0.24.0))(react-refresh@0.11.0)(type-fest@4.29.0)(webpack-dev-server@4.15.2(webpack@5.96.1(esbuild@0.24.0)))(webpack@5.96.1(esbuild@0.24.0))': + '@pmmmwh/react-refresh-webpack-plugin@0.5.15(@types/webpack@5.28.5(esbuild@0.24.0))(react-refresh@0.11.0)(type-fest@4.30.1)(webpack-dev-server@4.15.2(webpack@5.97.1(esbuild@0.24.0)))(webpack@5.97.1(esbuild@0.24.0))': dependencies: ansi-html: 0.0.9 core-js-pure: 3.39.0 @@ -20561,13 +20614,13 @@ snapshots: html-entities: 2.5.2 loader-utils: 2.0.4 react-refresh: 0.11.0 - schema-utils: 4.2.0 + schema-utils: 4.3.0 source-map: 0.7.4 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) optionalDependencies: '@types/webpack': 5.28.5(esbuild@0.24.0) - type-fest: 4.29.0 - webpack-dev-server: 4.15.2(debug@4.3.7)(webpack@5.96.1(esbuild@0.24.0)) + type-fest: 4.30.1 + webpack-dev-server: 4.15.2(debug@4.4.0)(webpack@5.97.1(esbuild@0.24.0)) '@polka/url@1.0.0-next.28': {} @@ -20580,12 +20633,12 @@ snapshots: '@redocly/config@0.17.1': {} - '@redocly/openapi-core@1.25.15(encoding@0.1.13)(supports-color@9.4.0)': + '@redocly/openapi-core@1.26.0(encoding@0.1.13)(supports-color@9.4.0)': dependencies: '@redocly/ajv': 8.11.2 '@redocly/config': 0.17.1 colorette: 1.4.0 - https-proxy-agent: 7.0.5(supports-color@9.4.0) + https-proxy-agent: 7.0.6(supports-color@9.4.0) js-levenshtein: 1.1.6 js-yaml: 4.1.0 lodash.isequal: 4.5.0 @@ -20597,9 +20650,9 @@ snapshots: - encoding - supports-color - '@rollup/plugin-alias@5.1.1(rollup@4.28.0)': + '@rollup/plugin-alias@5.1.1(rollup@4.28.1)': optionalDependencies: - rollup: 4.28.0 + rollup: 4.28.1 '@rollup/plugin-babel@5.3.1(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@2.79.2)': dependencies: @@ -20630,21 +20683,21 @@ snapshots: estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 - magic-string: 0.30.14 + magic-string: 0.30.15 optionalDependencies: rollup: 3.29.5 - '@rollup/plugin-commonjs@28.0.1(rollup@4.28.0)': + '@rollup/plugin-commonjs@28.0.1(rollup@4.28.1)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) commondir: 1.0.1 estree-walker: 2.0.2 fdir: 6.4.2(picomatch@4.0.2) is-reference: 1.2.1 - magic-string: 0.30.14 + magic-string: 0.30.15 picomatch: 4.0.2 optionalDependencies: - rollup: 4.28.0 + rollup: 4.28.1 '@rollup/plugin-image@3.0.3(rollup@3.29.5)': dependencies: @@ -20653,19 +20706,19 @@ snapshots: optionalDependencies: rollup: 3.29.5 - '@rollup/plugin-inject@5.0.5(rollup@4.28.0)': + '@rollup/plugin-inject@5.0.5(rollup@4.28.1)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) estree-walker: 2.0.2 - magic-string: 0.30.14 + magic-string: 0.30.15 optionalDependencies: - rollup: 4.28.0 + rollup: 4.28.1 - '@rollup/plugin-json@6.1.0(rollup@4.28.0)': + '@rollup/plugin-json@6.1.0(rollup@4.28.1)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) optionalDependencies: - rollup: 4.28.0 + rollup: 4.28.1 '@rollup/plugin-node-resolve@11.2.1(rollup@2.79.2)': dependencies: @@ -20674,7 +20727,7 @@ snapshots: builtin-modules: 3.3.0 deepmerge: 4.3.1 is-module: 1.0.0 - resolve: 1.22.8 + resolve: 1.22.9 rollup: 2.79.2 '@rollup/plugin-node-resolve@15.3.0(rollup@3.29.5)': @@ -20683,19 +20736,19 @@ snapshots: '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 - resolve: 1.22.8 + resolve: 1.22.9 optionalDependencies: rollup: 3.29.5 - '@rollup/plugin-node-resolve@15.3.0(rollup@4.28.0)': + '@rollup/plugin-node-resolve@15.3.0(rollup@4.28.1)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 - resolve: 1.22.8 + resolve: 1.22.9 optionalDependencies: - rollup: 4.28.0 + rollup: 4.28.1 '@rollup/plugin-replace@2.4.2(rollup@2.79.2)': dependencies: @@ -20706,24 +20759,24 @@ snapshots: '@rollup/plugin-replace@5.0.7(rollup@3.29.5)': dependencies: '@rollup/pluginutils': 5.1.3(rollup@3.29.5) - magic-string: 0.30.14 + magic-string: 0.30.15 optionalDependencies: rollup: 3.29.5 - '@rollup/plugin-replace@6.0.1(rollup@4.28.0)': + '@rollup/plugin-replace@6.0.1(rollup@4.28.1)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) - magic-string: 0.30.14 + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) + magic-string: 0.30.15 optionalDependencies: - rollup: 4.28.0 + rollup: 4.28.1 - '@rollup/plugin-terser@0.4.4(rollup@4.28.0)': + '@rollup/plugin-terser@0.4.4(rollup@4.28.1)': dependencies: serialize-javascript: 6.0.2 smob: 1.5.0 - terser: 5.36.0 + terser: 5.37.0 optionalDependencies: - rollup: 4.28.0 + rollup: 4.28.1 '@rollup/pluginutils@3.1.0(rollup@2.79.2)': dependencies: @@ -20740,66 +20793,69 @@ snapshots: optionalDependencies: rollup: 3.29.5 - '@rollup/pluginutils@5.1.3(rollup@4.28.0)': + '@rollup/pluginutils@5.1.3(rollup@4.28.1)': dependencies: '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: - rollup: 4.28.0 + rollup: 4.28.1 - '@rollup/rollup-android-arm-eabi@4.28.0': + '@rollup/rollup-android-arm-eabi@4.28.1': optional: true - '@rollup/rollup-android-arm64@4.28.0': + '@rollup/rollup-android-arm64@4.28.1': optional: true - '@rollup/rollup-darwin-arm64@4.28.0': + '@rollup/rollup-darwin-arm64@4.28.1': optional: true - '@rollup/rollup-darwin-x64@4.28.0': + '@rollup/rollup-darwin-x64@4.28.1': optional: true - '@rollup/rollup-freebsd-arm64@4.28.0': + '@rollup/rollup-freebsd-arm64@4.28.1': optional: true - '@rollup/rollup-freebsd-x64@4.28.0': + '@rollup/rollup-freebsd-x64@4.28.1': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.28.0': + '@rollup/rollup-linux-arm-gnueabihf@4.28.1': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.28.0': + '@rollup/rollup-linux-arm-musleabihf@4.28.1': optional: true - '@rollup/rollup-linux-arm64-gnu@4.28.0': + '@rollup/rollup-linux-arm64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-arm64-musl@4.28.0': + '@rollup/rollup-linux-arm64-musl@4.28.1': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.28.0': + '@rollup/rollup-linux-loongarch64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.28.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': optional: true - '@rollup/rollup-linux-s390x-gnu@4.28.0': + '@rollup/rollup-linux-riscv64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-x64-gnu@4.28.0': + '@rollup/rollup-linux-s390x-gnu@4.28.1': optional: true - '@rollup/rollup-linux-x64-musl@4.28.0': + '@rollup/rollup-linux-x64-gnu@4.28.1': optional: true - '@rollup/rollup-win32-arm64-msvc@4.28.0': + '@rollup/rollup-linux-x64-musl@4.28.1': optional: true - '@rollup/rollup-win32-ia32-msvc@4.28.0': + '@rollup/rollup-win32-arm64-msvc@4.28.1': optional: true - '@rollup/rollup-win32-x64-msvc@4.28.0': + '@rollup/rollup-win32-ia32-msvc@4.28.1': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.28.1': optional: true '@rtsao/scc@1.1.0': {} @@ -20828,13 +20884,13 @@ snapshots: dependencies: '@sinonjs/commons': 1.8.6 - '@soda/friendly-errors-webpack-plugin@1.8.1(webpack@5.96.1(esbuild@0.24.0))': + '@soda/friendly-errors-webpack-plugin@1.8.1(webpack@5.97.1(esbuild@0.24.0))': dependencies: chalk: 3.0.0 error-stack-parser: 2.1.4 string-width: 4.2.3 strip-ansi: 6.0.1 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) '@soda/get-current-script@1.0.2': {} @@ -20882,7 +20938,7 @@ snapshots: '@svgr/hast-util-to-babel-ast@5.5.0': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@svgr/plugin-jsx@5.5.0': dependencies: @@ -20904,7 +20960,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/plugin-transform-react-constant-elements': 7.25.9(@babel/core@7.26.0) '@babel/preset-env': 7.26.0(@babel/core@7.26.0) - '@babel/preset-react': 7.25.9(@babel/core@7.26.0) + '@babel/preset-react': 7.26.3(@babel/core@7.26.0) '@svgr/core': 5.5.0 '@svgr/plugin-jsx': 5.5.0 '@svgr/plugin-svgo': 5.5.0 @@ -20922,24 +20978,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@types/body-parser@1.19.5': dependencies: @@ -21057,7 +21113,7 @@ snapshots: '@types/prettier@2.7.3': {} - '@types/prop-types@15.7.13': {} + '@types/prop-types@15.7.14': {} '@types/q@1.5.8': {} @@ -21065,33 +21121,33 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@15.5.21': + '@types/react-dom@15.5.22(@types/react@15.7.30)': dependencies: '@types/react': 15.7.30 '@types/react-dom@18.2.7': dependencies: - '@types/react': 18.3.12 + '@types/react': 18.3.16 - '@types/react-dom@18.3.1': + '@types/react-dom@18.3.5(@types/react@18.3.16)': dependencies: - '@types/react': 18.3.12 + '@types/react': 18.3.16 - '@types/react-reconciler@0.28.8': + '@types/react-reconciler@0.28.9(@types/react@18.3.16)': dependencies: - '@types/react': 18.3.12 + '@types/react': 18.3.16 '@types/react@15.7.30': {} '@types/react@18.2.21': dependencies: - '@types/prop-types': 15.7.13 + '@types/prop-types': 15.7.14 '@types/scheduler': 0.23.0 csstype: 3.1.3 - '@types/react@18.3.12': + '@types/react@18.3.16': dependencies: - '@types/prop-types': 15.7.13 + '@types/prop-types': 15.7.14 csstype: 3.1.3 '@types/resolve@1.17.1': @@ -21160,7 +21216,7 @@ snapshots: dependencies: '@types/node': 20.5.6 tapable: 2.2.1 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) transitivePeerDependencies: - '@swc/core' - esbuild @@ -21188,7 +21244,7 @@ snapshots: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.1)(typescript@4.9.5) '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@4.9.5) - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.2 @@ -21208,7 +21264,7 @@ snapshots: '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.1)(typescript@5.2.2) '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.2 @@ -21233,7 +21289,7 @@ snapshots: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5) - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) eslint: 8.57.1 optionalDependencies: typescript: 4.9.5 @@ -21246,7 +21302,7 @@ snapshots: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) eslint: 8.57.1 optionalDependencies: typescript: 5.2.2 @@ -21267,7 +21323,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5) '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@4.9.5) - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) eslint: 8.57.1 tsutils: 3.21.0(typescript@4.9.5) optionalDependencies: @@ -21279,7 +21335,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.2.2) '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.2.2) - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) eslint: 8.57.1 ts-api-utils: 1.4.3(typescript@5.2.2) optionalDependencies: @@ -21295,7 +21351,7 @@ snapshots: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 @@ -21309,7 +21365,7 @@ snapshots: dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 @@ -21359,40 +21415,40 @@ snapshots: '@typescript-eslint/types': 6.21.0 eslint-visitor-keys: 3.4.3 - '@ungap/structured-clone@1.2.0': {} + '@ungap/structured-clone@1.2.1': {} - '@unhead/dom@1.11.13': + '@unhead/dom@1.11.14': dependencies: - '@unhead/schema': 1.11.13 - '@unhead/shared': 1.11.13 + '@unhead/schema': 1.11.14 + '@unhead/shared': 1.11.14 - '@unhead/schema@1.11.13': + '@unhead/schema@1.11.14': dependencies: hookable: 5.5.3 zhead: 2.2.4 - '@unhead/shared@1.11.13': + '@unhead/shared@1.11.14': dependencies: - '@unhead/schema': 1.11.13 + '@unhead/schema': 1.11.14 - '@unhead/ssr@1.11.13': + '@unhead/ssr@1.11.14': dependencies: - '@unhead/schema': 1.11.13 - '@unhead/shared': 1.11.13 + '@unhead/schema': 1.11.14 + '@unhead/shared': 1.11.14 - '@unhead/vue@1.11.13(vue@3.5.13(typescript@5.2.2))': + '@unhead/vue@1.11.14(vue@3.5.13(typescript@5.2.2))': dependencies: - '@unhead/schema': 1.11.13 - '@unhead/shared': 1.11.13 + '@unhead/schema': 1.11.14 + '@unhead/shared': 1.11.14 defu: 6.1.4 hookable: 5.5.3 - unhead: 1.11.13 + unhead: 1.11.14 vue: 3.5.13(typescript@5.2.2) - '@vercel/nft@0.27.7(encoding@0.1.13)(rollup@4.28.0)': + '@vercel/nft@0.27.9(encoding@0.1.13)(rollup@4.28.1)': dependencies: - '@mapbox/node-pre-gyp': 1.0.11(encoding@0.1.13) - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@mapbox/node-pre-gyp': 2.0.0-rc.0(encoding@0.1.13) + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) acorn: 8.14.0 acorn-import-attributes: 1.9.5(acorn@8.14.0) async-sema: 3.1.1 @@ -21400,43 +21456,43 @@ snapshots: estree-walker: 2.0.2 glob: 7.2.3 graceful-fs: 4.2.11 - micromatch: 4.0.8 node-gyp-build: 4.8.4 + picomatch: 4.0.2 resolve-from: 5.0.0 transitivePeerDependencies: - encoding - rollup - supports-color - '@vitejs/plugin-react@4.3.4(vite@4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))': + '@vitejs/plugin-react@4.3.4(vite@4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@4.1.1(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))(vue@3.5.13(typescript@5.2.2))': + '@vitejs/plugin-vue-jsx@4.1.1(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))(vue@3.5.13(typescript@5.2.2))': dependencies: '@babel/core': 7.26.0 - '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) - vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) vue: 3.5.13(typescript@5.2.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))(vue@3.5.13(typescript@5.2.2))': + '@vitejs/plugin-vue@4.6.2(vite@4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))(vue@3.5.13(typescript@5.2.2))': dependencies: - vite: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) vue: 3.5.13(typescript@5.2.2) - '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))(vue@3.5.13(typescript@5.2.2))': + '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))(vue@3.5.13(typescript@5.2.2))': dependencies: - vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) vue: 3.5.13(typescript@5.2.2) '@vitest/expect@0.34.6': @@ -21453,7 +21509,7 @@ snapshots: '@vitest/snapshot@0.34.6': dependencies: - magic-string: 0.30.14 + magic-string: 0.30.15 pathe: 1.1.2 pretty-format: 29.7.0 @@ -21467,12 +21523,12 @@ snapshots: loupe: 2.3.7 pretty-format: 29.7.0 - '@vue-macros/common@1.15.0(rollup@4.28.0)(vue@3.5.13(typescript@5.2.2))': + '@vue-macros/common@1.15.1(rollup@4.28.1)(vue@3.5.13(typescript@5.2.2))': dependencies: - '@babel/types': 7.26.0 - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@babel/types': 7.26.3 + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) '@vue/compiler-sfc': 3.5.13 - ast-kit: 1.3.1 + ast-kit: 1.3.2 local-pkg: 0.5.1 magic-string-ast: 0.6.3 optionalDependencies: @@ -21490,8 +21546,8 @@ snapshots: '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) '@babel/template': 7.25.9 - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 '@vue/babel-helper-vue-transform-on': 1.2.5 '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.0) html-tags: 3.3.1 @@ -21507,7 +21563,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 '@vue/compiler-sfc': 3.5.13 transitivePeerDependencies: - supports-color @@ -21606,15 +21662,15 @@ snapshots: '@vue/cli-overlay@5.0.8': {} - '@vue/cli-plugin-babel@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(core-js@3.39.0)(encoding@0.1.13)(esbuild@0.24.0)(vue@3.5.13(typescript@4.5.5))': + '@vue/cli-plugin-babel@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(core-js@3.39.0)(encoding@0.1.13)(esbuild@0.24.0)(vue@3.5.13(typescript@4.5.5))': dependencies: '@babel/core': 7.26.0 '@vue/babel-preset-app': 5.0.8(@babel/core@7.26.0)(core-js@3.39.0)(vue@3.5.13(typescript@4.5.5)) - '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3) '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13) - babel-loader: 8.4.1(@babel/core@7.26.0)(webpack@5.96.1(esbuild@0.24.0)) - thread-loader: 3.0.4(webpack@5.96.1(esbuild@0.24.0)) - webpack: 5.96.1(esbuild@0.24.0) + babel-loader: 8.4.1(@babel/core@7.26.0)(webpack@5.97.1(esbuild@0.24.0)) + thread-loader: 3.0.4(webpack@5.97.1(esbuild@0.24.0)) + webpack: 5.97.1(esbuild@0.24.0) transitivePeerDependencies: - '@swc/core' - core-js @@ -21625,27 +21681,27 @@ snapshots: - vue - webpack-cli - '@vue/cli-plugin-router@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(encoding@0.1.13)': + '@vue/cli-plugin-router@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(encoding@0.1.13)': dependencies: - '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3) '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13) transitivePeerDependencies: - encoding - '@vue/cli-plugin-typescript@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.24.0)(eslint@8.57.1)(typescript@4.5.5)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))': + '@vue/cli-plugin-typescript@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.24.0)(eslint@8.57.1)(typescript@4.5.5)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))': dependencies: '@babel/core': 7.26.0 '@types/webpack-env': 1.18.5 - '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3) '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13) - babel-loader: 8.4.1(@babel/core@7.26.0)(webpack@5.96.1(esbuild@0.24.0)) - fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.57.1)(typescript@4.5.5)(vue-template-compiler@2.7.16)(webpack@5.96.1(esbuild@0.24.0)) + babel-loader: 8.4.1(@babel/core@7.26.0)(webpack@5.97.1(esbuild@0.24.0)) + fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.57.1)(typescript@4.5.5)(vue-template-compiler@2.7.16)(webpack@5.97.1(esbuild@0.24.0)) globby: 11.1.0 - thread-loader: 3.0.4(webpack@5.96.1(esbuild@0.24.0)) - ts-loader: 9.5.1(typescript@4.5.5)(webpack@5.96.1(esbuild@0.24.0)) + thread-loader: 3.0.4(webpack@5.97.1(esbuild@0.24.0)) + ts-loader: 9.5.1(typescript@4.5.5)(webpack@5.97.1(esbuild@0.24.0)) typescript: 4.5.5 vue: 3.5.13(typescript@4.5.5) - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) optionalDependencies: vue-template-compiler: 2.7.16 transitivePeerDependencies: @@ -21657,64 +21713,64 @@ snapshots: - uglify-js - webpack-cli - '@vue/cli-plugin-vuex@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))': + '@vue/cli-plugin-vuex@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))': dependencies: - '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3) - '@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3)': + '@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3)': dependencies: '@babel/helper-compilation-targets': 7.25.9 - '@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.96.1(esbuild@0.24.0)) + '@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.97.1(esbuild@0.24.0)) '@soda/get-current-script': 1.0.2 '@types/minimist': 1.2.5 '@vue/cli-overlay': 5.0.8 - '@vue/cli-plugin-router': 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(encoding@0.1.13) - '@vue/cli-plugin-vuex': 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3)) + '@vue/cli-plugin-router': 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3))(encoding@0.1.13) + '@vue/cli-plugin-vuex': 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.5.13)(ejs@3.1.10)(encoding@0.1.13)(esbuild@0.24.0)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(vue@3.5.13(typescript@4.5.5))(webpack-sources@3.2.3)) '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13) '@vue/component-compiler-utils': 3.3.0(ejs@3.1.10)(lodash@4.17.21)(pug@3.0.3)(underscore@1.12.1) - '@vue/vue-loader-v15': vue-loader@15.11.1(@vue/compiler-sfc@3.5.13)(css-loader@6.11.0(webpack@5.96.1(esbuild@0.24.0)))(ejs@3.1.10)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(webpack@5.96.1(esbuild@0.24.0)) + '@vue/vue-loader-v15': vue-loader@15.11.1(@vue/compiler-sfc@3.5.13)(css-loader@6.11.0(webpack@5.97.1(esbuild@0.24.0)))(ejs@3.1.10)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(webpack@5.97.1(esbuild@0.24.0)) '@vue/web-component-wrapper': 1.3.0 acorn: 8.14.0 acorn-walk: 8.3.4 address: 1.2.2 autoprefixer: 10.4.20(postcss@8.4.49) - browserslist: 4.24.2 + browserslist: 4.24.3 case-sensitive-paths-webpack-plugin: 2.4.0 cli-highlight: 2.1.11 clipboardy: 2.3.0 cliui: 7.0.4 - copy-webpack-plugin: 9.1.0(webpack@5.96.1(esbuild@0.24.0)) - css-loader: 6.11.0(webpack@5.96.1(esbuild@0.24.0)) - css-minimizer-webpack-plugin: 3.4.1(esbuild@0.24.0)(webpack@5.96.1(esbuild@0.24.0)) + copy-webpack-plugin: 9.1.0(webpack@5.97.1(esbuild@0.24.0)) + css-loader: 6.11.0(webpack@5.97.1(esbuild@0.24.0)) + css-minimizer-webpack-plugin: 3.4.1(esbuild@0.24.0)(webpack@5.97.1(esbuild@0.24.0)) cssnano: 5.1.15(postcss@8.4.49) - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) default-gateway: 6.0.3 dotenv: 10.0.0 dotenv-expand: 5.1.0 fs-extra: 9.1.0 globby: 11.1.0 hash-sum: 2.0.0 - html-webpack-plugin: 5.6.3(webpack@5.96.1(esbuild@0.24.0)) + html-webpack-plugin: 5.6.3(webpack@5.97.1(esbuild@0.24.0)) is-file-esm: 1.0.0 launch-editor-middleware: 2.9.1 lodash.defaultsdeep: 4.6.1 lodash.mapvalues: 4.6.0 - mini-css-extract-plugin: 2.9.2(webpack@5.96.1(esbuild@0.24.0)) + mini-css-extract-plugin: 2.9.2(webpack@5.97.1(esbuild@0.24.0)) minimist: 1.2.8 module-alias: 2.2.3 portfinder: 1.0.32 postcss: 8.4.49 - postcss-loader: 6.2.1(postcss@8.4.49)(webpack@5.96.1(esbuild@0.24.0)) - progress-webpack-plugin: 1.0.16(webpack@5.96.1(esbuild@0.24.0)) + postcss-loader: 6.2.1(postcss@8.4.49)(webpack@5.97.1(esbuild@0.24.0)) + progress-webpack-plugin: 1.0.16(webpack@5.97.1(esbuild@0.24.0)) ssri: 8.0.1 - terser-webpack-plugin: 5.3.10(esbuild@0.24.0)(webpack@5.96.1(esbuild@0.24.0)) - thread-loader: 3.0.4(webpack@5.96.1(esbuild@0.24.0)) - vue-loader: 17.4.2(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@4.5.5))(webpack@5.96.1(esbuild@0.24.0)) + terser-webpack-plugin: 5.3.11(esbuild@0.24.0)(webpack@5.97.1(esbuild@0.24.0)) + thread-loader: 3.0.4(webpack@5.97.1(esbuild@0.24.0)) + vue-loader: 17.4.2(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@4.5.5))(webpack@5.97.1(esbuild@0.24.0)) vue-style-loader: 4.1.3 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) webpack-bundle-analyzer: 4.10.2 webpack-chain: 6.5.1 - webpack-dev-server: 4.15.2(debug@4.3.7)(webpack@5.96.1(esbuild@0.24.0)) + webpack-dev-server: 4.15.2(debug@4.4.0)(webpack@5.97.1(esbuild@0.24.0)) webpack-merge: 5.10.0 webpack-virtual-modules: 0.4.6 whatwg-fetch: 3.6.20 @@ -21810,7 +21866,7 @@ snapshots: '@vue/compiler-core@3.5.13': dependencies: - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 '@vue/shared': 3.5.13 entities: 4.5.0 estree-walker: 2.0.2 @@ -21823,7 +21879,7 @@ snapshots: '@vue/compiler-sfc@2.7.16': dependencies: - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 postcss: 8.4.49 source-map: 0.6.1 optionalDependencies: @@ -21831,13 +21887,13 @@ snapshots: '@vue/compiler-sfc@3.5.13': dependencies: - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 '@vue/compiler-core': 3.5.13 '@vue/compiler-dom': 3.5.13 '@vue/compiler-ssr': 3.5.13 '@vue/shared': 3.5.13 estree-walker: 2.0.2 - magic-string: 0.30.14 + magic-string: 0.30.15 postcss: 8.4.49 source-map-js: 1.2.1 @@ -21925,7 +21981,7 @@ snapshots: optionalDependencies: less: 3.13.1 pug: 3.0.3 - sass: 1.81.0 + sass: 1.83.0 stylus: 0.54.8 transitivePeerDependencies: - arc-templates @@ -21984,29 +22040,29 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@7.6.4(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))(vue@3.5.13(typescript@5.2.2))': + '@vue/devtools-core@7.6.8(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))(vue@3.5.13(typescript@5.2.2))': dependencies: - '@vue/devtools-kit': 7.6.4 - '@vue/devtools-shared': 7.6.7 + '@vue/devtools-kit': 7.6.8 + '@vue/devtools-shared': 7.6.8 mitt: 3.0.1 - nanoid: 3.3.8 + nanoid: 5.0.9 pathe: 1.1.2 - vite-hot-client: 0.2.4(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)) + vite-hot-client: 0.2.4(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)) vue: 3.5.13(typescript@5.2.2) transitivePeerDependencies: - vite - '@vue/devtools-kit@7.6.4': + '@vue/devtools-kit@7.6.8': dependencies: - '@vue/devtools-shared': 7.6.7 + '@vue/devtools-shared': 7.6.8 birpc: 0.2.19 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 - superjson: 2.2.1 + superjson: 2.2.2 - '@vue/devtools-shared@7.6.7': + '@vue/devtools-shared@7.6.8': dependencies: rfdc: 1.4.1 @@ -22215,7 +22271,7 @@ snapshots: abab@2.0.6: {} - abbrev@1.1.1: {} + abbrev@2.0.0: {} abort-controller@3.0.0: dependencies: @@ -22260,15 +22316,11 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color - agent-base@7.1.1(supports-color@9.4.0): - dependencies: - debug: 4.3.7(supports-color@9.4.0) - transitivePeerDependencies: - - supports-color + agent-base@7.1.3: {} ajv-errors@1.0.1(ajv@6.12.6): dependencies: @@ -22361,8 +22413,6 @@ snapshots: aproba@1.2.0: {} - aproba@2.0.0: {} - arch@2.2.0: {} archiver-utils@5.0.2: @@ -22385,11 +22435,6 @@ snapshots: tar-stream: 3.1.7 zip-stream: 6.0.1 - are-we-there-yet@2.0.0: - dependencies: - delegates: 1.0.0 - readable-stream: 3.6.2 - arg@5.0.2: {} argparse@1.0.10: @@ -22408,19 +22453,19 @@ snapshots: array-buffer-byte-length@1.0.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 is-array-buffer: 3.0.4 array-flatten@1.1.1: {} array-includes@3.1.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - is-string: 1.0.7 + get-intrinsic: 1.2.6 + is-string: 1.1.0 array-union@2.1.0: {} @@ -22428,7 +22473,7 @@ snapshots: array.prototype.findlast@1.2.5: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 @@ -22437,7 +22482,7 @@ snapshots: array.prototype.findlastindex@1.2.5: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 @@ -22446,31 +22491,31 @@ snapshots: array.prototype.flat@1.3.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-shim-unscopables: 1.0.2 array.prototype.flatmap@1.3.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-shim-unscopables: 1.0.2 array.prototype.reduce@1.0.7: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-array-method-boxes-properly: 1.0.0 es-errors: 1.3.0 es-object-atoms: 1.0.0 - is-string: 1.0.7 + is-string: 1.1.0 array.prototype.tosorted@1.1.4: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 @@ -22479,11 +22524,11 @@ snapshots: arraybuffer.prototype.slice@1.0.3: dependencies: array-buffer-byte-length: 1.0.1 - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.6 is-array-buffer: 3.0.4 is-shared-array-buffer: 1.0.3 @@ -22507,17 +22552,17 @@ snapshots: assign-symbols@1.0.0: {} - ast-kit@1.3.1: + ast-kit@1.3.2: dependencies: - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 pathe: 1.1.2 ast-types-flow@0.0.8: {} ast-walker-scope@0.6.2: dependencies: - '@babel/parser': 7.26.2 - ast-kit: 1.3.1 + '@babel/parser': 7.26.3 + ast-kit: 1.3.2 async-each@1.0.6: {} @@ -22537,8 +22582,8 @@ snapshots: autoprefixer@10.4.20(postcss@8.4.49): dependencies: - browserslist: 4.24.2 - caniuse-lite: 1.0.30001684 + browserslist: 4.24.3 + caniuse-lite: 1.0.30001688 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 @@ -22569,14 +22614,14 @@ snapshots: transitivePeerDependencies: - supports-color - babel-loader@8.4.1(@babel/core@7.26.0)(webpack@5.96.1(esbuild@0.24.0)): + babel-loader@8.4.1(@babel/core@7.26.0)(webpack@5.97.1(esbuild@0.24.0)): dependencies: '@babel/core': 7.26.0 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) babel-plugin-dynamic-import-node@2.3.3: dependencies: @@ -22595,7 +22640,7 @@ snapshots: babel-plugin-jest-hoist@27.5.1: dependencies: '@babel/template': 7.25.9 - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 @@ -22603,7 +22648,7 @@ snapshots: dependencies: '@babel/runtime': 7.26.0 cosmiconfig: 7.1.0 - resolve: 1.22.8 + resolve: 1.22.9 babel-plugin-named-asset-import@0.3.8(@babel/core@7.26.0): dependencies: @@ -22611,7 +22656,7 @@ snapshots: babel-plugin-polyfill-corejs2@0.4.12(@babel/core@7.26.0): dependencies: - '@babel/compat-data': 7.26.2 + '@babel/compat-data': 7.26.3 '@babel/core': 7.26.0 '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.26.0) semver: 6.3.1 @@ -22674,7 +22719,7 @@ snapshots: '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.26.0) '@babel/preset-env': 7.26.0(@babel/core@7.26.0) - '@babel/preset-react': 7.25.9(@babel/core@7.26.0) + '@babel/preset-react': 7.26.3(@babel/core@7.26.0) '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) '@babel/runtime': 7.26.0 babel-plugin-macros: 3.1.0 @@ -22684,7 +22729,7 @@ snapshots: babel-walk@3.0.0-canary-5: dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 optional: true balanced-match@1.0.2: {} @@ -22851,12 +22896,12 @@ snapshots: dependencies: pako: 1.0.11 - browserslist@4.24.2: + browserslist@4.24.3: dependencies: - caniuse-lite: 1.0.30001684 - electron-to-chromium: 1.5.67 - node-releases: 2.0.18 - update-browserslist-db: 1.1.1(browserslist@4.24.2) + caniuse-lite: 1.0.30001688 + electron-to-chromium: 1.5.73 + node-releases: 2.0.19 + update-browserslist-db: 1.1.1(browserslist@4.24.3) bser@2.1.1: dependencies: @@ -22903,7 +22948,7 @@ snapshots: chokidar: 4.0.1 confbox: 0.1.8 defu: 6.1.4 - dotenv: 16.4.5 + dotenv: 16.4.7 giget: 1.2.3 jiti: 2.4.1 mlly: 1.7.3 @@ -22947,14 +22992,23 @@ snapshots: union-value: 1.0.1 unset-value: 1.0.0 - call-bind@1.0.7: + call-bind-apply-helpers@1.0.1: dependencies: - es-define-property: 1.0.0 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.4 + + call-bind@1.0.8: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-define-property: 1.0.1 + get-intrinsic: 1.2.6 set-function-length: 1.2.2 + call-bound@1.0.2: + dependencies: + call-bind: 1.0.8 + get-intrinsic: 1.2.6 + callsites@3.1.0: {} camel-case@4.1.2: @@ -22970,12 +23024,12 @@ snapshots: caniuse-api@3.0.0: dependencies: - browserslist: 4.24.2 - caniuse-lite: 1.0.30001684 + browserslist: 4.24.3 + caniuse-lite: 1.0.30001688 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - caniuse-lite@1.0.30001684: {} + caniuse-lite@1.0.30001688: {} case-sensitive-paths-webpack-plugin@2.4.0: {} @@ -23029,7 +23083,7 @@ snapshots: character-parser@2.2.0: dependencies: - is-regex: 1.2.0 + is-regex: 1.2.1 optional: true character-reference-invalid@1.1.4: {} @@ -23080,6 +23134,8 @@ snapshots: chownr@2.0.0: {} + chownr@3.0.0: {} + chrome-trace-event@1.0.4: {} ci-info@3.9.0: {} @@ -23205,8 +23261,6 @@ snapshots: color-name@1.1.4: {} - color-support@1.1.3: {} - colord@2.9.3: {} colorette@1.4.0: {} @@ -23305,8 +23359,6 @@ snapshots: console-browserify@1.2.0: {} - console-control-strings@1.1.0: {} - consolidate@0.15.1(ejs@3.1.10)(lodash@4.17.21)(pug@3.0.3)(underscore@1.12.1): dependencies: bluebird: 3.7.2 @@ -23318,8 +23370,8 @@ snapshots: constantinople@4.0.1: dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 optional: true constants-browserify@1.0.0: {} @@ -23360,7 +23412,7 @@ snapshots: copy-descriptor@0.1.1: {} - copy-webpack-plugin@9.1.0(webpack@5.96.1(esbuild@0.24.0)): + copy-webpack-plugin@9.1.0(webpack@5.97.1(esbuild@0.24.0)): dependencies: fast-glob: 3.3.2 glob-parent: 6.0.2 @@ -23368,11 +23420,11 @@ snapshots: normalize-path: 3.0.0 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) core-js-compat@3.39.0: dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 core-js-pure@3.39.0: {} @@ -23403,10 +23455,10 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - craco@0.0.3(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.81.0)(type-fest@4.29.0)(typescript@4.9.5)(vue-template-compiler@2.7.16)): + craco@0.0.3(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.83.0)(type-fest@4.30.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)): dependencies: '@babel/core': 7.26.0 - '@craco/craco': 5.9.0(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.81.0)(type-fest@4.29.0)(typescript@4.9.5)(vue-template-compiler@2.7.16)) + '@craco/craco': 5.9.0(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.83.0)(type-fest@4.30.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)) '@types/babel__core': 7.20.5 '@types/webpack': 4.41.40 webpack: 4.47.0 @@ -23509,28 +23561,28 @@ snapshots: postcss: 8.4.49 postcss-selector-parser: 6.1.2 - css-loader@6.11.0(webpack@5.96.1(esbuild@0.24.0)): + css-loader@6.11.0(webpack@5.97.1(esbuild@0.24.0)): dependencies: icss-utils: 5.1.0(postcss@8.4.49) postcss: 8.4.49 postcss-modules-extract-imports: 3.1.0(postcss@8.4.49) - postcss-modules-local-by-default: 4.1.0(postcss@8.4.49) + postcss-modules-local-by-default: 4.2.0(postcss@8.4.49) postcss-modules-scope: 3.2.1(postcss@8.4.49) postcss-modules-values: 4.0.0(postcss@8.4.49) postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) - css-minimizer-webpack-plugin@3.4.1(esbuild@0.24.0)(webpack@5.96.1(esbuild@0.24.0)): + css-minimizer-webpack-plugin@3.4.1(esbuild@0.24.0)(webpack@5.97.1(esbuild@0.24.0)): dependencies: cssnano: 5.1.15(postcss@8.4.49) jest-worker: 27.5.1 postcss: 8.4.49 - schema-utils: 4.2.0 + schema-utils: 4.3.0 serialize-javascript: 6.0.2 source-map: 0.6.1 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) optionalDependencies: esbuild: 0.24.0 @@ -23644,7 +23696,7 @@ snapshots: cssnano-preset-default@7.0.6(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 css-declaration-sorter: 7.2.0(postcss@8.4.49) cssnano-utils: 5.0.0(postcss@8.4.49) postcss: 8.4.49 @@ -23694,7 +23746,7 @@ snapshots: cssnano@7.0.6(postcss@8.4.49): dependencies: cssnano-preset-default: 7.0.6(postcss@8.4.49) - lilconfig: 3.1.2 + lilconfig: 3.1.3 postcss: 8.4.49 csso@4.2.0: @@ -23727,21 +23779,21 @@ snapshots: data-view-buffer@1.0.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 - is-data-view: 1.0.1 + is-data-view: 1.0.2 data-view-byte-length@1.0.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 - is-data-view: 1.0.1 + is-data-view: 1.0.2 data-view-byte-offset@1.0.0: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 - is-data-view: 1.0.1 + is-data-view: 1.0.2 dataloader@1.4.0: {} @@ -23772,7 +23824,7 @@ snapshots: dependencies: ms: 2.1.2 - debug@4.3.7(supports-color@9.4.0): + debug@4.4.0(supports-color@9.4.0): dependencies: ms: 2.1.3 optionalDependencies: @@ -23811,9 +23863,9 @@ snapshots: define-data-property@1.1.4: dependencies: - es-define-property: 1.0.0 + es-define-property: 1.0.1 es-errors: 1.3.0 - gopd: 1.1.0 + gopd: 1.2.0 define-lazy-prop@2.0.0: {} @@ -23842,8 +23894,6 @@ snapshots: delayed-stream@1.0.0: {} - delegates@1.0.0: {} - denque@2.1.0: {} depd@1.1.2: {} @@ -23976,16 +24026,22 @@ snapshots: dot-prop@9.0.0: dependencies: - type-fest: 4.29.0 + type-fest: 4.30.1 dotenv-expand@5.1.0: {} dotenv@10.0.0: {} - dotenv@16.4.5: {} + dotenv@16.4.7: {} dotenv@8.6.0: {} + dunder-proto@1.0.0: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-errors: 1.3.0 + gopd: 1.2.0 + duplexer@0.1.2: {} duplexify@3.7.1: @@ -24005,7 +24061,7 @@ snapshots: dependencies: jake: 10.9.2 - electron-to-chromium@1.5.67: {} + electron-to-chromium@1.5.73: {} elliptic@6.6.1: dependencies: @@ -24082,42 +24138,42 @@ snapshots: array-buffer-byte-length: 1.0.1 arraybuffer.prototype.slice: 1.0.3 available-typed-arrays: 1.0.7 - call-bind: 1.0.7 + call-bind: 1.0.8 data-view-buffer: 1.0.1 data-view-byte-length: 1.0.1 data-view-byte-offset: 1.0.0 - es-define-property: 1.0.0 + es-define-property: 1.0.1 es-errors: 1.3.0 es-object-atoms: 1.0.0 es-set-tostringtag: 2.0.3 es-to-primitive: 1.3.0 function.prototype.name: 1.1.6 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.6 get-symbol-description: 1.0.2 globalthis: 1.0.4 - gopd: 1.1.0 + gopd: 1.2.0 has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 + has-proto: 1.2.0 + has-symbols: 1.1.0 hasown: 2.0.2 - internal-slot: 1.0.7 + internal-slot: 1.1.0 is-array-buffer: 3.0.4 is-callable: 1.2.7 - is-data-view: 1.0.1 + is-data-view: 1.0.2 is-negative-zero: 2.0.3 - is-regex: 1.2.0 + is-regex: 1.2.1 is-shared-array-buffer: 1.0.3 - is-string: 1.0.7 + is-string: 1.1.0 is-typed-array: 1.1.13 - is-weakref: 1.0.2 + is-weakref: 1.1.0 object-inspect: 1.13.3 object-keys: 1.1.1 object.assign: 4.1.5 regexp.prototype.flags: 1.5.3 - safe-array-concat: 1.1.2 - safe-regex-test: 1.0.3 - string.prototype.trim: 1.2.9 - string.prototype.trimend: 1.0.8 + safe-array-concat: 1.1.3 + safe-regex-test: 1.1.0 + string.prototype.trim: 1.2.10 + string.prototype.trimend: 1.0.9 string.prototype.trimstart: 1.0.8 typed-array-buffer: 1.0.2 typed-array-byte-length: 1.0.1 @@ -24128,29 +24184,27 @@ snapshots: es-array-method-boxes-properly@1.0.0: {} - es-define-property@1.0.0: - dependencies: - get-intrinsic: 1.2.4 + es-define-property@1.0.1: {} es-errors@1.3.0: {} es-iterator-helpers@1.2.0: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 es-set-tostringtag: 2.0.3 function-bind: 1.1.2 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.6 globalthis: 1.0.4 - gopd: 1.1.0 + gopd: 1.2.0 has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 - internal-slot: 1.0.7 - iterator.prototype: 1.1.3 - safe-array-concat: 1.1.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + internal-slot: 1.1.0 + iterator.prototype: 1.1.4 + safe-array-concat: 1.1.3 es-module-lexer@1.5.4: {} @@ -24160,7 +24214,7 @@ snapshots: es-set-tostringtag@2.0.3: dependencies: - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.6 has-tostringtag: 1.0.2 hasown: 2.0.2 @@ -24171,12 +24225,12 @@ snapshots: es-to-primitive@1.3.0: dependencies: is-callable: 1.2.7 - is-date-object: 1.0.5 - is-symbol: 1.0.4 + is-date-object: 1.1.0 + is-symbol: 1.1.1 esbuild-register@3.6.0(esbuild@0.24.0): dependencies: - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) esbuild: 0.24.0 transitivePeerDependencies: - supports-color @@ -24345,8 +24399,8 @@ snapshots: eslint-import-resolver-node@0.3.9: dependencies: debug: 3.2.7 - is-core-module: 2.15.1 - resolve: 1.22.8 + is-core-module: 2.16.0 + resolve: 1.22.9 transitivePeerDependencies: - supports-color @@ -24381,14 +24435,14 @@ snapshots: eslint-import-resolver-node: 0.3.9 eslint-module-utils: 2.12.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@4.9.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.1) hasown: 2.0.2 - is-core-module: 2.15.1 + is-core-module: 2.16.0 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.8 object.groupby: 1.0.3 object.values: 1.2.0 semver: 6.3.1 - string.prototype.trimend: 1.0.8 + string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@4.9.5) @@ -24424,7 +24478,7 @@ snapshots: language-tags: 1.0.9 minimatch: 3.1.2 object.fromentries: 2.0.8 - safe-regex-test: 1.0.3 + safe-regex-test: 1.1.0 string.prototype.includes: 2.0.1 eslint-plugin-react-hooks@4.6.2(eslint@8.57.1): @@ -24480,15 +24534,15 @@ snapshots: eslint-visitor-keys@3.4.3: {} - eslint-webpack-plugin@3.2.0(eslint@8.57.1)(webpack@5.96.1(esbuild@0.24.0)): + eslint-webpack-plugin@3.2.0(eslint@8.57.1)(webpack@5.97.1(esbuild@0.24.0)): dependencies: '@types/eslint': 8.56.12 eslint: 8.57.1 jest-worker: 28.1.3 micromatch: 4.0.8 normalize-path: 3.0.0 - schema-utils: 4.2.0 - webpack: 5.96.1(esbuild@0.24.0) + schema-utils: 4.3.0 + webpack: 5.97.1(esbuild@0.24.0) eslint@8.57.1: dependencies: @@ -24499,11 +24553,11 @@ snapshots: '@humanwhocodes/config-array': 0.13.0 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 - '@ungap/structured-clone': 1.2.0 + '@ungap/structured-clone': 1.2.1 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -24669,7 +24723,7 @@ snapshots: jest-matcher-utils: 27.5.1 jest-message-util: 27.5.1 - express@4.21.1: + express@4.21.2: dependencies: accepts: 1.3.8 array-flatten: 1.1.1 @@ -24690,7 +24744,7 @@ snapshots: methods: 1.1.2 on-finished: 2.4.1 parseurl: 1.3.3 - path-to-regexp: 0.1.10 + path-to-regexp: 0.1.12 proxy-addr: 2.0.7 qs: 6.13.0 range-parser: 1.2.1 @@ -24800,11 +24854,11 @@ snapshots: dependencies: flat-cache: 3.2.0 - file-loader@6.2.0(webpack@5.96.1(esbuild@0.24.0)): + file-loader@6.2.0(webpack@5.97.1(esbuild@0.24.0)): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) file-uri-to-path@1.0.0: {} @@ -24890,9 +24944,9 @@ snapshots: inherits: 2.0.4 readable-stream: 2.3.8 - follow-redirects@1.15.9(debug@4.3.7): + follow-redirects@1.15.9(debug@4.4.0): optionalDependencies: - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) for-each@0.3.3: dependencies: @@ -24905,7 +24959,7 @@ snapshots: cross-spawn: 7.0.6 signal-exit: 4.1.0 - fork-ts-checker-webpack-plugin@6.5.3(eslint@8.57.1)(typescript@4.5.5)(vue-template-compiler@2.7.16)(webpack@5.96.1(esbuild@0.24.0)): + fork-ts-checker-webpack-plugin@6.5.3(eslint@8.57.1)(typescript@4.5.5)(vue-template-compiler@2.7.16)(webpack@5.97.1(esbuild@0.24.0)): dependencies: '@babel/code-frame': 7.26.2 '@types/json-schema': 7.0.15 @@ -24921,12 +24975,12 @@ snapshots: semver: 7.6.3 tapable: 1.1.3 typescript: 4.5.5 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) optionalDependencies: eslint: 8.57.1 vue-template-compiler: 2.7.16 - fork-ts-checker-webpack-plugin@6.5.3(eslint@8.57.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)(webpack@5.96.1(esbuild@0.24.0)): + fork-ts-checker-webpack-plugin@6.5.3(eslint@8.57.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)(webpack@5.97.1(esbuild@0.24.0)): dependencies: '@babel/code-frame': 7.26.2 '@types/json-schema': 7.0.15 @@ -24942,7 +24996,7 @@ snapshots: semver: 7.6.3 tapable: 1.1.3 typescript: 4.9.5 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) optionalDependencies: eslint: 8.57.1 vue-template-compiler: 2.7.16 @@ -25029,25 +25083,13 @@ snapshots: function.prototype.name@1.1.6: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 functions-have-names: 1.2.3 functions-have-names@1.2.3: {} - gauge@3.0.2: - dependencies: - aproba: 2.0.0 - color-support: 1.1.3 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - object-assign: 4.1.1 - signal-exit: 3.0.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - wide-align: 1.1.5 - generic-names@1.0.3: dependencies: loader-utils: 0.2.17 @@ -25062,13 +25104,18 @@ snapshots: get-func-name@2.0.2: {} - get-intrinsic@1.2.4: + get-intrinsic@1.2.6: dependencies: + call-bind-apply-helpers: 1.0.1 + dunder-proto: 1.0.0 + es-define-property: 1.0.1 es-errors: 1.3.0 + es-object-atoms: 1.0.0 function-bind: 1.1.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 + gopd: 1.2.0 + has-symbols: 1.1.0 hasown: 2.0.2 + math-intrinsics: 1.0.0 get-own-enumerable-property-symbols@3.0.2: {} @@ -25086,9 +25133,9 @@ snapshots: get-symbol-description@1.0.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.6 get-tsconfig@4.8.1: dependencies: @@ -25182,7 +25229,7 @@ snapshots: globalthis@1.0.4: dependencies: define-properties: 1.2.1 - gopd: 1.1.0 + gopd: 1.2.0 globby@11.1.0: dependencies: @@ -25202,9 +25249,7 @@ snapshots: slash: 5.1.0 unicorn-magic: 0.1.0 - gopd@1.1.0: - dependencies: - get-intrinsic: 1.2.4 + gopd@1.2.0: {} graceful-fs@4.2.11: {} @@ -25249,17 +25294,17 @@ snapshots: has-property-descriptors@1.0.2: dependencies: - es-define-property: 1.0.0 + es-define-property: 1.0.1 - has-proto@1.0.3: {} + has-proto@1.2.0: + dependencies: + dunder-proto: 1.0.0 - has-symbols@1.0.3: {} + has-symbols@1.1.0: {} has-tostringtag@1.0.2: dependencies: - has-symbols: 1.0.3 - - has-unicode@2.0.1: {} + has-symbols: 1.1.0 has-value@0.3.1: dependencies: @@ -25337,13 +25382,13 @@ snapshots: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.36.0 + terser: 5.37.0 html-tags@2.0.0: {} html-tags@3.3.1: {} - html-webpack-plugin@5.6.3(webpack@5.96.1(esbuild@0.24.0)): + html-webpack-plugin@5.6.3(webpack@5.97.1(esbuild@0.24.0)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -25351,7 +25396,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.2.1 optionalDependencies: - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) htmlparser2@6.1.0: dependencies: @@ -25390,14 +25435,14 @@ snapshots: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color - http-proxy-middleware@2.0.7(@types/express@4.17.21)(debug@4.3.7): + http-proxy-middleware@2.0.7(@types/express@4.17.21)(debug@4.4.0): dependencies: '@types/http-proxy': 1.17.15 - http-proxy: 1.18.1(debug@4.3.7) + http-proxy: 1.18.1(debug@4.4.0) is-glob: 4.0.3 is-plain-obj: 3.0.0 micromatch: 4.0.8 @@ -25406,10 +25451,10 @@ snapshots: transitivePeerDependencies: - debug - http-proxy@1.18.1(debug@4.3.7): + http-proxy@1.18.1(debug@4.4.0): dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.9(debug@4.3.7) + follow-redirects: 1.15.9(debug@4.4.0) requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -25421,14 +25466,14 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color - https-proxy-agent@7.0.5(supports-color@9.4.0): + https-proxy-agent@7.0.6(supports-color@9.4.0): dependencies: - agent-base: 7.1.1(supports-color@9.4.0) - debug: 4.3.7(supports-color@9.4.0) + agent-base: 7.1.3 + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color @@ -25498,9 +25543,9 @@ snapshots: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 - impound@0.2.0(rollup@4.28.0): + impound@0.2.0(rollup@4.28.1): dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) mlly: 1.7.3 pathe: 1.1.2 unenv: 1.10.0 @@ -25527,17 +25572,17 @@ snapshots: ini@4.1.1: {} - internal-slot@1.0.7: + internal-slot@1.1.0: dependencies: es-errors: 1.3.0 hasown: 2.0.2 - side-channel: 1.0.6 + side-channel: 1.1.0 ioredis@5.4.1: dependencies: '@ioredis/commands': 1.2.0 cluster-key-slot: 1.1.2 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) denque: 2.1.0 lodash.defaults: 4.2.0 lodash.isarguments: 3.1.0 @@ -25566,8 +25611,8 @@ snapshots: is-array-buffer@3.0.4: dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 + call-bind: 1.0.8 + get-intrinsic: 1.2.6 is-arrayish@0.2.1: {} @@ -25575,7 +25620,7 @@ snapshots: dependencies: has-tostringtag: 1.0.2 - is-bigint@1.0.4: + is-bigint@1.1.0: dependencies: has-bigints: 1.0.2 @@ -25587,16 +25632,16 @@ snapshots: dependencies: binary-extensions: 2.3.0 - is-boolean-object@1.1.2: + is-boolean-object@1.2.1: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.2 has-tostringtag: 1.0.2 is-buffer@1.1.6: {} is-callable@1.2.7: {} - is-core-module@2.15.1: + is-core-module@2.16.0: dependencies: hasown: 2.0.2 @@ -25604,12 +25649,15 @@ snapshots: dependencies: hasown: 2.0.2 - is-data-view@1.0.1: + is-data-view@1.0.2: dependencies: + call-bound: 1.0.2 + get-intrinsic: 1.2.6 is-typed-array: 1.1.13 - is-date-object@1.0.5: + is-date-object@1.1.0: dependencies: + call-bound: 1.0.2 has-tostringtag: 1.0.2 is-decimal@1.0.4: {} @@ -25648,7 +25696,7 @@ snapshots: is-finalizationregistry@1.1.0: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 is-fullwidth-code-point@2.0.0: {} @@ -25689,8 +25737,9 @@ snapshots: is-negative-zero@2.0.3: {} - is-number-object@1.0.7: + is-number-object@1.1.0: dependencies: + call-bind: 1.0.8 has-tostringtag: 1.0.2 is-number@3.0.0: @@ -25720,10 +25769,10 @@ snapshots: dependencies: '@types/estree': 1.0.6 - is-regex@1.2.0: + is-regex@1.2.1: dependencies: - call-bind: 1.0.7 - gopd: 1.1.0 + call-bound: 1.0.2 + gopd: 1.2.0 has-tostringtag: 1.0.2 hasown: 2.0.2 @@ -25735,7 +25784,7 @@ snapshots: is-shared-array-buffer@1.0.3: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 is-ssh@1.4.0: dependencies: @@ -25747,17 +25796,20 @@ snapshots: is-stream@3.0.0: {} - is-string@1.0.7: + is-string@1.1.0: dependencies: + call-bind: 1.0.8 has-tostringtag: 1.0.2 is-subdir@1.2.0: dependencies: better-path-resolve: 1.0.0 - is-symbol@1.0.4: + is-symbol@1.1.1: dependencies: - has-symbols: 1.0.3 + call-bound: 1.0.2 + has-symbols: 1.1.0 + safe-regex-test: 1.1.0 is-typed-array@1.1.13: dependencies: @@ -25769,14 +25821,14 @@ snapshots: is-weakmap@2.0.2: {} - is-weakref@1.0.2: + is-weakref@1.1.0: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.2 is-weakset@2.0.3: dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 + call-bind: 1.0.8 + get-intrinsic: 1.2.6 is-what@3.14.1: optional: true @@ -25821,7 +25873,7 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: '@babel/core': 7.26.0 - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -25836,7 +25888,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -25847,12 +25899,13 @@ snapshots: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 - iterator.prototype@1.1.3: + iterator.prototype@1.1.4: dependencies: - define-properties: 1.2.1 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 - reflect.getprototypeof: 1.0.7 + define-data-property: 1.1.4 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.6 + has-symbols: 1.1.0 + reflect.getprototypeof: 1.0.8 set-function-name: 2.0.2 jackspeak@3.4.3: @@ -26103,7 +26156,7 @@ snapshots: jest-pnp-resolver: 1.2.3(jest-resolve@27.5.1) jest-util: 27.5.1 jest-validate: 27.5.1 - resolve: 1.22.8 + resolve: 1.22.9 resolve.exports: 1.1.1 slash: 3.0.0 @@ -26171,10 +26224,10 @@ snapshots: jest-snapshot@27.5.1: dependencies: '@babel/core': 7.26.0 - '@babel/generator': 7.26.2 + '@babel/generator': 7.26.3 '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0) - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__traverse': 7.20.6 @@ -26354,6 +26407,8 @@ snapshots: jsesc@3.0.2: {} + jsesc@3.1.0: {} + json-buffer@3.0.1: {} json-parse-better-errors@1.0.2: {} @@ -26476,7 +26531,7 @@ snapshots: lilconfig@2.1.0: {} - lilconfig@3.1.2: {} + lilconfig@3.1.3: {} lines-and-columns@1.2.4: {} @@ -26676,20 +26731,20 @@ snapshots: magic-string-ast@0.6.3: dependencies: - magic-string: 0.30.14 + magic-string: 0.30.15 magic-string@0.25.9: dependencies: sourcemap-codec: 1.4.8 - magic-string@0.30.14: + magic-string@0.30.15: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 magicast@0.3.5: dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 source-map-js: 1.2.1 make-dir@2.1.0: @@ -26717,6 +26772,8 @@ snapshots: dependencies: object-visit: 1.0.1 + math-intrinsics@1.0.0: {} + md5.js@1.3.5: dependencies: hash-base: 3.0.5 @@ -26831,7 +26888,7 @@ snapshots: micromark@2.11.4: dependencies: - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) parse-entities: 2.0.0 transitivePeerDependencies: - supports-color @@ -26889,11 +26946,11 @@ snapshots: mimic-fn@4.0.0: {} - mini-css-extract-plugin@2.9.2(webpack@5.96.1(esbuild@0.24.0)): + mini-css-extract-plugin@2.9.2(webpack@5.97.1(esbuild@0.24.0)): dependencies: - schema-utils: 4.2.0 + schema-utils: 4.3.0 tapable: 2.2.1 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) mini-svg-data-uri@1.4.4: {} @@ -26932,6 +26989,11 @@ snapshots: minipass: 3.3.6 yallist: 4.0.0 + minizlib@3.0.1: + dependencies: + minipass: 7.1.2 + rimraf: 5.0.10 + mississippi@3.0.0: dependencies: concat-stream: 1.6.2 @@ -26958,6 +27020,8 @@ snapshots: mkdirp@1.0.4: {} + mkdirp@3.0.1: {} + mlly@1.7.3: dependencies: acorn: 8.14.0 @@ -27045,12 +27109,12 @@ snapshots: neo-async@2.6.2: {} - next@13.4.19(@babel/core@7.26.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.81.0): + next@13.4.19(@babel/core@7.26.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.83.0): dependencies: '@next/env': 13.4.19 '@swc/helpers': 0.5.1 busboy: 1.6.0 - caniuse-lite: 1.0.30001684 + caniuse-lite: 1.0.30001688 postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -27067,7 +27131,7 @@ snapshots: '@next/swc-win32-arm64-msvc': 13.4.19 '@next/swc-win32-ia32-msvc': 13.4.19 '@next/swc-win32-x64-msvc': 13.4.19 - sass: 1.81.0 + sass: 1.83.0 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -27078,16 +27142,16 @@ snapshots: dependencies: '@cloudflare/kv-asset-handler': 0.3.4 '@netlify/functions': 2.8.2 - '@rollup/plugin-alias': 5.1.1(rollup@4.28.0) - '@rollup/plugin-commonjs': 28.0.1(rollup@4.28.0) - '@rollup/plugin-inject': 5.0.5(rollup@4.28.0) - '@rollup/plugin-json': 6.1.0(rollup@4.28.0) - '@rollup/plugin-node-resolve': 15.3.0(rollup@4.28.0) - '@rollup/plugin-replace': 6.0.1(rollup@4.28.0) - '@rollup/plugin-terser': 0.4.4(rollup@4.28.0) - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@rollup/plugin-alias': 5.1.1(rollup@4.28.1) + '@rollup/plugin-commonjs': 28.0.1(rollup@4.28.1) + '@rollup/plugin-inject': 5.0.5(rollup@4.28.1) + '@rollup/plugin-json': 6.1.0(rollup@4.28.1) + '@rollup/plugin-node-resolve': 15.3.0(rollup@4.28.1) + '@rollup/plugin-replace': 6.0.1(rollup@4.28.1) + '@rollup/plugin-terser': 0.4.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) '@types/http-proxy': 1.17.15 - '@vercel/nft': 0.27.7(encoding@0.1.13)(rollup@4.28.0) + '@vercel/nft': 0.27.9(encoding@0.1.13)(rollup@4.28.1) archiver: 7.0.1 c12: 2.0.1(magicast@0.3.5) chokidar: 3.6.0 @@ -27116,21 +27180,21 @@ snapshots: klona: 2.0.6 knitwork: 1.1.0 listhen: 1.9.0 - magic-string: 0.30.14 + magic-string: 0.30.15 magicast: 0.3.5 mime: 4.0.4 mlly: 1.7.3 node-fetch-native: 1.6.4 ofetch: 1.4.1 ohash: 1.1.4 - openapi-typescript: 7.4.3(encoding@0.1.13)(typescript@5.2.2) + openapi-typescript: 7.4.4(encoding@0.1.13)(typescript@5.2.2) pathe: 1.1.2 perfect-debounce: 1.0.0 pkg-types: 1.2.1 pretty-bytes: 6.1.1 radix3: 1.1.2 - rollup: 4.28.0 - rollup-plugin-visualizer: 5.12.0(rollup@4.28.0) + rollup: 4.28.1 + rollup-plugin-visualizer: 5.12.0(rollup@4.28.1) scule: 1.3.0 semver: 7.6.3 serve-placeholder: 2.0.2 @@ -27138,9 +27202,9 @@ snapshots: std-env: 3.8.0 ufo: 1.5.4 uncrypto: 0.1.3 - unctx: 2.3.1 + unctx: 2.4.0 unenv: 1.10.0 - unimport: 3.14.2(rollup@4.28.0) + unimport: 3.14.5(rollup@4.28.1) unstorage: 1.13.1(ioredis@5.4.1) untyped: 1.5.1 unwasm: 0.3.9 @@ -27218,16 +27282,16 @@ snapshots: util: 0.11.1 vm-browserify: 1.1.2 - node-releases@2.0.18: {} + node-releases@2.0.19: {} - nopt@5.0.0: + nopt@8.0.0: dependencies: - abbrev: 1.1.1 + abbrev: 2.0.0 normalize-package-data@2.5.0: dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.8 + resolve: 1.22.9 semver: 5.7.2 validate-npm-package-license: 3.0.4 @@ -27265,13 +27329,6 @@ snapshots: dependencies: path-key: 4.0.0 - npmlog@5.0.1: - dependencies: - are-we-there-yet: 2.0.0 - console-control-strings: 1.1.0 - gauge: 3.0.2 - set-blocking: 2.0.0 - nth-check@1.0.2: dependencies: boolbase: 1.0.0 @@ -27282,18 +27339,18 @@ snapshots: nuxi@3.16.0: {} - nuxt@3.14.1592(@parcel/watcher@2.5.0)(@types/node@20.5.6)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(less@3.13.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.28.0)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)(typescript@5.2.2)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)): + nuxt@3.14.1592(@parcel/watcher@2.5.0)(@types/node@20.5.6)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(less@3.13.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.28.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)(typescript@5.2.2)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)): dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/devtools': 1.6.1(rollup@4.28.0)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0))(vue@3.5.13(typescript@5.2.2)) - '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.0) - '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.28.0) - '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.28.0) - '@nuxt/vite-builder': 3.14.1592(@types/node@20.5.6)(eslint@8.57.1)(less@3.13.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.28.0)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)(typescript@5.2.2)(vue@3.5.13(typescript@5.2.2)) - '@unhead/dom': 1.11.13 - '@unhead/shared': 1.11.13 - '@unhead/ssr': 1.11.13 - '@unhead/vue': 1.11.13(vue@3.5.13(typescript@5.2.2)) + '@nuxt/devtools': 1.6.4(rollup@4.28.1)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0))(vue@3.5.13(typescript@5.2.2)) + '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.1) + '@nuxt/schema': 3.14.1592(magicast@0.3.5)(rollup@4.28.1) + '@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.28.1) + '@nuxt/vite-builder': 3.14.1592(@types/node@20.5.6)(eslint@8.57.1)(less@3.13.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.28.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)(typescript@5.2.2)(vue@3.5.13(typescript@5.2.2)) + '@unhead/dom': 1.11.14 + '@unhead/shared': 1.11.14 + '@unhead/ssr': 1.11.14 + '@unhead/vue': 1.11.14(vue@3.5.13(typescript@5.2.2)) '@vue/shared': 3.5.13 acorn: 8.14.0 c12: 2.0.1(magicast@0.3.5) @@ -27312,11 +27369,11 @@ snapshots: h3: 1.13.0 hookable: 5.5.3 ignore: 6.0.2 - impound: 0.2.0(rollup@4.28.0) + impound: 0.2.0(rollup@4.28.1) jiti: 2.4.1 klona: 2.0.6 knitwork: 1.1.0 - magic-string: 0.30.14 + magic-string: 0.30.15 mlly: 1.7.3 nanotar: 0.1.1 nitropack: 2.10.4(encoding@0.1.13)(typescript@5.2.2) @@ -27336,12 +27393,12 @@ snapshots: ufo: 1.5.4 ultrahtml: 1.5.3 uncrypto: 0.1.3 - unctx: 2.3.1 + unctx: 2.4.0 unenv: 1.10.0 - unhead: 1.11.13 - unimport: 3.14.2(rollup@4.28.0) + unhead: 1.11.14 + unimport: 3.14.5(rollup@4.28.1) unplugin: 1.16.0 - unplugin-vue-router: 0.10.8(rollup@4.28.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.2.2)))(vue@3.5.13(typescript@5.2.2)) + unplugin-vue-router: 0.10.9(rollup@4.28.1)(vue-router@4.5.0(vue@3.5.13(typescript@5.2.2)))(vue@3.5.13(typescript@5.2.2)) unstorage: 1.13.1(ioredis@5.4.1) untyped: 1.5.1 vue: 3.5.13(typescript@5.2.2) @@ -27406,6 +27463,15 @@ snapshots: pkg-types: 1.2.1 ufo: 1.5.4 + nypm@0.4.1: + dependencies: + citty: 0.1.6 + consola: 3.2.3 + pathe: 1.1.2 + pkg-types: 1.2.1 + tinyexec: 0.3.1 + ufo: 1.5.4 + object-assign@4.1.1: {} object-copy@0.1.0: @@ -27426,20 +27492,20 @@ snapshots: object.assign@4.1.5: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - has-symbols: 1.0.3 + has-symbols: 1.1.0 object-keys: 1.1.1 object.entries@1.1.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-object-atoms: 1.0.0 object.fromentries@2.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-object-atoms: 1.0.0 @@ -27447,16 +27513,16 @@ snapshots: object.getownpropertydescriptors@2.1.8: dependencies: array.prototype.reduce: 1.0.7 - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-object-atoms: 1.0.0 - gopd: 1.1.0 - safe-array-concat: 1.1.2 + gopd: 1.2.0 + safe-array-concat: 1.1.3 object.groupby@1.0.3: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 @@ -27466,7 +27532,7 @@ snapshots: object.values@1.2.0: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-object-atoms: 1.0.0 @@ -27519,9 +27585,9 @@ snapshots: is-docker: 2.2.1 is-wsl: 2.2.0 - openapi-typescript@7.4.3(encoding@0.1.13)(typescript@5.2.2): + openapi-typescript@7.4.4(encoding@0.1.13)(typescript@5.2.2): dependencies: - '@redocly/openapi-core': 1.25.15(encoding@0.1.13)(supports-color@9.4.0) + '@redocly/openapi-core': 1.26.0(encoding@0.1.13)(supports-color@9.4.0) ansi-colors: 4.1.3 change-case: 5.4.4 parse-json: 8.1.0 @@ -27625,7 +27691,7 @@ snapshots: package-json-from-dist@1.0.1: {} - package-manager-detector@0.2.6: {} + package-manager-detector@0.2.7: {} pako@1.0.11: {} @@ -27683,7 +27749,7 @@ snapshots: dependencies: '@babel/code-frame': 7.26.2 index-to-position: 0.1.2 - type-fest: 4.29.0 + type-fest: 4.30.1 parse-path@7.0.0: dependencies: @@ -27733,7 +27799,7 @@ snapshots: lru-cache: 10.4.3 minipass: 7.1.2 - path-to-regexp@0.1.10: {} + path-to-regexp@0.1.12: {} path-type@3.0.0: dependencies: @@ -27822,9 +27888,9 @@ snapshots: postcss: 8.4.49 postcss-selector-parser: 6.1.2 - postcss-browser-comments@4.0.0(browserslist@4.24.2)(postcss@8.4.49): + postcss-browser-comments@4.0.0(browserslist@4.24.3)(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 postcss: 8.4.49 postcss-calc@10.0.2(postcss@8.4.49): @@ -27861,7 +27927,7 @@ snapshots: postcss-colormin@5.3.1(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 caniuse-api: 3.0.0 colord: 2.9.3 postcss: 8.4.49 @@ -27869,7 +27935,7 @@ snapshots: postcss-colormin@7.0.2(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 caniuse-api: 3.0.0 colord: 2.9.3 postcss: 8.4.49 @@ -27877,13 +27943,13 @@ snapshots: postcss-convert-values@5.1.3(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 postcss: 8.4.49 postcss-value-parser: 4.2.0 postcss-convert-values@7.0.4(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 postcss: 8.4.49 postcss-value-parser: 4.2.0 @@ -27983,7 +28049,7 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 read-cache: 1.0.0 - resolve: 1.22.8 + resolve: 1.22.9 postcss-initial@4.0.1(postcss@8.4.49): dependencies: @@ -28009,18 +28075,18 @@ snapshots: postcss-load-config@4.0.2(postcss@8.4.49): dependencies: - lilconfig: 3.1.2 + lilconfig: 3.1.3 yaml: 2.6.1 optionalDependencies: postcss: 8.4.49 - postcss-loader@6.2.1(postcss@8.4.49)(webpack@5.96.1(esbuild@0.24.0)): + postcss-loader@6.2.1(postcss@8.4.49)(webpack@5.97.1(esbuild@0.24.0)): dependencies: cosmiconfig: 7.1.0 klona: 2.0.6 postcss: 8.4.49 semver: 7.6.3 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) postcss-logical@5.0.4(postcss@8.4.49): dependencies: @@ -28044,7 +28110,7 @@ snapshots: postcss-merge-rules@5.1.4(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 caniuse-api: 3.0.0 cssnano-utils: 3.1.0(postcss@8.4.49) postcss: 8.4.49 @@ -28052,7 +28118,7 @@ snapshots: postcss-merge-rules@7.0.4(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 caniuse-api: 3.0.0 cssnano-utils: 5.0.0(postcss@8.4.49) postcss: 8.4.49 @@ -28084,14 +28150,14 @@ snapshots: postcss-minify-params@5.1.4(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 cssnano-utils: 3.1.0(postcss@8.4.49) postcss: 8.4.49 postcss-value-parser: 4.2.0 postcss-minify-params@7.0.2(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 cssnano-utils: 5.0.0(postcss@8.4.49) postcss: 8.4.49 postcss-value-parser: 4.2.0 @@ -28121,7 +28187,7 @@ snapshots: css-selector-tokenizer: 0.7.3 postcss: 6.0.23 - postcss-modules-local-by-default@4.1.0(postcss@8.4.49): + postcss-modules-local-by-default@4.2.0(postcss@8.4.49): dependencies: icss-utils: 5.1.0(postcss@8.4.49) postcss: 8.4.49 @@ -28159,7 +28225,7 @@ snapshots: lodash.camelcase: 4.3.0 postcss: 8.4.49 postcss-modules-extract-imports: 3.1.0(postcss@8.4.49) - postcss-modules-local-by-default: 4.1.0(postcss@8.4.49) + postcss-modules-local-by-default: 4.2.0(postcss@8.4.49) postcss-modules-scope: 3.2.1(postcss@8.4.49) postcss-modules-values: 4.0.0(postcss@8.4.49) string-hash: 1.1.3 @@ -28235,13 +28301,13 @@ snapshots: postcss-normalize-unicode@5.1.1(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 postcss: 8.4.49 postcss-value-parser: 4.2.0 postcss-normalize-unicode@7.0.2(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 postcss: 8.4.49 postcss-value-parser: 4.2.0 @@ -28266,12 +28332,12 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-normalize@10.0.1(browserslist@4.24.2)(postcss@8.4.49): + postcss-normalize@10.0.1(browserslist@4.24.3)(postcss@8.4.49): dependencies: '@csstools/normalize.css': 12.1.1 - browserslist: 4.24.2 + browserslist: 4.24.3 postcss: 8.4.49 - postcss-browser-comments: 4.0.0(browserslist@4.24.2)(postcss@8.4.49) + postcss-browser-comments: 4.0.0(browserslist@4.24.3)(postcss@8.4.49) sanitize.css: 13.0.0 postcss-opacity-percentage@1.1.3(postcss@8.4.49): @@ -28321,7 +28387,7 @@ snapshots: '@csstools/postcss-trigonometric-functions': 1.0.2(postcss@8.4.49) '@csstools/postcss-unset-value': 1.0.2(postcss@8.4.49) autoprefixer: 10.4.20(postcss@8.4.49) - browserslist: 4.24.2 + browserslist: 4.24.3 css-blank-pseudo: 3.0.3(postcss@8.4.49) css-has-pseudo: 3.0.4(postcss@8.4.49) css-prefers-color-scheme: 6.0.3(postcss@8.4.49) @@ -28364,13 +28430,13 @@ snapshots: postcss-reduce-initial@5.1.2(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 caniuse-api: 3.0.0 postcss: 8.4.49 postcss-reduce-initial@7.0.2(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 caniuse-api: 3.0.0 postcss: 8.4.49 @@ -28463,7 +28529,7 @@ snapshots: prettier@2.8.8: {} - prettier@3.4.1: {} + prettier@3.4.2: {} pretty-bytes@5.6.0: {} @@ -28497,12 +28563,12 @@ snapshots: process@0.11.10: {} - progress-webpack-plugin@1.0.16(webpack@5.96.1(esbuild@0.24.0)): + progress-webpack-plugin@1.0.16(webpack@5.97.1(esbuild@0.24.0)): dependencies: chalk: 2.4.2 figures: 2.0.0 log-update: 2.3.0 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) promise-inflight@1.0.1(bluebird@3.7.2): optionalDependencies: @@ -28542,7 +28608,7 @@ snapshots: pseudomap@1.0.2: {} - psl@1.14.0: + psl@1.15.0: dependencies: punycode: 2.3.1 @@ -28583,7 +28649,7 @@ snapshots: jstransformer: 1.0.0 pug-error: 2.1.0 pug-walk: 2.0.0 - resolve: 1.22.8 + resolve: 1.22.9 optional: true pug-lexer@5.0.1: @@ -28658,11 +28724,11 @@ snapshots: qs@6.13.0: dependencies: - side-channel: 1.0.6 + side-channel: 1.1.0 qs@6.13.1: dependencies: - side-channel: 1.0.6 + side-channel: 1.1.0 querystring-es3@0.2.1: {} @@ -28712,18 +28778,18 @@ snapshots: regenerator-runtime: 0.13.11 whatwg-fetch: 3.6.20 - react-dev-utils@12.0.1(eslint@8.57.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)(webpack@5.96.1(esbuild@0.24.0)): + react-dev-utils@12.0.1(eslint@8.57.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)(webpack@5.97.1(esbuild@0.24.0)): dependencies: '@babel/code-frame': 7.26.2 address: 1.2.2 - browserslist: 4.24.2 + browserslist: 4.24.3 chalk: 4.1.2 cross-spawn: 7.0.6 detect-port-alt: 1.1.6 escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.57.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)(webpack@5.96.1(esbuild@0.24.0)) + fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.57.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)(webpack@5.97.1(esbuild@0.24.0)) global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 @@ -28738,7 +28804,7 @@ snapshots: shell-quote: 1.8.2 strip-ansi: 6.0.1 text-table: 0.2.0 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) optionalDependencies: typescript: 4.9.5 transitivePeerDependencies: @@ -28778,56 +28844,56 @@ snapshots: react-refresh@0.14.2: {} - react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.81.0)(type-fest@4.29.0)(typescript@4.9.5)(vue-template-compiler@2.7.16): + react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(@types/webpack@5.28.5(esbuild@0.24.0))(esbuild@0.24.0)(eslint@8.57.1)(react@18.3.1)(sass@1.83.0)(type-fest@4.30.1)(typescript@4.9.5)(vue-template-compiler@2.7.16): dependencies: '@babel/core': 7.26.0 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(@types/webpack@5.28.5(esbuild@0.24.0))(react-refresh@0.11.0)(type-fest@4.29.0)(webpack-dev-server@4.15.2(webpack@5.96.1(esbuild@0.24.0)))(webpack@5.96.1(esbuild@0.24.0)) + '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(@types/webpack@5.28.5(esbuild@0.24.0))(react-refresh@0.11.0)(type-fest@4.30.1)(webpack-dev-server@4.15.2(webpack@5.97.1(esbuild@0.24.0)))(webpack@5.97.1(esbuild@0.24.0)) '@svgr/webpack': 5.5.0 babel-jest: 27.5.1(@babel/core@7.26.0) - babel-loader: 8.4.1(@babel/core@7.26.0)(webpack@5.96.1(esbuild@0.24.0)) + babel-loader: 8.4.1(@babel/core@7.26.0)(webpack@5.97.1(esbuild@0.24.0)) babel-plugin-named-asset-import: 0.3.8(@babel/core@7.26.0) babel-preset-react-app: 10.0.1 bfj: 7.1.0 - browserslist: 4.24.2 + browserslist: 4.24.3 camelcase: 6.3.0 case-sensitive-paths-webpack-plugin: 2.4.0 - css-loader: 6.11.0(webpack@5.96.1(esbuild@0.24.0)) - css-minimizer-webpack-plugin: 3.4.1(esbuild@0.24.0)(webpack@5.96.1(esbuild@0.24.0)) + css-loader: 6.11.0(webpack@5.97.1(esbuild@0.24.0)) + css-minimizer-webpack-plugin: 3.4.1(esbuild@0.24.0)(webpack@5.97.1(esbuild@0.24.0)) dotenv: 10.0.0 dotenv-expand: 5.1.0 eslint: 8.57.1 eslint-config-react-app: 7.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(eslint@8.57.1)(jest@27.5.1)(typescript@4.9.5) - eslint-webpack-plugin: 3.2.0(eslint@8.57.1)(webpack@5.96.1(esbuild@0.24.0)) - file-loader: 6.2.0(webpack@5.96.1(esbuild@0.24.0)) + eslint-webpack-plugin: 3.2.0(eslint@8.57.1)(webpack@5.97.1(esbuild@0.24.0)) + file-loader: 6.2.0(webpack@5.97.1(esbuild@0.24.0)) fs-extra: 10.1.0 - html-webpack-plugin: 5.6.3(webpack@5.96.1(esbuild@0.24.0)) + html-webpack-plugin: 5.6.3(webpack@5.97.1(esbuild@0.24.0)) identity-obj-proxy: 3.0.0 jest: 27.5.1 jest-resolve: 27.5.1 jest-watch-typeahead: 1.1.0(jest@27.5.1) - mini-css-extract-plugin: 2.9.2(webpack@5.96.1(esbuild@0.24.0)) + mini-css-extract-plugin: 2.9.2(webpack@5.97.1(esbuild@0.24.0)) postcss: 8.4.49 postcss-flexbugs-fixes: 5.0.2(postcss@8.4.49) - postcss-loader: 6.2.1(postcss@8.4.49)(webpack@5.96.1(esbuild@0.24.0)) - postcss-normalize: 10.0.1(browserslist@4.24.2)(postcss@8.4.49) + postcss-loader: 6.2.1(postcss@8.4.49)(webpack@5.97.1(esbuild@0.24.0)) + postcss-normalize: 10.0.1(browserslist@4.24.3)(postcss@8.4.49) postcss-preset-env: 7.8.3(postcss@8.4.49) prompts: 2.4.2 react: 18.3.1 react-app-polyfill: 3.0.0 - react-dev-utils: 12.0.1(eslint@8.57.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)(webpack@5.96.1(esbuild@0.24.0)) + react-dev-utils: 12.0.1(eslint@8.57.1)(typescript@4.9.5)(vue-template-compiler@2.7.16)(webpack@5.97.1(esbuild@0.24.0)) react-refresh: 0.11.0 - resolve: 1.22.8 + resolve: 1.22.9 resolve-url-loader: 4.0.0 - sass-loader: 12.6.0(sass@1.81.0)(webpack@5.96.1(esbuild@0.24.0)) + sass-loader: 12.6.0(sass@1.83.0)(webpack@5.97.1(esbuild@0.24.0)) semver: 7.6.3 - source-map-loader: 3.0.2(webpack@5.96.1(esbuild@0.24.0)) - style-loader: 3.3.4(webpack@5.96.1(esbuild@0.24.0)) - tailwindcss: 3.4.15 - terser-webpack-plugin: 5.3.10(esbuild@0.24.0)(webpack@5.96.1(esbuild@0.24.0)) - webpack: 5.96.1(esbuild@0.24.0) - webpack-dev-server: 4.15.2(debug@4.3.7)(webpack@5.96.1(esbuild@0.24.0)) - webpack-manifest-plugin: 4.1.1(webpack@5.96.1(esbuild@0.24.0)) - workbox-webpack-plugin: 6.6.0(@types/babel__core@7.20.5)(webpack@5.96.1(esbuild@0.24.0)) + source-map-loader: 3.0.2(webpack@5.97.1(esbuild@0.24.0)) + style-loader: 3.3.4(webpack@5.97.1(esbuild@0.24.0)) + tailwindcss: 3.4.16 + terser-webpack-plugin: 5.3.11(esbuild@0.24.0)(webpack@5.97.1(esbuild@0.24.0)) + webpack: 5.97.1(esbuild@0.24.0) + webpack-dev-server: 4.15.2(debug@4.4.0)(webpack@5.97.1(esbuild@0.24.0)) + webpack-manifest-plugin: 4.1.1(webpack@5.97.1(esbuild@0.24.0)) + workbox-webpack-plugin: 6.6.0(@types/babel__core@7.20.5)(webpack@5.97.1(esbuild@0.24.0)) optionalDependencies: fsevents: 2.3.3 typescript: 4.9.5 @@ -28963,15 +29029,16 @@ snapshots: dependencies: redis-errors: 1.2.0 - reflect.getprototypeof@1.0.7: + reflect.getprototypeof@1.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 + dunder-proto: 1.0.0 es-abstract: 1.23.5 es-errors: 1.3.0 - get-intrinsic: 1.2.4 - gopd: 1.1.0 - which-builtin-type: 1.2.0 + get-intrinsic: 1.2.6 + gopd: 1.2.0 + which-builtin-type: 1.2.1 regenerate-unicode-properties@10.2.0: dependencies: @@ -28996,7 +29063,7 @@ snapshots: regexp.prototype.flags@1.5.3: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-errors: 1.3.0 set-function-name: 2.0.2 @@ -29060,15 +29127,15 @@ snapshots: resolve.exports@1.1.1: {} - resolve@1.22.8: + resolve@1.22.9: dependencies: - is-core-module: 2.15.1 + is-core-module: 2.16.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 resolve@2.0.0-next.5: dependencies: - is-core-module: 2.15.1 + is-core-module: 2.16.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -29114,7 +29181,7 @@ snapshots: rollup-plugin-dts@5.3.1(rollup@3.29.5)(typescript@5.2.2): dependencies: - magic-string: 0.30.14 + magic-string: 0.30.15 rollup: 3.29.5 typescript: 5.2.2 optionalDependencies: @@ -29123,7 +29190,7 @@ snapshots: rollup-plugin-esbuild@6.1.1(esbuild@0.24.0)(rollup@3.29.5): dependencies: '@rollup/pluginutils': 5.1.3(rollup@3.29.5) - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) es-module-lexer: 1.5.4 esbuild: 0.24.0 get-tsconfig: 4.8.1 @@ -29149,7 +29216,7 @@ snapshots: postcss-load-config: 3.1.4(postcss@8.4.49) postcss-modules: 4.3.1(postcss@8.4.49) promise.series: 0.2.0 - resolve: 1.22.8 + resolve: 1.22.9 rollup-pluginutils: 2.8.2 safe-identifier: 0.4.2 style-inject: 0.3.0 @@ -29166,22 +29233,22 @@ snapshots: jest-worker: 26.6.2 rollup: 2.79.2 serialize-javascript: 4.0.0 - terser: 5.36.0 + terser: 5.37.0 - rollup-plugin-visualizer@5.12.0(rollup@4.28.0): + rollup-plugin-visualizer@5.12.0(rollup@4.28.1): dependencies: open: 8.4.2 picomatch: 2.3.1 source-map: 0.7.4 yargs: 17.7.2 optionalDependencies: - rollup: 4.28.0 + rollup: 4.28.1 rollup-plugin-vue@5.1.9(ejs@3.1.10)(lodash@4.17.21)(postcss@8.4.49)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16): dependencies: '@vue/component-compiler': 4.2.4(ejs@3.1.10)(lodash@4.17.21)(postcss@8.4.49)(underscore@1.12.1)(vue-template-compiler@2.7.16) '@vue/component-compiler-utils': 3.3.0(ejs@3.1.10)(lodash@4.17.21)(pug@3.0.3)(underscore@1.12.1) - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) hash-sum: 1.0.2 magic-string: 0.25.9 querystring: 0.2.1 @@ -29263,28 +29330,29 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - rollup@4.28.0: + rollup@4.28.1: dependencies: '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.28.0 - '@rollup/rollup-android-arm64': 4.28.0 - '@rollup/rollup-darwin-arm64': 4.28.0 - '@rollup/rollup-darwin-x64': 4.28.0 - '@rollup/rollup-freebsd-arm64': 4.28.0 - '@rollup/rollup-freebsd-x64': 4.28.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.28.0 - '@rollup/rollup-linux-arm-musleabihf': 4.28.0 - '@rollup/rollup-linux-arm64-gnu': 4.28.0 - '@rollup/rollup-linux-arm64-musl': 4.28.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.28.0 - '@rollup/rollup-linux-riscv64-gnu': 4.28.0 - '@rollup/rollup-linux-s390x-gnu': 4.28.0 - '@rollup/rollup-linux-x64-gnu': 4.28.0 - '@rollup/rollup-linux-x64-musl': 4.28.0 - '@rollup/rollup-win32-arm64-msvc': 4.28.0 - '@rollup/rollup-win32-ia32-msvc': 4.28.0 - '@rollup/rollup-win32-x64-msvc': 4.28.0 + '@rollup/rollup-android-arm-eabi': 4.28.1 + '@rollup/rollup-android-arm64': 4.28.1 + '@rollup/rollup-darwin-arm64': 4.28.1 + '@rollup/rollup-darwin-x64': 4.28.1 + '@rollup/rollup-freebsd-arm64': 4.28.1 + '@rollup/rollup-freebsd-x64': 4.28.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.28.1 + '@rollup/rollup-linux-arm-musleabihf': 4.28.1 + '@rollup/rollup-linux-arm64-gnu': 4.28.1 + '@rollup/rollup-linux-arm64-musl': 4.28.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.28.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.28.1 + '@rollup/rollup-linux-riscv64-gnu': 4.28.1 + '@rollup/rollup-linux-s390x-gnu': 4.28.1 + '@rollup/rollup-linux-x64-gnu': 4.28.1 + '@rollup/rollup-linux-x64-musl': 4.28.1 + '@rollup/rollup-win32-arm64-msvc': 4.28.1 + '@rollup/rollup-win32-ia32-msvc': 4.28.1 + '@rollup/rollup-win32-x64-msvc': 4.28.1 fsevents: 2.3.3 run-applescript@7.0.0: {} @@ -29301,11 +29369,12 @@ snapshots: dependencies: tslib: 2.8.1 - safe-array-concat@1.1.2: + safe-array-concat@1.1.3: dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 + call-bind: 1.0.8 + call-bound: 1.0.2 + get-intrinsic: 1.2.6 + has-symbols: 1.1.0 isarray: 2.0.5 safe-buffer@5.1.2: {} @@ -29314,11 +29383,11 @@ snapshots: safe-identifier@0.4.2: {} - safe-regex-test@1.0.3: + safe-regex-test@1.1.0: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.2 es-errors: 1.3.0 - is-regex: 1.2.0 + is-regex: 1.2.1 safe-regex@1.1.0: dependencies: @@ -29328,15 +29397,15 @@ snapshots: sanitize.css@13.0.0: {} - sass-loader@12.6.0(sass@1.81.0)(webpack@5.96.1(esbuild@0.24.0)): + sass-loader@12.6.0(sass@1.83.0)(webpack@5.97.1(esbuild@0.24.0)): dependencies: klona: 2.0.6 neo-async: 2.6.2 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) optionalDependencies: - sass: 1.81.0 + sass: 1.83.0 - sass@1.81.0: + sass@1.83.0: dependencies: chokidar: 4.0.1 immutable: 5.0.3 @@ -29379,7 +29448,7 @@ snapshots: ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) - schema-utils@4.2.0: + schema-utils@4.3.0: dependencies: '@types/json-schema': 7.0.15 ajv: 8.17.1 @@ -29421,7 +29490,7 @@ snapshots: send@1.1.0: dependencies: - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) destroy: 1.2.0 encodeurl: 2.0.0 escape-html: 1.0.3 @@ -29469,15 +29538,13 @@ snapshots: transitivePeerDependencies: - supports-color - set-blocking@2.0.0: {} - set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.4 - gopd: 1.1.0 + get-intrinsic: 1.2.6 + gopd: 1.2.0 has-property-descriptors: 1.0.2 set-function-name@2.0.2: @@ -29523,12 +29590,33 @@ snapshots: shell-quote@1.8.2: {} - side-channel@1.0.6: + side-channel-list@1.0.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.3 + + side-channel-map@1.0.1: + dependencies: + call-bound: 1.0.2 + es-errors: 1.3.0 + get-intrinsic: 1.2.6 + object-inspect: 1.13.3 + + side-channel-weakmap@1.0.2: + dependencies: + call-bound: 1.0.2 + es-errors: 1.3.0 + get-intrinsic: 1.2.6 + object-inspect: 1.13.3 + side-channel-map: 1.0.1 + + side-channel@1.1.0: dependencies: - call-bind: 1.0.7 es-errors: 1.3.0 - get-intrinsic: 1.2.4 object-inspect: 1.13.3 + side-channel-list: 1.0.0 + side-channel-map: 1.0.1 + side-channel-weakmap: 1.0.2 siginfo@2.0.0: {} @@ -29542,7 +29630,7 @@ snapshots: dependencies: '@kwsites/file-exists': 1.1.1 '@kwsites/promise-deferred': 1.1.1 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) transitivePeerDependencies: - supports-color @@ -29606,12 +29694,12 @@ snapshots: source-map-js@1.2.1: {} - source-map-loader@3.0.2(webpack@5.96.1(esbuild@0.24.0)): + source-map-loader@3.0.2(webpack@5.97.1(esbuild@0.24.0)): dependencies: abab: 2.0.6 iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) source-map-resolve@0.5.3: dependencies: @@ -29665,7 +29753,7 @@ snapshots: spdy-transport@3.0.0: dependencies: - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -29676,7 +29764,7 @@ snapshots: spdy@4.0.2: dependencies: - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -29757,11 +29845,11 @@ snapshots: streamsearch@1.1.0: {} - streamx@2.20.2: + streamx@2.21.1: dependencies: fast-fifo: 1.3.2 queue-tick: 1.0.1 - text-decoder: 1.2.1 + text-decoder: 1.2.3 optionalDependencies: bare-events: 2.5.0 @@ -29800,28 +29888,28 @@ snapshots: string.prototype.includes@2.0.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 string.prototype.matchall@4.0.11: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-errors: 1.3.0 es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - gopd: 1.1.0 - has-symbols: 1.0.3 - internal-slot: 1.0.7 + get-intrinsic: 1.2.6 + gopd: 1.2.0 + has-symbols: 1.1.0 + internal-slot: 1.1.0 regexp.prototype.flags: 1.5.3 set-function-name: 2.0.2 - side-channel: 1.0.6 + side-channel: 1.1.0 string.prototype.padend@3.1.6: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.5 es-object-atoms: 1.0.0 @@ -29831,22 +29919,26 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.23.5 - string.prototype.trim@1.2.9: + string.prototype.trim@1.2.10: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.2 + define-data-property: 1.1.4 define-properties: 1.2.1 es-abstract: 1.23.5 es-object-atoms: 1.0.0 + has-property-descriptors: 1.0.2 - string.prototype.trimend@1.0.8: + string.prototype.trimend@1.0.9: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.2 define-properties: 1.2.1 es-object-atoms: 1.0.0 string.prototype.trimstart@1.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 es-object-atoms: 1.0.0 @@ -29910,9 +30002,9 @@ snapshots: style-inject@0.3.0: {} - style-loader@3.3.4(webpack@5.96.1(esbuild@0.24.0)): + style-loader@3.3.4(webpack@5.97.1(esbuild@0.24.0)): dependencies: - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) styled-jsx@5.1.1(@babel/core@7.26.0)(react@18.2.0): dependencies: @@ -29923,13 +30015,13 @@ snapshots: stylehacks@5.1.1(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 postcss: 8.4.49 postcss-selector-parser: 6.1.2 stylehacks@7.0.4(postcss@8.4.49): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 postcss: 8.4.49 postcss-selector-parser: 6.1.2 @@ -29949,7 +30041,7 @@ snapshots: sucrase@3.35.0: dependencies: - '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/gen-mapping': 0.3.8 commander: 4.1.1 glob: 10.4.5 lines-and-columns: 1.2.4 @@ -29957,7 +30049,7 @@ snapshots: pirates: 4.0.6 ts-interface-checker: 0.1.13 - superjson@2.2.1: + superjson@2.2.2: dependencies: copy-anything: 3.0.5 @@ -30032,7 +30124,7 @@ snapshots: system-architecture@0.1.0: {} - tailwindcss@3.4.15: + tailwindcss@3.4.16: dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -30043,7 +30135,7 @@ snapshots: glob-parent: 6.0.2 is-glob: 4.0.3 jiti: 1.21.6 - lilconfig: 2.1.0 + lilconfig: 3.1.3 micromatch: 4.0.8 normalize-path: 3.0.0 object-hash: 3.0.0 @@ -30054,7 +30146,7 @@ snapshots: postcss-load-config: 4.0.2(postcss@8.4.49) postcss-nested: 6.2.0(postcss@8.4.49) postcss-selector-parser: 6.1.2 - resolve: 1.22.8 + resolve: 1.22.9 sucrase: 3.35.0 transitivePeerDependencies: - ts-node @@ -30067,7 +30159,7 @@ snapshots: dependencies: b4a: 1.6.7 fast-fifo: 1.3.2 - streamx: 2.20.2 + streamx: 2.21.1 tar@6.2.1: dependencies: @@ -30078,6 +30170,15 @@ snapshots: mkdirp: 1.0.4 yallist: 4.0.0 + tar@7.4.3: + dependencies: + '@isaacs/fs-minipass': 4.0.1 + chownr: 3.0.0 + minipass: 7.1.2 + minizlib: 3.0.1 + mkdirp: 3.0.1 + yallist: 5.0.0 + temp-dir@2.0.0: {} tempy@0.6.0: @@ -30107,14 +30208,14 @@ snapshots: webpack-sources: 1.4.3 worker-farm: 1.7.0 - terser-webpack-plugin@5.3.10(esbuild@0.24.0)(webpack@5.96.1(esbuild@0.24.0)): + terser-webpack-plugin@5.3.11(esbuild@0.24.0)(webpack@5.97.1(esbuild@0.24.0)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 - schema-utils: 3.3.0 + schema-utils: 4.3.0 serialize-javascript: 6.0.2 - terser: 5.36.0 - webpack: 5.96.1(esbuild@0.24.0) + terser: 5.37.0 + webpack: 5.97.1(esbuild@0.24.0) optionalDependencies: esbuild: 0.24.0 @@ -30125,7 +30226,7 @@ snapshots: source-map: 0.6.1 source-map-support: 0.5.21 - terser@5.36.0: + terser@5.37.0: dependencies: '@jridgewell/source-map': 0.3.6 acorn: 8.14.0 @@ -30138,7 +30239,9 @@ snapshots: glob: 7.2.3 minimatch: 3.1.2 - text-decoder@1.2.1: {} + text-decoder@1.2.3: + dependencies: + b4a: 1.6.7 text-table@0.2.0: {} @@ -30150,14 +30253,14 @@ snapshots: dependencies: any-promise: 1.3.0 - thread-loader@3.0.4(webpack@5.96.1(esbuild@0.24.0)): + thread-loader@3.0.4(webpack@5.97.1(esbuild@0.24.0)): dependencies: json-parse-better-errors: 1.0.2 loader-runner: 4.3.0 loader-utils: 2.0.4 neo-async: 2.6.2 schema-utils: 3.3.0 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) throat@6.0.2: {} @@ -30178,6 +30281,8 @@ snapshots: tinybench@2.9.0: {} + tinyexec@0.3.1: {} + tinyglobby@0.2.10: dependencies: fdir: 6.4.2(picomatch@4.0.2) @@ -30224,7 +30329,7 @@ snapshots: tough-cookie@4.1.4: dependencies: - psl: 1.14.0 + psl: 1.15.0 punycode: 2.3.1 universalify: 0.2.0 url-parse: 1.5.10 @@ -30249,7 +30354,7 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-loader@9.5.1(typescript@4.5.5)(webpack@5.96.1(esbuild@0.24.0)): + ts-loader@9.5.1(typescript@4.5.5)(webpack@5.97.1(esbuild@0.24.0)): dependencies: chalk: 4.1.2 enhanced-resolve: 5.17.1 @@ -30257,7 +30362,7 @@ snapshots: semver: 7.6.3 source-map: 0.7.4 typescript: 4.5.5 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) tsconfig-paths@3.15.0: dependencies: @@ -30335,7 +30440,7 @@ snapshots: type-fest@1.4.0: {} - type-fest@4.29.0: {} + type-fest@4.30.1: {} type-is@1.6.18: dependencies: @@ -30344,36 +30449,36 @@ snapshots: typed-array-buffer@1.0.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 es-errors: 1.3.0 is-typed-array: 1.1.13 typed-array-byte-length@1.0.1: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.1.0 - has-proto: 1.0.3 + gopd: 1.2.0 + has-proto: 1.2.0 is-typed-array: 1.1.13 typed-array-byte-offset@1.0.3: dependencies: available-typed-arrays: 1.0.7 - call-bind: 1.0.7 + call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.1.0 - has-proto: 1.0.3 + gopd: 1.2.0 + has-proto: 1.2.0 is-typed-array: 1.1.13 - reflect.getprototypeof: 1.0.7 + reflect.getprototypeof: 1.0.8 typed-array-length@1.0.7: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.1.0 + gopd: 1.2.0 is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - reflect.getprototypeof: 1.0.7 + reflect.getprototypeof: 1.0.8 typedarray-to-buffer@3.1.5: dependencies: @@ -30397,19 +30502,19 @@ snapshots: unbox-primitive@1.0.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 has-bigints: 1.0.2 - has-symbols: 1.0.3 - which-boxed-primitive: 1.0.2 + has-symbols: 1.1.0 + which-boxed-primitive: 1.1.0 uncrypto@0.1.3: {} - unctx@2.3.1: + unctx@2.4.0: dependencies: acorn: 8.14.0 estree-walker: 3.0.3 - magic-string: 0.30.14 - unplugin: 1.16.0 + magic-string: 0.30.15 + unplugin: 2.1.0 underscore@1.12.1: {} @@ -30421,11 +30526,11 @@ snapshots: node-fetch-native: 1.6.4 pathe: 1.1.2 - unhead@1.11.13: + unhead@1.11.14: dependencies: - '@unhead/dom': 1.11.13 - '@unhead/schema': 1.11.13 - '@unhead/shared': 1.11.13 + '@unhead/dom': 1.11.14 + '@unhead/schema': 1.11.14 + '@unhead/shared': 1.11.14 hookable: 5.5.3 unicode-canonical-property-names-ecmascript@2.0.1: {} @@ -30441,21 +30546,21 @@ snapshots: unicorn-magic@0.1.0: {} - unimport@3.14.2(rollup@4.28.0): + unimport@3.14.5(rollup@4.28.1): dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) acorn: 8.14.0 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 + fast-glob: 3.3.2 local-pkg: 0.5.1 - magic-string: 0.30.14 + magic-string: 0.30.15 mlly: 1.7.3 pathe: 1.1.2 picomatch: 4.0.2 pkg-types: 1.2.1 scule: 1.3.0 strip-literal: 2.1.1 - tinyglobby: 0.2.10 unplugin: 1.16.0 transitivePeerDependencies: - rollup @@ -30510,21 +30615,21 @@ snapshots: unpipe@1.0.0: {} - unplugin-vue-router@0.10.8(rollup@4.28.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.2.2)))(vue@3.5.13(typescript@5.2.2)): + unplugin-vue-router@0.10.9(rollup@4.28.1)(vue-router@4.5.0(vue@3.5.13(typescript@5.2.2)))(vue@3.5.13(typescript@5.2.2)): dependencies: - '@babel/types': 7.26.0 - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) - '@vue-macros/common': 1.15.0(rollup@4.28.0)(vue@3.5.13(typescript@5.2.2)) + '@babel/types': 7.26.3 + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) + '@vue-macros/common': 1.15.1(rollup@4.28.1)(vue@3.5.13(typescript@5.2.2)) ast-walker-scope: 0.6.2 chokidar: 3.6.0 fast-glob: 3.3.2 json5: 2.2.3 local-pkg: 0.5.1 - magic-string: 0.30.14 + magic-string: 0.30.15 mlly: 1.7.3 pathe: 1.1.2 scule: 1.3.0 - unplugin: 1.16.0 + unplugin: 2.0.0-beta.1 yaml: 2.6.1 optionalDependencies: vue-router: 4.5.0(vue@3.5.13(typescript@5.2.2)) @@ -30535,12 +30640,12 @@ snapshots: unplugin-vue-source@0.0.7(rollup@3.29.5): dependencies: '@babel/core': 7.26.0 - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0) '@rollup/pluginutils': 5.1.3(rollup@3.29.5) '@vue/compiler-dom': 3.5.13 - magic-string: 0.30.14 + magic-string: 0.30.15 mdast-util-from-markdown: 0.8.5 mdast-util-mdx-jsx: 0.1.4 micromark-extension-mdxjs: 0.3.0 @@ -30550,15 +30655,15 @@ snapshots: - rollup - supports-color - unplugin-vue-source@0.0.7(rollup@4.28.0): + unplugin-vue-source@0.0.7(rollup@4.28.1): dependencies: '@babel/core': 7.26.0 - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.0) - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) '@vue/compiler-dom': 3.5.13 - magic-string: 0.30.14 + magic-string: 0.30.15 mdast-util-from-markdown: 0.8.5 mdast-util-mdx-jsx: 0.1.4 micromark-extension-mdxjs: 0.3.0 @@ -30573,6 +30678,16 @@ snapshots: acorn: 8.14.0 webpack-virtual-modules: 0.6.2 + unplugin@2.0.0-beta.1: + dependencies: + acorn: 8.14.0 + webpack-virtual-modules: 0.6.2 + + unplugin@2.1.0: + dependencies: + acorn: 8.14.0 + webpack-virtual-modules: 0.6.2 + unquote@1.1.1: {} unset-value@1.0.0: @@ -30604,8 +30719,8 @@ snapshots: untyped@1.5.1: dependencies: '@babel/core': 7.26.0 - '@babel/standalone': 7.26.2 - '@babel/types': 7.26.0 + '@babel/standalone': 7.26.4 + '@babel/types': 7.26.3 defu: 6.1.4 jiti: 2.4.1 mri: 1.2.0 @@ -30616,7 +30731,7 @@ snapshots: unwasm@0.3.9: dependencies: knitwork: 1.1.0 - magic-string: 0.30.14 + magic-string: 0.30.15 mlly: 1.7.3 pathe: 1.1.2 pkg-types: 1.2.1 @@ -30624,9 +30739,9 @@ snapshots: upath@1.2.0: {} - update-browserslist-db@1.1.1(browserslist@4.24.2): + update-browserslist-db@1.1.1(browserslist@4.24.3): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 escalade: 3.2.0 picocolors: 1.1.1 @@ -30660,7 +30775,7 @@ snapshots: dependencies: define-properties: 1.2.1 es-abstract: 1.23.5 - has-symbols: 1.0.3 + has-symbols: 1.1.0 object.getownpropertydescriptors: 2.1.8 util@0.10.4: @@ -30697,18 +30812,18 @@ snapshots: '@types/unist': 2.0.11 unist-util-stringify-position: 2.0.3 - vite-hot-client@0.2.4(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)): + vite-hot-client@0.2.4(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)): dependencies: - vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) - vite-node@0.34.6(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0): + vite-node@0.34.6(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0): dependencies: cac: 6.7.14 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) mlly: 1.7.3 pathe: 1.1.2 picocolors: 1.1.1 - vite: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) transitivePeerDependencies: - '@types/node' - less @@ -30719,13 +30834,13 @@ snapshots: - supports-color - terser - vite-node@2.1.6(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0): + vite-node@2.1.8(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0): dependencies: cac: 6.7.14 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) es-module-lexer: 1.5.4 pathe: 1.1.2 - vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) transitivePeerDependencies: - '@types/node' - less @@ -30737,7 +30852,7 @@ snapshots: - supports-color - terser - vite-plugin-checker@0.8.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.2.2)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)): + vite-plugin-checker@0.8.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.2.2)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)): dependencies: '@babel/code-frame': 7.26.2 ansi-escapes: 4.3.2 @@ -30749,7 +30864,7 @@ snapshots: npm-run-path: 4.0.1 strip-ansi: 6.0.1 tiny-invariant: 1.3.3 - vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.12 @@ -30759,40 +30874,40 @@ snapshots: optionator: 0.9.4 typescript: 5.2.2 - vite-plugin-inspect@0.8.8(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.28.0))(rollup@4.28.0)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)): + vite-plugin-inspect@0.8.9(@nuxt/kit@3.14.1592(magicast@0.3.5)(rollup@4.28.1))(rollup@4.28.1)(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) - debug: 4.3.7(supports-color@9.4.0) + '@rollup/pluginutils': 5.1.3(rollup@4.28.1) + debug: 4.4.0(supports-color@9.4.0) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 open: 10.1.0 perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) optionalDependencies: - '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.0) + '@nuxt/kit': 3.14.1592(magicast@0.3.5)(rollup@4.28.1) transitivePeerDependencies: - rollup - supports-color - vite-plugin-vue-inspector@5.1.3(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0)): + vite-plugin-vue-inspector@5.1.3(vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0) - '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 - magic-string: 0.30.14 - vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + magic-string: 0.30.15 + vite: 5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) transitivePeerDependencies: - supports-color - vite@4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0): + vite@4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0): dependencies: esbuild: 0.18.20 postcss: 8.4.49 @@ -30801,24 +30916,24 @@ snapshots: '@types/node': 20.5.6 fsevents: 2.3.3 less: 3.13.1 - sass: 1.81.0 + sass: 1.83.0 stylus: 0.54.8 - terser: 5.36.0 + terser: 5.37.0 - vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0): + vite@5.4.11(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0): dependencies: esbuild: 0.21.5 postcss: 8.4.49 - rollup: 4.28.0 + rollup: 4.28.1 optionalDependencies: '@types/node': 20.5.6 fsevents: 2.3.3 less: 3.13.1 - sass: 1.81.0 + sass: 1.83.0 stylus: 0.54.8 - terser: 5.36.0 + terser: 5.37.0 - vitest@0.34.6(jsdom@16.7.0)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0): + vitest@0.34.6(jsdom@16.7.0)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0): dependencies: '@types/chai': 4.3.20 '@types/chai-subset': 1.3.5 @@ -30832,17 +30947,17 @@ snapshots: acorn-walk: 8.3.4 cac: 6.7.14 chai: 4.5.0 - debug: 4.3.7(supports-color@9.4.0) + debug: 4.4.0(supports-color@9.4.0) local-pkg: 0.4.3 - magic-string: 0.30.14 + magic-string: 0.30.15 pathe: 1.1.2 picocolors: 1.1.1 std-env: 3.8.0 strip-literal: 1.3.0 tinybench: 2.9.0 tinypool: 0.7.0 - vite: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) - vite-node: 0.34.6(@types/node@20.5.6)(less@3.13.1)(sass@1.81.0)(stylus@0.54.8)(terser@5.36.0) + vite: 4.5.5(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) + vite-node: 0.34.6(@types/node@20.5.6)(less@3.13.1)(sass@1.83.0)(stylus@0.54.8)(terser@5.37.0) why-is-node-running: 2.3.0 optionalDependencies: jsdom: 16.7.0 @@ -30891,18 +31006,18 @@ snapshots: vue-hot-reload-api@2.3.4: {} - vue-loader@15.11.1(@vue/compiler-sfc@3.5.13)(css-loader@6.11.0(webpack@5.96.1(esbuild@0.24.0)))(ejs@3.1.10)(lodash@4.17.21)(prettier@3.4.1)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(webpack@5.96.1(esbuild@0.24.0)): + vue-loader@15.11.1(@vue/compiler-sfc@3.5.13)(css-loader@6.11.0(webpack@5.97.1(esbuild@0.24.0)))(ejs@3.1.10)(lodash@4.17.21)(prettier@3.4.2)(pug@3.0.3)(underscore@1.12.1)(vue-template-compiler@2.7.16)(webpack@5.97.1(esbuild@0.24.0)): dependencies: '@vue/component-compiler-utils': 3.3.0(ejs@3.1.10)(lodash@4.17.21)(pug@3.0.3)(underscore@1.12.1) - css-loader: 6.11.0(webpack@5.96.1(esbuild@0.24.0)) + css-loader: 6.11.0(webpack@5.97.1(esbuild@0.24.0)) hash-sum: 1.0.2 loader-utils: 1.4.2 vue-hot-reload-api: 2.3.4 vue-style-loader: 4.1.3 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) optionalDependencies: '@vue/compiler-sfc': 3.5.13 - prettier: 3.4.1 + prettier: 3.4.2 vue-template-compiler: 2.7.16 transitivePeerDependencies: - arc-templates @@ -30959,12 +31074,12 @@ snapshots: - walrus - whiskers - vue-loader@17.4.2(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@4.5.5))(webpack@5.96.1(esbuild@0.24.0)): + vue-loader@17.4.2(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@4.5.5))(webpack@5.97.1(esbuild@0.24.0)): dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.2 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) optionalDependencies: '@vue/compiler-sfc': 3.5.13 vue: 3.5.13(typescript@4.5.5) @@ -31091,16 +31206,16 @@ snapshots: deepmerge: 1.5.2 javascript-stringify: 2.1.0 - webpack-dev-middleware@5.3.4(webpack@5.96.1(esbuild@0.24.0)): + webpack-dev-middleware@5.3.4(webpack@5.97.1(esbuild@0.24.0)): dependencies: colorette: 2.0.20 memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 - schema-utils: 4.2.0 - webpack: 5.96.1(esbuild@0.24.0) + schema-utils: 4.3.0 + webpack: 5.97.1(esbuild@0.24.0) - webpack-dev-server@4.15.2(debug@4.3.7)(webpack@5.96.1(esbuild@0.24.0)): + webpack-dev-server@4.15.2(debug@4.4.0)(webpack@5.97.1(esbuild@0.24.0)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -31116,34 +31231,34 @@ snapshots: compression: 1.7.5 connect-history-api-fallback: 2.0.0 default-gateway: 6.0.3 - express: 4.21.1 + express: 4.21.2 graceful-fs: 4.2.11 html-entities: 2.5.2 - http-proxy-middleware: 2.0.7(@types/express@4.17.21)(debug@4.3.7) + http-proxy-middleware: 2.0.7(@types/express@4.17.21)(debug@4.4.0) ipaddr.js: 2.2.0 launch-editor: 2.9.1 open: 8.4.2 p-retry: 4.6.2 rimraf: 3.0.2 - schema-utils: 4.2.0 + schema-utils: 4.3.0 selfsigned: 2.4.1 serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 5.3.4(webpack@5.96.1(esbuild@0.24.0)) + webpack-dev-middleware: 5.3.4(webpack@5.97.1(esbuild@0.24.0)) ws: 8.18.0 optionalDependencies: - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - webpack-manifest-plugin@4.1.1(webpack@5.96.1(esbuild@0.24.0)): + webpack-manifest-plugin@4.1.1(webpack@5.97.1(esbuild@0.24.0)): dependencies: tapable: 2.2.1 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) webpack-sources: 2.3.1 webpack-merge@4.2.2: @@ -31200,7 +31315,7 @@ snapshots: transitivePeerDependencies: - supports-color - webpack@5.96.1(esbuild@0.24.0): + webpack@5.97.1(esbuild@0.24.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.6 @@ -31208,7 +31323,7 @@ snapshots: '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 acorn: 8.14.0 - browserslist: 4.24.2 + browserslist: 4.24.3 chrome-trace-event: 1.0.4 enhanced-resolve: 5.17.1 es-module-lexer: 1.5.4 @@ -31222,7 +31337,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(esbuild@0.24.0)(webpack@5.96.1(esbuild@0.24.0)) + terser-webpack-plugin: 5.3.11(esbuild@0.24.0)(webpack@5.97.1(esbuild@0.24.0)) watchpack: 2.4.2 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -31263,27 +31378,27 @@ snapshots: tr46: 2.1.0 webidl-conversions: 6.1.0 - which-boxed-primitive@1.0.2: + which-boxed-primitive@1.1.0: dependencies: - is-bigint: 1.0.4 - is-boolean-object: 1.1.2 - is-number-object: 1.0.7 - is-string: 1.0.7 - is-symbol: 1.0.4 + is-bigint: 1.1.0 + is-boolean-object: 1.2.1 + is-number-object: 1.1.0 + is-string: 1.1.0 + is-symbol: 1.1.1 - which-builtin-type@1.2.0: + which-builtin-type@1.2.1: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.2 function.prototype.name: 1.1.6 has-tostringtag: 1.0.2 is-async-function: 2.0.0 - is-date-object: 1.0.5 + is-date-object: 1.1.0 is-finalizationregistry: 1.1.0 is-generator-function: 1.0.10 - is-regex: 1.2.0 - is-weakref: 1.0.2 + is-regex: 1.2.1 + is-weakref: 1.1.0 isarray: 2.0.5 - which-boxed-primitive: 1.0.2 + which-boxed-primitive: 1.1.0 which-collection: 1.0.2 which-typed-array: 1.1.16 @@ -31297,9 +31412,9 @@ snapshots: which-typed-array@1.1.16: dependencies: available-typed-arrays: 1.0.7 - call-bind: 1.0.7 + call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.1.0 + gopd: 1.2.0 has-tostringtag: 1.0.2 which@1.3.1: @@ -31319,16 +31434,12 @@ snapshots: siginfo: 2.0.0 stackback: 0.0.2 - wide-align@1.1.5: - dependencies: - string-width: 4.2.3 - wildcard@2.0.1: {} with@7.0.2: dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 assert-never: 1.3.0 babel-walk: 3.0.0-canary-5 optional: true @@ -31443,12 +31554,12 @@ snapshots: workbox-sw@6.6.0: {} - workbox-webpack-plugin@6.6.0(@types/babel__core@7.20.5)(webpack@5.96.1(esbuild@0.24.0)): + workbox-webpack-plugin@6.6.0(@types/babel__core@7.20.5)(webpack@5.97.1(esbuild@0.24.0)): dependencies: fast-json-stable-stringify: 2.1.0 pretty-bytes: 5.6.0 upath: 1.2.0 - webpack: 5.96.1(esbuild@0.24.0) + webpack: 5.97.1(esbuild@0.24.0) webpack-sources: 1.4.3 workbox-build: 6.6.0(@types/babel__core@7.20.5) transitivePeerDependencies: @@ -31510,6 +31621,8 @@ snapshots: yallist@4.0.0: {} + yallist@5.0.0: {} + yaml-ast-parser@0.0.43: {} yaml@1.10.2: {} diff --git a/scripts/create-codesandbox-tasks.ts b/scripts/create-codesandbox-tasks.ts deleted file mode 100644 index bcca3e8..0000000 --- a/scripts/create-codesandbox-tasks.ts +++ /dev/null @@ -1,29 +0,0 @@ -import { resolve } from 'node:path'; -import { execSync } from 'node:child_process'; -import { playgrounds, readjson, writejson } from './utils'; - -const TASKS_PATH = resolve('.codesandbox/tasks.json'); - -main(); - -function main() { - const taskJson = readjson(TASKS_PATH); - - let port = 4000; - playgrounds.forEach((name) => { - taskJson.tasks[name] = { - name: `Preview ${name}`, - command: `pnpm --filter @playground/${name} dev`, - runAtStart: true, - preview: { - port: port++, - prLink: 'direct', - }, - }; - }); - - writejson(TASKS_PATH, taskJson); - - execSync('git add .'); - execSync(`git commit -m 'Timestamp of temporary changes: ${Date.now()}'`); -}