From c801d955ec5c051053e623f0a13dfd431acda59e Mon Sep 17 00:00:00 2001 From: Diego Mayorga Greco Date: Mon, 6 Jul 2026 17:52:34 -0300 Subject: [PATCH 1/7] =?UTF-8?q?fix(security):=20dependabot=20follow-up=20?= =?UTF-8?q?=E2=80=94=20transitive=20overrides=20+=20remove=20stale=20npm?= =?UTF-8?q?=20lockfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add pnpm overrides to force transitive copies not covered by the direct-dep bumps in PRs #822/#823/#824: - axios >=1.18.1 (nx pulled vulnerable 1.8.4 transitively) - js-yaml >=4.2.0 (was >=4.1.1, still exposed to CVE-2026-53550 quadratic DoS) - fast-uri, tmp, got, follow-redirects, @opentelemetry/core, h3 Remove packages/shared-lib/package-lock.json — an unused npm lockfile in a pnpm workspace that Dependabot scanned as a separate project, producing duplicate alerts. --- .projenrc.ts | 14 +- package.json | 11 +- packages/shared-lib/package-lock.json | 2335 ------------------------- pnpm-lock.yaml | 593 +++---- 4 files changed, 249 insertions(+), 2704 deletions(-) delete mode 100644 packages/shared-lib/package-lock.json diff --git a/.projenrc.ts b/.projenrc.ts index f8973c509..7c0e6262b 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -664,9 +664,6 @@ root.gitignore.addPatterns('!packages/back-end/.env.local.example', '!config/.en // Security: force minimum patched versions for transitive deps with active Dependabot alerts. // These overrides survive future `pnpm exec projen` runs because they live here, not in package.json. -// @opentelemetry/core (CVE-2026-54285) is excluded: the fix requires a 1.x→2.x major bump that -// breaks all @opentelemetry/*@0.53.0/1.x peer deps in the lockfile — needs a coordinated suite -// upgrade tracked separately. root.addFields({ pnpm: { overrides: { @@ -688,7 +685,7 @@ root.addFields({ protobufjs: '>=7.6.3 <8.0.0', // CVE-2026-53550 (quadratic-complexity DoS in merge key handling via repeated aliases) // Also forces any transitive js-yaml 3.x to resolve to the safe 4.x line - 'js-yaml': '>=4.1.1', + 'js-yaml': '>=4.2.0', // --- PR3: CRITICAL severity --- // CVE-2024-55565: newline injection in quoted shell args (RCE in shell pipelines) @@ -776,6 +773,15 @@ root.addFields({ cookie: '>=0.7.0', // CVE-2024-55997: response header manipulation via crafted header values 'on-headers': '>=1.1.0', + + // --- Dependabot follow-up: transitive copies not covered by direct-dep bumps --- + axios: '>=1.18.1', // force nx's transitive axios 1.8.4 up (prototype-pollution + SSRF cluster) + 'fast-uri': '>=3.1.2', // path traversal + host confusion + tmp: '>=0.2.6', // path traversal + symlink write + got: '>=11.8.5', // redirect-to-UNIX-socket + 'follow-redirects': '>=1.16.0', // auth header leak on cross-domain redirect + '@opentelemetry/core': '>=2.8.0', // unbounded memory alloc in W3C baggage + h3: '>=1.15.9', // request smuggling + path traversal + SSE injection }, }, }); diff --git a/package.json b/package.json index 15c83e802..2651ed06e 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "dompurify": ">=3.4.11", "tar": ">=7.5.16", "protobufjs": ">=7.6.3 <8.0.0", - "js-yaml": ">=4.1.1", + "js-yaml": ">=4.2.0", "shell-quote": ">=1.8.4", "simple-git": ">=3.36.0", "fast-xml-parser": ">=5.7.0", @@ -105,7 +105,14 @@ "launch-editor": ">=2.14.1", "diff": ">=8.0.3", "cookie": ">=0.7.0", - "on-headers": ">=1.1.0" + "on-headers": ">=1.1.0", + "axios": ">=1.18.1", + "fast-uri": ">=3.1.2", + "tmp": ">=0.2.6", + "got": ">=11.8.5", + "follow-redirects": ">=1.16.0", + "@opentelemetry/core": ">=2.8.0", + "h3": ">=1.15.9" } }, "engines": { diff --git a/packages/shared-lib/package-lock.json b/packages/shared-lib/package-lock.json deleted file mode 100644 index d2356ae06..000000000 --- a/packages/shared-lib/package-lock.json +++ /dev/null @@ -1,2335 +0,0 @@ -{ - "name": "@easy-genomics/shared-lib", - "version": "0.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "@easy-genomics/shared-lib", - "version": "0.0.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/client-api-gateway": "^3.637.0", - "@aws-sdk/client-cognito-identity-provider": "^3.620.1", - "@nestjs/config": "^3.2.2", - "aws-cdk": "^2.125.0", - "aws-cdk-lib": "^2.125.0", - "aws-lambda": "^1.0.7", - "js-yaml": "^4.1.0", - "uuid": "^8.3.2", - "zod": "^3.22.4" - }, - "devDependencies": { - "@types/aws-lambda": "^8.10.133", - "@types/jest": "^29.5.11", - "@types/js-yaml": "^4.0.9", - "@types/node": "^20", - "@types/uuid": "^9.0.8", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", - "aws-cdk-lib": "^2.125.0", - "constructs": "^10.0.0", - "eslint": "^8", - "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-import": "^2.29.1", - "jest": "^29.7.0", - "jest-junit": "^15", - "openapi-typescript": "^6.7.4", - "projen": "^0.80.20", - "ts-jest": "^29.1.2", - "typescript": "^5.3.3" - }, - "engines": { - "node": ">= 20.15.0" - } - }, - "../../node_modules/.pnpm/@aws-sdk+client-api-gateway@3.637.0/node_modules/@aws-sdk/client-api-gateway": { - "version": "3.637.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-crypto/sha256-browser": "5.2.0", - "@aws-crypto/sha256-js": "5.2.0", - "@aws-sdk/client-sso-oidc": "3.637.0", - "@aws-sdk/client-sts": "3.637.0", - "@aws-sdk/core": "3.635.0", - "@aws-sdk/credential-provider-node": "3.637.0", - "@aws-sdk/middleware-host-header": "3.620.0", - "@aws-sdk/middleware-logger": "3.609.0", - "@aws-sdk/middleware-recursion-detection": "3.620.0", - "@aws-sdk/middleware-sdk-api-gateway": "3.620.0", - "@aws-sdk/middleware-user-agent": "3.637.0", - "@aws-sdk/region-config-resolver": "3.614.0", - "@aws-sdk/types": "3.609.0", - "@aws-sdk/util-endpoints": "3.637.0", - "@aws-sdk/util-user-agent-browser": "3.609.0", - "@aws-sdk/util-user-agent-node": "3.614.0", - "@smithy/config-resolver": "^3.0.5", - "@smithy/core": "^2.4.0", - "@smithy/fetch-http-handler": "^3.2.4", - "@smithy/hash-node": "^3.0.3", - "@smithy/invalid-dependency": "^3.0.3", - "@smithy/middleware-content-length": "^3.0.5", - "@smithy/middleware-endpoint": "^3.1.0", - "@smithy/middleware-retry": "^3.0.15", - "@smithy/middleware-serde": "^3.0.3", - "@smithy/middleware-stack": "^3.0.3", - "@smithy/node-config-provider": "^3.1.4", - "@smithy/node-http-handler": "^3.1.4", - "@smithy/protocol-http": "^4.1.0", - "@smithy/smithy-client": "^3.2.0", - "@smithy/types": "^3.3.0", - "@smithy/url-parser": "^3.0.3", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.15", - "@smithy/util-defaults-mode-node": "^3.0.15", - "@smithy/util-endpoints": "^2.0.5", - "@smithy/util-middleware": "^3.0.3", - "@smithy/util-retry": "^3.0.3", - "@smithy/util-stream": "^3.1.3", - "@smithy/util-utf8": "^3.0.0", - "tslib": "^2.6.2" - }, - "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", - "concurrently": "7.0.0", - "downlevel-dts": "0.10.1", - "rimraf": "3.0.2", - "typescript": "~4.9.5" - }, - "engines": { - "node": ">=16.0.0" - } - }, - "../../node_modules/.pnpm/@aws-sdk+client-cognito-identity-provider@3.620.1/node_modules/@aws-sdk/client-cognito-identity-provider": { - "version": "3.620.1", - "license": "Apache-2.0", - "dependencies": { - "@aws-crypto/sha256-browser": "5.2.0", - "@aws-crypto/sha256-js": "5.2.0", - "@aws-sdk/client-sso-oidc": "3.620.1", - "@aws-sdk/client-sts": "3.620.1", - "@aws-sdk/core": "3.620.1", - "@aws-sdk/credential-provider-node": "3.620.1", - "@aws-sdk/middleware-host-header": "3.620.0", - "@aws-sdk/middleware-logger": "3.609.0", - "@aws-sdk/middleware-recursion-detection": "3.620.0", - "@aws-sdk/middleware-user-agent": "3.620.0", - "@aws-sdk/region-config-resolver": "3.614.0", - "@aws-sdk/types": "3.609.0", - "@aws-sdk/util-endpoints": "3.614.0", - "@aws-sdk/util-user-agent-browser": "3.609.0", - "@aws-sdk/util-user-agent-node": "3.614.0", - "@smithy/config-resolver": "^3.0.5", - "@smithy/core": "^2.3.0", - "@smithy/fetch-http-handler": "^3.2.3", - "@smithy/hash-node": "^3.0.3", - "@smithy/invalid-dependency": "^3.0.3", - "@smithy/middleware-content-length": "^3.0.5", - "@smithy/middleware-endpoint": "^3.1.0", - "@smithy/middleware-retry": "^3.0.12", - "@smithy/middleware-serde": "^3.0.3", - "@smithy/middleware-stack": "^3.0.3", - "@smithy/node-config-provider": "^3.1.4", - "@smithy/node-http-handler": "^3.1.4", - "@smithy/protocol-http": "^4.1.0", - "@smithy/smithy-client": "^3.1.10", - "@smithy/types": "^3.3.0", - "@smithy/url-parser": "^3.0.3", - "@smithy/util-base64": "^3.0.0", - "@smithy/util-body-length-browser": "^3.0.0", - "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.12", - "@smithy/util-defaults-mode-node": "^3.0.12", - "@smithy/util-endpoints": "^2.0.5", - "@smithy/util-middleware": "^3.0.3", - "@smithy/util-retry": "^3.0.3", - "@smithy/util-utf8": "^3.0.0", - "tslib": "^2.6.2" - }, - "devDependencies": { - "@tsconfig/node16": "16.1.3", - "@types/node": "^16.18.96", - "concurrently": "7.0.0", - "downlevel-dts": "0.10.1", - "rimraf": "3.0.2", - "typescript": "~4.9.5" - }, - "engines": { - "node": ">=16.0.0" - } - }, - "../../node_modules/.pnpm/@nestjs+config@3.2.3_@nestjs+common@10.3.10_reflect-metadata@0.2.2_rxjs@7.8.1__rxjs@7.8.1/node_modules/@nestjs/config": { - "version": "3.2.3", - "license": "MIT", - "dependencies": { - "dotenv": "16.4.5", - "dotenv-expand": "10.0.0", - "lodash": "4.17.21" - }, - "devDependencies": { - "@commitlint/cli": "19.3.0", - "@commitlint/config-angular": "19.3.0", - "@nestjs/common": "10.3.10", - "@nestjs/core": "10.3.10", - "@nestjs/platform-express": "10.3.10", - "@nestjs/testing": "10.3.10", - "@types/jest": "29.5.12", - "@types/lodash": "4.17.6", - "@types/node": "20.14.9", - "@typescript-eslint/eslint-plugin": "7.14.1", - "@typescript-eslint/parser": "7.14.1", - "eslint": "8.57.0", - "eslint-config-prettier": "9.1.0", - "eslint-plugin-import": "2.29.1", - "husky": "9.0.11", - "jest": "29.7.0", - "joi": "17.13.3", - "lint-staged": "15.2.7", - "prettier": "3.3.2", - "reflect-metadata": "0.2.2", - "release-it": "17.4.1", - "rimraf": "5.0.7", - "rxjs": "7.8.1", - "ts-jest": "29.1.5", - "typescript": "5.5.2" - }, - "peerDependencies": { - "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0", - "rxjs": "^7.1.0" - } - }, - "../../node_modules/.pnpm/@types+aws-lambda@8.10.142/node_modules/@types/aws-lambda": { - "version": "8.10.142", - "dev": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/@types+jest@29.5.12/node_modules/@types/jest": { - "version": "29.5.12", - "dev": true, - "license": "MIT", - "dependencies": { - "expect": "^29.0.0", - "pretty-format": "^29.0.0" - } - }, - "../../node_modules/.pnpm/@types+js-yaml@4.0.9/node_modules/@types/js-yaml": { - "version": "4.0.9", - "dev": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/@types+node@20.14.13/node_modules/@types/node": { - "version": "20.14.13", - "dev": true, - "license": "MIT", - "dependencies": { - "undici-types": "~5.26.4" - } - }, - "../../node_modules/.pnpm/@types+uuid@9.0.8/node_modules/@types/uuid": { - "version": "9.0.8", - "dev": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/@typescript-eslint+eslint-plugin@6.21.0_@typescript-eslint+parser@6.21.0_eslint@8.57.0_typesc_gtth2h2zpcgjvqhoeye7rvkdyq/node_modules/@typescript-eslint/eslint-plugin": { - "version": "6.21.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/regexpp": "^4.5.1", - "@typescript-eslint/scope-manager": "6.21.0", - "@typescript-eslint/type-utils": "6.21.0", - "@typescript-eslint/utils": "6.21.0", - "@typescript-eslint/visitor-keys": "6.21.0", - "debug": "^4.3.4", - "graphemer": "^1.4.0", - "ignore": "^5.2.4", - "natural-compare": "^1.4.0", - "semver": "^7.5.4", - "ts-api-utils": "^1.0.1" - }, - "devDependencies": { - "@prettier/sync": "*", - "@types/debug": "*", - "@types/marked": "*", - "@types/natural-compare": "*", - "@typescript-eslint/rule-schema-to-typescript-types": "6.21.0", - "@typescript-eslint/rule-tester": "6.21.0", - "ajv": "^6.12.6", - "chalk": "^5.3.0", - "cross-fetch": "*", - "grapheme-splitter": "^1.0.4", - "jest": "29.7.0", - "jest-specific-snapshot": "^8.0.0", - "json-schema": "*", - "markdown-table": "^3.0.3", - "marked": "^5.1.1", - "prettier": "^3.0.3", - "rimraf": "*", - "title-case": "^3.0.3", - "tsx": "*", - "typescript": "*" - }, - "engines": { - "node": "^16.0.0 || >=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha", - "eslint": "^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "../../node_modules/.pnpm/@typescript-eslint+parser@6.21.0_eslint@8.57.0_typescript@5.5.4/node_modules/@typescript-eslint/parser": { - "version": "6.21.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "@typescript-eslint/scope-manager": "6.21.0", - "@typescript-eslint/types": "6.21.0", - "@typescript-eslint/typescript-estree": "6.21.0", - "@typescript-eslint/visitor-keys": "6.21.0", - "debug": "^4.3.4" - }, - "devDependencies": { - "@types/glob": "*", - "downlevel-dts": "*", - "glob": "*", - "jest": "29.7.0", - "prettier": "^3.0.3", - "rimraf": "*", - "typescript": "*" - }, - "engines": { - "node": "^16.0.0 || >=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib": { - "version": "2.150.0", - "bundleDependencies": [ - "@balena/dockerignore", - "case", - "fs-extra", - "ignore", - "jsonschema", - "minimatch", - "punycode", - "semver", - "table", - "yaml", - "mime-types" - ], - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@aws-cdk/asset-awscli-v1": "^2.2.202", - "@aws-cdk/asset-kubectl-v20": "^2.1.2", - "@aws-cdk/asset-node-proxy-agent-v6": "^2.0.3", - "@balena/dockerignore": "^1.0.2", - "case": "1.6.3", - "fs-extra": "^11.2.0", - "ignore": "^5.3.1", - "jsonschema": "^1.4.1", - "mime-types": "^2.1.35", - "minimatch": "^3.1.2", - "punycode": "^2.3.1", - "semver": "^7.6.2", - "table": "^6.8.2", - "yaml": "1.10.2" - }, - "devDependencies": { - "@aws-cdk/aws-custom-resource-sdk-adapter": "2.150.0-alpha.0", - "@aws-cdk/aws-service-spec": "^0.1.12", - "@aws-cdk/cdk-build-tools": "2.150.0-alpha.0", - "@aws-cdk/custom-resource-handlers": "2.150.0-alpha.0", - "@aws-cdk/lazify": "2.150.0-alpha.0", - "@aws-cdk/pkglint": "2.150.0-alpha.0", - "@aws-cdk/spec2cdk": "2.150.0-alpha.0", - "@aws-sdk/client-account": "3.421.0", - "@aws-sdk/client-acm": "3.421.0", - "@aws-sdk/client-cloudwatch-logs": "3.421.0", - "@aws-sdk/client-codepipeline": "3.421.0", - "@aws-sdk/client-dynamodb": "3.421.0", - "@aws-sdk/client-ec2": "3.421.0", - "@aws-sdk/client-ecr": "3.421.0", - "@aws-sdk/client-eks": "3.421.0", - "@aws-sdk/client-iam": "3.421.0", - "@aws-sdk/client-lambda": "3.421.0", - "@aws-sdk/client-route-53": "3.421.0", - "@aws-sdk/client-s3": "3.421.0", - "@aws-sdk/client-sfn": "3.421.0", - "@aws-sdk/client-ssm": "3.421.0", - "@aws-sdk/client-sts": "3.421.0", - "@aws-sdk/credential-providers": "3.421.0", - "@aws-sdk/node-http-handler": "^3.370.0", - "@aws-sdk/types": "^3.433.0", - "@smithy/util-stream": "^2.2.0", - "@types/aws-lambda": "^8.10.140", - "@types/jest": "^29.5.12", - "@types/lodash": "^4.17.6", - "@types/mime-types": "^2.1.4", - "@types/punycode": "^2.1.4", - "aws-sdk": "^2.1653.0", - "aws-sdk-client-mock": "^3.1.0", - "aws-sdk-client-mock-jest": "^3.1.0", - "aws-sdk-mock": "5.8.0", - "cdk8s": "2.68.85", - "constructs": "^10.0.0", - "delay": "5.0.0", - "esbuild": "^0.23.0", - "fast-check": "^3.19.0", - "jest": "^29.7.0", - "jest-each": "^29.7.0", - "lambda-tester": "^4.0.1", - "lodash": "^4.17.21", - "nock": "^13.5.4", - "sinon": "^9.2.4", - "ts-mock-imports": "^1.3.16", - "ts-node": "^10.9.2", - "typescript": "~5.4.5", - "typescript-json-schema": "^0.64.0" - }, - "engines": { - "node": ">= 14.15.0" - }, - "peerDependencies": { - "constructs": "^10.0.0" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/@balena/dockerignore": { - "version": "1.0.2", - "dev": true, - "inBundle": true, - "license": "Apache-2.0" - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/ajv": { - "version": "8.16.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.4.1" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/ansi-regex": { - "version": "5.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/astral-regex": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/balanced-match": { - "version": "1.0.2", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/brace-expansion": { - "version": "1.1.11", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/case": { - "version": "1.6.3", - "dev": true, - "inBundle": true, - "license": "(MIT OR GPL-3.0-or-later)", - "engines": { - "node": ">= 0.8.0" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/concat-map": { - "version": "0.0.1", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/emoji-regex": { - "version": "8.0.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/fast-deep-equal": { - "version": "3.1.3", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/fs-extra": { - "version": "11.2.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=14.14" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/graceful-fs": { - "version": "4.2.11", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/ignore": { - "version": "5.3.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/json-schema-traverse": { - "version": "1.0.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/jsonfile": { - "version": "6.1.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/jsonschema": { - "version": "1.4.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": "*" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/lodash.truncate": { - "version": "4.4.2", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/mime-db": { - "version": "1.52.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/mime-types": { - "version": "2.1.35", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/minimatch": { - "version": "3.1.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/punycode": { - "version": "2.3.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/require-from-string": { - "version": "2.0.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/semver": { - "version": "7.6.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/slice-ansi": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/string-width": { - "version": "4.2.3", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/strip-ansi": { - "version": "6.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/table": { - "version": "6.8.2", - "dev": true, - "inBundle": true, - "license": "BSD-3-Clause", - "dependencies": { - "ajv": "^8.0.1", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/universalify": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 10.0.0" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/uri-js": { - "version": "4.4.1", - "dev": true, - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib/node_modules/yaml": { - "version": "1.10.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">= 6" - } - }, - "../../node_modules/.pnpm/aws-cdk@2.150.0/node_modules/aws-cdk": { - "version": "2.150.0", - "license": "Apache-2.0", - "bin": { - "cdk": "bin/cdk" - }, - "devDependencies": { - "@aws-cdk/cdk-build-tools": "2.150.0-alpha.0", - "@aws-cdk/cloud-assembly-schema": "2.150.0", - "@aws-cdk/cloudformation-diff": "2.150.0", - "@aws-cdk/cx-api": "2.150.0", - "@aws-cdk/pkglint": "2.150.0-alpha.0", - "@aws-cdk/region-info": "2.150.0", - "@jsii/check-node": "1.101.0", - "@octokit/rest": "^18.12.0", - "@types/archiver": "^5.3.4", - "@types/fs-extra": "^9.0.13", - "@types/glob": "^7.2.0", - "@types/jest": "^29.5.12", - "@types/mockery": "^1.4.33", - "@types/promptly": "^3.0.5", - "@types/semver": "^7.5.8", - "@types/sinon": "^9.0.11", - "@types/source-map-support": "^0.5.10", - "@types/table": "^6.0.0", - "@types/uuid": "^8.3.4", - "@types/wrap-ansi": "^3.0.0", - "@types/yargs": "^15.0.19", - "archiver": "^5.3.2", - "aws-cdk-lib": "2.150.0", - "aws-sdk": "^2.1653.0", - "aws-sdk-mock": "5.6.0", - "axios": "^1.7.2", - "camelcase": "^6.3.0", - "cdk-assets": "2.150.0", - "cdk-from-cfn": "^0.162.0", - "chalk": "^4", - "chokidar": "^3.6.0", - "constructs": "^10.0.0", - "decamelize": "^5.0.1", - "fast-check": "^3.19.0", - "fs-extra": "^9.1.0", - "glob": "^7.2.3", - "jest": "^29.7.0", - "jest-mock": "^29.7.0", - "json-diff": "^0.10.0", - "madge": "^5.0.2", - "make-runnable": "^1.4.1", - "minimatch": "^9.0.5", - "nock": "^13.5.4", - "promptly": "^3.2.0", - "proxy-agent": "^6.4.0", - "semver": "^7.6.2", - "sinon": "^9.2.4", - "source-map-support": "^0.5.21", - "strip-ansi": "^6.0.1", - "table": "^6.8.2", - "ts-jest": "^29.1.5", - "ts-mock-imports": "^1.3.16", - "uuid": "^8.3.2", - "wrap-ansi": "^7.0.0", - "xml-js": "^1.6.11", - "yaml": "1.10.2", - "yargs": "^16.2.0" - }, - "engines": { - "node": ">= 14.15.0" - }, - "optionalDependencies": { - "fsevents": "2.3.2" - } - }, - "../../node_modules/.pnpm/aws-lambda@1.0.7/node_modules/aws-lambda": { - "version": "1.0.7", - "license": "MIT", - "dependencies": { - "aws-sdk": "^2.814.0", - "commander": "^3.0.2", - "js-yaml": "^3.14.1", - "watchpack": "^2.0.0-beta.10" - }, - "bin": { - "lambda": "bin/lambda" - }, - "devDependencies": { - "eslint": "^8.2.0", - "mocha": "^9.1.3" - } - }, - "../../node_modules/.pnpm/constructs@10.3.0/node_modules/constructs": { - "version": "10.3.0", - "dev": true, - "license": "Apache-2.0", - "devDependencies": { - "@types/jest": "^27", - "@types/node": "^16", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", - "cdklabs-projen-project-types": "^0.1.163", - "eslint": "^8", - "eslint-import-resolver-node": "^0.3.9", - "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-import": "^2.28.1", - "jest": "^27", - "jest-junit": "^15", - "jsii": "5.0.x", - "jsii-diff": "^1.90.0", - "jsii-docgen": "^1.8.110", - "jsii-pacmak": "^1.90.0", - "jsii-rosetta": "5.0.x", - "npm-check-updates": "^16", - "projen": "^0.73.45", - "standard-version": "^9", - "ts-jest": "^27", - "ts-node": "^10.9.1", - "typescript": "~4.9.5" - }, - "engines": { - "node": ">= 16.14.0" - } - }, - "../../node_modules/.pnpm/eslint-import-resolver-typescript@3.6.1_@typescript-eslint+parser@6.21.0_eslint@8.57.0_typesc_7z6y3lx76pojiwe2mfs2kvqgwu/node_modules/eslint-import-resolver-typescript": { - "version": "3.6.1", - "dev": true, - "license": "ISC", - "dependencies": { - "debug": "^4.3.4", - "enhanced-resolve": "^5.12.0", - "eslint-module-utils": "^2.7.4", - "fast-glob": "^3.3.1", - "get-tsconfig": "^4.5.0", - "is-core-module": "^2.11.0", - "is-glob": "^4.0.3" - }, - "devDependencies": { - "@1stg/lib-config": "^11.0.1", - "@changesets/changelog-github": "^0.4.8", - "@changesets/cli": "^2.26.2", - "@mozilla/glean": "^1.3.0", - "@types/debug": "^4.1.7", - "@types/is-core-module": "^2.2.0", - "@types/is-glob": "^4.0.2", - "@types/node": "^18.15.11", - "@types/unist": "^2.0.8", - "dummy.js": "link:dummy.js", - "react": "^18.2.0", - "size-limit": "^8.2.4", - "size-limit-preset-node-lib": "^0.2.0", - "type-coverage": "^2.25.0", - "typescript": "^5.0.4" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts" - }, - "peerDependencies": { - "eslint": "*", - "eslint-plugin-import": "*" - } - }, - "../../node_modules/.pnpm/eslint-plugin-import@2.29.1_@typescript-eslint+parser@6.21.0_eslint@8.57.0_typescript@5.5.4___th4f2gpupggha5y5wyf7wutbdq/node_modules/eslint-plugin-import": { - "version": "2.29.1", - "dev": true, - "license": "MIT", - "dependencies": { - "array-includes": "^3.1.7", - "array.prototype.findlastindex": "^1.2.3", - "array.prototype.flat": "^1.3.2", - "array.prototype.flatmap": "^1.3.2", - "debug": "^3.2.7", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.8.0", - "hasown": "^2.0.0", - "is-core-module": "^2.13.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.7", - "object.groupby": "^1.0.1", - "object.values": "^1.1.7", - "semver": "^6.3.1", - "tsconfig-paths": "^3.15.0" - }, - "devDependencies": { - "@angular-eslint/template-parser": "^13.5.0", - "@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped", - "@test-scope/some-module": "file:./tests/files/symlinked-module", - "@typescript-eslint/parser": "^2.23.0 || ^3.3.0 || ^4.29.3 || ^5.10.0", - "babel-cli": "^6.26.0", - "babel-core": "^6.26.3", - "babel-eslint": "=8.0.3 || ^8.2.6", - "babel-plugin-istanbul": "^4.1.6", - "babel-plugin-module-resolver": "^2.7.1", - "babel-preset-airbnb": "^2.6.0", - "babel-preset-flow": "^6.23.0", - "babel-register": "^6.26.0", - "babylon": "^6.18.0", - "chai": "^4.3.10", - "cross-env": "^4.0.0", - "escope": "^3.6.0", - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8", - "eslint-doc-generator": "^1.6.1", - "eslint-import-resolver-node": "file:./resolvers/node", - "eslint-import-resolver-typescript": "^1.0.2 || ^1.1.1", - "eslint-import-resolver-webpack": "file:./resolvers/webpack", - "eslint-import-test-order-redirect": "file:./tests/files/order-redirect", - "eslint-module-utils": "file:./utils", - "eslint-plugin-eslint-plugin": "^2.3.0", - "eslint-plugin-import": "2.x", - "eslint-plugin-json": "^2.1.2", - "fs-copy-file-sync": "^1.1.1", - "glob": "^7.2.3", - "in-publish": "^2.0.1", - "jackspeak": "=2.1.1", - "linklocal": "^2.8.2", - "lodash.isarray": "^4.0.0", - "markdownlint-cli": "^0.38.0", - "mocha": "^3.5.3", - "npm-which": "^3.0.1", - "nyc": "^11.9.0", - "redux": "^3.7.2", - "rimraf": "^2.7.1", - "safe-publish-latest": "^2.0.0", - "sinon": "^2.4.1", - "typescript": "^2.8.1 || ~3.9.5 || ~4.5.2", - "typescript-eslint-parser": "^15 || ^20 || ^22" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" - } - }, - "../../node_modules/.pnpm/eslint@8.57.0/node_modules/eslint": { - "version": "8.57.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.0", - "@humanwhocodes/config-array": "^0.11.14", - "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "@ungap/structured-clone": "^1.2.0", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "devDependencies": { - "@babel/core": "^7.4.3", - "@babel/preset-env": "^7.4.3", - "@wdio/browser-runner": "^8.14.6", - "@wdio/cli": "^8.14.6", - "@wdio/concise-reporter": "^8.14.0", - "@wdio/globals": "^8.14.6", - "@wdio/mocha-framework": "^8.14.0", - "babel-loader": "^8.0.5", - "c8": "^7.12.0", - "chai": "^4.0.1", - "cheerio": "^0.22.0", - "common-tags": "^1.8.0", - "core-js": "^3.1.3", - "ejs": "^3.0.2", - "eslint": "file:.", - "eslint-config-eslint": "file:packages/eslint-config-eslint", - "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-eslint-plugin": "^5.2.1", - "eslint-plugin-internal-rules": "file:tools/internal-rules", - "eslint-plugin-jsdoc": "^46.2.5", - "eslint-plugin-n": "^16.6.0", - "eslint-plugin-unicorn": "^49.0.0", - "eslint-release": "^3.2.0", - "eslump": "^3.0.0", - "esprima": "^4.0.1", - "fast-glob": "^3.2.11", - "fs-teardown": "^0.1.3", - "glob": "^7.1.6", - "got": "^11.8.3", - "gray-matter": "^4.0.3", - "lint-staged": "^11.0.0", - "load-perf": "^0.2.0", - "markdown-it": "^12.2.0", - "markdown-it-container": "^3.0.0", - "markdownlint": "^0.32.0", - "markdownlint-cli": "^0.37.0", - "marked": "^4.0.8", - "memfs": "^3.0.1", - "metascraper": "^5.25.7", - "metascraper-description": "^5.25.7", - "metascraper-image": "^5.29.3", - "metascraper-logo": "^5.25.7", - "metascraper-logo-favicon": "^5.25.7", - "metascraper-title": "^5.25.7", - "mocha": "^8.3.2", - "mocha-junit-reporter": "^2.0.0", - "node-polyfill-webpack-plugin": "^1.0.3", - "npm-license": "^0.3.3", - "pirates": "^4.0.5", - "progress": "^2.0.3", - "proxyquire": "^2.0.1", - "recast": "^0.23.0", - "regenerator-runtime": "^0.14.0", - "rollup-plugin-node-polyfills": "^0.2.1", - "semver": "^7.5.3", - "shelljs": "^0.8.2", - "sinon": "^11.0.0", - "vite-plugin-commonjs": "^0.10.0", - "webdriverio": "^8.14.6", - "webpack": "^5.23.0", - "webpack-cli": "^4.5.0", - "yorkie": "^2.0.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "../../node_modules/.pnpm/jest-junit@15.0.0/node_modules/jest-junit": { - "version": "15.0.0", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "mkdirp": "^1.0.4", - "strip-ansi": "^6.0.1", - "uuid": "^8.3.2", - "xml": "^1.0.1" - }, - "devDependencies": { - "jest": "^27.2.3", - "libxmljs2": "^0.29.0", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10.12.0" - } - }, - "../../node_modules/.pnpm/jest@29.7.0_@types+node@20.14.13_ts-node@10.9.2_@types+node@20.16.2_typescript@5.5.4_/node_modules/jest": { - "version": "29.7.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@jest/core": "^29.7.0", - "@jest/types": "^29.6.3", - "import-local": "^3.0.2", - "jest-cli": "^29.7.0" - }, - "bin": { - "jest": "bin/jest.js" - }, - "devDependencies": { - "@tsd/typescript": "^5.0.4", - "tsd-lite": "^0.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "../../node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml": { - "version": "4.1.0", - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - }, - "devDependencies": { - "@rollup/plugin-commonjs": "^17.0.0", - "@rollup/plugin-node-resolve": "^11.0.0", - "ansi": "^0.3.1", - "benchmark": "^2.1.4", - "codemirror": "^5.13.4", - "eslint": "^7.0.0", - "fast-check": "^2.8.0", - "gh-pages": "^3.1.0", - "mocha": "^8.2.1", - "nyc": "^15.1.0", - "rollup": "^2.34.1", - "rollup-plugin-node-polyfills": "^0.2.1", - "rollup-plugin-terser": "^7.0.2", - "shelljs": "^0.8.4" - } - }, - "../../node_modules/.pnpm/openapi-typescript@6.7.6/node_modules/openapi-typescript": { - "version": "6.7.6", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-colors": "^4.1.3", - "fast-glob": "^3.3.2", - "js-yaml": "^4.1.0", - "supports-color": "^9.4.0", - "undici": "^5.28.4", - "yargs-parser": "^21.1.1" - }, - "bin": { - "openapi-typescript": "bin/cli.js" - }, - "devDependencies": { - "@types/degit": "^2.8.6", - "@types/js-yaml": "^4.0.9", - "@types/node": "^20.12.12", - "degit": "^2.8.4", - "del-cli": "^5.1.0", - "esbuild": "^0.21.3", - "execa": "^7.2.0", - "vite": "^5.2.11", - "vite-node": "^1.6.0", - "vitest": "^1.6.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen": { - "version": "0.80.20", - "bundleDependencies": [ - "@iarna/toml", - "case", - "chalk", - "comment-json", - "conventional-changelog-config-spec", - "fast-json-patch", - "glob", - "ini", - "semver", - "shx", - "xmlbuilder2", - "yaml", - "yargs" - ], - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@iarna/toml": "^2.2.5", - "case": "^1.6.3", - "chalk": "^4.1.2", - "comment-json": "4.2.2", - "constructs": "^10.0.0", - "conventional-changelog-config-spec": "^2.1.0", - "fast-json-patch": "^3.1.1", - "glob": "^8", - "ini": "^2.0.0", - "semver": "^7.6.0", - "shx": "^0.3.4", - "xmlbuilder2": "^3.1.1", - "yaml": "^2.2.2", - "yargs": "^17.7.2" - }, - "bin": { - "projen": "bin/projen" - }, - "devDependencies": { - "@types/conventional-changelog-config-spec": "^2.1.5", - "@types/glob": "^7.2.0", - "@types/ini": "^1.3.34", - "@types/jest": "^27", - "@types/node": "^16", - "@types/semver": "^7.5.8", - "@types/yargs": "^16.0.9", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", - "all-contributors-cli": "^6.26.1", - "esbuild": "^0.20.2", - "eslint": "^8", - "eslint-config-prettier": "^8.10.0", - "eslint-import-resolver-typescript": "^2.7.1", - "eslint-plugin-import": "^2.29.1", - "eslint-plugin-prettier": "^4.2.1", - "jest": "^29", - "jest-junit": "^15", - "jsii": "5.4.x", - "jsii-diff": "^1.96.0", - "jsii-docgen": "^10.4.0", - "jsii-pacmak": "^1.96.0", - "jsii-rosetta": "5.4.x", - "license-checker": "^25.0.1", - "markmac": "^0.1.146", - "prettier": "^2.8.8", - "standard-version": "^9", - "ts-jest": "^29", - "ts-node": "^10.9.2", - "typescript": "5.4.x" - }, - "engines": { - "node": ">= 16.0.0" - }, - "peerDependencies": { - "constructs": "^10.0.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/@iarna/toml": { - "version": "2.2.5", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/@oozcitak/dom": { - "version": "1.15.10", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "@oozcitak/infra": "1.0.8", - "@oozcitak/url": "1.0.4", - "@oozcitak/util": "8.3.8" - }, - "engines": { - "node": ">=8.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/@oozcitak/infra": { - "version": "1.0.8", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "@oozcitak/util": "8.3.8" - }, - "engines": { - "node": ">=6.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/@oozcitak/url": { - "version": "1.0.4", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "@oozcitak/infra": "1.0.8", - "@oozcitak/util": "8.3.8" - }, - "engines": { - "node": ">=8.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/@oozcitak/util": { - "version": "8.3.8", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/ansi-regex": { - "version": "5.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/argparse": { - "version": "1.0.10", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/array-timsort": { - "version": "1.0.3", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/balanced-match": { - "version": "1.0.2", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/brace-expansion": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/case": { - "version": "1.6.3", - "dev": true, - "inBundle": true, - "license": "(MIT OR GPL-3.0-or-later)", - "engines": { - "node": ">= 0.8.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/cliui": { - "version": "8.0.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/comment-json": { - "version": "4.2.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "array-timsort": "^1.0.3", - "core-util-is": "^1.0.3", - "esprima": "^4.0.1", - "has-own-prop": "^2.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">= 6" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/concat-map": { - "version": "0.0.1", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/conventional-changelog-config-spec": { - "version": "2.1.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/core-util-is": { - "version": "1.0.3", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/emoji-regex": { - "version": "8.0.0", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/escalade": { - "version": "3.1.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/esprima": { - "version": "4.0.1", - "dev": true, - "inBundle": true, - "license": "BSD-2-Clause", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/fast-json-patch": { - "version": "3.1.1", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/fs.realpath": { - "version": "1.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/function-bind": { - "version": "1.1.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/get-caller-file": { - "version": "2.0.5", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/glob": { - "version": "8.1.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/glob/node_modules/minimatch": { - "version": "5.1.6", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/has-own-prop": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/hasown": { - "version": "2.0.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/inflight": { - "version": "1.0.6", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/inherits": { - "version": "2.0.4", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/ini": { - "version": "2.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/interpret": { - "version": "1.4.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.10" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/is-core-module": { - "version": "2.13.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "hasown": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/js-yaml": { - "version": "3.14.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/lru-cache": { - "version": "6.0.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/minimatch": { - "version": "3.1.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/minimatch/node_modules/brace-expansion": { - "version": "1.1.11", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/minimist": { - "version": "1.2.8", - "dev": true, - "inBundle": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/once": { - "version": "1.4.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/path-is-absolute": { - "version": "1.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/path-parse": { - "version": "1.0.7", - "dev": true, - "inBundle": true, - "license": "MIT" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/rechoir": { - "version": "0.6.2", - "dev": true, - "inBundle": true, - "dependencies": { - "resolve": "^1.1.6" - }, - "engines": { - "node": ">= 0.10" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/repeat-string": { - "version": "1.6.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/require-directory": { - "version": "2.1.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/resolve": { - "version": "1.22.8", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/semver": { - "version": "7.6.0", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/shelljs": { - "version": "0.8.5", - "dev": true, - "inBundle": true, - "license": "BSD-3-Clause", - "dependencies": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "bin": { - "shjs": "bin/shjs" - }, - "engines": { - "node": ">=4" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/shelljs/node_modules/glob": { - "version": "7.2.3", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/shx": { - "version": "0.3.4", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.3", - "shelljs": "^0.8.5" - }, - "bin": { - "shx": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/sprintf-js": { - "version": "1.0.3", - "dev": true, - "inBundle": true, - "license": "BSD-3-Clause" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/string-width": { - "version": "4.2.3", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/strip-ansi": { - "version": "6.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/wrap-ansi": { - "version": "7.0.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/wrappy": { - "version": "1.0.2", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/xmlbuilder2": { - "version": "3.1.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "@oozcitak/dom": "1.15.10", - "@oozcitak/infra": "1.0.8", - "@oozcitak/util": "8.3.8", - "js-yaml": "3.14.1" - }, - "engines": { - "node": ">=12.0" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/y18n": { - "version": "5.0.8", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/yaml": { - "version": "2.4.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/yargs": { - "version": "17.7.2", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen/node_modules/yargs/node_modules/yargs-parser": { - "version": "21.1.1", - "dev": true, - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "../../node_modules/.pnpm/ts-jest@29.2.3_@babel+core@7.25.2_@jest+transform@29.7.0_@jest+types@29.6.3_babel-jest@29.7.0_ms5kemiorjcwto3aeknd2mxile/node_modules/ts-jest": { - "version": "29.2.3", - "dev": true, - "license": "MIT", - "dependencies": { - "bs-logger": "0.x", - "ejs": "^3.1.10", - "fast-json-stable-stringify": "2.x", - "jest-util": "^29.0.0", - "json5": "^2.2.3", - "lodash.memoize": "4.x", - "make-error": "1.x", - "semver": "^7.5.3", - "yargs-parser": "^21.0.1" - }, - "bin": { - "ts-jest": "cli.js" - }, - "devDependencies": { - "@commitlint/cli": "18.6.1", - "@commitlint/config-angular": "18.6.1", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/babel__core": "7.20.5", - "@types/cross-spawn": "latest", - "@types/ejs": "^3.1.5", - "@types/fs-extra": "latest", - "@types/js-yaml": "latest", - "@types/lodash.camelcase": "4.3.9", - "@types/lodash.memoize": "4.1.9", - "@types/lodash.set": "4.3.9", - "@types/micromatch": "4.0.9", - "@types/node": "20.14.11", - "@types/react": "18.x", - "@types/semver": "latest", - "@types/yargs": "latest", - "@types/yargs-parser": "21.0.3", - "@typescript-eslint/eslint-plugin": "^7.16.1", - "@typescript-eslint/parser": "^7.16.1", - "babel-jest": "^29.7.0", - "conventional-changelog-cli": "^5.0.0", - "cross-spawn": "latest", - "esbuild": "~0.21.5", - "eslint": "^8.57.0", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^28.6.0", - "eslint-plugin-jsdoc": "^48.7.0", - "eslint-plugin-prefer-arrow": "^1.2.3", - "eslint-plugin-prettier": "^4.2.1", - "execa": "5.1.1", - "fs-extra": "11.2.0", - "glob": "^10.2.6", - "glob-gitignore": "latest", - "husky": "4.x", - "jest": "^29.7.0", - "jest-snapshot-serializer-raw": "^1.2.0", - "js-yaml": "latest", - "json-schema-to-typescript": "^13.1.2", - "lint-staged": "latest", - "prettier": "^2.8.8", - "typescript": "~5.5.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0" - }, - "peerDependencies": { - "@babel/core": ">=7.0.0-beta.0 <8", - "@jest/transform": "^29.0.0", - "@jest/types": "^29.0.0", - "babel-jest": "^29.0.0", - "jest": "^29.0.0", - "typescript": ">=4.3 <6" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@jest/transform": { - "optional": true - }, - "@jest/types": { - "optional": true - }, - "babel-jest": { - "optional": true - }, - "esbuild": { - "optional": true - } - } - }, - "../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript": { - "version": "5.5.4", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "devDependencies": { - "@dprint/formatter": "^0.3.0", - "@dprint/typescript": "0.91.0", - "@esfx/canceltoken": "^1.0.0", - "@octokit/rest": "^20.1.1", - "@types/chai": "^4.3.16", - "@types/microsoft__typescript-etw": "^0.1.3", - "@types/minimist": "^1.2.5", - "@types/mocha": "^10.0.6", - "@types/ms": "^0.7.34", - "@types/node": "latest", - "@types/source-map-support": "^0.5.10", - "@types/which": "^3.0.3", - "@typescript-eslint/eslint-plugin": "^7.11.0", - "@typescript-eslint/parser": "^7.11.0", - "@typescript-eslint/utils": "^7.11.0", - "azure-devops-node-api": "^13.0.0", - "c8": "^9.1.0", - "chai": "^4.4.1", - "chalk": "^4.1.2", - "chokidar": "^3.6.0", - "diff": "^5.2.0", - "dprint": "^0.46.1", - "esbuild": "^0.21.4", - "eslint": "^8.57.0", - "eslint-formatter-autolinkable-stylish": "^1.3.0", - "eslint-plugin-local": "^4.2.2", - "fast-xml-parser": "^4.4.0", - "glob": "^10.4.1", - "hereby": "^1.8.9", - "jsonc-parser": "^3.2.1", - "minimist": "^1.2.8", - "mocha": "^10.4.0", - "mocha-fivemat-progress-reporter": "^0.1.0", - "ms": "^2.1.3", - "node-fetch": "^3.3.2", - "playwright": "^1.44.1", - "source-map-support": "^0.5.21", - "tslib": "^2.6.2", - "typescript": "^5.4.5", - "which": "^3.0.1" - }, - "engines": { - "node": ">=14.17" - } - }, - "../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid": { - "version": "8.3.2", - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - }, - "devDependencies": { - "@babel/cli": "7.11.6", - "@babel/core": "7.11.6", - "@babel/preset-env": "7.11.5", - "@commitlint/cli": "11.0.0", - "@commitlint/config-conventional": "11.0.0", - "@rollup/plugin-node-resolve": "9.0.0", - "babel-eslint": "10.1.0", - "bundlewatch": "0.3.1", - "eslint": "7.10.0", - "eslint-config-prettier": "6.12.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.22.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-prettier": "3.1.4", - "eslint-plugin-promise": "4.2.1", - "eslint-plugin-standard": "4.0.1", - "husky": "4.3.0", - "jest": "25.5.4", - "lint-staged": "10.4.0", - "npm-run-all": "4.1.5", - "optional-dev-dependency": "2.0.1", - "prettier": "2.1.2", - "random-seed": "0.3.0", - "rollup": "2.28.2", - "rollup-plugin-terser": "7.0.2", - "runmd": "1.3.2", - "standard-version": "9.0.0" - } - }, - "../../node_modules/.pnpm/zod@3.23.8/node_modules/zod": { - "version": "3.23.8", - "license": "MIT", - "devDependencies": { - "@babel/core": "^7.22.5", - "@babel/preset-env": "^7.22.5", - "@babel/preset-typescript": "^7.22.5", - "@jest/globals": "^29.4.3", - "@rollup/plugin-typescript": "^8.2.0", - "@swc/core": "^1.3.66", - "@swc/jest": "^0.2.26", - "@types/benchmark": "^2.1.0", - "@types/jest": "^29.2.2", - "@types/node": "14", - "@typescript-eslint/eslint-plugin": "^5.15.0", - "@typescript-eslint/parser": "^5.15.0", - "babel-jest": "^29.5.0", - "benchmark": "^2.1.4", - "dependency-cruiser": "^9.19.0", - "eslint": "^8.11.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-ban": "^1.6.0", - "eslint-plugin-import": "^2.25.4", - "eslint-plugin-simple-import-sort": "^7.0.0", - "eslint-plugin-unused-imports": "^2.0.0", - "husky": "^7.0.4", - "jest": "^29.3.1", - "lint-staged": "^12.3.7", - "nodemon": "^2.0.15", - "prettier": "^2.6.0", - "pretty-quick": "^3.1.3", - "rollup": "^2.70.1", - "ts-jest": "^29.1.0", - "ts-morph": "^14.0.0", - "ts-node": "^10.9.1", - "tslib": "^2.3.1", - "tsx": "^3.8.0", - "typescript": "~4.5.5", - "vitest": "^0.32.2" - }, - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } - }, - "node_modules/@aws-sdk/client-api-gateway": { - "resolved": "../../node_modules/.pnpm/@aws-sdk+client-api-gateway@3.637.0/node_modules/@aws-sdk/client-api-gateway", - "link": true - }, - "node_modules/@aws-sdk/client-cognito-identity-provider": { - "resolved": "../../node_modules/.pnpm/@aws-sdk+client-cognito-identity-provider@3.620.1/node_modules/@aws-sdk/client-cognito-identity-provider", - "link": true - }, - "node_modules/@nestjs/config": { - "resolved": "../../node_modules/.pnpm/@nestjs+config@3.2.3_@nestjs+common@10.3.10_reflect-metadata@0.2.2_rxjs@7.8.1__rxjs@7.8.1/node_modules/@nestjs/config", - "link": true - }, - "node_modules/@types/aws-lambda": { - "resolved": "../../node_modules/.pnpm/@types+aws-lambda@8.10.142/node_modules/@types/aws-lambda", - "link": true - }, - "node_modules/@types/jest": { - "resolved": "../../node_modules/.pnpm/@types+jest@29.5.12/node_modules/@types/jest", - "link": true - }, - "node_modules/@types/js-yaml": { - "resolved": "../../node_modules/.pnpm/@types+js-yaml@4.0.9/node_modules/@types/js-yaml", - "link": true - }, - "node_modules/@types/node": { - "resolved": "../../node_modules/.pnpm/@types+node@20.14.13/node_modules/@types/node", - "link": true - }, - "node_modules/@types/uuid": { - "resolved": "../../node_modules/.pnpm/@types+uuid@9.0.8/node_modules/@types/uuid", - "link": true - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "resolved": "../../node_modules/.pnpm/@typescript-eslint+eslint-plugin@6.21.0_@typescript-eslint+parser@6.21.0_eslint@8.57.0_typesc_gtth2h2zpcgjvqhoeye7rvkdyq/node_modules/@typescript-eslint/eslint-plugin", - "link": true - }, - "node_modules/@typescript-eslint/parser": { - "resolved": "../../node_modules/.pnpm/@typescript-eslint+parser@6.21.0_eslint@8.57.0_typescript@5.5.4/node_modules/@typescript-eslint/parser", - "link": true - }, - "node_modules/aws-cdk": { - "resolved": "../../node_modules/.pnpm/aws-cdk@2.150.0/node_modules/aws-cdk", - "link": true - }, - "node_modules/aws-cdk-lib": { - "resolved": "../../node_modules/.pnpm/aws-cdk-lib@2.150.0_constructs@10.3.0/node_modules/aws-cdk-lib", - "link": true - }, - "node_modules/aws-lambda": { - "resolved": "../../node_modules/.pnpm/aws-lambda@1.0.7/node_modules/aws-lambda", - "link": true - }, - "node_modules/constructs": { - "resolved": "../../node_modules/.pnpm/constructs@10.3.0/node_modules/constructs", - "link": true - }, - "node_modules/eslint": { - "resolved": "../../node_modules/.pnpm/eslint@8.57.0/node_modules/eslint", - "link": true - }, - "node_modules/eslint-import-resolver-typescript": { - "resolved": "../../node_modules/.pnpm/eslint-import-resolver-typescript@3.6.1_@typescript-eslint+parser@6.21.0_eslint@8.57.0_typesc_7z6y3lx76pojiwe2mfs2kvqgwu/node_modules/eslint-import-resolver-typescript", - "link": true - }, - "node_modules/eslint-plugin-import": { - "resolved": "../../node_modules/.pnpm/eslint-plugin-import@2.29.1_@typescript-eslint+parser@6.21.0_eslint@8.57.0_typescript@5.5.4___th4f2gpupggha5y5wyf7wutbdq/node_modules/eslint-plugin-import", - "link": true - }, - "node_modules/jest": { - "resolved": "../../node_modules/.pnpm/jest@29.7.0_@types+node@20.14.13_ts-node@10.9.2_@types+node@20.16.2_typescript@5.5.4_/node_modules/jest", - "link": true - }, - "node_modules/jest-junit": { - "resolved": "../../node_modules/.pnpm/jest-junit@15.0.0/node_modules/jest-junit", - "link": true - }, - "node_modules/js-yaml": { - "resolved": "../../node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml", - "link": true - }, - "node_modules/openapi-typescript": { - "resolved": "../../node_modules/.pnpm/openapi-typescript@6.7.6/node_modules/openapi-typescript", - "link": true - }, - "node_modules/projen": { - "resolved": "../../node_modules/.pnpm/projen@0.80.20_constructs@10.3.0/node_modules/projen", - "link": true - }, - "node_modules/ts-jest": { - "resolved": "../../node_modules/.pnpm/ts-jest@29.2.3_@babel+core@7.25.2_@jest+transform@29.7.0_@jest+types@29.6.3_babel-jest@29.7.0_ms5kemiorjcwto3aeknd2mxile/node_modules/ts-jest", - "link": true - }, - "node_modules/typescript": { - "resolved": "../../node_modules/.pnpm/typescript@5.5.4/node_modules/typescript", - "link": true - }, - "node_modules/uuid": { - "resolved": "../../node_modules/.pnpm/uuid@8.3.2/node_modules/uuid", - "link": true - }, - "node_modules/zod": { - "resolved": "../../node_modules/.pnpm/zod@3.23.8/node_modules/zod", - "link": true - } - } -} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 19d51584d..680b22ef9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ overrides: dompurify: '>=3.4.11' tar: '>=7.5.16' protobufjs: '>=7.6.3 <8.0.0' - js-yaml: '>=4.1.1' + js-yaml: '>=4.2.0' shell-quote: '>=1.8.4' simple-git: '>=3.36.0' fast-xml-parser: '>=5.7.0' @@ -46,6 +46,13 @@ overrides: diff: '>=8.0.3' cookie: '>=0.7.0' on-headers: '>=1.1.0' + axios: '>=1.18.1' + fast-uri: '>=3.1.2' + tmp: '>=0.2.6' + got: '>=11.8.5' + follow-redirects: '>=1.16.0' + '@opentelemetry/core': '>=2.8.0' + h3: '>=1.15.9' importers: @@ -386,7 +393,7 @@ importers: specifier: ^2.260.0 version: 2.261.0(constructs@10.4.2) axios: - specifier: ^1.18.1 + specifier: '>=1.18.1' version: 1.18.1 cdk-nag: specifier: ^2.35.67 @@ -555,8 +562,8 @@ importers: specifier: ^1.0.7 version: 1.0.7 js-yaml: - specifier: '>=4.1.1' - version: 4.1.1 + specifier: '>=4.2.0' + version: 5.2.1 strnum: specifier: ^2.2.2 version: 2.2.2 @@ -569,7 +576,7 @@ importers: devDependencies: '@redocly/cli': specifier: ~1.34.15 - version: 1.34.15(ajv@8.20.0)(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3)) + version: 1.34.15(ajv@8.20.0)(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3)) '@types/aws-lambda': specifier: ^8.10.149 version: 8.10.149 @@ -3632,6 +3639,9 @@ packages: peerDependencies: jsep: ^0.4.0||^1.0.0 + '@keyv/serialize@1.1.1': + resolution: {integrity: sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==} + '@koa/router@12.0.2': resolution: {integrity: sha512-sYcHglGKTxGF+hQ6x67xDfkE9o+NhVlRHBqq6gLywaMc6CojK/5vFZByphdonKinYlMLkEkacm+HEse9HzwgTA==} engines: {node: '>= 12'} @@ -3939,9 +3949,9 @@ packages: peerDependencies: '@opentelemetry/api': '>=1.0.0 <1.10.0' - '@opentelemetry/core@1.26.0': - resolution: {integrity: sha512-1iKxXXE8415Cdv0yjG3G6hQnB5eVEsJce3QaawX8SjDn0mAS0ZM8fAbZZJD4ajvhC15cePvosSCut404KrIIvQ==} - engines: {node: '>=14'} + '@opentelemetry/core@2.9.0': + resolution: {integrity: sha512-m2nckMT80NnmjTYSPjJQObBJ+8dgkoajEOUbznL8AHZ3T3yHRk2P7gI1PhEBc1+lOnrYE9UWrWHqJDsmqjmNbw==} + engines: {node: ^18.19.0 || >=20.6.0} peerDependencies: '@opentelemetry/api': '>=1.0.0 <1.10.0' @@ -4009,6 +4019,10 @@ packages: resolution: {integrity: sha512-sAay1RrB+ONOem0OZanAR1ZI/k7yDpnOQSQmTMuGImUQb2y8EbSaCJ94FQluM74xoU03vlb2d2U90hZluL6nQg==} engines: {node: '>=14'} + '@opentelemetry/semantic-conventions@1.42.0': + resolution: {integrity: sha512-icc5xCzndZfhuJMy5oqk5AvloWquR7jtae74qzpkKkhGp8BivK+oCcEXgGnjCdTfp8hA44l+w8gE8yYJbocJJw==} + engines: {node: '>=14'} + '@oxc-minify/binding-android-arm-eabi@0.132.0': resolution: {integrity: sha512-NXxgL3FNGEBz8r+8iSl8wSdyCEMGisVmn2GVuJc5GycWgGzxiP9V9/svgD039JnO9nRAi0j+hP3FNAuDCP4aQg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -4922,6 +4936,9 @@ packages: '@rtsao/scc@1.1.0': resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} + '@sec-ant/readable-stream@0.4.1': + resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} + '@segment/analytics-core@1.4.1': resolution: {integrity: sha512-kV0Pf33HnthuBOVdYNani21kYyj118Fn+9757bxqoksiXoZlYvBsFq6giNdCsKcTIE1eAMqNDq3xE1VQ0cfsHA==} @@ -4974,14 +4991,14 @@ packages: '@sinclair/typebox@0.33.22': resolution: {integrity: sha512-auUj4k+f4pyrIVf4GW5UKquSZFHJWri06QgARy9C0t9ZTjJLIuNIrr1yl9bWcJWJ1Gz1vOvYN1D+QPaIlNMVkQ==} - '@sindresorhus/is@0.14.0': - resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==} - engines: {node: '>=6'} - '@sindresorhus/is@7.2.0': resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==} engines: {node: '>=18'} + '@sindresorhus/is@8.1.0': + resolution: {integrity: sha512-2SX/1jW6CIMAiebvVv5ZInoCEuWQmMyBoJXXGC6Vjakjp/fpxP5eHs7/V6WKuPEIbuK06+VpjH+vjLQhr98rDQ==} + engines: {node: '>=22'} + '@sindresorhus/merge-streams@2.3.0': resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} engines: {node: '>=18'} @@ -5682,10 +5699,6 @@ packages: resolution: {integrity: sha512-JZlVFE6/dYpP9tQmV0/ADfn32L9uFarHWxfcRhReKUnljz1ZiUM5zpX+PH8h5CJs6lao3TuFqnPm9IJJCEkE2w==} engines: {node: '>=10.8'} - '@szmarczak/http-timer@1.1.2': - resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==} - engines: {node: '>=6'} - '@tailwindcss/aspect-ratio@0.4.2': resolution: {integrity: sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==} peerDependencies: @@ -5810,6 +5823,9 @@ packages: '@types/html-minifier-terser@7.0.2': resolution: {integrity: sha512-mm2HqV22l8lFQh4r2oSsOEVea+m0qqxEmwpc9kC1p/XzmjLWrReR9D/GRs8Pex2NX/imyEH9c5IU/7tMBQCHOA==} + '@types/http-cache-semantics@4.2.0': + resolution: {integrity: sha512-L3LgimLHXtGkWikKnsPg0/VFx9OGZaC+eN1u4r+OB1XRqH3meBIAVC2zr1WdMH+RHmnRkqliQAOHNJ/E0j/e0Q==} + '@types/http-errors@2.0.4': resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} @@ -5837,9 +5853,6 @@ packages: '@types/jsonwebtoken@9.0.9': resolution: {integrity: sha512-uoe+GxEuHbvy12OUQct2X9JenKM3qAscquYymuQN4fMWG9DBQtykrQEFcAbVACF7qaLw9BePSodUL0kquqBJpQ==} - '@types/keyv@3.1.4': - resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} - '@types/less@3.0.6': resolution: {integrity: sha512-PecSzorDGdabF57OBeQO/xFbAkYWo88g4Xvnsx7LRwqLC17I7OoKtA3bQB9uXkY6UkMWCOsA8HSVpaoitscdXw==} @@ -5897,9 +5910,6 @@ packages: '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} - '@types/responselike@1.0.3': - resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} - '@types/retry@0.12.0': resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -6324,7 +6334,7 @@ packages: resolution: {integrity: sha512-Y5hCGBguN+vuVYTZmdd/IMXLOdfS60zAmDmFYc4BKBcMUPZH1n4tdyDECCPjXm0bNT3ZRUy1xzTLGaUje8Xyaw==} peerDependencies: async-validator: ^4 - axios: ^1 + axios: '>=1.18.1' change-case: ^4 drauu: ^0.3 focus-trap: ^7 @@ -6794,9 +6804,6 @@ packages: axios@1.18.1: resolution: {integrity: sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==} - axios@1.8.4: - resolution: {integrity: sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==} - b4a@1.6.7: resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==} @@ -6986,6 +6993,10 @@ packages: resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==} engines: {node: '>=18'} + byte-counter@0.1.0: + resolution: {integrity: sha512-jheRLVMeUKrDBjVw2O5+k4EvR4t9wtxHL+bo/LxfkxsVeuGMy3a5SEGgXdAFA4FSzTrU8rQXQIrsZ3oBq5a0pQ==} + engines: {node: '>=20'} + bytes@3.1.2: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} @@ -7014,9 +7025,13 @@ packages: resolution: {integrity: sha512-KJ/Dmo1lDDhmW2XDPMo+9oiy/CeqosPguPCrgcVzKyZrL6pM1gU2GmPY/xo6OQPTUaA/c0kwHuywB4E6nmT9ww==} engines: {node: '>=10.6.0'} - cacheable-request@6.1.0: - resolution: {integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==} - engines: {node: '>=8'} + cacheable-lookup@7.0.0: + resolution: {integrity: sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==} + engines: {node: '>=14.16'} + + cacheable-request@13.0.19: + resolution: {integrity: sha512-SVXGH037+Mo1aIMO5B2UcleR43FGjFdN+M8JObSyEoQ2Mn4CODRWx28gN5jiTF0n5ItsgtIZfyargMNs8GX4kg==} + engines: {node: '>=18'} cachedir@2.3.0: resolution: {integrity: sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==} @@ -7144,6 +7159,10 @@ packages: chromium-edge-launcher@0.2.0: resolution: {integrity: sha512-JfJjUnq25y9yg4FABRRVPmBGWPZZi+AQXT4mxupb67766/0UlhG8PAZCz6xzEMXTbW3CsSoE8PcCWA49n35mKg==} + chunk-data@0.1.0: + resolution: {integrity: sha512-zFyPtyC0SZ6Zu79b9sOYtXZcgrsXe0RpePrzRyj52hYVFG1+Rk6rBqjjOEk+GNQwc3PIX+86teQMok970pod1g==} + engines: {node: '>=20'} + ci-info@2.0.0: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} @@ -7224,9 +7243,6 @@ packages: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} - clone-response@1.0.3: - resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==} - clone@1.0.4: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} @@ -7402,9 +7418,6 @@ packages: convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - cookie-es@1.2.2: - resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} - cookie-es@1.2.3: resolution: {integrity: sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==} @@ -7701,9 +7714,9 @@ packages: decko@1.2.0: resolution: {integrity: sha512-m8FnyHXV1QX+S1cl+KPFDIl6NMkxtKsy6+U/aYyjrOqWMuwAwYWu7ePqrsUHtDR5Y8Yk2pi/KIDSgF+vT4cPOQ==} - decompress-response@3.3.0: - resolution: {integrity: sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==} - engines: {node: '>=4'} + decompress-response@10.0.0: + resolution: {integrity: sha512-oj7KWToJuuxlPr7VV0vabvxEIiqNMo+q0NueIiL3XhtwC6FVOX7Hr1c0C4eD0bmf7Zr+S/dSf2xvkH3Ad6sU3Q==} + engines: {node: '>=20'} dedent@0.7.0: resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} @@ -7748,9 +7761,6 @@ packages: defaults@1.0.4: resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} - defer-to-connect@1.1.3: - resolution: {integrity: sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==} - define-data-property@1.1.4: resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} engines: {node: '>= 0.4'} @@ -7918,9 +7928,6 @@ packages: resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} engines: {node: '>= 0.4'} - duplexer3@0.1.5: - resolution: {integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==} - duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} @@ -8448,8 +8455,8 @@ packages: fast-string-width@3.0.2: resolution: {integrity: sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==} - fast-uri@3.0.6: - resolution: {integrity: sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==} + fast-uri@4.1.0: + resolution: {integrity: sha512-ZodJ2cRiLVWGi9IgPb3mbgSqM4CD3LexCHkuv0FfBXHJI1ADfucTD06m6clO2Cy5RZYsw/SiCVl/dyrFI/SYWA==} fast-wrap-ansi@0.2.2: resolution: {integrity: sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==} @@ -8571,15 +8578,6 @@ packages: resolution: {integrity: sha512-dON6h+yO7FGa/FO5NQCZuZHN0o3I23Ev6VYOJf9d8LpdrArHPt39wE++LLmueNV/hNY5hgWGIIrgnrDkRcXkPg==} engines: {node: '>=0.4.0'} - follow-redirects@1.15.9: - resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - follow-redirects@1.16.0: resolution: {integrity: sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==} engines: {node: '>=4.0'} @@ -8709,10 +8707,6 @@ packages: resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} engines: {node: '>=6'} - get-stream@5.2.0: - resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} - engines: {node: '>=8'} - get-stream@6.0.1: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} @@ -8721,6 +8715,10 @@ packages: resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} engines: {node: '>=16'} + get-stream@9.0.1: + resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==} + engines: {node: '>=18'} + get-symbol-description@1.1.0: resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} engines: {node: '>= 0.4'} @@ -8826,9 +8824,9 @@ packages: resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} engines: {node: '>= 0.4'} - got@9.6.0: - resolution: {integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==} - engines: {node: '>=8.6'} + got@15.1.0: + resolution: {integrity: sha512-DG+DAAkRtno+oDr/GBsliAkhN9+zczOPM5qXk3efDZY3qvyRnZU+NwQlb/IOY6cSnxxTR9z3aHCcShJyjb0hJA==} + engines: {node: '>=22'} graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} @@ -8861,9 +8859,6 @@ packages: resolution: {integrity: sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - h3@1.15.1: - resolution: {integrity: sha512-+ORaOBttdUm1E2Uu/obAyCguiI7MbBvsLTndc3gyK3zU+SYLoZXlyCP9Xgy0gikkGufFLTZXCXD6+4BsufnmHA==} - h3@1.15.11: resolution: {integrity: sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==} @@ -9365,6 +9360,10 @@ packages: resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + is-stream@4.0.1: + resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==} + engines: {node: '>=18'} + is-string@1.1.1: resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} engines: {node: '>= 0.4'} @@ -9651,8 +9650,8 @@ packages: js-tokens@9.0.1: resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} - js-yaml@4.1.1: - resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} + js-yaml@5.2.1: + resolution: {integrity: sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==} hasBin: true jsc-android@250231.0.0: @@ -9681,9 +9680,6 @@ packages: engines: {node: '>=6'} hasBin: true - json-buffer@3.0.0: - resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==} - json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} @@ -9773,12 +9769,12 @@ packages: resolution: {integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==} engines: {node: '>= 0.6'} - keyv@3.1.0: - resolution: {integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==} - keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + keyv@5.6.0: + resolution: {integrity: sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==} + kill-port@2.0.1: resolution: {integrity: sha512-e0SVOV5jFo0mx8r7bS29maVWp17qGqLBZ5ricNSajON6//kmb7qqqNnml4twNE8Dtj97UQD+gNFOaipS/q1zzQ==} hasBin: true @@ -10043,13 +10039,13 @@ packages: lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} - lowercase-keys@1.0.1: - resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==} - engines: {node: '>=0.10.0'} + lowercase-keys@3.0.0: + resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lowercase-keys@2.0.0: - resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} - engines: {node: '>=8'} + lowercase-keys@4.0.1: + resolution: {integrity: sha512-wI9Nui/L8VfADa/cr/7NQruaASk1k23/Uh1khQ02BCVYiiy8F4AhOGnQzJy3Fl/c44GnYSbZHv8g7EcG3kJ1Qg==} + engines: {node: '>=20'} lru-cache@11.5.1: resolution: {integrity: sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==} @@ -10287,9 +10283,9 @@ packages: resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} engines: {node: '>=18'} - mimic-response@1.0.1: - resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} - engines: {node: '>=4'} + mimic-response@4.0.0: + resolution: {integrity: sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} min-indent@1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} @@ -10511,9 +10507,6 @@ packages: node-machine-id@1.1.12: resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} - node-mock-http@1.0.0: - resolution: {integrity: sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==} - node-mock-http@1.0.4: resolution: {integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==} @@ -10551,9 +10544,9 @@ packages: resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} engines: {node: '>=0.10.0'} - normalize-url@4.5.1: - resolution: {integrity: sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==} - engines: {node: '>=8'} + normalize-url@8.1.1: + resolution: {integrity: sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==} + engines: {node: '>=14.16'} npm-run-path@2.0.2: resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==} @@ -10770,10 +10763,6 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} - os-tmpdir@1.0.2: - resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} - engines: {node: '>=0.10.0'} - outdent@0.8.0: resolution: {integrity: sha512-KiOAIsdpUTcAXuykya5fnVVT+/5uS0Q1mrkRHcF89tpieSmY33O/tmc54CqwA+bfhbtEfZUNLHaPUiB9X3jt1A==} @@ -10804,10 +10793,6 @@ packages: rolldown: optional: true - p-cancelable@1.1.0: - resolution: {integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==} - engines: {node: '>=6'} - p-finally@1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} engines: {node: '>=4'} @@ -11343,10 +11328,6 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prepend-http@2.0.0: - resolution: {integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==} - engines: {node: '>=4'} - prettier-linter-helpers@1.0.0: resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} engines: {node: '>=6.0.0'} @@ -11489,9 +11470,6 @@ packages: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} - proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - proxy-from-env@2.1.0: resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==} engines: {node: '>=10'} @@ -11811,8 +11789,9 @@ packages: engines: {node: '>= 0.4'} hasBin: true - responselike@1.0.2: - resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==} + responselike@4.0.2: + resolution: {integrity: sha512-cGk8IbWEAnaCpdAt1BHzJ3Ahz5ewDJa0KseTsE3qIRMJ3C698W8psM7byCeWVpd/Ha7FUYzuRVzXoKoM6nRUbA==} + engines: {node: '>=20'} restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} @@ -12590,21 +12569,13 @@ packages: resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} engines: {node: '>=12.0.0'} - tmp@0.0.33: - resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} - engines: {node: '>=0.6.0'} - - tmp@0.2.3: - resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} + tmp@0.2.7: + resolution: {integrity: sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==} engines: {node: '>=14.14'} tmpl@1.0.5: resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} - to-readable-stream@1.0.0: - resolution: {integrity: sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==} - engines: {node: '>=6'} - to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -12830,6 +12801,10 @@ packages: engines: {node: '>=0.8.0'} hasBin: true + uint8array-extras@1.5.0: + resolution: {integrity: sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==} + engines: {node: '>=18'} + ulid@2.3.0: resolution: {integrity: sha512-keqHubrlpvT6G2wH0OEfSW4mquYRcbe/J8NMmveoQOjUqmo+hXtO+ORCpWhdbZ7k72UtY61BL7haGxW6enBnjw==} hasBin: true @@ -13126,10 +13101,6 @@ packages: url-join@4.0.1: resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} - url-parse-lax@3.0.0: - resolution: {integrity: sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==} - engines: {node: '>=4'} - url-template@2.0.8: resolution: {integrity: sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==} @@ -13622,14 +13593,14 @@ snapshots: dependencies: '@jsdevtools/ono': 7.1.3 '@types/json-schema': 7.0.15 - js-yaml: 4.1.1 + js-yaml: 5.2.1 '@apidevtools/json-schema-ref-parser@9.0.9': dependencies: '@jsdevtools/ono': 7.1.3 '@types/json-schema': 7.0.15 call-me-maybe: 1.0.2 - js-yaml: 4.1.1 + js-yaml: 5.2.1 '@apidevtools/openapi-schemas@2.1.0': {} @@ -17275,7 +17246,7 @@ snapshots: '@babel/types': 7.29.7 '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 - debug: 4.4.0 + debug: 4.4.3 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -18235,7 +18206,7 @@ snapshots: '@babel/parser': 7.27.0 '@babel/template': 7.27.0 '@babel/types': 7.27.0 - debug: 4.4.0 + debug: 4.4.3 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -18248,7 +18219,7 @@ snapshots: '@babel/parser': 7.29.7 '@babel/template': 7.29.7 '@babel/types': 7.29.7 - debug: 4.4.0 + debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -18833,7 +18804,7 @@ snapshots: globals: 13.24.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 4.1.1 + js-yaml: 5.2.1 minimatch: 9.0.9 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -18989,7 +18960,7 @@ snapshots: camelcase: 5.3.1 find-up: 4.1.0 get-package-type: 0.1.0 - js-yaml: 4.1.1 + js-yaml: 5.2.1 resolve-from: 5.0.0 '@istanbuljs/schema@0.1.3': {} @@ -19226,9 +19197,11 @@ snapshots: dependencies: jsep: 1.4.0 + '@keyv/serialize@1.1.1': {} + '@koa/router@12.0.2': dependencies: - debug: 4.4.0 + debug: 4.4.3 http-errors: 2.0.0 koa-compose: 4.1.0 methods: 1.1.2 @@ -19238,7 +19211,7 @@ snapshots: '@kwsites/file-exists@1.1.1': dependencies: - debug: 4.4.0 + debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -19300,6 +19273,7 @@ snapshots: - '@swc-node/register' - '@swc/core' - debug + - supports-color '@nrwl/devkit@15.9.7(nx@15.9.7)': dependencies: @@ -19307,7 +19281,7 @@ snapshots: ignore: 5.3.2 nx: 15.9.7 semver: 7.5.4 - tmp: 0.2.3 + tmp: 0.2.7 tslib: 2.8.1 '@nrwl/nx-darwin-arm64@15.9.7': @@ -19344,6 +19318,7 @@ snapshots: - '@swc-node/register' - '@swc/core' - debug + - supports-color '@nrwl/workspace@15.9.7': dependencies: @@ -19363,7 +19338,7 @@ snapshots: nx: 15.9.7 open: 8.4.2 rxjs: 6.6.7 - tmp: 0.2.3 + tmp: 0.2.7 tslib: 2.8.1 yargs: 17.7.2 yargs-parser: 21.1.1 @@ -19371,6 +19346,7 @@ snapshots: - '@swc-node/register' - '@swc/core' - debug + - supports-color '@nuxt/cli@3.36.1(@nuxt/schema@3.21.8)(cac@6.7.14)(commander@13.1.0)(magicast@0.5.3)': dependencies: @@ -19811,7 +19787,7 @@ snapshots: '@nuxtjs/eslint-config-typescript@12.1.0(eslint@8.57.1)(typescript@5.8.3)': dependencies: - '@nuxtjs/eslint-config': 12.0.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0)(eslint@8.57.1))(eslint@8.57.1) + '@nuxtjs/eslint-config': 12.0.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1) '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3) '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.8.3) eslint: 8.57.1 @@ -19824,10 +19800,10 @@ snapshots: - supports-color - typescript - '@nuxtjs/eslint-config@12.0.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0)(eslint@8.57.1))(eslint@8.57.1)': + '@nuxtjs/eslint-config@12.0.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1)': dependencies: eslint: 8.57.1 - eslint-config-standard: 17.1.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1))(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1) + eslint-config-standard: 17.1.0(eslint-plugin-import@2.31.0)(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1) eslint-plugin-import: 2.31.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1) eslint-plugin-n: 15.7.0(eslint@8.57.1) eslint-plugin-node: 11.1.0(eslint@8.57.1) @@ -19847,7 +19823,7 @@ snapshots: c12: 3.0.3(magicast@0.5.3) consola: 3.4.2 defu: 6.1.7 - h3: 1.15.1 + h3: 1.15.11 klona: 2.0.6 pathe: 2.0.3 postcss: 8.5.16 @@ -19954,15 +19930,15 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/core@1.26.0(@opentelemetry/api@1.9.0)': + '@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/semantic-conventions': 1.27.0 + '@opentelemetry/semantic-conventions': 1.42.0 '@opentelemetry/exporter-trace-otlp-http@0.53.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/core': 1.26.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.9.0(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-exporter-base': 0.53.0(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-transformer': 0.53.0(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.26.0(@opentelemetry/api@1.9.0) @@ -19971,14 +19947,14 @@ snapshots: '@opentelemetry/otlp-exporter-base@0.53.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/core': 1.26.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.9.0(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-transformer': 0.53.0(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-transformer@0.53.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/api-logs': 0.53.0 - '@opentelemetry/core': 1.26.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.9.0(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.26.0(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-logs': 0.53.0(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-metrics': 1.26.0(@opentelemetry/api@1.9.0) @@ -19988,36 +19964,36 @@ snapshots: '@opentelemetry/propagator-b3@1.26.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/core': 1.26.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.9.0(@opentelemetry/api@1.9.0) '@opentelemetry/propagator-jaeger@1.26.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/core': 1.26.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.9.0(@opentelemetry/api@1.9.0) '@opentelemetry/resources@1.26.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/core': 1.26.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.9.0(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.27.0 '@opentelemetry/sdk-logs@0.53.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/api-logs': 0.53.0 - '@opentelemetry/core': 1.26.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.9.0(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.26.0(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-metrics@1.26.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/core': 1.26.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.9.0(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.26.0(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base@1.26.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/core': 1.26.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.9.0(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.26.0(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.27.0 @@ -20025,7 +20001,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/context-async-hooks': 1.26.0(@opentelemetry/api@1.9.0) - '@opentelemetry/core': 1.26.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.9.0(@opentelemetry/api@1.9.0) '@opentelemetry/propagator-b3': 1.26.0(@opentelemetry/api@1.9.0) '@opentelemetry/propagator-jaeger': 1.26.0(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 1.26.0(@opentelemetry/api@1.9.0) @@ -20033,6 +20009,8 @@ snapshots: '@opentelemetry/semantic-conventions@1.27.0': {} + '@opentelemetry/semantic-conventions@1.42.0': {} + '@oxc-minify/binding-android-arm-eabi@0.132.0': optional: true @@ -20677,14 +20655,6 @@ snapshots: react: 18.3.1 react-native: 0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3) - '@react-native/virtualized-lists@0.75.4(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1)': - dependencies: - invariant: 2.2.4 - nullthrows: 1.1.1 - react: 18.3.1 - react-native: 0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3) - optional: true - '@redocly/ajv@8.11.2': dependencies: fast-deep-equal: 3.1.3 @@ -20692,7 +20662,7 @@ snapshots: require-from-string: 2.0.2 uri-js-replace: 1.0.1 - '@redocly/cli@1.34.15(ajv@8.20.0)(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))': + '@redocly/cli@1.34.15(ajv@8.20.0)(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/exporter-trace-otlp-http': 0.53.0(@opentelemetry/api@1.9.0) @@ -20711,15 +20681,15 @@ snapshots: get-port-please: 3.0.1 glob: 13.0.6 handlebars: 4.7.9 - js-yaml: 4.1.1 + js-yaml: 5.2.1 mobx: 6.12.3 pluralize: 8.0.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - redoc: 2.5.0(core-js@3.32.1)(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1)(styled-components@6.4.1(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1)) + redoc: 2.5.0(core-js@3.32.1)(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1)(styled-components@6.4.1(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1)) semver: 7.7.4 simple-websocket: 9.1.0 - styled-components: 6.4.1(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1) + styled-components: 6.4.1(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1) yargs: 17.0.1 transitivePeerDependencies: - ajv @@ -20739,7 +20709,7 @@ snapshots: colorette: 1.4.0 https-proxy-agent: 7.0.6 js-levenshtein: 1.1.6 - js-yaml: 4.1.1 + js-yaml: 5.2.1 minimatch: 9.0.9 pluralize: 8.0.0 yaml-ast-parser: 0.0.43 @@ -20759,7 +20729,7 @@ snapshots: form-data: 4.0.6 jest-diff: 29.7.0 jest-matcher-utils: 29.7.0 - js-yaml: 4.1.1 + js-yaml: 5.2.1 json-pointer: 0.6.2 jsonpath-plus: 10.3.0 open: 10.1.0 @@ -20913,6 +20883,8 @@ snapshots: '@rtsao/scc@1.1.0': {} + '@sec-ant/readable-stream@0.4.1': {} + '@segment/analytics-core@1.4.1': dependencies: '@lukeed/uuid': 2.0.1 @@ -20985,10 +20957,10 @@ snapshots: '@sinclair/typebox@0.33.22': {} - '@sindresorhus/is@0.14.0': {} - '@sindresorhus/is@7.2.0': {} + '@sindresorhus/is@8.1.0': {} + '@sindresorhus/merge-streams@2.3.0': {} '@sindresorhus/merge-streams@4.0.0': {} @@ -22168,10 +22140,6 @@ snapshots: '@stoplight/yaml-ast-parser': 0.0.50 tslib: 2.8.1 - '@szmarczak/http-timer@1.1.2': - dependencies: - defer-to-connect: 1.1.3 - '@tailwindcss/aspect-ratio@0.4.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.8.3)))': dependencies: tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.8.3)) @@ -22322,6 +22290,8 @@ snapshots: '@types/html-minifier-terser@7.0.2': {} + '@types/http-cache-semantics@4.2.0': {} + '@types/http-errors@2.0.4': {} '@types/istanbul-lib-coverage@2.0.6': {} @@ -22350,10 +22320,6 @@ snapshots: '@types/ms': 2.1.0 '@types/node': 20.17.30 - '@types/keyv@3.1.4': - dependencies: - '@types/node': 20.17.30 - '@types/less@3.0.6': {} '@types/lru-cache@5.1.1': {} @@ -22407,10 +22373,6 @@ snapshots: '@types/resolve@1.20.2': {} - '@types/responselike@1.0.3': - dependencies: - '@types/node': 20.17.30 - '@types/retry@0.12.0': {} '@types/semver@7.7.0': {} @@ -22756,7 +22718,7 @@ snapshots: chalk: 4.1.2 fast-deep-equal: 3.1.3 is-url: 1.2.4 - js-yaml: 4.1.1 + js-yaml: 5.2.1 json-stable-stringify: 1.3.0 lodash.groupby: 4.6.0 lodash.isequal: 4.5.0 @@ -22800,7 +22762,7 @@ snapshots: har-schema: 2.0.0 is-elevated: 3.0.0 is-url: 1.2.4 - js-yaml: 4.1.1 + js-yaml: 5.2.1 json-schema-traverse: 1.0.0 json-stable-stringify: 1.3.0 latest-version: 5.1.0 @@ -23152,7 +23114,7 @@ snapshots: '@yarnpkg/parsers@3.0.0-rc.46': dependencies: - js-yaml: 4.1.1 + js-yaml: 5.2.1 tslib: 2.8.1 '@zkochan/js-yaml@0.0.6': @@ -23195,7 +23157,7 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.4.0 + debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -23239,14 +23201,14 @@ snapshots: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.6 + fast-uri: 4.1.0 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 ajv@8.20.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.6 + fast-uri: 4.1.0 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -23529,7 +23491,7 @@ snapshots: dependencies: aws-sdk: 2.1692.0 commander: 3.0.2 - js-yaml: 4.1.1 + js-yaml: 5.2.1 watchpack: 2.4.2 aws-sdk-client-mock-jest@3.1.0(aws-sdk-client-mock@3.1.0): @@ -23569,14 +23531,6 @@ snapshots: - debug - supports-color - axios@1.8.4: - dependencies: - follow-redirects: 1.15.9 - form-data: 4.0.6 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - b4a@1.6.7: {} babel-core@7.0.0-bridge.0(@babel/core@7.29.7): @@ -23867,6 +23821,8 @@ snapshots: dependencies: run-applescript: 7.0.0 + byte-counter@0.1.0: {} + bytes@3.1.2: {} c12@3.0.3(magicast@0.5.3): @@ -23907,15 +23863,17 @@ snapshots: cacheable-lookup@6.1.0: {} - cacheable-request@6.1.0: + cacheable-lookup@7.0.0: {} + + cacheable-request@13.0.19: dependencies: - clone-response: 1.0.3 - get-stream: 5.2.0 + '@types/http-cache-semantics': 4.2.0 + get-stream: 9.0.1 http-cache-semantics: 4.2.0 - keyv: 3.1.0 - lowercase-keys: 2.0.0 - normalize-url: 4.5.1 - responselike: 1.0.2 + keyv: 5.6.0 + mimic-response: 4.0.0 + normalize-url: 8.1.1 + responselike: 4.0.2 cachedir@2.3.0: {} @@ -24077,6 +24035,8 @@ snapshots: transitivePeerDependencies: - supports-color + chunk-data@0.1.0: {} + ci-info@2.0.0: {} ci-info@3.9.0: {} @@ -24165,10 +24125,6 @@ snapshots: kind-of: 6.0.3 shallow-clone: 3.0.1 - clone-response@1.0.3: - dependencies: - mimic-response: 1.0.1 - clone@1.0.4: {} clsx@2.1.1: {} @@ -24355,8 +24311,6 @@ snapshots: convert-source-map@2.0.0: {} - cookie-es@1.2.2: {} - cookie-es@1.2.3: {} cookie-es@2.0.1: {} @@ -24410,13 +24364,13 @@ snapshots: dependencies: import-fresh: 2.0.0 is-directory: 0.3.1 - js-yaml: 4.1.1 + js-yaml: 5.2.1 parse-json: 4.0.0 cosmiconfig@8.3.6(typescript@5.8.3): dependencies: import-fresh: 3.3.1 - js-yaml: 4.1.1 + js-yaml: 5.2.1 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: @@ -24426,7 +24380,7 @@ snapshots: dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 - js-yaml: 4.1.1 + js-yaml: 5.2.1 parse-json: 5.2.0 optionalDependencies: typescript: 5.8.3 @@ -24649,9 +24603,9 @@ snapshots: decko@1.2.0: {} - decompress-response@3.3.0: + decompress-response@10.0.0: dependencies: - mimic-response: 1.0.1 + mimic-response: 4.0.0 dedent@0.7.0: {} @@ -24683,8 +24637,6 @@ snapshots: dependencies: clone: 1.0.4 - defer-to-connect@1.1.3: {} - define-data-property@1.1.4: dependencies: es-define-property: 1.0.1 @@ -24821,8 +24773,6 @@ snapshots: es-errors: 1.3.0 gopd: 1.2.0 - duplexer3@0.1.5: {} - duplexer@0.1.2: {} duplexify@3.7.1: @@ -24990,7 +24940,7 @@ snapshots: has-property-descriptors: 1.0.2 has-proto: 1.2.0 has-symbols: 1.1.0 - hasown: 2.0.2 + hasown: 2.0.4 internal-slot: 1.1.0 is-array-buffer: 3.0.5 is-callable: 1.2.7 @@ -25225,10 +25175,10 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-config-standard@17.1.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1))(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1): + eslint-config-standard@17.1.0(eslint-plugin-import@2.31.0)(eslint-plugin-n@15.7.0(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1): dependencies: eslint: 8.57.1 - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1) eslint-plugin-n: 15.7.0(eslint@8.57.1) eslint-plugin-promise: 6.6.0(eslint@8.57.1) @@ -25255,7 +25205,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0)(eslint@8.57.1))(eslint@8.57.1): + eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: @@ -25266,7 +25216,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0)(eslint@8.57.1))(eslint@8.57.1): + eslint-module-utils@2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: @@ -25300,7 +25250,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0)(eslint@8.57.1))(eslint@8.57.1) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -25329,7 +25279,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0(eslint-plugin-import@2.31.0)(eslint@8.57.1))(eslint@8.57.1) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.0)(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -25465,7 +25415,7 @@ snapshots: imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-yaml: 4.1.1 + js-yaml: 5.2.1 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 @@ -25637,7 +25587,7 @@ snapshots: dependencies: chardet: 0.7.0 iconv-lite: 0.4.24 - tmp: 0.0.33 + tmp: 0.2.7 externality@1.0.2: dependencies: @@ -25688,7 +25638,7 @@ snapshots: dependencies: fast-string-truncated-width: 3.0.3 - fast-uri@3.0.6: {} + fast-uri@4.1.0: {} fast-wrap-ansi@0.2.2: dependencies: @@ -25826,8 +25776,6 @@ snapshots: flow-parser@0.266.1: {} - follow-redirects@1.15.9: {} - follow-redirects@1.16.0: {} for-each@0.3.5: @@ -25902,7 +25850,7 @@ snapshots: call-bound: 1.0.4 define-properties: 1.2.1 functions-have-names: 1.2.3 - hasown: 2.0.2 + hasown: 2.0.4 is-callable: 1.2.7 functions-have-names@1.2.3: {} @@ -25947,14 +25895,15 @@ snapshots: dependencies: pump: 3.0.4 - get-stream@5.2.0: - dependencies: - pump: 3.0.4 - get-stream@6.0.1: {} get-stream@8.0.1: {} + get-stream@9.0.1: + dependencies: + '@sec-ant/readable-stream': 0.4.1 + is-stream: 4.0.1 + get-symbol-description@1.1.0: dependencies: call-bound: 1.0.4 @@ -25971,7 +25920,7 @@ snapshots: dependencies: basic-ftp: 5.3.1 data-uri-to-buffer: 6.0.2 - debug: 4.4.0 + debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -26091,21 +26040,20 @@ snapshots: gopd@1.2.0: {} - got@9.6.0: + got@15.1.0: dependencies: - '@sindresorhus/is': 0.14.0 - '@szmarczak/http-timer': 1.1.2 - '@types/keyv': 3.1.4 - '@types/responselike': 1.0.3 - cacheable-request: 6.1.0 - decompress-response: 3.3.0 - duplexer3: 0.1.5 - get-stream: 4.1.0 - lowercase-keys: 1.0.1 - mimic-response: 1.0.1 - p-cancelable: 1.1.0 - to-readable-stream: 1.0.0 - url-parse-lax: 3.0.0 + '@sindresorhus/is': 8.1.0 + byte-counter: 0.1.0 + cacheable-lookup: 7.0.0 + cacheable-request: 13.0.19 + chunk-data: 0.1.0 + decompress-response: 10.0.0 + http2-wrapper: 2.2.1 + keyv: 5.6.0 + lowercase-keys: 4.0.1 + responselike: 4.0.2 + type-fest: 5.7.0 + uint8array-extras: 1.5.0 graceful-fs@4.2.11: {} @@ -26131,18 +26079,6 @@ snapshots: dependencies: duplexer: 0.1.2 - h3@1.15.1: - dependencies: - cookie-es: 1.2.2 - crossws: 0.3.4 - defu: 6.1.7 - destr: 2.0.5 - iron-webcrypto: 1.2.1 - node-mock-http: 1.0.0 - radix3: 1.1.2 - ufo: 1.6.1 - uncrypto: 0.1.3 - h3@1.15.11: dependencies: cookie-es: 1.2.3 @@ -26278,7 +26214,7 @@ snapshots: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.3 - debug: 4.4.0 + debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -26296,7 +26232,7 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.4.0 + debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -26424,7 +26360,7 @@ snapshots: internal-slot@1.1.0: dependencies: es-errors: 1.3.0 - hasown: 2.0.2 + hasown: 2.0.4 side-channel: 1.1.0 invariant@2.2.4: @@ -26616,7 +26552,7 @@ snapshots: call-bound: 1.0.4 gopd: 1.2.0 has-tostringtag: 1.0.2 - hasown: 2.0.2 + hasown: 2.0.4 is-root@2.1.0: {} @@ -26636,6 +26572,8 @@ snapshots: is-stream@3.0.0: {} + is-stream@4.0.1: {} + is-string@1.1.1: dependencies: call-bound: 1.0.4 @@ -26741,7 +26679,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.4.0 + debug: 4.4.3 istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -27103,7 +27041,7 @@ snapshots: js-tokens@9.0.1: {} - js-yaml@4.1.1: + js-yaml@5.2.1: dependencies: argparse: 2.0.1 @@ -27142,8 +27080,6 @@ snapshots: jsesc@3.1.0: {} - json-buffer@3.0.0: {} - json-buffer@3.0.1: {} json-parse-better-errors@1.0.2: {} @@ -27236,14 +27172,14 @@ snapshots: dependencies: tsscmp: 1.0.6 - keyv@3.1.0: - dependencies: - json-buffer: 3.0.0 - keyv@4.5.4: dependencies: json-buffer: 3.0.1 + keyv@5.6.0: + dependencies: + '@keyv/serialize': 1.1.1 + kill-port@2.0.1: dependencies: get-them-args: 1.3.2 @@ -27265,7 +27201,7 @@ snapshots: koa-send@5.0.1: dependencies: - debug: 4.4.0 + debug: 4.4.3 http-errors: 1.8.1 resolve-path: 1.4.0 transitivePeerDependencies: @@ -27538,9 +27474,9 @@ snapshots: dependencies: tslib: 2.8.1 - lowercase-keys@1.0.1: {} + lowercase-keys@3.0.0: {} - lowercase-keys@2.0.0: {} + lowercase-keys@4.0.1: {} lru-cache@11.5.1: {} @@ -27886,7 +27822,7 @@ snapshots: mimic-function@5.0.1: {} - mimic-response@1.0.1: {} + mimic-response@4.0.0: {} min-indent@1.0.1: {} @@ -27942,23 +27878,23 @@ snapshots: dependencies: obliterator: 1.6.1 - mobx-react-lite@4.1.1(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1): + mobx-react-lite@4.1.1(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1): dependencies: mobx: 6.12.3 react: 18.3.1 use-sync-external-store: 1.6.0(react@18.3.1) optionalDependencies: react-dom: 18.3.1(react@18.3.1) - react-native: 0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3) + react-native: 0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3) - mobx-react@9.2.0(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1): + mobx-react@9.2.0(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1): dependencies: mobx: 6.12.3 - mobx-react-lite: 4.1.1(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1) + mobx-react-lite: 4.1.1(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1) react: 18.3.1 optionalDependencies: react-dom: 18.3.1(react@18.3.1) - react-native: 0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3) + react-native: 0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3) mobx@6.12.3: {} @@ -28213,8 +28149,6 @@ snapshots: node-machine-id@1.1.12: {} - node-mock-http@1.0.0: {} - node-mock-http@1.0.4: {} node-readfiles@0.2.0: @@ -28249,7 +28183,7 @@ snapshots: normalize-range@0.1.2: {} - normalize-url@4.5.1: {} + normalize-url@8.1.1: {} npm-run-path@2.0.2: dependencies: @@ -28410,7 +28344,7 @@ snapshots: '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.6 - axios: 1.8.4 + axios: 1.18.1 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 @@ -28423,7 +28357,7 @@ snapshots: fs-extra: 11.3.0 glob: 13.0.6 ignore: 5.3.2 - js-yaml: 4.1.1 + js-yaml: 5.2.1 jsonc-parser: 3.2.0 lines-and-columns: 2.0.4 minimatch: 3.1.5 @@ -28433,7 +28367,7 @@ snapshots: string-width: 4.2.3 strong-log-transformer: 2.1.0 tar-stream: 2.2.0 - tmp: 0.2.3 + tmp: 0.2.7 tsconfig-paths: 4.2.0 tslib: 2.8.1 v8-compile-cache: 2.3.0 @@ -28451,6 +28385,7 @@ snapshots: '@nrwl/nx-win32-x64-msvc': 15.9.7 transitivePeerDependencies: - debug + - supports-color nypm@0.6.0: dependencies: @@ -28646,7 +28581,7 @@ snapshots: dependencies: ansi-colors: 4.1.3 fast-glob: 3.3.3 - js-yaml: 4.1.1 + js-yaml: 5.2.1 supports-color: 9.4.0 undici: 6.27.0 yargs-parser: 21.1.1 @@ -28676,8 +28611,6 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 - os-tmpdir@1.0.2: {} - outdent@0.8.0: {} own-keys@1.0.1: @@ -28772,8 +28705,6 @@ snapshots: - vite - webpack - p-cancelable@1.1.0: {} - p-finally@1.0.0: {} p-limit@2.3.0: @@ -28832,7 +28763,7 @@ snapshots: package-json@6.5.0: dependencies: - got: 9.6.0 + got: 15.1.0 registry-auth-token: 4.2.2 registry-url: 5.1.0 semver: 6.3.1 @@ -29307,8 +29238,6 @@ snapshots: prelude-ls@1.2.1: {} - prepend-http@2.0.0: {} - prettier-linter-helpers@1.0.0: dependencies: fast-diff: 1.3.0 @@ -29390,8 +29319,6 @@ snapshots: forwarded: 0.2.0 ipaddr.js: 1.9.1 - proxy-from-env@1.1.0: {} - proxy-from-env@2.1.0: {} pump@3.0.4: @@ -29554,58 +29481,6 @@ snapshots: - typescript - utf-8-validate - react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3): - dependencies: - '@jest/create-cache-key-function': 29.7.0 - '@react-native-community/cli': 14.1.0(typescript@5.8.3) - '@react-native-community/cli-platform-android': 14.1.0 - '@react-native-community/cli-platform-ios': 14.1.0 - '@react-native/assets-registry': 0.75.4 - '@react-native/codegen': 0.75.4(@babel/preset-env@7.25.8(@babel/core@7.29.7)) - '@react-native/community-cli-plugin': 0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7)) - '@react-native/gradle-plugin': 0.75.4 - '@react-native/js-polyfills': 0.75.4 - '@react-native/normalize-colors': 0.75.4 - '@react-native/virtualized-lists': 0.75.4(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1) - abort-controller: 3.0.0 - anser: 1.4.10 - ansi-regex: 5.0.1 - base64-js: 1.5.1 - chalk: 4.1.2 - commander: 9.5.0 - event-target-shim: 5.0.1 - flow-enums-runtime: 0.0.6 - glob: 13.0.6 - invariant: 2.2.4 - jest-environment-node: 29.7.0 - jsc-android: 250231.0.0 - memoize-one: 5.2.1 - metro-runtime: 0.80.12 - metro-source-map: 0.80.12 - mkdirp: 0.5.6 - nullthrows: 1.1.1 - pretty-format: 26.6.2 - promise: 8.3.0 - react: 18.3.1 - react-devtools-core: 5.3.2 - react-refresh: 0.14.2 - regenerator-runtime: 0.13.11 - scheduler: 0.24.0-canary-efb381bbf-20230505 - semver: 7.8.5 - stacktrace-parser: 0.1.11 - whatwg-fetch: 3.6.20 - ws: 8.21.0 - yargs: 17.7.2 - transitivePeerDependencies: - - '@babel/core' - - '@babel/preset-env' - - bufferutil - - encoding - - supports-color - - typescript - - utf-8-validate - optional: true - react-refresh@0.14.2: {} react-tabs@6.1.1(react@18.3.1): @@ -29695,7 +29570,7 @@ snapshots: dependencies: redis-errors: 1.2.0 - redoc@2.5.0(core-js@3.32.1)(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1)(styled-components@6.4.1(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1)): + redoc@2.5.0(core-js@3.32.1)(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1)(styled-components@6.4.1(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1)): dependencies: '@redocly/openapi-core': 1.34.15 classnames: 2.5.1 @@ -29708,7 +29583,7 @@ snapshots: mark.js: 8.11.1 marked: 4.3.0 mobx: 6.12.3 - mobx-react: 9.2.0(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1) + mobx-react: 9.2.0(mobx@6.12.3)(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1) openapi-sampler: 1.7.4 path-browserify: 1.0.1 perfect-scrollbar: 1.5.6 @@ -29720,7 +29595,7 @@ snapshots: react-tabs: 6.1.1(react@18.3.1) slugify: 1.4.7 stickyfill: 1.1.1 - styled-components: 6.4.1(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1) + styled-components: 6.4.1(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1) swagger2openapi: 7.0.8 url-template: 2.0.8 transitivePeerDependencies: @@ -29839,9 +29714,9 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - responselike@1.0.2: + responselike@4.0.2: dependencies: - lowercase-keys: 1.0.1 + lowercase-keys: 3.0.0 restore-cursor@3.1.0: dependencies: @@ -30287,7 +30162,7 @@ snapshots: socks-proxy-agent@8.0.5: dependencies: agent-base: 7.1.3 - debug: 4.4.0 + debug: 4.4.3 socks: 2.8.9 transitivePeerDependencies: - supports-color @@ -30510,7 +30385,7 @@ snapshots: lodash: 4.18.1 tinycolor2: 1.6.0 - styled-components@6.4.1(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3))(react@18.3.1): + styled-components@6.4.1(react-dom@18.3.1(react@18.3.1))(react-native@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3))(react@18.3.1): dependencies: '@emotion/is-prop-valid': 1.4.0 csstype: 3.2.3 @@ -30518,7 +30393,7 @@ snapshots: stylis: 4.3.6 optionalDependencies: react-dom: 18.3.1(react@18.3.1) - react-native: 0.75.4(@babel/core@7.29.7)(react@18.3.1)(typescript@5.8.3) + react-native: 0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))(react@18.3.1)(typescript@5.8.3) stylehacks@7.0.11(postcss@8.5.16): dependencies: @@ -30742,16 +30617,10 @@ snapshots: fdir: 6.5.0(picomatch@4.0.4) picomatch: 4.0.4 - tmp@0.0.33: - dependencies: - os-tmpdir: 1.0.2 - - tmp@0.2.3: {} + tmp@0.2.7: {} tmpl@1.0.5: {} - to-readable-stream@1.0.0: {} - to-regex-range@5.0.1: dependencies: is-number: 7.0.0 @@ -31014,6 +30883,8 @@ snapshots: uglify-js@3.19.3: optional: true + uint8array-extras@1.5.0: {} + ulid@2.3.0: {} ultrahtml@1.6.0: {} @@ -31362,10 +31233,6 @@ snapshots: url-join@4.0.1: {} - url-parse-lax@3.0.0: - dependencies: - prepend-http: 2.0.0 - url-template@2.0.8: {} url@0.10.3: From bd837751705c3b04fe52707d995b135563d8934e Mon Sep 17 00:00:00 2001 From: Diego Mayorga Greco Date: Tue, 7 Jul 2026 08:34:29 -0300 Subject: [PATCH 2/7] fix(ci): disable jest coverage on back-end build to prevent CI OOM --- .projenrc.ts | 15 ++++++++------- packages/back-end/package.json | 3 +-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index 83e83a84a..c0dd6221a 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -324,15 +324,16 @@ const backEndApp = new awscdk.AwsCdkTypeScriptApp({ eslint: true, jest: true, jestOptions: { - // Recycle a worker once it exceeds this heap so accumulated memory (v8 coverage + - // CDK synth) is freed between suites rather than growing for the worker's lifetime. + // Recycle a worker past this heap as a safety net so no single worker accumulates + // unbounded memory across suites. extraCliOptions: ['--workerIdleMemoryLimit=2GB'], jestConfig: { - // Cap parallelism. The test/infra/** suites each synthesize full CDK stacks and use - // ~1.4GB heap apiece; at the default (cpuCount-1) worker count their aggregate RSS, - // plus v8 coverage, exceeds the 16GB CI runner and the OS OOM-kills the run (exit 1 - // with no Jest summary). Limiting workers keeps peak memory well under the runner. - maxWorkers: '50%', + // Disable v8 coverage on the build/deploy path. The test/infra/** suites synthesize + // full CDK stacks (~1.4GB heap each); collecting coverage over them multiplied worker + // memory enough to exceed the 16GB CI runner and OOM-kill the run (exit 1, no Jest + // summary). Coverage is not gated or uploaded anywhere, so it is dropped from CI; run + // `jest --coverage` locally on demand when a report is needed. + collectCoverage: false, // Ensure Jest can resolve tsconfig path aliases used by lambda handlers/tests. moduleNameMapper: { '^@BE/(.*)$': '/src/app/$1', diff --git a/packages/back-end/package.json b/packages/back-end/package.json index 824538a17..d2de2b418 100644 --- a/packages/back-end/package.json +++ b/packages/back-end/package.json @@ -109,7 +109,7 @@ "version": "0.0.0", "jest": { "coverageProvider": "v8", - "maxWorkers": "50%", + "collectCoverage": false, "moduleNameMapper": { "^@BE/(.*)$": "/src/app/$1", "^@SharedLib/(.*)$": "/../shared-lib/src/app/$1", @@ -121,7 +121,6 @@ "/@(src|test)/**/__tests__/**/*.ts?(x)" ], "clearMocks": true, - "collectCoverage": true, "coverageReporters": [ "json", "lcov", From e6cd9ffea7c6325e74caa1794a4777bcef7713a9 Mon Sep 17 00:00:00 2001 From: Diego Mayorga Greco Date: Tue, 7 Jul 2026 09:41:51 -0300 Subject: [PATCH 3/7] fix(security): cap js-yaml override below 5.x to keep openapi-typescript working --- .projenrc.ts | 4 +++- package.json | 2 +- pnpm-lock.yaml | 46 +++++++++++++++++++++++----------------------- 3 files changed, 27 insertions(+), 25 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index c0dd6221a..0840c81aa 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -694,7 +694,9 @@ root.addFields({ protobufjs: '>=7.6.3 <8.0.0', // CVE-2026-53550 (quadratic-complexity DoS in merge key handling via repeated aliases) // Also forces any transitive js-yaml 3.x to resolve to the safe 4.x line - 'js-yaml': '>=4.2.0', + // Capped at <5: js-yaml 5.x ESM build drops the default export, which breaks + // openapi-typescript@6 (`import yaml from 'js-yaml'`) in shared-lib generate:api-types + 'js-yaml': '>=4.2.0 <5.0.0', // --- PR3: CRITICAL severity --- // CVE-2024-55565: newline injection in quoted shell args (RCE in shell pipelines) diff --git a/package.json b/package.json index 2651ed06e..b97cb8cf4 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "dompurify": ">=3.4.11", "tar": ">=7.5.16", "protobufjs": ">=7.6.3 <8.0.0", - "js-yaml": ">=4.2.0", + "js-yaml": ">=4.2.0 <5.0.0", "shell-quote": ">=1.8.4", "simple-git": ">=3.36.0", "fast-xml-parser": ">=5.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 680b22ef9..5f199ce1f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ overrides: dompurify: '>=3.4.11' tar: '>=7.5.16' protobufjs: '>=7.6.3 <8.0.0' - js-yaml: '>=4.2.0' + js-yaml: '>=4.2.0 <5.0.0' shell-quote: '>=1.8.4' simple-git: '>=3.36.0' fast-xml-parser: '>=5.7.0' @@ -562,8 +562,8 @@ importers: specifier: ^1.0.7 version: 1.0.7 js-yaml: - specifier: '>=4.2.0' - version: 5.2.1 + specifier: '>=4.2.0 <5.0.0' + version: 4.3.0 strnum: specifier: ^2.2.2 version: 2.2.2 @@ -9650,8 +9650,8 @@ packages: js-tokens@9.0.1: resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} - js-yaml@5.2.1: - resolution: {integrity: sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==} + js-yaml@4.3.0: + resolution: {integrity: sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==} hasBin: true jsc-android@250231.0.0: @@ -13593,14 +13593,14 @@ snapshots: dependencies: '@jsdevtools/ono': 7.1.3 '@types/json-schema': 7.0.15 - js-yaml: 5.2.1 + js-yaml: 4.3.0 '@apidevtools/json-schema-ref-parser@9.0.9': dependencies: '@jsdevtools/ono': 7.1.3 '@types/json-schema': 7.0.15 call-me-maybe: 1.0.2 - js-yaml: 5.2.1 + js-yaml: 4.3.0 '@apidevtools/openapi-schemas@2.1.0': {} @@ -18804,7 +18804,7 @@ snapshots: globals: 13.24.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 5.2.1 + js-yaml: 4.3.0 minimatch: 9.0.9 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -18960,7 +18960,7 @@ snapshots: camelcase: 5.3.1 find-up: 4.1.0 get-package-type: 0.1.0 - js-yaml: 5.2.1 + js-yaml: 4.3.0 resolve-from: 5.0.0 '@istanbuljs/schema@0.1.3': {} @@ -20681,7 +20681,7 @@ snapshots: get-port-please: 3.0.1 glob: 13.0.6 handlebars: 4.7.9 - js-yaml: 5.2.1 + js-yaml: 4.3.0 mobx: 6.12.3 pluralize: 8.0.0 react: 18.3.1 @@ -20709,7 +20709,7 @@ snapshots: colorette: 1.4.0 https-proxy-agent: 7.0.6 js-levenshtein: 1.1.6 - js-yaml: 5.2.1 + js-yaml: 4.3.0 minimatch: 9.0.9 pluralize: 8.0.0 yaml-ast-parser: 0.0.43 @@ -20729,7 +20729,7 @@ snapshots: form-data: 4.0.6 jest-diff: 29.7.0 jest-matcher-utils: 29.7.0 - js-yaml: 5.2.1 + js-yaml: 4.3.0 json-pointer: 0.6.2 jsonpath-plus: 10.3.0 open: 10.1.0 @@ -22718,7 +22718,7 @@ snapshots: chalk: 4.1.2 fast-deep-equal: 3.1.3 is-url: 1.2.4 - js-yaml: 5.2.1 + js-yaml: 4.3.0 json-stable-stringify: 1.3.0 lodash.groupby: 4.6.0 lodash.isequal: 4.5.0 @@ -22762,7 +22762,7 @@ snapshots: har-schema: 2.0.0 is-elevated: 3.0.0 is-url: 1.2.4 - js-yaml: 5.2.1 + js-yaml: 4.3.0 json-schema-traverse: 1.0.0 json-stable-stringify: 1.3.0 latest-version: 5.1.0 @@ -23114,7 +23114,7 @@ snapshots: '@yarnpkg/parsers@3.0.0-rc.46': dependencies: - js-yaml: 5.2.1 + js-yaml: 4.3.0 tslib: 2.8.1 '@zkochan/js-yaml@0.0.6': @@ -23491,7 +23491,7 @@ snapshots: dependencies: aws-sdk: 2.1692.0 commander: 3.0.2 - js-yaml: 5.2.1 + js-yaml: 4.3.0 watchpack: 2.4.2 aws-sdk-client-mock-jest@3.1.0(aws-sdk-client-mock@3.1.0): @@ -24364,13 +24364,13 @@ snapshots: dependencies: import-fresh: 2.0.0 is-directory: 0.3.1 - js-yaml: 5.2.1 + js-yaml: 4.3.0 parse-json: 4.0.0 cosmiconfig@8.3.6(typescript@5.8.3): dependencies: import-fresh: 3.3.1 - js-yaml: 5.2.1 + js-yaml: 4.3.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: @@ -24380,7 +24380,7 @@ snapshots: dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 - js-yaml: 5.2.1 + js-yaml: 4.3.0 parse-json: 5.2.0 optionalDependencies: typescript: 5.8.3 @@ -25415,7 +25415,7 @@ snapshots: imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-yaml: 5.2.1 + js-yaml: 4.3.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 @@ -27041,7 +27041,7 @@ snapshots: js-tokens@9.0.1: {} - js-yaml@5.2.1: + js-yaml@4.3.0: dependencies: argparse: 2.0.1 @@ -28357,7 +28357,7 @@ snapshots: fs-extra: 11.3.0 glob: 13.0.6 ignore: 5.3.2 - js-yaml: 5.2.1 + js-yaml: 4.3.0 jsonc-parser: 3.2.0 lines-and-columns: 2.0.4 minimatch: 3.1.5 @@ -28581,7 +28581,7 @@ snapshots: dependencies: ansi-colors: 4.1.3 fast-glob: 3.3.3 - js-yaml: 5.2.1 + js-yaml: 4.3.0 supports-color: 9.4.0 undici: 6.27.0 yargs-parser: 21.1.1 From 1d03416bc617a6669409a879e8e3de5e312974f3 Mon Sep 17 00:00:00 2001 From: Diego Mayorga Greco Date: Tue, 7 Jul 2026 11:34:47 -0300 Subject: [PATCH 4/7] fix(build): bump node to 20.20.2 for nuxt/oxc-parser and align shared-lib aws-cdk-lib to 2.260 --- .github/workflows/api-diff-check.yml | 2 +- .../workflows/cicd-release-quality-uat.yml | 6 +-- .github/workflows/cicd-release-quality.yml | 6 +-- .github/workflows/cicd-release-sandbox.yml | 4 +- .nvmrc | 2 +- .projenrc.ts | 10 ++-- package.json | 2 +- packages/back-end/package.json | 2 +- packages/front-end/package.json | 2 +- packages/shared-lib/.projen/deps.json | 2 + packages/shared-lib/.projen/tasks.json | 2 +- packages/shared-lib/package.json | 6 +-- pnpm-lock.yaml | 48 +------------------ 13 files changed, 28 insertions(+), 66 deletions(-) diff --git a/.github/workflows/api-diff-check.yml b/.github/workflows/api-diff-check.yml index fa1b3a582..15824119a 100644 --- a/.github/workflows/api-diff-check.yml +++ b/.github/workflows/api-diff-check.yml @@ -31,7 +31,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.15.0 + node-version: 20.20.2 cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/cicd-release-quality-uat.yml b/.github/workflows/cicd-release-quality-uat.yml index 3f85f2afe..093f3140f 100644 --- a/.github/workflows/cicd-release-quality-uat.yml +++ b/.github/workflows/cicd-release-quality-uat.yml @@ -49,7 +49,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.15.0 + node-version: 20.20.2 cache: pnpm - name: Nx cache uses: actions/cache@v4 @@ -118,7 +118,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.15.0 + node-version: 20.20.2 cache: pnpm - name: Nx cache uses: actions/cache@v4 @@ -221,7 +221,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.15.0 + node-version: 20.20.2 cache: pnpm - name: Nx cache uses: actions/cache@v4 diff --git a/.github/workflows/cicd-release-quality.yml b/.github/workflows/cicd-release-quality.yml index 0c7ee6c06..2e7cf4b43 100644 --- a/.github/workflows/cicd-release-quality.yml +++ b/.github/workflows/cicd-release-quality.yml @@ -49,7 +49,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.15.0 + node-version: 20.20.2 cache: pnpm - name: Nx cache uses: actions/cache@v4 @@ -118,7 +118,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.15.0 + node-version: 20.20.2 cache: pnpm - name: Nx cache uses: actions/cache@v4 @@ -221,7 +221,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.15.0 + node-version: 20.20.2 cache: pnpm - name: Nx cache uses: actions/cache@v4 diff --git a/.github/workflows/cicd-release-sandbox.yml b/.github/workflows/cicd-release-sandbox.yml index ebad60340..805fc3b44 100644 --- a/.github/workflows/cicd-release-sandbox.yml +++ b/.github/workflows/cicd-release-sandbox.yml @@ -49,7 +49,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.15.0 + node-version: 20.20.2 cache: pnpm - name: Nx cache uses: actions/cache@v4 @@ -118,7 +118,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.15.0 + node-version: 20.20.2 cache: pnpm - name: Nx cache uses: actions/cache@v4 diff --git a/.nvmrc b/.nvmrc index 474658425..c675bca8d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.15.0 \ No newline at end of file +v20.20.2 diff --git a/.projenrc.ts b/.projenrc.ts index 0840c81aa..b7024db28 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -22,7 +22,9 @@ import { VscodeSettings } from './projenrc/vscode'; const defaultReleaseBranch = 'main'; const cdkVersion = '2.260.0'; -const nodeVersion = '20.15.0'; +// nuxt 3.21.8's oxc-parser requires node ^20.19.0 || >=22.12.0; pnpm silently skips its +// platform-native bindings on older Node at install time, breaking every nuxt CLI command. +const nodeVersion = '20.20.2'; const pnpmVersion = '9.15.0'; const awsSdkClientOmicsVersion = '^3.1014.0'; const authorName = 'DEPT Agency'; @@ -261,7 +263,9 @@ const sharedLib = new typescript.TypeScriptProject({ '@aws-sdk/client-s3', '@aws-sdk/client-secrets-manager@^3.782.0', 'aws-cdk', - 'aws-cdk-lib', + // Pin to the same CDK line as back-end/front-end: an unpinned spec froze at ^2.189.0, + // leaving a second aws-cdk-lib instance in the lockfile whose types clash with 2.26x. + `aws-cdk-lib@^${cdkVersion}`, 'aws-lambda', 'js-yaml', 'strnum', @@ -273,7 +277,7 @@ const sharedLib = new typescript.TypeScriptProject({ '@types/js-yaml', '@types/uuid', '@redocly/cli@~1.34.15', - 'aws-cdk-lib', + `aws-cdk-lib@^${cdkVersion}`, 'openapi-typescript', 'tsx', 'typescript-json-schema', diff --git a/package.json b/package.json index b97cb8cf4..6e29ebab0 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ } }, "engines": { - "node": ">= 20.15.0" + "node": ">= 20.20.2" }, "main": "lib/index.js", "license": "Apache-2.0", diff --git a/packages/back-end/package.json b/packages/back-end/package.json index d2de2b418..ab48fad67 100644 --- a/packages/back-end/package.json +++ b/packages/back-end/package.json @@ -103,7 +103,7 @@ "uuid": "^8.3.2" }, "engines": { - "node": ">= 20.15.0" + "node": ">= 20.20.2" }, "license": "Apache-2.0", "version": "0.0.0", diff --git a/packages/front-end/package.json b/packages/front-end/package.json index f01e945fe..aef28f55a 100644 --- a/packages/front-end/package.json +++ b/packages/front-end/package.json @@ -118,7 +118,7 @@ "zod": "^3.24.2" }, "engines": { - "node": ">= 20.15.0" + "node": ">= 20.20.2" }, "license": "Apache-2.0", "version": "0.0.0", diff --git a/packages/shared-lib/.projen/deps.json b/packages/shared-lib/.projen/deps.json index 6bb4fe90a..60d9f2a2c 100644 --- a/packages/shared-lib/.projen/deps.json +++ b/packages/shared-lib/.projen/deps.json @@ -38,6 +38,7 @@ }, { "name": "aws-cdk-lib", + "version": "^2.260.0", "type": "build" }, { @@ -115,6 +116,7 @@ }, { "name": "aws-cdk-lib", + "version": "^2.260.0", "type": "runtime" }, { diff --git a/packages/shared-lib/.projen/tasks.json b/packages/shared-lib/.projen/tasks.json index 29c60ff1d..0cdbcb744 100644 --- a/packages/shared-lib/.projen/tasks.json +++ b/packages/shared-lib/.projen/tasks.json @@ -151,7 +151,7 @@ }, "steps": [ { - "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@types/aws-lambda,@types/jest,@types/js-yaml,@types/uuid,aws-cdk-lib,eslint-import-resolver-typescript,eslint-plugin-import,jest,openapi-typescript,ts-jest,tsx,typescript,typescript-json-schema,@aws-sdk/client-api-gateway,@aws-sdk/client-cognito-identity-provider,@aws-sdk/client-s3,aws-cdk,aws-lambda,js-yaml,strnum,uuid,zod" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@types/aws-lambda,@types/jest,@types/js-yaml,@types/uuid,eslint-import-resolver-typescript,eslint-plugin-import,jest,openapi-typescript,ts-jest,tsx,typescript,typescript-json-schema,@aws-sdk/client-api-gateway,@aws-sdk/client-cognito-identity-provider,@aws-sdk/client-s3,aws-cdk,aws-lambda,js-yaml,strnum,uuid,zod" }, { "exec": "pnpm i --no-frozen-lockfile" diff --git a/packages/shared-lib/package.json b/packages/shared-lib/package.json index 27532d21a..1bcbe14f9 100644 --- a/packages/shared-lib/package.json +++ b/packages/shared-lib/package.json @@ -32,7 +32,7 @@ "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", - "aws-cdk-lib": "^2.176.0", + "aws-cdk-lib": "^2.260.0", "eslint": "^8", "eslint-import-resolver-typescript": "^3.10.0", "eslint-plugin-import": "^2.31.0", @@ -52,7 +52,7 @@ "@aws-sdk/client-s3": "^3.782.0", "@aws-sdk/client-secrets-manager": "^3.782.0", "aws-cdk": "^2.1007.0", - "aws-cdk-lib": "^2.189.0", + "aws-cdk-lib": "^2.260.0", "aws-lambda": "^1.0.7", "js-yaml": "^4.1.0", "strnum": "^2.2.2", @@ -60,7 +60,7 @@ "zod": "^3.24.2" }, "engines": { - "node": ">= 20.15.0" + "node": ">= 20.20.2" }, "main": "lib/index.js", "license": "Apache-2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f199ce1f..f388e1a33 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -556,8 +556,8 @@ importers: specifier: ^2.1007.0 version: 2.1007.0 aws-cdk-lib: - specifier: ^2.189.0 - version: 2.189.0(constructs@10.4.2) + specifier: ^2.260.0 + version: 2.261.0(constructs@10.4.2) aws-lambda: specifier: ^1.0.7 version: 1.0.7 @@ -732,25 +732,12 @@ packages: xstate: optional: true - '@aws-cdk/asset-awscli-v1@2.2.231': - resolution: {integrity: sha512-vPqD/K2pK/ALhU5r5Nafdc2nLB+LJKxNyxUmQnLsazU6AWDJfkqjHQx8m3J4Cjl2C3chQkIRMdzSDuXIlo43GA==} - '@aws-cdk/asset-awscli-v1@2.2.282': resolution: {integrity: sha512-7hKMi5tTxDcKGIMIOq14PnY0GBcugW33Uh/2YHDZiEwSxLeFOCYBwhR+BFXONb/EJeVI3RETFgailNZbkcKF6g==} - '@aws-cdk/asset-node-proxy-agent-v6@2.1.0': - resolution: {integrity: sha512-7bY3J8GCVxLupn/kNmpPc5VJz8grx+4RKfnnJiO1LG+uxkZfANZG3RMHhE+qQxxwkyQ9/MfPtTpf748UhR425A==} - '@aws-cdk/asset-node-proxy-agent-v6@2.1.2': resolution: {integrity: sha512-pDiuqH+qY3zM9lhhLjbKJ1tnKOHzQ2V4Wr/3qsxyKeKAkuPMI/BVGvZG1PbrikUw949cGVTfVEt4ETKKYnrj0Q==} - '@aws-cdk/cloud-assembly-schema@41.2.0': - resolution: {integrity: sha512-JaulVS6z9y5+u4jNmoWbHZRs9uGOnmn/ktXygNWKNu1k6lF3ad4so3s18eRu15XCbUIomxN9WPYT6Ehh7hzONw==} - engines: {node: '>= 14.15.0'} - bundledDependencies: - - jsonschema - - semver - '@aws-cdk/cloud-assembly-schema@54.8.0': resolution: {integrity: sha512-f891G+Uv4x0/PWTYkA7psEoxHj4//uXEYklB853uFZVHq2zwoH5Eko+uL07wUXZsUiXpZZl8c72KJVnEidR+zg==} engines: {node: '>= 18.0.0'} @@ -6736,24 +6723,6 @@ packages: aws-amplify@5.3.18: resolution: {integrity: sha512-PL1LcA749R+4z29GeK+BmBgQdFHjJ1kQ7Yu6+NPN4uY+Dsfysrau2n4m2q4EQVLUvB0tK4QQ0yGgAfO2zllzpg==} - aws-cdk-lib@2.189.0: - resolution: {integrity: sha512-B5Uha7uRntOAyuKfU0eFtxij3ZVTzGAbetw5qaXlURa68wsWpKlU72/OyKugB6JYkhjCZkSTVVBxd1pVTosxEw==} - engines: {node: '>= 14.15.0'} - peerDependencies: - constructs: ^10.0.0 - bundledDependencies: - - '@balena/dockerignore' - - case - - fs-extra - - ignore - - jsonschema - - minimatch - - punycode - - semver - - table - - yaml - - mime-types - aws-cdk-lib@2.261.0: resolution: {integrity: sha512-e52e3Abjg0HkuRWlWwtSv5+ZiMW1rhCDdL9ff7lzWXInU8xdfLJpuoimfa0IJwjiNGyphppgg52Azx9M80OA0g==} engines: {node: '>= 20.0.0'} @@ -13842,16 +13811,10 @@ snapshots: optionalDependencies: xstate: 4.38.3 - '@aws-cdk/asset-awscli-v1@2.2.231': {} - '@aws-cdk/asset-awscli-v1@2.2.282': {} - '@aws-cdk/asset-node-proxy-agent-v6@2.1.0': {} - '@aws-cdk/asset-node-proxy-agent-v6@2.1.2': {} - '@aws-cdk/cloud-assembly-schema@41.2.0': {} - '@aws-cdk/cloud-assembly-schema@54.8.0': {} '@aws-crypto/branch-keystore-node@4.2.0': @@ -23467,13 +23430,6 @@ snapshots: - react-native - supports-color - aws-cdk-lib@2.189.0(constructs@10.4.2): - dependencies: - '@aws-cdk/asset-awscli-v1': 2.2.231 - '@aws-cdk/asset-node-proxy-agent-v6': 2.1.0 - '@aws-cdk/cloud-assembly-schema': 41.2.0 - constructs: 10.4.2 - aws-cdk-lib@2.261.0(constructs@10.4.2): dependencies: '@aws-cdk/asset-awscli-v1': 2.2.282 From 2b10a8b5ff843c77699080f8801270ec20e8e85c Mon Sep 17 00:00:00 2001 From: Diego Mayorga Greco Date: Tue, 7 Jul 2026 11:44:39 -0300 Subject: [PATCH 5/7] fix(build): update aws-cdk CLI to 2.1129.0 required by aws-cdk-lib 2.26x cloud-assembly schema --- .projenrc.ts | 4 +- packages/back-end/package.json | 2 +- packages/front-end/package.json | 2 +- packages/shared-lib/.projen/deps.json | 7 +- packages/shared-lib/.projen/tasks.json | 2 +- packages/shared-lib/package.json | 2 +- pnpm-lock.yaml | 1194 +++++++++++++----------- 7 files changed, 683 insertions(+), 530 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index b7024db28..41e4d36a0 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -262,7 +262,9 @@ const sharedLib = new typescript.TypeScriptProject({ `@aws-sdk/client-omics@${awsSdkClientOmicsVersion}`, '@aws-sdk/client-s3', '@aws-sdk/client-secrets-manager@^3.782.0', - 'aws-cdk', + // aws-cdk-lib 2.26x emits cloud-assembly schema v54, which requires CDK CLI >=2.1129.0; + // older frozen resolutions (2.1007.0) satisfy ^2.260.0 semver-wise but fail `cdk synth`. + 'aws-cdk@^2.1129.0', // Pin to the same CDK line as back-end/front-end: an unpinned spec froze at ^2.189.0, // leaving a second aws-cdk-lib instance in the lockfile whose types clash with 2.26x. `aws-cdk-lib@^${cdkVersion}`, diff --git a/packages/back-end/package.json b/packages/back-end/package.json index ab48fad67..93ef4d725 100644 --- a/packages/back-end/package.json +++ b/packages/back-end/package.json @@ -51,7 +51,7 @@ "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", - "aws-cdk": "^2.260.0", + "aws-cdk": "^2.1129.0", "aws-jwt-verify": "^4.0.1", "aws-sdk-client-mock": "^3.1.0", "esbuild": "^0.24.2", diff --git a/packages/front-end/package.json b/packages/front-end/package.json index aef28f55a..375f674c7 100644 --- a/packages/front-end/package.json +++ b/packages/front-end/package.json @@ -55,7 +55,7 @@ "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", - "aws-cdk": "^2.260.0", + "aws-cdk": "^2.1129.0", "esbuild": "^0.24.2", "eslint": "^8", "eslint-import-resolver-typescript": "^3.10.0", diff --git a/packages/shared-lib/.projen/deps.json b/packages/shared-lib/.projen/deps.json index 60d9f2a2c..8136f2dde 100644 --- a/packages/shared-lib/.projen/deps.json +++ b/packages/shared-lib/.projen/deps.json @@ -111,12 +111,13 @@ "type": "runtime" }, { - "name": "aws-cdk", + "name": "aws-cdk-lib", + "version": "^2.260.0", "type": "runtime" }, { - "name": "aws-cdk-lib", - "version": "^2.260.0", + "name": "aws-cdk", + "version": "^2.1129.0", "type": "runtime" }, { diff --git a/packages/shared-lib/.projen/tasks.json b/packages/shared-lib/.projen/tasks.json index 0cdbcb744..26eccc3cd 100644 --- a/packages/shared-lib/.projen/tasks.json +++ b/packages/shared-lib/.projen/tasks.json @@ -151,7 +151,7 @@ }, "steps": [ { - "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@types/aws-lambda,@types/jest,@types/js-yaml,@types/uuid,eslint-import-resolver-typescript,eslint-plugin-import,jest,openapi-typescript,ts-jest,tsx,typescript,typescript-json-schema,@aws-sdk/client-api-gateway,@aws-sdk/client-cognito-identity-provider,@aws-sdk/client-s3,aws-cdk,aws-lambda,js-yaml,strnum,uuid,zod" + "exec": "pnpm dlx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@types/aws-lambda,@types/jest,@types/js-yaml,@types/uuid,eslint-import-resolver-typescript,eslint-plugin-import,jest,openapi-typescript,ts-jest,tsx,typescript,typescript-json-schema,@aws-sdk/client-api-gateway,@aws-sdk/client-cognito-identity-provider,@aws-sdk/client-s3,aws-lambda,js-yaml,strnum,uuid,zod" }, { "exec": "pnpm i --no-frozen-lockfile" diff --git a/packages/shared-lib/package.json b/packages/shared-lib/package.json index 1bcbe14f9..40989b9a3 100644 --- a/packages/shared-lib/package.json +++ b/packages/shared-lib/package.json @@ -51,7 +51,7 @@ "@aws-sdk/client-omics": "^3.1014.0", "@aws-sdk/client-s3": "^3.782.0", "@aws-sdk/client-secrets-manager": "^3.782.0", - "aws-cdk": "^2.1007.0", + "aws-cdk": "^2.1129.0", "aws-cdk-lib": "^2.260.0", "aws-lambda": "^1.0.7", "js-yaml": "^4.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f388e1a33..b376ac1c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -282,8 +282,8 @@ importers: specifier: ^7 version: 7.18.0(eslint@8.57.1)(typescript@5.8.3) aws-cdk: - specifier: ^2.260.0 - version: 2.1007.0 + specifier: ^2.1129.0 + version: 2.1129.0 aws-jwt-verify: specifier: ^4.0.1 version: 4.0.1 @@ -361,7 +361,7 @@ importers: version: 1.2.106 '@nuxt/ui': specifier: 2.18.4 - version: 2.18.4(axios@1.18.1)(change-case@4.1.2)(jwt-decode@4.0.0)(magicast@0.5.3)(qrcode@1.5.0)(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.8.3))(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) + version: 2.18.4(axios@1.18.1)(change-case@4.1.2)(jwt-decode@4.0.0)(magicast@0.5.3)(qrcode@1.5.0)(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.8.3))(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) '@pinia/nuxt': specifier: ^0.9.0 version: 0.9.0(magicast@0.5.3)(pinia@2.3.1(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))) @@ -382,7 +382,7 @@ importers: version: 10.11.1(axios@1.18.1)(change-case@4.1.2)(fuse.js@6.6.2)(jwt-decode@4.0.0)(qrcode@1.5.0)(vue@3.5.39(typescript@5.8.3)) '@vueuse/nuxt': specifier: ^11.3.0 - version: 11.3.0(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) + version: 11.3.0(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) amazon-cognito-identity-js: specifier: ^6.3.15 version: 6.3.15 @@ -424,7 +424,7 @@ importers: version: 4.0.0 nuxt: specifier: 3.21.8 - version: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + version: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) pinia: specifier: ^2.3.1 version: 2.3.1(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3)) @@ -490,8 +490,8 @@ importers: specifier: ^7 version: 7.18.0(eslint@8.57.1)(typescript@5.8.3) aws-cdk: - specifier: ^2.260.0 - version: 2.1007.0 + specifier: ^2.1129.0 + version: 2.1129.0 esbuild: specifier: ^0.24.2 version: 0.24.2 @@ -553,8 +553,8 @@ importers: specifier: ^3.782.0 version: 3.1035.0 aws-cdk: - specifier: ^2.1007.0 - version: 2.1007.0 + specifier: ^2.1129.0 + version: 2.1129.0 aws-cdk-lib: specifier: ^2.260.0 version: 2.261.0(constructs@10.4.2) @@ -1865,14 +1865,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.27.0': - resolution: {integrity: sha512-fO8l08T76v48BhpNRW/nQ0MxfnSdoSKUJBMjubOAYffsVuGG5qOfMq7N6Es7UJvi7Y8goXXo07EfcHZXDPuELQ==} + '@babel/helper-create-regexp-features-plugin@7.29.7': + resolution: {integrity: sha512-907Uymvqgg1dwUA+7IGwFAOSYzQOuzPXKNJ1yxzwPffzkYFg2q2eHi1fIOs6sXkG9NbIUMunnUlkYsfRFNvomg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-define-polyfill-provider@0.6.4': - resolution: {integrity: sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==} + '@babel/helper-define-polyfill-provider@0.6.8': + resolution: {integrity: sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -1916,8 +1916,8 @@ packages: resolution: {integrity: sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==} engines: {node: '>=6.9.0'} - '@babel/helper-remap-async-to-generator@7.25.9': - resolution: {integrity: sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==} + '@babel/helper-remap-async-to-generator@7.29.7': + resolution: {integrity: sha512-16AMiW26DbXWBbr3B8wNozKM0ydMLB892vaOaJW/fPJdnT8vJk5sdkQcU/isqUxyCE0cEoa8wZOcbgDuC4b6Og==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -1956,8 +1956,8 @@ packages: resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==} engines: {node: '>=6.9.0'} - '@babel/helper-wrap-function@7.25.9': - resolution: {integrity: sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==} + '@babel/helper-wrap-function@7.29.7': + resolution: {integrity: sha512-iES0Skag9ERIF68aXadpO6dbXa03mNWK3sEqJaMnLNs/eC3l0lkImdfoy6Y09/SfkpawdAB4RjQ7PVA7TcVGdw==} engines: {node: '>=6.9.0'} '@babel/helpers@7.27.0': @@ -1978,32 +1978,32 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9': - resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==} + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7': + resolution: {integrity: sha512-j8SrR0zLZrRsC09DlszEx8FpMiwukKffYXMK0d5LmOglO7vGG6sz/BR/20yHqWH+Lnn31JTt2PE3hIWNgM2J6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9': - resolution: {integrity: sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==} + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7': + resolution: {integrity: sha512-r8j8escF+U2FUHo0KOhPUdMzUO+jp9fInva6+ACVAF3Y97Ev+5iNZwiqTghmzNeWwDkOPlYuTcfb1vDaoZKmAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9': - resolution: {integrity: sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==} + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7': + resolution: {integrity: sha512-GE1TFSiuFeGsCxmYXZl8HwoPrVlwe4rHPFE8weieGKZqnDORK+Ar3vgWMgW+AOxQ6/2TgLSKx9p6W7O4rC6qgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9': - resolution: {integrity: sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==} + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7': + resolution: {integrity: sha512-QQt9qKHZ2sg/kivaLr7lnQr8HVrQDdBNSfCsTjiDxRuX/K5ORyKq+Bu8Xr0cDE3Dfkv0cw28Ve0EKyKMvulkOw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9': - resolution: {integrity: sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==} + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7': + resolution: {integrity: sha512-pn6QacGLgvCcwc+syUhKE/qSjV2D1IHDB84RNxWYSt1mW3K/SCtjinZ2p0cETJxAWBjPy3K/1lHwG5BjjPxNlw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2015,8 +2015,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-proposal-export-default-from@7.25.9': - resolution: {integrity: sha512-ykqgwNfSnNOB+C8fV5X4mG3AVmvu+WVxcaU9xHHtBb7PCrPeweMmPjGsn8eMaeJg6SJuoUuZENeeSWaarWqonQ==} + '@babel/plugin-proposal-export-default-from@7.29.7': + resolution: {integrity: sha512-p+G5BNXDcy3bOXplhY4HybQ1GxH3i2Tppmdm/3epyRu2VgJJZuUlZ61MqRTg582Q7ZLBdP7fePYvsumSEkMxcQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2067,20 +2067,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-export-default-from@7.25.9': - resolution: {integrity: sha512-9MhJ/SMTsVqsd69GyQg89lYR4o9T+oDGv5F6IsigxxqFVOyR/IflDLYP8WDI1l8fkhNGGktqkvL5qwNCtGEpgQ==} + '@babel/plugin-syntax-export-default-from@7.29.7': + resolution: {integrity: sha512-foag0BB37ROhdeIX9O8G0jX7hw0UekJc04cHMrYLOnrErsnBKqJGHJ8eDRpoCFZBvEPPygmmtw4qyU97qa4oOw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-flow@7.26.0': - resolution: {integrity: sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==} + '@babel/plugin-syntax-flow@7.29.7': + resolution: {integrity: sha512-ajMX6QPcyomotqwpzhkYGxcK2i/us0rs1Qo9QvUpa+Fca0FTmqrzKrctoIYLMxcOhGZldGT/BAVkRGTWBiR8gQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-assertions@7.26.0': - resolution: {integrity: sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==} + '@babel/plugin-syntax-import-assertions@7.29.7': + resolution: {integrity: sha512-/An1OCBN93thpBAGyfsK2pcf0jvju1SAtKkL2Ny++B5Sy6sqgzXDQH1cZxWbF96Wuk+bn41MDA9bLd4VVAw6rw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2091,6 +2091,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-import-attributes@7.29.7': + resolution: {integrity: sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-import-meta@7.10.4': resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: @@ -2173,308 +2179,308 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-transform-arrow-functions@7.25.9': - resolution: {integrity: sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==} + '@babel/plugin-transform-arrow-functions@7.29.7': + resolution: {integrity: sha512-N7zArUXWzAMzm+/N0uPBeVB3Fam5lMxtUwMmDK5f/IBBS7a7p1qeUoxd/6CckXoxUdgsntq1Dh8xNW06maZbDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-generator-functions@7.26.8': - resolution: {integrity: sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==} + '@babel/plugin-transform-async-generator-functions@7.29.7': + resolution: {integrity: sha512-d98gXZkgswvkyohMBABkhm3GeXhYj8psWfwQ2C7gtfrKGTykQa/iOIi+JJhwMjPlZ6Vm2XN+DCf3Es1EoG4ZLA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-to-generator@7.25.9': - resolution: {integrity: sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==} + '@babel/plugin-transform-async-to-generator@7.29.7': + resolution: {integrity: sha512-pcUb2SS+RMo9TWVBwKGI5ShtoG7R+zBsFmCKDa6fe8c+hPr3XJlZgoE5j6i8W7gDjhyvy+85vmYexanvXh3d1w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoped-functions@7.26.5': - resolution: {integrity: sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==} + '@babel/plugin-transform-block-scoped-functions@7.29.7': + resolution: {integrity: sha512-cUSmjh72N+rN4PrkFlN1dJwNCwjVp5d38/CQrEsFggkD10UiFlBFgdH3tv5dNsLuHY+3S8db2xCHjhZcv5WgvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.27.0': - resolution: {integrity: sha512-u1jGphZ8uDI2Pj/HJj6YQ6XQLZCNjOlprjxB5SVz6rq2T6SwAR+CdrWK0CP7F+9rDVMXdB0+r6Am5G5aobOjAQ==} + '@babel/plugin-transform-block-scoping@7.29.7': + resolution: {integrity: sha512-ONyr4+AZhKh8yKWInVxU9AXA9EbsyeLcL6V0dJy6M2/62vuvpGm29zzuymbTpdc451GEpDIdAyPLP3r+P61yKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.25.9': - resolution: {integrity: sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==} + '@babel/plugin-transform-class-properties@7.29.7': + resolution: {integrity: sha512-GtcpjFvanPfzNQi3eTitsCqtRRmmqzpy/A+yhTR1HaZo1Ly3EA8ZXxlPyHdR8/IuRMYc3E4wdGBewB2QKQjAaA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-static-block@7.26.0': - resolution: {integrity: sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==} + '@babel/plugin-transform-class-static-block@7.29.7': + resolution: {integrity: sha512-kibJgmEdX2iMwsHY2tSZNDgj8PwIlCQz7FK9KuGKO8zsuoUwSEhoNnNVp/emKWrbY4HeO6kkXfdMqRKKKXBm2A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-classes@7.25.9': - resolution: {integrity: sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==} + '@babel/plugin-transform-classes@7.29.7': + resolution: {integrity: sha512-qV0OGGBVacduzQHE649JyCneOFI/maT+YKsO+K4Yi3xv2wTPNjM/W2o2gdzMwEAZz7fXNTHAe0NcSg30bIN69g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-computed-properties@7.25.9': - resolution: {integrity: sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==} + '@babel/plugin-transform-computed-properties@7.29.7': + resolution: {integrity: sha512-RK7/IyU5phpuCdBAuig5VkzG/EnbDaui5SQGdU9BFrHdV+mV4cUjLMQ9lJDjLNtWHsqtiefpGZUXQP2BiTYMsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-destructuring@7.25.9': - resolution: {integrity: sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==} + '@babel/plugin-transform-destructuring@7.29.7': + resolution: {integrity: sha512-iPX8aD6H9zV5s7ZsqTdNocPN/MGQ5sSMnElKrktxjJRMnB2jN/1p2+R7GkfD6CAYoVFqy5A4XnSIUeGgJzIWpg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-dotall-regex@7.25.9': - resolution: {integrity: sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==} + '@babel/plugin-transform-dotall-regex@7.29.7': + resolution: {integrity: sha512-3qc18hsD2RdZiyJNDNc7HQpv6xbncwh8FYtxNFFzclSyh/trPD9KkVR9BDECUjDLvb7yJVF15GfYUuC+LMkkiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-duplicate-keys@7.25.9': - resolution: {integrity: sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==} + '@babel/plugin-transform-duplicate-keys@7.29.7': + resolution: {integrity: sha512-6IvRRriEMqnBwD6chtxdLpMYCHWEzN+oL5cyQtjykya19UgzbmKhxmhZgKC/LHxS2nYr9Q/qYPZ5Lr6jOL9+yQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9': - resolution: {integrity: sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==} + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7': + resolution: {integrity: sha512-2wiIyo2BjtgU7HufSeDnL9L2O7zr8jmhFKuSr65VpRkUiRKRNpb0mdlk56+XPPKoIrfHqzbMuglDvZun0RISsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-transform-dynamic-import@7.25.9': - resolution: {integrity: sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==} + '@babel/plugin-transform-dynamic-import@7.29.7': + resolution: {integrity: sha512-giOlEm/EFjfjr+te9NsdjkUo2v4f8rS/SXPumRVHAtbNcyNlvtREkU1dZzaIDclNpnaVhlCqRdFKhJBjBikzLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.26.3': - resolution: {integrity: sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==} + '@babel/plugin-transform-exponentiation-operator@7.29.7': + resolution: {integrity: sha512-zFpMOTLZBdW5LfObqcSbL6kefg4R4eLdmvS0wbN9M6D5Mym/sKm9toOoWyVOa+xDjvCnuWcHls2YonXwHvH3CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-export-namespace-from@7.25.9': - resolution: {integrity: sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==} + '@babel/plugin-transform-export-namespace-from@7.29.7': + resolution: {integrity: sha512-24B2nOy2TeJSMheqwPD4DDQOV/elLSIlKxjZt4i05H5AgdPdWR3n18HnNrcJ+j76WJd9gbwb9jPjNYUy6RautA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-flow-strip-types@7.26.5': - resolution: {integrity: sha512-eGK26RsbIkYUns3Y8qKl362juDDYK+wEdPGHGrhzUl6CewZFo55VZ7hg+CyMFU4dd5QQakBN86nBMpRsFpRvbQ==} + '@babel/plugin-transform-flow-strip-types@7.29.7': + resolution: {integrity: sha512-wRHeUjUjCZnMHmiO5bRgjFLcoEh7JyTdByOW11ahhwNa4V0bmeGEaIvt51yq0zQp2yWIpqfxXXPyUP6GFJZHOQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-for-of@7.26.9': - resolution: {integrity: sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==} + '@babel/plugin-transform-for-of@7.29.7': + resolution: {integrity: sha512-zeSIHh0+E1Um1WJRXCFlHQYu2ieJNdivLLjlBEp+dIBu3S51n+SZZmIXjxnItw6pz56Cn+KvK68BIBVsxq2JiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-function-name@7.25.9': - resolution: {integrity: sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==} + '@babel/plugin-transform-function-name@7.29.7': + resolution: {integrity: sha512-otRWaHXE6fbAGkePvaj/kvs3HsqXfPhlnzwSOlnFgbqCPMd975dW+4wZ00WFBt+/YlBGcJwNrARQTOJOb4ZrIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-json-strings@7.25.9': - resolution: {integrity: sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==} + '@babel/plugin-transform-json-strings@7.29.7': + resolution: {integrity: sha512-RRnE2+eon1rJAq8MnoF1b5kTpY1vU88twHcvcKMrsqP/jxIRqDVs9iJB5fqPuqyeFAW0wJo4MlUIPpQCq/aRsg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-literals@7.25.9': - resolution: {integrity: sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==} + '@babel/plugin-transform-literals@7.29.7': + resolution: {integrity: sha512-DZ/oLP21ZuWx1vKqnoNv6/tvEK48AQOBRai40CX9dTjGluvT/YZCyY3rryDtyUqCEoyNroy5KKPwX2iQCiRvyw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-logical-assignment-operators@7.25.9': - resolution: {integrity: sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==} + '@babel/plugin-transform-logical-assignment-operators@7.29.7': + resolution: {integrity: sha512-A0H91hh6W8MFRkp5TqJmMr39jzGD1A1E1Ysiv2O06Sfbhkapm+XyIzxWCEh5kqwOZ1/8QZ0dY3SeQ7XBqfJd5Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-member-expression-literals@7.25.9': - resolution: {integrity: sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==} + '@babel/plugin-transform-member-expression-literals@7.29.7': + resolution: {integrity: sha512-hl1kwFZCCiDyfH25Xmco9jTrkPgnS9pmOzSG7W5I4SaGbLeqKv417hcU2RKmaxoPEgsoJh7ZPOrnPGq99bHoUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-amd@7.25.9': - resolution: {integrity: sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==} + '@babel/plugin-transform-modules-amd@7.29.7': + resolution: {integrity: sha512-fxtQoH3m5ywUSIfaH0FGCzWu4McsYon5bD3K4XnskC7f+OyQMj7rsOMi4NvvmJ83WwBAg4UCe+ov4VZlqEvyew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.26.3': - resolution: {integrity: sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==} + '@babel/plugin-transform-modules-commonjs@7.29.7': + resolution: {integrity: sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-systemjs@7.25.9': - resolution: {integrity: sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==} + '@babel/plugin-transform-modules-systemjs@7.29.7': + resolution: {integrity: sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-umd@7.25.9': - resolution: {integrity: sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==} + '@babel/plugin-transform-modules-umd@7.29.7': + resolution: {integrity: sha512-B4UkaTK3QpgCwJnrxKfMPKdo92CN7OKXAlpAAnM3UPu0Q0lCCk57ylA9AJbRy2v8dDKOPAAWcoR6CMyeoHwRCA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-named-capturing-groups-regex@7.25.9': - resolution: {integrity: sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==} + '@babel/plugin-transform-named-capturing-groups-regex@7.29.7': + resolution: {integrity: sha512-vuFoLwr4qnv2xbZ16SQd6uPcH5FNrLHhk/Jzo++0XJFcaDsr4gjJVg6j398oMHiC+83k/GiBzviwF5KBJkPUtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-transform-new-target@7.25.9': - resolution: {integrity: sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==} + '@babel/plugin-transform-new-target@7.29.7': + resolution: {integrity: sha512-fEo41GmsOUhOBlw8ioo6zvjX5Xc2Lqkzlyfqbpsk3eB6TReV18uhxZ0esfEokVbY2+PVJAQHNKxER6lGrzNd3A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-nullish-coalescing-operator@7.26.6': - resolution: {integrity: sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==} + '@babel/plugin-transform-nullish-coalescing-operator@7.29.7': + resolution: {integrity: sha512-idmp1dFaekP9GbcMvG24Kvw2BfhFZjHnNJCkV4WuIY4PskJzwI3f1N5OdgYke38T7rftO6ERulFRn2cFeZwRkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-numeric-separator@7.25.9': - resolution: {integrity: sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==} + '@babel/plugin-transform-numeric-separator@7.29.7': + resolution: {integrity: sha512-zR7fv/z14OjgHl4AgRtkDBvBMhIzCxqV/qN/2BCRC7LjFwvuzjYe7gDWxC4Wl/SNsLM6SE1IWvRPYMgSJaUvNw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-rest-spread@7.25.9': - resolution: {integrity: sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==} + '@babel/plugin-transform-object-rest-spread@7.29.7': + resolution: {integrity: sha512-Ld98jn4c0smUywL57m7SgsHq3OpThOa6LqZJif3G6jYOovPleoFhVrBJ1WegRApSFB2wu4+RelAj9AC9G08Z4A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-super@7.25.9': - resolution: {integrity: sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==} + '@babel/plugin-transform-object-super@7.29.7': + resolution: {integrity: sha512-Ea/diGcw0twB5IlZPO5sgET6fJsLJqPABqTuFWIR+iMPGPZJkATEIWx0wa+aEQ5UY1CBQyP/gkAiLEqn1vBiQA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-catch-binding@7.25.9': - resolution: {integrity: sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==} + '@babel/plugin-transform-optional-catch-binding@7.29.7': + resolution: {integrity: sha512-sLsyndxK2VwX6yNUOakMb7Sh553ZTe/vVM1XJ+9Z5aW1ytsc8xOIwmyk05NNjN60vkc5/KqoTH6hB4V41LJhng==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.25.9': - resolution: {integrity: sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==} + '@babel/plugin-transform-optional-chaining@7.29.7': + resolution: {integrity: sha512-6GM1dhvK3gNODkXcEcMCOLEDCLSoZ/sBbro2Ax8HURyasQ4NshagQixkRFdh5niI6E4gmA/jYI/4aT7rRos3ZQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-parameters@7.25.9': - resolution: {integrity: sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==} + '@babel/plugin-transform-parameters@7.29.7': + resolution: {integrity: sha512-ZDOBqV/qLYJI0YElr8DcENEyARsFQeESqWXH6gZlghYXuPPjvweuDhP4VyEi4BlUBlLRFZVjxoZDMjxhLW766g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.25.9': - resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==} + '@babel/plugin-transform-private-methods@7.29.7': + resolution: {integrity: sha512-/6Rz4DK1ETDEM/bWHsPHcaEe7ZaT1EqSXjtSP/L0DijOYuaUhiRiOKcwpZ8P7zR4xXEHc2ITdiCgBm9Tpyv9ug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-property-in-object@7.25.9': - resolution: {integrity: sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==} + '@babel/plugin-transform-private-property-in-object@7.29.7': + resolution: {integrity: sha512-+BNo06dnrzdNNqCm1X6YUaVv0DKk8Q+JYcoZfOkLhYWNCXzlwTSRq8zGWayT1csjcpNXV9CQTBRRbmTLZac5cA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-property-literals@7.25.9': - resolution: {integrity: sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==} + '@babel/plugin-transform-property-literals@7.29.7': + resolution: {integrity: sha512-bOMRLQuI0A5ZqHq3OWJ89/rXpJ/NJrbVhXiP4zwPGMs6kpcVsuTUNjwoE30K0Qm3mf48a/TnRYYD6vPNqcg6jA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-display-name@7.25.9': - resolution: {integrity: sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==} + '@babel/plugin-transform-react-display-name@7.29.7': + resolution: {integrity: sha512-+1wdDMGNb4UPeY3Q4L5yLiYe6TXPXubs4NjrgRFw13hPRLJfEMw2Q5OXkee6/IfdqePIeW4Jjwe3aBh7SdKz4Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-self@7.25.9': - resolution: {integrity: sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==} + '@babel/plugin-transform-react-jsx-self@7.29.7': + resolution: {integrity: sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-source@7.25.9': - resolution: {integrity: sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==} + '@babel/plugin-transform-react-jsx-source@7.29.7': + resolution: {integrity: sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx@7.25.9': - resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==} + '@babel/plugin-transform-react-jsx@7.29.7': + resolution: {integrity: sha512-WsZulLVBUHXVj2cUcPVx6UE21TpalB6bHbSFErKT0Ib++ax24jjXe73FqlWvdylFOjiuPHYi6VCcgRad1ItN+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.27.0': - resolution: {integrity: sha512-LX/vCajUJQDqE7Aum/ELUMZAY19+cDpghxrnyt5I1tV6X5PyC86AOoWXWFYFeIvauyeSA6/ktn4tQVn/3ZifsA==} + '@babel/plugin-transform-regenerator@7.29.7': + resolution: {integrity: sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-reserved-words@7.25.9': - resolution: {integrity: sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==} + '@babel/plugin-transform-reserved-words@7.29.7': + resolution: {integrity: sha512-5+YhdpVgmfSmwZyLMftfaiffLRMHjzIRHFHHLdibcSyJm2pasMrKHrO3Ptrt2DRshjvpgjEJJ1zVW14WPq/6QA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.26.10': - resolution: {integrity: sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==} + '@babel/plugin-transform-runtime@7.29.7': + resolution: {integrity: sha512-xmAscdE/AsqRW7vutbPNoUmu/nF5SrLKPs7aoJgEjo35lLKA/Bc0i2rMv/hr1+Y0o1bQCiVtith3u2vdgRL39Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-shorthand-properties@7.25.9': - resolution: {integrity: sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==} + '@babel/plugin-transform-shorthand-properties@7.29.7': + resolution: {integrity: sha512-I+WYbGBAiCn7nA6xBrlgPH+MB7HWb4u8pv5S0Pv7OtwNvIFvCCb24YlttKEeUFVurfBCEaOTnuhlqsb7f0Z5Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-spread@7.25.9': - resolution: {integrity: sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==} + '@babel/plugin-transform-spread@7.29.7': + resolution: {integrity: sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-sticky-regex@7.25.9': - resolution: {integrity: sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==} + '@babel/plugin-transform-sticky-regex@7.29.7': + resolution: {integrity: sha512-BCHzNYJGe9l7EpwwDBN/ztlL2NYFFq8hp9ddjtUEM9f2O7S7kKV/lL6Fwo7IF7NSkYhPK2vO+86nIGltA90MsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-template-literals@7.26.8': - resolution: {integrity: sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==} + '@babel/plugin-transform-template-literals@7.29.7': + resolution: {integrity: sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typeof-symbol@7.27.0': - resolution: {integrity: sha512-+LLkxA9rKJpNoGsbLnAgOCdESl73vwYn+V6b+5wHbrE7OGKVDPHIQvbFSzqE6rwqaCw2RE+zdJrlLkcf8YOA0w==} + '@babel/plugin-transform-typeof-symbol@7.29.7': + resolution: {integrity: sha512-223mNGoTkBiTEWFoK+Q6Go3tueMRclO8vxxxxquNCYuNI4jWOofFKJRRDu6SDrB8Sgo1UEGW9T4GAQ8ZyRso1A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2485,26 +2491,26 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-escapes@7.25.9': - resolution: {integrity: sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==} + '@babel/plugin-transform-unicode-escapes@7.29.7': + resolution: {integrity: sha512-jCfXxSjf94lf4E0hKE0AByxF6F3/pVFqRdUUNkDJhsY0m1ZKjnN6ZYyMeHNpzflxb/0q5b7t3p+BE+SLF1WOtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-property-regex@7.25.9': - resolution: {integrity: sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==} + '@babel/plugin-transform-unicode-property-regex@7.29.7': + resolution: {integrity: sha512-OgZ+zoAJgZLUCunsTRQ5LAjOywDv5zzZ2/hQ5aMw1pGXyY2rtE8/chXYUmu3AlVHKpm10KEdG9aMwbI/K76ZGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-regex@7.25.9': - resolution: {integrity: sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==} + '@babel/plugin-transform-unicode-regex@7.29.7': + resolution: {integrity: sha512-7D/x/23/d/3VqZ0QA+LGbZMlGwZjztBygSWWWsfTPoQ1oQ6Q1P6Mr3d0kk42XabyUVw+fha3LqdRsFqeKqvCyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-sets-regex@7.25.9': - resolution: {integrity: sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==} + '@babel/plugin-transform-unicode-sets-regex@7.29.7': + resolution: {integrity: sha512-BLOhLht9DOJwIxlmp91wHvkXv1lguuHS3/FwUO8HL1H0u8s4hR1gASVFyilu9iGtcTRYqjTZmlsFFeQletntEg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2515,8 +2521,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/preset-flow@7.25.9': - resolution: {integrity: sha512-EASHsAhE+SSlEzJ4bzfusnXSHiU+JfAYzj+jbw2vgQKgq5HrUr8qs+vgtiEL5dOH6sEweI+PNt2D7AqrDSHyqQ==} + '@babel/preset-flow@7.29.7': + resolution: {integrity: sha512-KYIRV0BuaN68CDdsqFkAD7MU7yipUqQNuNElwATdxaIdpTjhvtY82QvkBJs7zV3Evxj2jFAAZ1iO8nyy0nhjqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2526,14 +2532,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 - '@babel/preset-typescript@7.27.0': - resolution: {integrity: sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==} + '@babel/preset-typescript@7.29.7': + resolution: {integrity: sha512-/Foi8vKY2EVbed/1eZx0gJEEwHAIxogrySI7rULcRIvhZzbvoE/b5qG5Ghc0WKAFKOHA9SD1x7RsFlOYdutIiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/register@7.25.9': - resolution: {integrity: sha512-8D43jXtGsYmEeDvm4MWHYUpWf8iiXgWYx3fW7E7Wb7Oe6FWqJPl5K6TuFW0dOwNZzEE5rjlaSJYH9JjrUKJszA==} + '@babel/register@7.29.7': + resolution: {integrity: sha512-AMGJoWuES861riy6pcB0fphE1YXybtQnBYQMuIyPv6mKLiosfa79BKTnAOyx215c/3RJPJpdQwoHZ3earVH7AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2542,6 +2548,10 @@ packages: resolution: {integrity: sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.29.7': + resolution: {integrity: sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==} + engines: {node: '>=6.9.0'} + '@babel/template@7.27.0': resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==} engines: {node: '>=6.9.0'} @@ -3587,6 +3597,9 @@ packages: resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} engines: {node: '>=6.0.0'} + '@jridgewell/source-map@0.3.11': + resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==} + '@jridgewell/source-map@0.3.6': resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} @@ -5858,8 +5871,8 @@ packages: '@types/node-fetch@2.6.4': resolution: {integrity: sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==} - '@types/node-forge@1.3.11': - resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} + '@types/node-forge@1.3.14': + resolution: {integrity: sha512-mhVF2BnD4BO+jtOp7z1CdzaK4mbuK0LLQYAvdOLqHTavxFNq4zA1EmYkpnFjP8HOUzedfQkRnp0E2ulSAYSzAw==} '@types/node@16.18.126': resolution: {integrity: sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==} @@ -5873,6 +5886,9 @@ packages: '@types/node@20.17.30': resolution: {integrity: sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg==} + '@types/node@20.19.43': + resolution: {integrity: sha512-6oYBAi5ikg4Pl+kGsoYtawUMBT2zZMCvPNF7pVLnHZfd1zf38DRiWn/gT01RYCdUqkv7Fhr+C9ot4/tb+2sVvA==} + '@types/node@24.13.1': resolution: {integrity: sha512-RSpUJGmvsJ1ZeBehQZFhIdpsz+bIpES0nIQXko4Ybq+N+kX6XvOq3Jo+iJ82FWLdblFq85AsMikd3m35jgezYg==} @@ -5960,8 +5976,8 @@ packages: '@types/yargs-parser@21.0.3': resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} - '@types/yargs@15.0.19': - resolution: {integrity: sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==} + '@types/yargs@15.0.20': + resolution: {integrity: sha512-KIkX+/GgfFitlASYCGoSF+T4XRXhOubJLhkLVtSfsRTe9jWMmuM2g28zQ41BtPTG7TRBb2xHW+LCNVE9QR/vsg==} '@types/yargs@17.0.33': resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} @@ -6457,6 +6473,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + acorn@8.17.0: + resolution: {integrity: sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==} + engines: {node: '>=0.4.0'} + hasBin: true + agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} @@ -6741,9 +6762,9 @@ packages: - yaml - mime-types - aws-cdk@2.1007.0: - resolution: {integrity: sha512-/UOYOTGWUm+pP9qxg03tID5tL6euC+pb+xo0RBue+xhnUWwj/Bbsw6DbqbpOPMrNzTUxmM723/uMEQmM6S26dw==} - engines: {node: '>= 14.15.0'} + aws-cdk@2.1129.0: + resolution: {integrity: sha512-M0EWbjeKW+baUsirjtKuWh7w/9dPxF8taEi2hqo9ecCjGeQxV1dzyosJf+caR3Jh7dFyyT3J8zEtRb/cU971Rw==} + engines: {node: '>= 18.0.0'} hasBin: true aws-jwt-verify@4.0.1: @@ -6795,8 +6816,8 @@ packages: resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - babel-plugin-polyfill-corejs2@0.4.13: - resolution: {integrity: sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==} + babel-plugin-polyfill-corejs2@0.4.17: + resolution: {integrity: sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -6805,13 +6826,13 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.11.1: - resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} + babel-plugin-polyfill-corejs3@0.13.0: + resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-regenerator@0.6.4: - resolution: {integrity: sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==} + babel-plugin-polyfill-regenerator@0.6.8: + resolution: {integrity: sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -7313,8 +7334,8 @@ packages: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} - compression@1.8.0: - resolution: {integrity: sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==} + compression@1.8.1: + resolution: {integrity: sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==} engines: {node: '>= 0.8.0'} concat-stream@2.0.0: @@ -7411,8 +7432,8 @@ packages: resolution: {integrity: sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==} engines: {node: '>= 0.8'} - core-js-compat@3.41.0: - resolution: {integrity: sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==} + core-js-compat@3.49.0: + resolution: {integrity: sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==} core-js@3.32.1: resolution: {integrity: sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ==} @@ -7468,6 +7489,15 @@ packages: typescript: optional: true + cosmiconfig@9.0.2: + resolution: {integrity: sha512-gtTZxTDau1wL7Y7zifc2dd8jHSK/k6BTx/2Xp/BpdlAdnlYWFVt7qhJqgwi7637yRwRQ3qL4ZidbB4I8tA5VOg==} + engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true + crc-32@1.2.2: resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} engines: {node: '>=0.8'} @@ -7599,8 +7629,8 @@ packages: date-fns@3.6.0: resolution: {integrity: sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==} - dayjs@1.11.13: - resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} + dayjs@1.11.21: + resolution: {integrity: sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==} db0@0.3.4: resolution: {integrity: sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==} @@ -7973,8 +8003,8 @@ packages: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} - envinfo@7.14.0: - resolution: {integrity: sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==} + envinfo@7.21.0: + resolution: {integrity: sha512-Lw7I8Zp5YKHFCXL7+Dz95g4CcbMEpgvqZNNq3AmlT5XAV6CgAAk6gyAMqn2zjw08K9BHfcNuKrMiCPLByGafow==} engines: {node: '>=4'} hasBin: true @@ -7985,14 +8015,17 @@ packages: error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + error-ex@1.3.4: + resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==} + error-stack-parser-es@1.0.5: resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==} error-stack-parser@2.1.4: resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} - errorhandler@1.5.1: - resolution: {integrity: sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==} + errorhandler@1.5.2: + resolution: {integrity: sha512-kNAL7hESndBCrWwS72QyV3IVOTrVmj9D062FV5BQswNL5zEdeRmz/WJFyh6Aj/plvvSOrzddkxW57HgkZcR9Fw==} engines: {node: '>= 0.8'} errx@0.1.0: @@ -8352,8 +8385,8 @@ packages: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - exponential-backoff@3.1.2: - resolution: {integrity: sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==} + exponential-backoff@3.1.3: + resolution: {integrity: sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==} expr-eval-fork@3.0.3: resolution: {integrity: sha512-BhC+hbc5lIVjygr840n5DEkW3MQq7H9o+mc1/N7Z5uIiCFVyESLL5DIE7LNq4CYUNxy+XjA+3jRrL/h0Kt2xcg==} @@ -8543,8 +8576,12 @@ packages: flow-enums-runtime@0.0.6: resolution: {integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==} - flow-parser@0.266.1: - resolution: {integrity: sha512-dON6h+yO7FGa/FO5NQCZuZHN0o3I23Ev6VYOJf9d8LpdrArHPt39wE++LLmueNV/hNY5hgWGIIrgnrDkRcXkPg==} + flow-estree@0.321.0: + resolution: {integrity: sha512-rQY7YKoo+PKpAHQjEP2cxyIefk04OCEKUlbtV4y6LAUG3Ly7guQX9YH8th6drSmYcNkMgpqWMaHRhhYaAF69CA==} + engines: {node: '>=18'} + + flow-parser@0.321.0: + resolution: {integrity: sha512-9LNK2rp/NWWbwdEK6mxC54XfQRyD2lVV0iPVBYf+5o5vvqJl7ietkR1hX3/dZ39j0GAbL4PIFoeekDViOW0x/Q==} engines: {node: '>=0.4.0'} follow-redirects@1.16.0: @@ -9159,6 +9196,10 @@ packages: resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} engines: {node: '>= 0.4'} + is-core-module@2.16.2: + resolution: {integrity: sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==} + engines: {node: '>= 0.4'} + is-data-view@1.0.2: resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==} engines: {node: '>= 0.4'} @@ -9639,11 +9680,6 @@ packages: resolution: {integrity: sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==} engines: {node: '>= 10.16.0'} - jsesc@3.0.2: - resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} - engines: {node: '>=6'} - hasBin: true - jsesc@3.1.0: resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} engines: {node: '>=6'} @@ -10087,8 +10123,8 @@ packages: engines: {node: '>= 12'} hasBin: true - marky@1.2.5: - resolution: {integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==} + marky@1.3.0: + resolution: {integrity: sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==} math-intrinsics@1.1.0: resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} @@ -11652,8 +11688,8 @@ packages: reftools@1.1.9: resolution: {integrity: sha512-OVede/NQE13xBQ+ob5CKd5KyeJYU2YInb1bmV4nRoOfquZPkAkxuOXicSe1PvqIuZZ4kD13sPKBbR7UFDmli6w==} - regenerate-unicode-properties@10.2.0: - resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==} + regenerate-unicode-properties@10.2.2: + resolution: {integrity: sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==} engines: {node: '>=4'} regenerate@1.4.2: @@ -11665,9 +11701,6 @@ packages: regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - regenerator-transform@0.15.2: - resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} - regexp-tree@0.1.27: resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} hasBin: true @@ -11680,8 +11713,8 @@ packages: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} - regexpu-core@6.2.0: - resolution: {integrity: sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==} + regexpu-core@6.4.0: + resolution: {integrity: sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==} engines: {node: '>=4'} registry-auth-token@4.2.2: @@ -11695,8 +11728,8 @@ packages: regjsgen@0.8.0: resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==} - regjsparser@0.12.0: - resolution: {integrity: sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==} + regjsparser@0.13.2: + resolution: {integrity: sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==} hasBin: true replace-in-file@6.3.5: @@ -11758,6 +11791,11 @@ packages: engines: {node: '>= 0.4'} hasBin: true + resolve@1.22.12: + resolution: {integrity: sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==} + engines: {node: '>= 0.4'} + hasBin: true + responselike@4.0.2: resolution: {integrity: sha512-cGk8IbWEAnaCpdAt1BHzJ3Ahz5ewDJa0KseTsE3qIRMJ3C698W8psM7byCeWVpd/Ha7FUYzuRVzXoKoM6nRUbA==} engines: {node: '>=20'} @@ -11936,6 +11974,10 @@ packages: resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} engines: {node: '>= 0.8.0'} + send@0.19.2: + resolution: {integrity: sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==} + engines: {node: '>= 0.8.0'} + send@1.2.1: resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==} engines: {node: '>= 18'} @@ -11962,6 +12004,10 @@ packages: resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==} engines: {node: '>= 0.8.0'} + serve-static@1.16.3: + resolution: {integrity: sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==} + engines: {node: '>= 0.8.0'} + serve-static@2.2.1: resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==} engines: {node: '>= 18'} @@ -12476,6 +12522,11 @@ packages: engines: {node: '>=10'} hasBin: true + terser@5.48.0: + resolution: {integrity: sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==} + engines: {node: '>=10'} + hasBin: true + test-exclude@6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'} @@ -12800,6 +12851,9 @@ packages: undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.18.2: resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} @@ -12827,12 +12881,12 @@ packages: resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} engines: {node: '>=4'} - unicode-match-property-value-ecmascript@2.2.0: - resolution: {integrity: sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==} + unicode-match-property-value-ecmascript@2.2.1: + resolution: {integrity: sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==} engines: {node: '>=4'} - unicode-property-aliases-ecmascript@2.1.0: - resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + unicode-property-aliases-ecmascript@2.2.0: + resolution: {integrity: sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==} engines: {node: '>=4'} unicorn-magic@0.3.0: @@ -13495,6 +13549,10 @@ packages: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} + yargs@17.7.3: + resolution: {integrity: sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==} + engines: {node: '>=12'} + yargs@18.0.0: resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==} engines: {node: ^20.19.0 || ^22.12.0 || >=23} @@ -17265,21 +17323,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.27.0(@babel/core@7.29.7)': + '@babel/helper-create-regexp-features-plugin@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 - regexpu-core: 6.2.0 + regexpu-core: 6.4.0 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.4(@babel/core@7.29.7)': + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 debug: 4.4.3 lodash.debounce: 4.0.8 - resolve: 1.22.10 + resolve: 1.22.12 transitivePeerDependencies: - supports-color @@ -17332,11 +17390,11 @@ snapshots: '@babel/helper-plugin-utils@7.29.7': {} - '@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.29.7)': + '@babel/helper-remap-async-to-generator@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 - '@babel/helper-wrap-function': 7.25.9 + '@babel/helper-wrap-function': 7.29.7 '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color @@ -17369,7 +17427,7 @@ snapshots: '@babel/helper-validator-option@7.29.7': {} - '@babel/helper-wrap-function@7.25.9': + '@babel/helper-wrap-function@7.29.7': dependencies: '@babel/template': 7.29.7 '@babel/traverse': 7.29.7 @@ -17395,7 +17453,7 @@ snapshots: dependencies: '@babel/types': 7.29.7 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -17403,26 +17461,26 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 - '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.29.7) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -17438,7 +17496,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-export-default-from@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-proposal-export-default-from@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -17511,17 +17569,17 @@ snapshots: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-export-default-from@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-syntax-export-default-from@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.29.7)': + '@babel/plugin-syntax-flow@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.29.7)': + '@babel/plugin-syntax-import-assertions@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -17535,6 +17593,12 @@ snapshots: dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.26.5 + optional: true + + '@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@7.29.7)': + dependencies: + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.10)': dependencies: @@ -17667,43 +17731,43 @@ snapshots: '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.27.0(@babel/core@7.29.7) + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-arrow-functions@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.29.7)': + '@babel/plugin-transform-async-generator-functions@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.29.7) + '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.29.7) '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-async-to-generator@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.29.7) + '@babel/helper-remap-async-to-generator': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.26.5(@babel/core@7.29.7)': + '@babel/plugin-transform-block-scoped-functions@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-block-scoping@7.27.0(@babel/core@7.29.7)': + '@babel/plugin-transform-block-scoping@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-class-properties@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) @@ -17711,7 +17775,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.29.7)': + '@babel/plugin-transform-class-static-block@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) @@ -17719,68 +17783,71 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-classes@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-globals': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) '@babel/traverse': 7.29.7 - globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-computed-properties@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/template': 7.29.7 - '@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-destructuring@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 + '@babel/traverse': 7.29.7 + transitivePeerDependencies: + - supports-color - '@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-dotall-regex@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.27.0(@babel/core@7.29.7) + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-duplicate-keys@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.27.0(@babel/core@7.29.7) + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-dynamic-import@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-exponentiation-operator@7.26.3(@babel/core@7.29.7)': + '@babel/plugin-transform-exponentiation-operator@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-export-namespace-from@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-flow-strip-types@7.26.5(@babel/core@7.29.7)': + '@babel/plugin-transform-flow-strip-types@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.29.7) + '@babel/plugin-syntax-flow': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of@7.26.9(@babel/core@7.29.7)': + '@babel/plugin-transform-for-of@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -17788,7 +17855,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-function-name@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 @@ -17797,27 +17864,27 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-json-strings@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-literals@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-literals@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-logical-assignment-operators@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-member-expression-literals@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-modules-amd@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) @@ -17825,7 +17892,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.29.7)': + '@babel/plugin-transform-modules-commonjs@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) @@ -17833,7 +17900,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-modules-systemjs@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) @@ -17843,7 +17910,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-modules-umd@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) @@ -17851,35 +17918,39 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-named-capturing-groups-regex@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.27.0(@babel/core@7.29.7) + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-new-target@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-new-target@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-nullish-coalescing-operator@7.26.6(@babel/core@7.29.7)': + '@babel/plugin-transform-nullish-coalescing-operator@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-numeric-separator@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-object-rest-spread@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/traverse': 7.29.7 + transitivePeerDependencies: + - supports-color - '@babel/plugin-transform-object-super@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-object-super@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -17887,12 +17958,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-optional-catch-binding@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-optional-chaining@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -17900,12 +17971,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-parameters@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-private-methods@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) @@ -17913,7 +17984,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-private-property-in-object@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 @@ -17922,27 +17993,27 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-property-literals@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-react-display-name@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-react-jsx-self@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-react-jsx-source@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-react-jsx@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.29.7 @@ -17953,35 +18024,34 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-regenerator@7.27.0(@babel/core@7.29.7)': + '@babel/plugin-transform-regenerator@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - regenerator-transform: 0.15.2 - '@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-reserved-words@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-runtime@7.26.10(@babel/core@7.29.7)': + '@babel/plugin-transform-runtime@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.29.7) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.29.7) - babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.29.7) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.7) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.7) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.7) semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-shorthand-properties@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-spread@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-spread@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -17989,17 +18059,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-sticky-regex@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-template-literals@7.26.8(@babel/core@7.29.7)': + '@babel/plugin-transform-template-literals@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-typeof-symbol@7.27.0(@babel/core@7.29.7)': + '@babel/plugin-transform-typeof-symbol@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 @@ -18015,27 +18085,27 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-unicode-escapes@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-unicode-property-regex@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.27.0(@babel/core@7.29.7) + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-unicode-regex@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.27.0(@babel/core@7.29.7) + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.29.7)': + '@babel/plugin-transform-unicode-sets-regex@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 - '@babel/helper-create-regexp-features-plugin': 7.27.0(@babel/core@7.29.7) + '@babel/helper-create-regexp-features-plugin': 7.29.7(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.29.7 '@babel/preset-env@7.25.8(@babel/core@7.29.7)': @@ -18045,79 +18115,79 @@ snapshots: '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.29.7) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.29.7(@babel/core@7.29.7) '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.7) - '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.29.7) - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.29.7) + '@babel/plugin-syntax-import-assertions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.29.7) - '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.29.7) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoped-functions': 7.26.5(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoping': 7.27.0(@babel/core@7.29.7) - '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.29.7) - '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-exponentiation-operator': 7.26.3(@babel/core@7.29.7) - '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-for-of': 7.26.9(@babel/core@7.29.7) - '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.29.7) - '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-nullish-coalescing-operator': 7.26.6(@babel/core@7.29.7) - '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-regenerator': 7.27.0(@babel/core@7.29.7) - '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-template-literals': 7.26.8(@babel/core@7.29.7) - '@babel/plugin-transform-typeof-symbol': 7.27.0(@babel/core@7.29.7) - '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-async-generator-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-async-to-generator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoped-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-class-static-block': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-computed-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-dotall-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-duplicate-keys': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-dynamic-import': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-exponentiation-operator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-export-namespace-from': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-function-name': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-json-strings': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-literals': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-logical-assignment-operators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-member-expression-literals': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-amd': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-systemjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-umd': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-named-capturing-groups-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-new-target': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-numeric-separator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-object-rest-spread': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-object-super': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-catch-binding': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-private-property-in-object': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-property-literals': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-regenerator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-reserved-words': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-sticky-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-template-literals': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-typeof-symbol': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-escapes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-property-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-sets-regex': 7.29.7(@babel/core@7.29.7) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.7) - babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.29.7) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.7) babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.29.7) - babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.29.7) - core-js-compat: 3.41.0 + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.7) + core-js-compat: 3.49.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/preset-flow@7.25.9(@babel/core@7.29.7)': + '@babel/preset-flow@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 - '@babel/plugin-transform-flow-strip-types': 7.26.5(@babel/core@7.29.7) + '@babel/plugin-transform-flow-strip-types': 7.29.7(@babel/core@7.29.7) '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.29.7)': dependencies: @@ -18126,18 +18196,18 @@ snapshots: '@babel/types': 7.29.7 esutils: 2.0.3 - '@babel/preset-typescript@7.27.0(@babel/core@7.29.7)': + '@babel/preset-typescript@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.29.7 '@babel/helper-validator-option': 7.29.7 '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/register@7.25.9(@babel/core@7.29.7)': + '@babel/register@7.29.7(@babel/core@7.29.7)': dependencies: '@babel/core': 7.29.7 clone-deep: 4.0.1 @@ -18150,6 +18220,8 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.29.7': {} + '@babel/template@7.27.0': dependencies: '@babel/code-frame': 7.26.2 @@ -19089,8 +19161,8 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.17.30 - '@types/yargs': 15.0.19 + '@types/node': 20.19.43 + '@types/yargs': 15.0.20 chalk: 4.1.2 '@jest/types@29.6.3': @@ -19122,6 +19194,11 @@ snapshots: '@jridgewell/set-array@1.2.1': {} + '@jridgewell/source-map@0.3.11': + dependencies: + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + '@jridgewell/source-map@0.3.6': dependencies: '@jridgewell/gen-mapping': 0.3.8 @@ -19351,20 +19428,20 @@ snapshots: '@nuxt/devalue@2.0.2': {} - '@nuxt/devtools-kit@2.3.2(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))': + '@nuxt/devtools-kit@2.3.2(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))': dependencies: '@nuxt/kit': 3.16.2(magicast@0.5.3) '@nuxt/schema': 3.16.2 execa: 8.0.1 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) transitivePeerDependencies: - magicast - '@nuxt/devtools-kit@3.2.4(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))': + '@nuxt/devtools-kit@3.2.4(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))': dependencies: '@nuxt/kit': 4.4.8(magicast@0.5.3) execa: 8.0.1 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) transitivePeerDependencies: - magicast @@ -19379,9 +19456,9 @@ snapshots: pkg-types: 2.3.1 semver: 7.8.5 - '@nuxt/devtools@3.2.4(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': + '@nuxt/devtools@3.2.4(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': dependencies: - '@nuxt/devtools-kit': 3.2.4(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + '@nuxt/devtools-kit': 3.2.4(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) '@nuxt/devtools-wizard': 3.2.4 '@nuxt/kit': 4.4.8(magicast@0.5.3) '@vue/devtools-core': 8.1.5(vue@3.5.39(typescript@5.8.3)) @@ -19409,9 +19486,9 @@ snapshots: sirv: 3.0.2 structured-clone-es: 2.0.0 tinyglobby: 0.2.17 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) - vite-plugin-inspect: 11.4.1(@nuxt/kit@4.4.8(magicast@0.5.3))(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) - vite-plugin-vue-tracer: 1.4.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) + vite-plugin-inspect: 11.4.1(@nuxt/kit@4.4.8(magicast@0.5.3))(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) + vite-plugin-vue-tracer: 1.4.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) which: 6.0.1 ws: 8.21.0 transitivePeerDependencies: @@ -19420,13 +19497,13 @@ snapshots: - utf-8-validate - vue - '@nuxt/icon@1.11.0(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': + '@nuxt/icon@1.11.0(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': dependencies: '@iconify/collections': 1.0.536 '@iconify/types': 2.0.0 '@iconify/utils': 2.3.0 '@iconify/vue': 4.3.0(vue@3.5.39(typescript@5.8.3)) - '@nuxt/devtools-kit': 2.3.2(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + '@nuxt/devtools-kit': 2.3.2(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) '@nuxt/kit': 3.16.2(magicast@0.5.3) consola: 3.4.2 local-pkg: 1.1.1 @@ -19520,7 +19597,7 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/nitro-server@3.21.8(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.132.0)(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)': + '@nuxt/nitro-server@3.21.8(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.132.0)(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)': dependencies: '@nuxt/devalue': 2.0.2 '@nuxt/kit': 3.21.8(magicast@0.5.3) @@ -19534,11 +19611,11 @@ snapshots: escape-string-regexp: 5.0.0 exsolve: 1.1.0 h3: 1.15.11 - impound: 1.1.5(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + impound: 1.1.5(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) klona: 2.0.6 mocked-exports: 0.1.1 - nitropack: 2.13.4(oxc-parser@0.132.0)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) - nuxt: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + nitropack: 2.13.4(oxc-parser@0.132.0)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) + nuxt: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) ohash: 2.0.11 pathe: 2.0.3 pkg-types: 2.3.1 @@ -19634,12 +19711,12 @@ snapshots: '@types/webpack-bundle-analyzer': 3.9.5 '@types/webpack-hot-middleware': 2.25.5 - '@nuxt/ui@2.18.4(axios@1.18.1)(change-case@4.1.2)(jwt-decode@4.0.0)(magicast@0.5.3)(qrcode@1.5.0)(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.8.3))(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': + '@nuxt/ui@2.18.4(axios@1.18.1)(change-case@4.1.2)(jwt-decode@4.0.0)(magicast@0.5.3)(qrcode@1.5.0)(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.8.3))(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': dependencies: '@headlessui/tailwindcss': 0.2.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.8.3))) '@headlessui/vue': 1.7.23(vue@3.5.39(typescript@5.8.3)) '@iconify-json/heroicons': 1.2.2 - '@nuxt/icon': 1.11.0(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) + '@nuxt/icon': 1.11.0(magicast@0.5.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) '@nuxt/kit': 3.16.2(magicast@0.5.3) '@nuxtjs/color-mode': 3.5.2(magicast@0.5.3) '@nuxtjs/tailwindcss': 6.13.2(magicast@0.5.3)(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.8.3)) @@ -19677,12 +19754,12 @@ snapshots: - vite - vue - '@nuxt/vite-builder@3.21.8(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0)': + '@nuxt/vite-builder@3.21.8(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0)': dependencies: '@nuxt/kit': 3.21.8(magicast@0.5.3) '@rollup/plugin-replace': 6.0.3(rollup@4.62.2) - '@vitejs/plugin-vue': 6.0.7(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) - '@vitejs/plugin-vue-jsx': 5.1.6(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) + '@vitejs/plugin-vue': 6.0.7(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) + '@vitejs/plugin-vue-jsx': 5.1.6(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) autoprefixer: 10.5.2(postcss@8.5.16) consola: 3.4.2 cssnano: 7.1.9(postcss@8.5.16) @@ -19696,7 +19773,7 @@ snapshots: magic-string: 0.30.21 mlly: 1.8.2 mocked-exports: 0.1.1 - nuxt: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + nuxt: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) nypm: 0.6.8 ohash: 2.0.11 pathe: 2.0.3 @@ -19707,9 +19784,9 @@ snapshots: std-env: 4.1.0 ufo: 1.6.4 unenv: 2.0.0-rc.24 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) - vite-node: 5.3.0(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) - vite-plugin-checker: 0.13.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) + vite-node: 5.3.0(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) + vite-plugin-checker: 0.13.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) vue: 3.5.39(typescript@5.8.3) vue-bundle-renderer: 2.3.1 optionalDependencies: @@ -20365,7 +20442,7 @@ snapshots: dependencies: '@react-native-community/cli-tools': 14.1.0 chalk: 4.1.2 - cosmiconfig: 9.0.0(typescript@5.8.3) + cosmiconfig: 9.0.2(typescript@5.8.3) deepmerge: 4.3.1 fast-glob: 3.3.3 joi: 18.2.3 @@ -20374,7 +20451,7 @@ snapshots: '@react-native-community/cli-debugger-ui@14.1.0': dependencies: - serve-static: 1.16.2 + serve-static: 1.16.3 transitivePeerDependencies: - supports-color @@ -20388,7 +20465,7 @@ snapshots: chalk: 4.1.2 command-exists: 1.2.9 deepmerge: 4.3.1 - envinfo: 7.14.0 + envinfo: 7.21.0 execa: 5.1.1 node-stream-zip: 1.15.0 ora: 5.4.1 @@ -20425,12 +20502,12 @@ snapshots: dependencies: '@react-native-community/cli-debugger-ui': 14.1.0 '@react-native-community/cli-tools': 14.1.0 - compression: 1.8.0 + compression: 1.8.1 connect: 3.7.0 - errorhandler: 1.5.1 + errorhandler: 1.5.2 nocache: 3.0.4 pretty-format: 26.6.2 - serve-static: 1.16.2 + serve-static: 1.16.3 ws: 8.21.0 transitivePeerDependencies: - bufferutil @@ -20490,46 +20567,46 @@ snapshots: '@react-native/babel-preset@0.75.4(@babel/core@7.29.7)(@babel/preset-env@7.25.8(@babel/core@7.29.7))': dependencies: '@babel/core': 7.29.7 - '@babel/plugin-proposal-export-default-from': 7.25.9(@babel/core@7.29.7) + '@babel/plugin-proposal-export-default-from': 7.29.7(@babel/core@7.29.7) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-syntax-export-default-from': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.29.7) + '@babel/plugin-syntax-export-default-from': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-syntax-flow': 7.29.7(@babel/core@7.29.7) '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.29.7) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-block-scoping': 7.27.0(@babel/core@7.29.7) - '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-flow-strip-types': 7.26.5(@babel/core@7.29.7) - '@babel/plugin-transform-for-of': 7.26.9(@babel/core@7.29.7) - '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.29.7) - '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-nullish-coalescing-operator': 7.26.6(@babel/core@7.29.7) - '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-regenerator': 7.27.0(@babel/core@7.29.7) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.29.7) - '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.29.7) - '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-async-generator-functions': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-async-to-generator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-class-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-computed-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-flow-strip-types': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-function-name': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-literals': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-logical-assignment-operators': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-named-capturing-groups-regex': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-numeric-separator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-object-rest-spread': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-catch-binding': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-chaining': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-private-methods': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-private-property-in-object': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-react-display-name': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx-self': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-react-jsx-source': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-regenerator': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-runtime': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-sticky-regex': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7) - '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-regex': 7.29.7(@babel/core@7.29.7) '@babel/template': 7.29.7 '@react-native/babel-plugin-codegen': 0.75.4(@babel/preset-env@7.25.8(@babel/core@7.29.7)) babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.29.7) @@ -20548,7 +20625,7 @@ snapshots: jscodeshift: 0.14.0(@babel/preset-env@7.25.8(@babel/core@7.29.7)) mkdirp: 0.5.6 nullthrows: 1.1.1 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - supports-color @@ -20587,7 +20664,7 @@ snapshots: nullthrows: 1.1.1 open: 7.4.2 selfsigned: 2.4.1 - serve-static: 1.16.2 + serve-static: 1.16.3 ws: 8.21.0 transitivePeerDependencies: - bufferutil @@ -22298,9 +22375,9 @@ snapshots: '@types/node': 20.17.30 form-data: 4.0.6 - '@types/node-forge@1.3.11': + '@types/node-forge@1.3.14': dependencies: - '@types/node': 20.17.30 + '@types/node': 20.19.43 '@types/node@16.18.126': {} @@ -22314,6 +22391,10 @@ snapshots: dependencies: undici-types: 6.19.8 + '@types/node@20.19.43': + dependencies: + undici-types: 6.21.0 + '@types/node@24.13.1': dependencies: undici-types: 7.18.2 @@ -22411,7 +22492,7 @@ snapshots: '@types/yargs-parser@21.0.3': {} - '@types/yargs@15.0.19': + '@types/yargs@15.0.20': dependencies: '@types/yargs-parser': 21.0.3 @@ -22817,22 +22898,22 @@ snapshots: - rollup - supports-color - '@vitejs/plugin-vue-jsx@5.1.6(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': + '@vitejs/plugin-vue-jsx@5.1.6(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': dependencies: '@babel/core': 7.29.7 '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7) '@rolldown/pluginutils': 1.0.1 '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.7) - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) vue: 3.5.39(typescript@5.8.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@6.0.7(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': + '@vitejs/plugin-vue@6.0.7(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': dependencies: '@rolldown/pluginutils': 1.0.1 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) vue: 3.5.39(typescript@5.8.3) '@volar/language-core@2.4.28': @@ -23034,13 +23115,13 @@ snapshots: '@vueuse/metadata@11.3.0': {} - '@vueuse/nuxt@11.3.0(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': + '@vueuse/nuxt@11.3.0(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': dependencies: '@nuxt/kit': 3.16.2(magicast@0.5.3) '@vueuse/core': 11.3.0(vue@3.5.39(typescript@5.8.3)) '@vueuse/metadata': 11.3.0 local-pkg: 0.5.1 - nuxt: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + nuxt: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) vue-demi: 0.14.10(vue@3.5.39(typescript@5.8.3)) transitivePeerDependencies: - '@vue/composition-api' @@ -23118,6 +23199,8 @@ snapshots: acorn@8.16.0: {} + acorn@8.17.0: {} + agent-base@6.0.2: dependencies: debug: 4.4.3 @@ -23437,9 +23520,7 @@ snapshots: '@aws-cdk/cloud-assembly-schema': 54.8.0 constructs: 10.4.2 - aws-cdk@2.1007.0: - optionalDependencies: - fsevents: 2.3.2 + aws-cdk@2.1129.0: {} aws-jwt-verify@4.0.1: {} @@ -23537,11 +23618,11 @@ snapshots: '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.7 - babel-plugin-polyfill-corejs2@0.4.13(@babel/core@7.29.7): + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.7): dependencies: '@babel/compat-data': 7.29.7 '@babel/core': 7.29.7 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.29.7) + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -23549,29 +23630,29 @@ snapshots: babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.29.7): dependencies: '@babel/core': 7.29.7 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.29.7) - core-js-compat: 3.41.0 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) + core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.29.7): + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.29.7): dependencies: '@babel/core': 7.29.7 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.29.7) - core-js-compat: 3.41.0 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) + core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.4(@babel/core@7.29.7): + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.29.7): dependencies: '@babel/core': 7.29.7 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.29.7) + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.7) transitivePeerDependencies: - supports-color babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.29.7): dependencies: - '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.29.7) + '@babel/plugin-syntax-flow': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - '@babel/core' @@ -23973,7 +24054,7 @@ snapshots: chrome-launcher@0.15.2: dependencies: - '@types/node': 20.17.30 + '@types/node': 20.19.43 escape-string-regexp: 4.0.0 is-wsl: 2.2.0 lighthouse-logger: 1.4.2 @@ -23982,7 +24063,7 @@ snapshots: chromium-edge-launcher@0.2.0: dependencies: - '@types/node': 20.17.30 + '@types/node': 20.19.43 escape-string-regexp: 4.0.0 is-wsl: 2.2.0 lighthouse-logger: 1.4.2 @@ -24172,7 +24253,7 @@ snapshots: dependencies: mime-db: 1.54.0 - compression@1.8.0: + compression@1.8.1: dependencies: bytes: 3.1.2 compressible: 2.0.18 @@ -24284,7 +24365,7 @@ snapshots: depd: 2.0.0 keygrip: 1.1.0 - core-js-compat@3.41.0: + core-js-compat@3.49.0: dependencies: browserslist: 4.28.4 @@ -24340,6 +24421,16 @@ snapshots: parse-json: 5.2.0 optionalDependencies: typescript: 5.8.3 + optional: true + + cosmiconfig@9.0.2(typescript@5.8.3): + dependencies: + env-paths: 2.2.1 + import-fresh: 3.3.1 + js-yaml: 4.3.0 + parse-json: 5.2.0 + optionalDependencies: + typescript: 5.8.3 crc-32@1.2.2: {} @@ -24522,7 +24613,7 @@ snapshots: date-fns@3.6.0: {} - dayjs@1.11.13: {} + dayjs@1.11.21: {} db0@0.3.4: {} @@ -24797,7 +24888,7 @@ snapshots: env-paths@2.2.1: {} - envinfo@7.14.0: {} + envinfo@7.21.0: {} environment@1.1.0: {} @@ -24805,13 +24896,17 @@ snapshots: dependencies: is-arrayish: 0.2.1 + error-ex@1.3.4: + dependencies: + is-arrayish: 0.2.1 + error-stack-parser-es@1.0.5: {} error-stack-parser@2.1.4: dependencies: stackframe: 1.3.4 - errorhandler@1.5.1: + errorhandler@1.5.2: dependencies: accepts: 1.3.8 escape-html: 1.0.3 @@ -25491,7 +25586,7 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - exponential-backoff@3.1.2: {} + exponential-backoff@3.1.3: {} expr-eval-fork@3.0.3: {} @@ -25730,7 +25825,11 @@ snapshots: flow-enums-runtime@0.0.6: {} - flow-parser@0.266.1: {} + flow-estree@0.321.0: {} + + flow-parser@0.321.0: + dependencies: + flow-estree: 0.321.0 follow-redirects@1.16.0: {} @@ -26263,12 +26362,12 @@ snapshots: import-meta-resolve@4.1.0: optional: true - impound@1.1.5(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + impound@1.1.5(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: '@jridgewell/trace-mapping': 0.3.31 es-module-lexer: 2.3.0 pathe: 2.0.3 - unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-utils: 0.3.2 transitivePeerDependencies: - '@farmfe/core' @@ -26397,6 +26496,10 @@ snapshots: dependencies: hasown: 2.0.2 + is-core-module@2.16.2: + dependencies: + hasown: 2.0.4 + is-data-view@1.0.2: dependencies: call-bound: 1.0.4 @@ -27012,14 +27115,14 @@ snapshots: '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.7) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.29.7) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.29.7) - '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) '@babel/preset-env': 7.25.8(@babel/core@7.29.7) - '@babel/preset-flow': 7.25.9(@babel/core@7.29.7) - '@babel/preset-typescript': 7.27.0(@babel/core@7.29.7) - '@babel/register': 7.25.9(@babel/core@7.29.7) + '@babel/preset-flow': 7.29.7(@babel/core@7.29.7) + '@babel/preset-typescript': 7.29.7(@babel/core@7.29.7) + '@babel/register': 7.29.7(@babel/core@7.29.7) babel-core: 7.0.0-bridge.0(@babel/core@7.29.7) chalk: 4.1.2 - flow-parser: 0.266.1 + flow-parser: 0.321.0 graceful-fs: 4.2.11 micromatch: 4.0.8 neo-async: 2.6.2 @@ -27032,8 +27135,6 @@ snapshots: jsep@1.4.0: {} - jsesc@3.0.2: {} - jsesc@3.1.0: {} json-buffer@3.0.1: {} @@ -27220,7 +27321,7 @@ snapshots: lighthouse-logger@1.4.2: dependencies: debug: 2.6.9 - marky: 1.2.5 + marky: 1.3.0 transitivePeerDependencies: - supports-color @@ -27413,7 +27514,7 @@ snapshots: logkitty@0.7.1: dependencies: ansi-fragments: 0.2.1 - dayjs: 1.11.13 + dayjs: 1.11.21 yargs: 15.4.1 loglevel@1.9.2: {} @@ -27452,12 +27553,12 @@ snapshots: lunr@2.3.9: {} - magic-regexp@0.11.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + magic-regexp@0.11.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: magic-string: 0.30.21 regexp-tree: 0.1.27 type-level-regexp: 0.1.17 - unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) transitivePeerDependencies: - '@farmfe/core' - '@rspack/core' @@ -27514,7 +27615,7 @@ snapshots: marked@4.3.0: {} - marky@1.2.5: {} + marky@1.3.0: {} math-intrinsics@1.1.0: {} @@ -27580,7 +27681,7 @@ snapshots: metro-cache@0.80.12: dependencies: - exponential-backoff: 3.1.2 + exponential-backoff: 3.1.3 flow-enums-runtime: 0.0.6 metro-core: 0.80.12 @@ -27626,7 +27727,7 @@ snapshots: metro-minify-terser@0.80.12: dependencies: flow-enums-runtime: 0.0.6 - terser: 5.39.0 + terser: 5.48.0 metro-resolver@0.80.12: dependencies: @@ -27634,7 +27735,7 @@ snapshots: metro-runtime@0.80.12: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.29.7 flow-enums-runtime: 0.0.6 metro-source-map@0.80.12: @@ -27737,7 +27838,7 @@ snapshots: strip-ansi: 6.0.1 throat: 5.0.0 ws: 8.21.0 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - bufferutil - supports-color @@ -27957,7 +28058,7 @@ snapshots: just-extend: 6.2.0 path-to-regexp: 6.3.0 - nitropack@2.13.4(oxc-parser@0.132.0)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2): + nitropack@2.13.4(oxc-parser@0.132.0)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2): dependencies: '@cloudflare/kv-asset-handler': 0.4.2 '@rollup/plugin-alias': 6.0.0(rollup@4.62.2) @@ -28022,7 +28123,7 @@ snapshots: uncrypto: 0.1.3 unctx: 2.5.0 unenv: 2.0.0-rc.24 - unimport: 6.3.0(esbuild@0.28.1)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + unimport: 6.3.0(esbuild@0.28.1)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-utils: 0.3.2 unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1) untyped: 2.0.0 @@ -28164,16 +28265,16 @@ snapshots: nullthrows@1.1.1: {} - nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0): + nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0): dependencies: '@dxup/nuxt': 0.4.1(magicast@0.5.3)(typescript@5.8.3) '@nuxt/cli': 3.36.1(@nuxt/schema@3.21.8)(cac@6.7.14)(commander@13.1.0)(magicast@0.5.3) - '@nuxt/devtools': 3.2.4(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) + '@nuxt/devtools': 3.2.4(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) '@nuxt/kit': 3.21.8(magicast@0.5.3) - '@nuxt/nitro-server': 3.21.8(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.132.0)(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) + '@nuxt/nitro-server': 3.21.8(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.132.0)(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) '@nuxt/schema': 3.21.8 '@nuxt/telemetry': 2.8.0(@nuxt/kit@3.21.8(magicast@0.5.3)) - '@nuxt/vite-builder': 3.21.8(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0) + '@nuxt/vite-builder': 3.21.8(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0) '@unhead/vue': 2.1.15(vue@3.5.39(typescript@5.8.3)) '@vue/shared': 3.5.39 c12: 3.3.4(magicast@0.5.3) @@ -28190,7 +28291,7 @@ snapshots: h3: 1.15.11 hookable: 5.5.3 ignore: 7.0.5 - impound: 1.1.5(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + impound: 1.1.5(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) jiti: 2.7.0 klona: 2.0.6 knitwork: 1.3.0 @@ -28204,7 +28305,7 @@ snapshots: oxc-minify: 0.132.0 oxc-parser: 0.132.0 oxc-transform: 0.132.0 - oxc-walker: 1.0.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + oxc-walker: 1.0.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) pathe: 2.0.3 perfect-debounce: 2.1.0 pkg-types: 2.3.1 @@ -28217,8 +28318,8 @@ snapshots: ultrahtml: 1.6.0 uncrypto: 0.1.3 unctx: 2.5.0 - unimport: 6.3.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) - unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + unimport: 6.3.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) + unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-vue-router: 0.19.2(@vue/compiler-sfc@3.5.39)(vue-router@4.6.4(vue@3.5.39(typescript@5.8.3)))(vue@3.5.39(typescript@5.8.3)) untyped: 2.0.0 vue: 3.5.39(typescript@5.8.3) @@ -28646,9 +28747,9 @@ snapshots: '@oxc-transform/binding-win32-ia32-msvc': 0.132.0 '@oxc-transform/binding-win32-x64-msvc': 0.132.0 - oxc-walker@1.0.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + oxc-walker@1.0.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: - magic-regexp: 0.11.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + magic-regexp: 0.11.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) optionalDependencies: oxc-parser: 0.132.0 transitivePeerDependencies: @@ -28741,7 +28842,7 @@ snapshots: parse-json@4.0.0: dependencies: - error-ex: 1.3.2 + error-ex: 1.3.4 json-parse-better-errors: 1.0.2 parse-json@5.2.0: @@ -29427,7 +29528,7 @@ snapshots: stacktrace-parser: 0.1.11 whatwg-fetch: 3.6.20 ws: 8.21.0 - yargs: 17.7.2 + yargs: 17.7.3 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -29572,7 +29673,7 @@ snapshots: reftools@1.1.9: {} - regenerate-unicode-properties@10.2.0: + regenerate-unicode-properties@10.2.2: dependencies: regenerate: 1.4.2 @@ -29582,10 +29683,6 @@ snapshots: regenerator-runtime@0.14.1: {} - regenerator-transform@0.15.2: - dependencies: - '@babel/runtime': 7.27.0 - regexp-tree@0.1.27: {} regexp.prototype.flags@1.5.4: @@ -29599,14 +29696,14 @@ snapshots: regexpp@3.2.0: {} - regexpu-core@6.2.0: + regexpu-core@6.4.0: dependencies: regenerate: 1.4.2 - regenerate-unicode-properties: 10.2.0 + regenerate-unicode-properties: 10.2.2 regjsgen: 0.8.0 - regjsparser: 0.12.0 + regjsparser: 0.13.2 unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.2.0 + unicode-match-property-value-ecmascript: 2.2.1 registry-auth-token@4.2.2: dependencies: @@ -29618,9 +29715,9 @@ snapshots: regjsgen@0.8.0: {} - regjsparser@0.12.0: + regjsparser@0.13.2: dependencies: - jsesc: 3.0.2 + jsesc: 3.1.0 replace-in-file@6.3.5: dependencies: @@ -29670,6 +29767,13 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + resolve@1.22.12: + dependencies: + es-errors: 1.3.0 + is-core-module: 2.16.2 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + responselike@4.0.2: dependencies: lowercase-keys: 3.0.0 @@ -29815,7 +29919,7 @@ snapshots: selfsigned@2.4.1: dependencies: - '@types/node-forge': 1.3.11 + '@types/node-forge': 1.3.14 node-forge: 1.4.0 semver-diff@3.1.1: @@ -29860,6 +29964,24 @@ snapshots: transitivePeerDependencies: - supports-color + send@0.19.2: + dependencies: + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + encodeurl: 2.0.0 + escape-html: 1.0.3 + etag: 1.8.1 + fresh: 0.5.2 + http-errors: 2.0.1 + mime: 1.6.0 + ms: 2.1.3 + on-finished: 2.4.1 + range-parser: 1.2.1 + statuses: 2.0.2 + transitivePeerDependencies: + - supports-color + send@1.2.1: dependencies: debug: 4.4.3 @@ -29901,6 +30023,15 @@ snapshots: transitivePeerDependencies: - supports-color + serve-static@1.16.3: + dependencies: + encodeurl: 2.0.0 + escape-html: 1.0.3 + parseurl: 1.3.3 + send: 0.19.2 + transitivePeerDependencies: + - supports-color + serve-static@2.2.1: dependencies: encodeurl: 2.0.0 @@ -30513,6 +30644,13 @@ snapshots: commander: 2.20.3 source-map-support: 0.5.21 + terser@5.48.0: + dependencies: + '@jridgewell/source-map': 0.3.11 + acorn: 8.17.0 + commander: 2.20.3 + source-map-support: 0.5.21 + test-exclude@6.0.0: dependencies: '@istanbuljs/schema': 0.1.3 @@ -30872,6 +31010,8 @@ snapshots: undici-types@6.19.8: {} + undici-types@6.21.0: {} + undici-types@7.18.2: {} undici@6.27.0: {} @@ -30895,11 +31035,11 @@ snapshots: unicode-match-property-ecmascript@2.0.0: dependencies: unicode-canonical-property-names-ecmascript: 2.0.1 - unicode-property-aliases-ecmascript: 2.1.0 + unicode-property-aliases-ecmascript: 2.2.0 - unicode-match-property-value-ecmascript@2.2.0: {} + unicode-match-property-value-ecmascript@2.2.1: {} - unicode-property-aliases-ecmascript@2.1.0: {} + unicode-property-aliases-ecmascript@2.2.0: {} unicorn-magic@0.3.0: {} @@ -30922,7 +31062,7 @@ snapshots: unplugin: 2.3.0 unplugin-utils: 0.2.4 - unimport@6.3.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + unimport@6.3.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: acorn: 8.16.0 escape-string-regexp: 5.0.0 @@ -30936,7 +31076,7 @@ snapshots: scule: 1.3.0 strip-literal: 3.1.0 tinyglobby: 0.2.17 - unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-utils: 0.3.2 optionalDependencies: oxc-parser: 0.132.0 @@ -30950,7 +31090,7 @@ snapshots: - vite - webpack - unimport@6.3.0(esbuild@0.28.1)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + unimport@6.3.0(esbuild@0.28.1)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: acorn: 8.16.0 escape-string-regexp: 5.0.0 @@ -30964,7 +31104,7 @@ snapshots: scule: 1.3.0 strip-literal: 3.1.0 tinyglobby: 0.2.17 - unplugin: 3.3.0(esbuild@0.28.1)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + unplugin: 3.3.0(esbuild@0.28.1)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-utils: 0.3.2 optionalDependencies: oxc-parser: 0.132.0 @@ -31063,7 +31203,7 @@ snapshots: picomatch: 4.0.4 webpack-virtual-modules: 0.6.2 - unplugin@3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + unplugin@3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: '@jridgewell/remapping': 2.3.5 picomatch: 4.0.4 @@ -31071,9 +31211,9 @@ snapshots: optionalDependencies: esbuild: 0.24.2 rollup: 4.62.2 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) - unplugin@3.3.0(esbuild@0.28.1)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + unplugin@3.3.0(esbuild@0.28.1)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: '@jridgewell/remapping': 2.3.5 picomatch: 4.0.4 @@ -31081,7 +31221,7 @@ snapshots: optionalDependencies: esbuild: 0.28.1 rollup: 4.62.2 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) unrs-resolver@1.4.1: optionalDependencies: @@ -31253,23 +31393,23 @@ snapshots: vary@1.1.2: {} - vite-dev-rpc@2.0.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + vite-dev-rpc@2.0.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: birpc: 4.0.0 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) - vite-hot-client: 2.2.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) + vite-hot-client: 2.2.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) - vite-hot-client@2.2.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + vite-hot-client@2.2.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) - vite-node@5.3.0(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0): + vite-node@5.3.0(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0): dependencies: cac: 6.7.14 es-module-lexer: 2.3.0 obug: 2.1.3 pathe: 2.0.3 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) transitivePeerDependencies: - '@types/node' - jiti @@ -31283,7 +31423,7 @@ snapshots: - tsx - yaml - vite-plugin-checker@0.13.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + vite-plugin-checker@0.13.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: '@babel/code-frame': 7.29.7 chokidar: 4.0.3 @@ -31293,14 +31433,14 @@ snapshots: proper-lockfile: 4.1.2 tiny-invariant: 1.3.3 tinyglobby: 0.2.17 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) vscode-uri: 3.1.0 optionalDependencies: eslint: 8.57.1 optionator: 0.9.4 typescript: 5.8.3 - vite-plugin-inspect@11.4.1(@nuxt/kit@4.4.8(magicast@0.5.3))(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)): + vite-plugin-inspect@11.4.1(@nuxt/kit@4.4.8(magicast@0.5.3))(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: ansis: 4.3.1 error-stack-parser-es: 1.0.5 @@ -31310,22 +31450,22 @@ snapshots: perfect-debounce: 2.1.0 sirv: 3.0.2 unplugin-utils: 0.3.2 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) - vite-dev-rpc: 2.0.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0)) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) + vite-dev-rpc: 2.0.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) optionalDependencies: '@nuxt/kit': 4.4.8(magicast@0.5.3) - vite-plugin-vue-tracer@1.4.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)): + vite-plugin-vue-tracer@1.4.0(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)): dependencies: estree-walker: 3.0.3 exsolve: 1.1.0 magic-string: 0.30.21 pathe: 2.0.3 source-map-js: 1.2.1 - vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0) + vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) vue: 3.5.39(typescript@5.8.3) - vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.39.0)(tsx@4.21.0)(yaml@2.9.0): + vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0): dependencies: esbuild: 0.27.3 fdir: 6.5.0(picomatch@4.0.4) @@ -31338,7 +31478,7 @@ snapshots: fsevents: 2.3.3 jiti: 2.7.0 sass: 1.86.3 - terser: 5.39.0 + terser: 5.48.0 tsx: 4.21.0 yaml: 2.9.0 @@ -31613,6 +31753,16 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 + yargs@17.7.3: + dependencies: + cliui: 8.0.1 + escalade: 3.2.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + yargs@18.0.0: dependencies: cliui: 9.0.1 From ebfa417e850fd5954f347e88c075499090546527 Mon Sep 17 00:00:00 2001 From: Diego Mayorga Greco Date: Tue, 7 Jul 2026 12:20:57 -0300 Subject: [PATCH 6/7] fix(front-end): pin nuxt 3.21.6 to avoid dev-server regression in 3.21.7+ --- .projenrc.ts | 5 +- packages/back-end/package.json | 2 +- packages/front-end/.projen/deps.json | 2 +- packages/front-end/package.json | 4 +- pnpm-lock.yaml | 723 +++++++++++++-------------- 5 files changed, 344 insertions(+), 392 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index 41e4d36a0..550b90b58 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -556,7 +556,10 @@ const frontEndApp = new awscdk.AwsCdkTypeScriptApp({ 'esrun', 'file-saver', 'jwt-decode', - 'nuxt@3.21.8', + // Pinned to 3.21.6: 3.21.7+ backported a vite-builder regression that crashes + // `nuxt dev` for ssr:false apps ("No entry found in rollupOptions.input", + // nuxt/nuxt#35033). Re-bump once a fixed release ships. + 'nuxt@3.21.6', 'pinia', 'pinia-plugin-persistedstate', 'playwright', diff --git a/packages/back-end/package.json b/packages/back-end/package.json index 93ef4d725..ab48fad67 100644 --- a/packages/back-end/package.json +++ b/packages/back-end/package.json @@ -51,7 +51,7 @@ "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", - "aws-cdk": "^2.1129.0", + "aws-cdk": "^2.260.0", "aws-jwt-verify": "^4.0.1", "aws-sdk-client-mock": "^3.1.0", "esbuild": "^0.24.2", diff --git a/packages/front-end/.projen/deps.json b/packages/front-end/.projen/deps.json index 17c1e666b..39653814f 100644 --- a/packages/front-end/.projen/deps.json +++ b/packages/front-end/.projen/deps.json @@ -228,7 +228,7 @@ }, { "name": "nuxt", - "version": "3.21.8", + "version": "3.21.6", "type": "runtime" }, { diff --git a/packages/front-end/package.json b/packages/front-end/package.json index 375f674c7..3638f6037 100644 --- a/packages/front-end/package.json +++ b/packages/front-end/package.json @@ -55,7 +55,7 @@ "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", - "aws-cdk": "^2.1129.0", + "aws-cdk": "^2.260.0", "esbuild": "^0.24.2", "eslint": "^8", "eslint-import-resolver-typescript": "^3.10.0", @@ -102,7 +102,7 @@ "esrun": "^3.2.26", "file-saver": "^2.0.5", "jwt-decode": "^4.0.0", - "nuxt": "3.21.8", + "nuxt": "3.21.6", "pinia": "^2.3.1", "pinia-plugin-persistedstate": "4.2.0", "playwright": "^1.51.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b376ac1c3..4ec382cbc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -282,7 +282,7 @@ importers: specifier: ^7 version: 7.18.0(eslint@8.57.1)(typescript@5.8.3) aws-cdk: - specifier: ^2.1129.0 + specifier: ^2.260.0 version: 2.1129.0 aws-jwt-verify: specifier: ^4.0.1 @@ -382,7 +382,7 @@ importers: version: 10.11.1(axios@1.18.1)(change-case@4.1.2)(fuse.js@6.6.2)(jwt-decode@4.0.0)(qrcode@1.5.0)(vue@3.5.39(typescript@5.8.3)) '@vueuse/nuxt': specifier: ^11.3.0 - version: 11.3.0(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) + version: 11.3.0(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) amazon-cognito-identity-js: specifier: ^6.3.15 version: 6.3.15 @@ -423,8 +423,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 nuxt: - specifier: 3.21.8 - version: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + specifier: 3.21.6 + version: 3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) pinia: specifier: ^2.3.1 version: 2.3.1(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3)) @@ -457,7 +457,7 @@ importers: version: 3.4.17(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.8.3)) unplugin-vue-components: specifier: ^0.28.0 - version: 0.28.0(@babel/parser@7.29.7)(@nuxt/kit@3.21.8(magicast@0.5.3))(rollup@4.62.2)(vue@3.5.39(typescript@5.8.3)) + version: 0.28.0(@babel/parser@7.29.7)(@nuxt/kit@3.21.6(magicast@0.5.3))(rollup@4.62.2)(vue@3.5.39(typescript@5.8.3)) uuid: specifier: '>=11.1.1 <12.0.0' version: 11.1.1 @@ -490,7 +490,7 @@ importers: specifier: ^7 version: 7.18.0(eslint@8.57.1)(typescript@5.8.3) aws-cdk: - specifier: ^2.1129.0 + specifier: ^2.260.0 version: 2.1129.0 esbuild: specifier: ^0.24.2 @@ -3600,9 +3600,6 @@ packages: '@jridgewell/source-map@0.3.11': resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==} - '@jridgewell/source-map@0.3.6': - resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} - '@jridgewell/sourcemap-codec@1.5.0': resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} @@ -3807,26 +3804,26 @@ packages: resolution: {integrity: sha512-K1SAUo2vweTfudKZzjKsZ5YJoxPLTspR5qz5+G61xtZreLpsdpDYfBseqsIAl5VFLJuszeRpWQ01jP9LfQ6Ksw==} engines: {node: '>=18.12.0'} - '@nuxt/kit@3.21.8': - resolution: {integrity: sha512-kg63DUPY5AHPn+9XM7u8rYcdWHXjzwfUscgRDuiC5YUciQ+xdLRhdwXelYFxEAx2nxJHossliiQXbMm/Fleivw==} + '@nuxt/kit@3.21.6': + resolution: {integrity: sha512-5VOwxUcoM/z6w4c75hQrikHpY+TzjTLZQ+QnuO7KajyGx0IJBLVy1lw25oy79leF+GgyjJJO1cHfUfWeuEDCzA==} engines: {node: '>=18.12.0'} '@nuxt/kit@4.4.8': resolution: {integrity: sha512-ZUlZ5iYfyfJFDPluhn6ZxFWcsuxWbLnZBc8w3MAROcQ4lYfZ+qFpALBLSNlpc0zhOa++33EE+5PEbOAdVIY+dw==} engines: {node: '>=18.12.0'} - '@nuxt/nitro-server@3.21.8': - resolution: {integrity: sha512-GWYO2vdZhWekQHFEP7SLNzqHkQ1bVdjFtfJF4SXpl4v3w0jMa2JGIQkuQ0x/YpY1Yt0jAgqJREX8lFud8Cy2gQ==} + '@nuxt/nitro-server@3.21.6': + resolution: {integrity: sha512-tcSZauVgyUNZRCC0zYqauRJpEiHS8In3mXkupDlCYhQQmVNTxzxvBim3U4rR0Ww50ZJzOAtFOADeWTjLjYd3GQ==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - nuxt: ^3.21.8 + nuxt: ^3.21.6 '@nuxt/schema@3.16.2': resolution: {integrity: sha512-2HZPM372kuI/uw9VU/hOoYuzv803oZAtyoEKC5dQCQTKAQ293AjypF3WljMXUSReFS/hcbBSgGzYUPHr3Qo+pg==} engines: {node: ^14.18.0 || >=16.10.0} - '@nuxt/schema@3.21.8': - resolution: {integrity: sha512-BMxtf2x0E9sFji4Txz1boeMiwkhjQQFixdB6+lZXvCGpExZou4TLz82LDcIAZkpJVL0IEcfs96hTLVVBkjGulQ==} + '@nuxt/schema@3.21.6': + resolution: {integrity: sha512-/1m3/q2QtLQ+c+4CDrlwGtNC5nJ3KdK+MTeaRhMN+fNavqeQFdqArfXVYdzUX+ZeqOL0Pt00vJnwKm0VM1I8mQ==} engines: {node: ^14.18.0 || >=16.10.0} '@nuxt/telemetry@2.8.0': @@ -3844,11 +3841,11 @@ packages: resolution: {integrity: sha512-NzFUzh5Izd7mduhYhFBlIOcqE8aY+9mbSQ0n8sIASpASv162VJ46OsR5Jm5sbfhKDrgv7UsBk6VKXJXiEI7ThQ==} engines: {node: '>=v16.20.2'} - '@nuxt/vite-builder@3.21.8': - resolution: {integrity: sha512-aapUWCQGuLEzUj5hx+J/lfpzqt/fBYV8hmCQ930R4SM4BvEzqMR0wVkbU0ry0CDK+uQzb/2n50qIHcEp0ywc0Q==} + '@nuxt/vite-builder@3.21.6': + resolution: {integrity: sha512-JjUJzo/KXgHnpI/podDCBGn93QyfKjcxrFzZkXRXsaUSIXMncrQK4Bs9OKBIWxcpsWxs93a130w1i7qjd2qizA==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - nuxt: 3.21.8 + nuxt: 3.21.6 rolldown: ^1.0.0-beta.38 rollup-plugin-visualizer: ^6.0.0 || ^7.0.1 vue: ^3.3.4 @@ -4023,362 +4020,362 @@ packages: resolution: {integrity: sha512-icc5xCzndZfhuJMy5oqk5AvloWquR7jtae74qzpkKkhGp8BivK+oCcEXgGnjCdTfp8hA44l+w8gE8yYJbocJJw==} engines: {node: '>=14'} - '@oxc-minify/binding-android-arm-eabi@0.132.0': - resolution: {integrity: sha512-NXxgL3FNGEBz8r+8iSl8wSdyCEMGisVmn2GVuJc5GycWgGzxiP9V9/svgD039JnO9nRAi0j+hP3FNAuDCP4aQg==} + '@oxc-minify/binding-android-arm-eabi@0.131.0': + resolution: {integrity: sha512-yLa7y9jjJgUeUUMm6AtjmBIQzK1YU5sYcNJnVVtr6WtoWu5SpuNDZ8u6cl/dhn0g/oQgVlf+E+8WJfsExt8R+Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxc-minify/binding-android-arm64@0.132.0': - resolution: {integrity: sha512-XYogHG1aSjNEMKWUfWmBWtN9rnpQ2nA4MiecdiAOfofDHTQiU5ybrPH6VvDAtRXf2kr8WtPNX7eenhC3uWFWoA==} + '@oxc-minify/binding-android-arm64@0.131.0': + resolution: {integrity: sha512-ShZDYFEVd46qCc9L0D3ZTPLXe/DezTedEj7g6x1Bdlm1WwgQ1pQJgWkqpMGlQhUet5wq4WUpQB/P6afK470Ydg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-minify/binding-darwin-arm64@0.132.0': - resolution: {integrity: sha512-gm/M5dgm7IvA/g9tweMqiFyD15yKrxGUX3myjFP+EYIYVW+RYuvwU5MAIZUOxXY0GnjU1/iRN/JkLhwvhZVsDQ==} + '@oxc-minify/binding-darwin-arm64@0.131.0': + resolution: {integrity: sha512-h+5iCSKxpK7SJdAHmY4I+0BBxR+pJQVNJvAIB3KcOVyz8/ybaO2r41URCwV1N3FnPYkIIiMokZ24YYMB6/GrRw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-minify/binding-darwin-x64@0.132.0': - resolution: {integrity: sha512-s7ecbOJeLccy3nqQlkiq9cV0D0q8j1OyHmxRz22m8qZlcKrc3s4gmhwj5ertipA8ePn3FOXv4azf8b5gatDDug==} + '@oxc-minify/binding-darwin-x64@0.131.0': + resolution: {integrity: sha512-EIP8KmjqfZeDdhrbG+0GDsiw1/Bi3415uCFokhOm6b8tGG0UdiemVHAz9IQE/sIJgwguXYtg5ydz9oFYVOlOfA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-minify/binding-freebsd-x64@0.132.0': - resolution: {integrity: sha512-pdYVNmY9NgKetEWzXlVIUlPm4Z3Gz979nTbZUpHlqpjU/rtulpm0fgROo6rlTk+W0HhZCCZ0Jzy1LBKgn5g3mg==} + '@oxc-minify/binding-freebsd-x64@0.131.0': + resolution: {integrity: sha512-2/xcCZfVm24sLFHbI5Rg/t6Ec93pth0NvTgy/J8vXjIOy8Yf5kkO/K1KVtdZBHW+cyLPe7YLLybxMF/BeqM8Kg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-minify/binding-linux-arm-gnueabihf@0.132.0': - resolution: {integrity: sha512-QdV2II2mrbygZO/D+umhb+jMs+kmNO2pvQ+kahY8DN7qZVvaR2CiWBQaAxi3yuI0JvmymcUBEFhRrXsaL/lUqg==} + '@oxc-minify/binding-linux-arm-gnueabihf@0.131.0': + resolution: {integrity: sha512-LDQ1Y+QfL5lN54ib1Je2paoh4EsQmmDRvB5Bd9AQIGCP16LI+8jZnB8cjTT3GD1acITDg1aiaBKk9JpBjBA4iw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-minify/binding-linux-arm-musleabihf@0.132.0': - resolution: {integrity: sha512-6OJMBb53luST+xxNSzzg/rRkxMnR4NFQegdu3PCuDEUtP2OEgjmpvvBrHghITpzRsUqnQ/YTl/ItDiLVeoslUA==} + '@oxc-minify/binding-linux-arm-musleabihf@0.131.0': + resolution: {integrity: sha512-mz99O2sZoyHnMoksxlZ5Mc+USS/w/uIp1LWQAn42RHAvVdIyQsqPRmTD/pJtW/KnjgpgaB0yDCpI6Xa3ivJppQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-minify/binding-linux-arm64-gnu@0.132.0': - resolution: {integrity: sha512-ND2GZp6StGQWhSBwOfX13kCCG7O/Z6sEL/dBsWSIgZaetEDUPLOWtKIm2f+TuYUSSmU5nJTSSE5psh9kGcCweQ==} + '@oxc-minify/binding-linux-arm64-gnu@0.131.0': + resolution: {integrity: sha512-QjS1N4FwCV67ZylGyfTWoqURzar48dN5WTq/JVrGsiShFKlT9SpuyRsoUGMGJhiKNiI39MsLIHBlBWvoRQG+ng==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-minify/binding-linux-arm64-musl@0.132.0': - resolution: {integrity: sha512-3k8ezEKmxs9Wel4N4vfF/8u764mA57j065P8nB4cU2PO/lLKloN0OA41ynfDUrSM1f5jBuF8+mLOj++aNnu4OA==} + '@oxc-minify/binding-linux-arm64-musl@0.131.0': + resolution: {integrity: sha512-HGzqTov5sAzXyaNfRkQEpl0fRs+PrMYjT8b5jZAw8foQ/qnW+VMWgAr80Q+2j79T5nhXfboSF5SUgB8mcisgHw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-minify/binding-linux-ppc64-gnu@0.132.0': - resolution: {integrity: sha512-vM6jZIxoHoIS5rPb3K3Di0IureL4oU+wOWBy6tLSrjwW2IHqy0442CzO/Ks2U9VCuHV1q0bUGCF0H6AxCEjJHQ==} + '@oxc-minify/binding-linux-ppc64-gnu@0.131.0': + resolution: {integrity: sha512-zpUZ4pmbDBqaZmRYacxeLHUBxA3fs5K7hi1WSXRVMXC4OjWuVcLsNxeavenKF9i0YtP7Q5n2z12Rz7eEnNWoDA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] - '@oxc-minify/binding-linux-riscv64-gnu@0.132.0': - resolution: {integrity: sha512-KburrmtWpeZg58uo275QRwy5bbNOXQd1WDI2tGxkY2dJBlO7N5V9+Uthvqn6KI/6RBtjd2T5NO4dCC0fgUxGvw==} + '@oxc-minify/binding-linux-riscv64-gnu@0.131.0': + resolution: {integrity: sha512-CYrC4tpW1wolbw/Fox+T0hxW92s1aG/WLi+htkk02JMiCHOWqGQKxUnm37lLiODKR/OwTYht3LB4xNrsS0RtCg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-minify/binding-linux-riscv64-musl@0.132.0': - resolution: {integrity: sha512-MnahA2MNEtEdxWdUy24JXkMUNgGPqH285GL2L22Zz7k9ixsguFD+bTbbcR88pNqdb075nazozzv3edF83+azCA==} + '@oxc-minify/binding-linux-riscv64-musl@0.131.0': + resolution: {integrity: sha512-ZQNur0zujUjNYgjFF4mcNaeEKWuerY9XkaALYtBsHqNetkj55w0ZwCKYfYKLH2JAdyNF2LuS0s7VGgjXP9EvWA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-minify/binding-linux-s390x-gnu@0.132.0': - resolution: {integrity: sha512-VE99UPZyQO2MAG4gLGXzrBumD5PGNaiWe+EakaROGCVbT0YH/d9z2ByYqbdWAMEBiTHjthyZp6UUEFVda+LnpQ==} + '@oxc-minify/binding-linux-s390x-gnu@0.131.0': + resolution: {integrity: sha512-tR8oiFSNpcS1mfGY1N3/Hy6TxP2wr5X9FFdn/y8GarN8ST/JMLY5SUiwPiU35NKiC69CDaAsLHXoIKUxK/r8Pw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] - '@oxc-minify/binding-linux-x64-gnu@0.132.0': - resolution: {integrity: sha512-FKxBkYrSAWNF4V6MacAJ/1E2SJobKKQ2CtW6Aq+pLzzEOjgk2SmxnK7I0bATlFH/O70tbTKDzWb17bySGYRcog==} + '@oxc-minify/binding-linux-x64-gnu@0.131.0': + resolution: {integrity: sha512-KodzbW12zmT/C/w4bGv2aWN7Q5+KVJKbNoAv5hooYeSujj8xSPGWl8pnyj7dJ9nd8j0CVjubEvHQ86rtzV99OA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-minify/binding-linux-x64-musl@0.132.0': - resolution: {integrity: sha512-W8IqA2XRvg/b6l/f+2SdV45/KKmpmwTabrjiMtpg/wzJU5cmKUoHihtJXPc9NA0Ls9S/oP0wB3PMCRQoNr5J1A==} + '@oxc-minify/binding-linux-x64-musl@0.131.0': + resolution: {integrity: sha512-CNG3/hPE6MxdLikfLq5l0aZMvJ3W5AP1aoVjzQ1Itokv5sbfBcW0fp6Srn8mB86CyAqO9e7dbffZVOWBDVkhgw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-minify/binding-openharmony-arm64@0.132.0': - resolution: {integrity: sha512-X1BL65pI9bfOesLdVUcErjbEAUA3qmzjXCwXPCYsFZT7ela7SsK85+sN3m2TJNxmX1mrFKNg5g8bH+d2zHresw==} + '@oxc-minify/binding-openharmony-arm64@0.131.0': + resolution: {integrity: sha512-UyfimTwMLitJ0+5i5fL9M9U4E+DcIQJpGZWbVxxD3Mp9f7CTyQBIHnS68VEGZe+KQL/Y3IIb3AJ7cZB+ICgTVQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-minify/binding-wasm32-wasi@0.132.0': - resolution: {integrity: sha512-QcIiwBOj+bV5ub5x39Xb+v0boviykxUtVvVJaIEbG/IH97avFzZcBXec8awYlemLDvgG4WKQwr17x7COR5zwFg==} + '@oxc-minify/binding-wasm32-wasi@0.131.0': + resolution: {integrity: sha512-fH7sy51iYnmGv2pEPsS9KEVExHDKI1/nfy/OqYnStW2E5di41CQ1qBjVIvxHOMHcPD8RmKEBCf0zng6d9/vGDg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [wasm32] - '@oxc-minify/binding-win32-arm64-msvc@0.132.0': - resolution: {integrity: sha512-ahFMaa84QVTIROWpLhZcS9jKIv+CXzsJaMmgje7JtlVp1Kaar6tzVCt3EH2aPhSc8RvbGqfmnGdQu/kGwPAZVA==} + '@oxc-minify/binding-win32-arm64-msvc@0.131.0': + resolution: {integrity: sha512-C05v+5eIdvF4YXQ4t+U0JQDl8IWoIabxsmh4inBSGOL0VziELmis3lb5X6JMj208RbQdKhZGJbUkmNWq2B5Kxw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-minify/binding-win32-ia32-msvc@0.132.0': - resolution: {integrity: sha512-tpBkLklqOnaYtlIh6gjmL60pP0Kn2hwaw1Fw3sJyIKwdkCPHsOPy/MRgBUpM0a/SeGFbsZRQkHnWfZXS1GTbbQ==} + '@oxc-minify/binding-win32-ia32-msvc@0.131.0': + resolution: {integrity: sha512-bZio0euDmT6Er00I6jng66ftGw5doP/UmCAr2XtBooZMdr7ofTJ4+Bpp+ufguVIeVk5i1vgMPsq7g6FTcxHevg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxc-minify/binding-win32-x64-msvc@0.132.0': - resolution: {integrity: sha512-a69yKrBl2p9O8cdAHbHih56eKhcpKJRVkRu/S+CwCdR2Zsh4nnqYIllF96Lxg3jDjRQNL3t0xZNdYBDG5Vgq+w==} + '@oxc-minify/binding-win32-x64-msvc@0.131.0': + resolution: {integrity: sha512-Lih6D0rjXStl0eUjzlcCiqr60AI/LuE+Zy29beEeXrXqTjOf8t0mcDX/MN3TZBBncxwUNi6osAEsKj4FRnItmQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@oxc-parser/binding-android-arm-eabi@0.132.0': - resolution: {integrity: sha512-KrLaPWa5c9Y7LkW+rKkaUE3y7DBDrQtaf7rlsSDfv6KAHUjgzAIRA761Lrrp6//Yd/Rlie/yEOt9YENCoJnOcw==} + '@oxc-parser/binding-android-arm-eabi@0.131.0': + resolution: {integrity: sha512-t2xicr9pfzkSRYx5aPqZqlLaayIwJTqgQ81Jor31Xep2nGyL2Aq3d0K5wOfeR7VevaSdxaS9dzSQP9xDwn8fDg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxc-parser/binding-android-arm64@0.132.0': - resolution: {integrity: sha512-SThDrSeamB/kG2+NxcJ5/wSLcV6dUqDknrPLqFYQ0ST/55mtBP4M7Q/f3QbubH6aAd11wpzZn/nwbVRSdobOpg==} + '@oxc-parser/binding-android-arm64@0.131.0': + resolution: {integrity: sha512-nlGIod6gw75x1aEDgLS+srj+JRGY0HHm9MI9YgzE/B64l6d6+H3MSP9NOgp0+HTg8tp4vV9rVfgQGgd+TfVZcA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-parser/binding-darwin-arm64@0.132.0': - resolution: {integrity: sha512-Lc0f/TYoKBghE5/2Gsv7bLXk+TJZunx2Tf61X8hG4ARXdc8UYI26dCGccFSd1AyFbK3jfaNXtMnupggDbjPXdQ==} + '@oxc-parser/binding-darwin-arm64@0.131.0': + resolution: {integrity: sha512-jukuV6xe5RbQKFo7QD34NDCLDZp4PSOm8rmckhNdH/60ymG5zXbDzGBEyc+nTkuLQNama2aSGCt+CPfpjNTqyw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-parser/binding-darwin-x64@0.132.0': - resolution: {integrity: sha512-RG2eJIpf7C21z9HSSXFw1bTArdpKe7Y4fwcJTwRq1yCSe1vSavaN9GA1sm9KqzemTLAGVktQ+7qBTGp0vQeUZg==} + '@oxc-parser/binding-darwin-x64@0.131.0': + resolution: {integrity: sha512-g3JOo4khe9rslHm5WYaVDWb0HS/M1MLR3I9S8560MkKIcC96VQY00QjOlsuRyfSj/JDXj8i9T7ryPO2RidiXVg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-parser/binding-freebsd-x64@0.132.0': - resolution: {integrity: sha512-wQIPntPLtJ8NcBpvKPbEv3NqzV6k8eP8tP/jE9Rg8HTg/j7urZGFSsTCPCW5k77Qfw2DM4vRvc9p3I4yq/Shvw==} + '@oxc-parser/binding-freebsd-x64@0.131.0': + resolution: {integrity: sha512-1hziITDTxjMePnX+dR9ocVT+EuZkQ8wm4FPAbmbEiKG+Phbo73J1ZnPAA6Y/aGsWF3McOFnQuZIktAFwalkfJQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-parser/binding-linux-arm-gnueabihf@0.132.0': - resolution: {integrity: sha512-PixKEpeSe3yxQWqNyOCBALRYc72+Tj7ILDofUl3iXo25cVOzLA6jHUhmOINRtWIPh7dbUie3QNeabwaQpZTw6w==} + '@oxc-parser/binding-linux-arm-gnueabihf@0.131.0': + resolution: {integrity: sha512-9uRxfXwyKG9+MwmGQBo2ncPNwZH5HTmCETFM2WiuDBNDCW4NC5ttSQkwCAMrTAWgwMzVBH1CP8pM0v7nebCWXQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-parser/binding-linux-arm-musleabihf@0.132.0': - resolution: {integrity: sha512-sCR+DzGHlyHKnbA2z9zWjTUhIo8Sy0enJl4RDsBwPmkxYynPatpwOAWe8W5127SlW0boqUWHGtr1NWn5UwIhXQ==} + '@oxc-parser/binding-linux-arm-musleabihf@0.131.0': + resolution: {integrity: sha512-mgbLvzRShXOLBdWGInf08Af4q+pfj1xD8hSgLClDZ9of/BXkB6+LIhTH7fihiDUipqB3yoSkKBWaZ3Ejlf5Yag==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-parser/binding-linux-arm64-gnu@0.132.0': - resolution: {integrity: sha512-sQBix5P2cW+IpzTcCwYxnh9yALrKSIkKJThspBvMGcygSMnbzkSvhN7SfuX1hvBk8y1XEChsdkU3ET0V5DmzUw==} + '@oxc-parser/binding-linux-arm64-gnu@0.131.0': + resolution: {integrity: sha512-OPT8++4aN6j2GJ8+3IZHS/byXoZP4aSBn+FoG6rgBJ2fKwPKXWF3MqrFMNW7NKHM28FLY579xYLxJSfgobEqPA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-parser/binding-linux-arm64-musl@0.132.0': - resolution: {integrity: sha512-WozHg3Kc//8Sk756HXXgMbEAvqtG+Lzb9JOojwQzIGDtN78Az2dLttkb71akWYUF/8IgYfDSlfKh4Uot8is5Vw==} + '@oxc-parser/binding-linux-arm64-musl@0.131.0': + resolution: {integrity: sha512-vtPiwmfVTAXzaxDKsOXG+LwgRAA7WEnaeHzhS5z0GE89gAK18KSXnly7Z6saXXq6L3dVMyK44uoTI03zKxrpmw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-parser/binding-linux-ppc64-gnu@0.132.0': - resolution: {integrity: sha512-CmX/ulNBOEwWTyVRmcpYKAcAizW6+OjtLJgo7fXoL9OqQvjF4VER8tPomv44vwzfSCy1BHbsB0ZlZYzYJNj4cA==} + '@oxc-parser/binding-linux-ppc64-gnu@0.131.0': + resolution: {integrity: sha512-8AW8L7w5cGHSdZPcyZX2yR0+GUODsT15rbRjfdD54rv6DMbtuEB19ysLOpKJlRGfH6UNYNpCHaU1uJWgTWf1/w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] - '@oxc-parser/binding-linux-riscv64-gnu@0.132.0': - resolution: {integrity: sha512-j9oQS+hM90SdhviNGWbPgT4+Rlq+ac++q/zjgwPD1mVHgxHzATvoRGtDx0sXGmFOQ9J9YkwAhYGb5MAHL6TAsA==} + '@oxc-parser/binding-linux-riscv64-gnu@0.131.0': + resolution: {integrity: sha512-vvpjkjEOUsPcsYf8evE4MO3aGx9+3wodXEBOicGNnOwTuAik8eBONNkgSdhkGsAblQmfVHJyanRnpxglddTXIA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-parser/binding-linux-riscv64-musl@0.132.0': - resolution: {integrity: sha512-bLz+Xi+Agnfmd7kWPEsSVwCn2k4EyIalZkNBcQ0OGIv9rqn8VgCPLNd03tM9mKX/5TdlvDXalz0q71BIrOPNqg==} + '@oxc-parser/binding-linux-riscv64-musl@0.131.0': + resolution: {integrity: sha512-AqmcNC3fClXX+fxQ6VGEN1667xVFiRBkY0CZmDMSiaeFUsv1+UkBPYYi48IUKcA9/ivvoKNRzQl2I4//kT9F/w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-parser/binding-linux-s390x-gnu@0.132.0': - resolution: {integrity: sha512-U6t2qbJU0ypTfyj9QV3W1Y6mITDTL8ai/OR6NUn85vyHthOvobKWgXzU4tu0EskSzlpuVFz1g0jFGulDIUKHxQ==} + '@oxc-parser/binding-linux-s390x-gnu@0.131.0': + resolution: {integrity: sha512-7d3jOMKy7RSQCcDLIci+ySll2FgsOMl/GiRux4q2JNv0zg4EdhFISa9idvrdN/HEUIQQJNg6dmveUeJl2YErGA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] - '@oxc-parser/binding-linux-x64-gnu@0.132.0': - resolution: {integrity: sha512-WcEaSNHFk8yz5YFlQQAlhq6jOFmZBB/RKE7uzhyCIf+pF1Lmv9gUH4221mle2Gd9iHyWT3ySNph8yZgb1xYdWg==} + '@oxc-parser/binding-linux-x64-gnu@0.131.0': + resolution: {integrity: sha512-JHK/h95qVqVQ+ITER837kcTdwBDFpFaNnOTYGCP0zdUSX/mLKC7tXOoyrTb6vG7iRPwGlcgBil3v2IjYw1FqJA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-parser/binding-linux-x64-musl@0.132.0': - resolution: {integrity: sha512-iQrV4iJzQgRwK3BWRmQl1C3C6g3wYpXN2WLdQdyR+efoUnncdShZAVp9OgcojtlD3MDRbuOMGG3SjxF4fL4nlQ==} + '@oxc-parser/binding-linux-x64-musl@0.131.0': + resolution: {integrity: sha512-b2BO82O8azXAyf7EUgOPKu145nWypbNyk07HbU09fkzhm9lEA5oPvaN/M8Nlo7tOErVTa2WOgS4QbOnxAPXdDQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-parser/binding-openharmony-arm64@0.132.0': - resolution: {integrity: sha512-FWzmUGrZ6GUby4U7WIwcCtab6tdmlTO3xTRRKyb5kjIJVEiaUAT8animUG/nK8ZCA8gkRkPOTId4rl6uTqUmJQ==} + '@oxc-parser/binding-openharmony-arm64@0.131.0': + resolution: {integrity: sha512-GHO9glZaX7LkX/OGfluEPf1yjg+ehiFbUdowbX6uNWOQhmwKWU4m4+nZ9FJkrHNKuxyI1KKertMdGjVKCApKWA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-parser/binding-wasm32-wasi@0.132.0': - resolution: {integrity: sha512-TlbMppxJI5CjWDes0QaP6G3aneVg1yikBu5QYI+DUShF9WDL66ccgKFNNGmi/Wybtszw6hxwAvv76T4DaPKnHw==} + '@oxc-parser/binding-wasm32-wasi@0.131.0': + resolution: {integrity: sha512-3SkikPaEFoih1N83qLVEDLRLeY4nYsf6JT9SnWiMCQ5lGQdKup6bEuKCqkRiG9dD1IIaFeYz9RjlciPmYoFIWA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [wasm32] - '@oxc-parser/binding-win32-arm64-msvc@0.132.0': - resolution: {integrity: sha512-RH/NbFjGKqdUAUi7Oh3LQPxUk2hsWFEEQ38HSnbRQT8QjBZFKqL1fMbmsB3N4jy/KPh9iX94+9dmkEMBBbambw==} + '@oxc-parser/binding-win32-arm64-msvc@0.131.0': + resolution: {integrity: sha512-Os5bEhryeA2jkH+ZrnZyAC1EP5gs+X4YB1Fjqml7UPD5kU7ecsK1MPEVMfCrdt/GDNpDbavYXiOXOdyJ5b3OPw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-parser/binding-win32-ia32-msvc@0.132.0': - resolution: {integrity: sha512-JUr4jQY9jxoIB/YTLXr6XofSi5xikj6p5/Ns1h0VOBDT0j1jKU+kMsv2xxv51RwnETcXpA1Yw/9oUAfcqfaqEA==} + '@oxc-parser/binding-win32-ia32-msvc@0.131.0': + resolution: {integrity: sha512-m+jNz9EuF0NXoiptc6B9h5yompZQVW/a5MJeOu5zojfH5yWk82tvF2ccrHkfhgtrS9h9DD5l1Qv8dWlfY7Nz8g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxc-parser/binding-win32-x64-msvc@0.132.0': - resolution: {integrity: sha512-2dapgHpA5X8DSXF4AU36hJWYf6zP0tKjMXFRAZFBD62pkevW/uhFDXoFH9Y/3Fd2EtDrw5ByNnR1wVE9X9y0SQ==} + '@oxc-parser/binding-win32-x64-msvc@0.131.0': + resolution: {integrity: sha512-o14Hk8dAyiEUMFEWEgmAwFZvBt1RzAYLM3xeQ+5315JXgVYhoemivgYcbYVRbsFkS71ShMGlAFE0kPnr460rww==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@oxc-project/types@0.132.0': - resolution: {integrity: sha512-FESMOxil5Se014ui/Eq8fT5uHJo6nIRwH0PfJrZJXs6Gek3ZVFOrpUv3YIZT20m+extU98Hg1Ym72U58rlsxUQ==} + '@oxc-project/types@0.131.0': + resolution: {integrity: sha512-PgnWDfV0h+b16XNKbXU7Daib/BFSt/J2mEzfYIBu6JB/wNdlU+kVYXCkGA1A9fWkTbOgbjh4e6NhPeQOYvFhEA==} - '@oxc-transform/binding-android-arm-eabi@0.132.0': - resolution: {integrity: sha512-UEC6fwIer1e2H8+KYXfhfYMsDgqxrG93lCj3FkrKkJ2O05rikqiJLYGd9ZntmKne+9bOMMuznVKLGErub++mAg==} + '@oxc-transform/binding-android-arm-eabi@0.131.0': + resolution: {integrity: sha512-rcNvLlbNnxTfYVlZVF+Rev2AyCpJDpwVPphG4HOJxauaT1+w5VxL+kRdxCReof4A8ZsszbvIYlvkqvaJKO4Mog==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxc-transform/binding-android-arm64@0.132.0': - resolution: {integrity: sha512-sr2BbEHtc5OkAN2nt5BpWGg/MnDkyQKf6tSjaZZ6k7Bb2FOa2CzZDy2pvH6tYdg+Ch/p/OGXXhENFVV9GU7ASw==} + '@oxc-transform/binding-android-arm64@0.131.0': + resolution: {integrity: sha512-/y+EH6QYQB2ZDQNvMlzItc36mw16GZwCDlvGYbQ4GCTE+7ZtSmx9E/rJOYzYyzMghz0c5dhJquRKScXdOZHpnQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-transform/binding-darwin-arm64@0.132.0': - resolution: {integrity: sha512-yjL1GbN9Bb1HqjE8CS8NSwoZtDWgUGy43VbuFhmT4LEDx4Ph0guzVAyUKhc2CqqA4/x60qDvcH6QxwrguaqEVA==} + '@oxc-transform/binding-darwin-arm64@0.131.0': + resolution: {integrity: sha512-x1Va8zFomdYghAI0Zkt7kUmG50S65XH1u0EbIDr80M9idfXrQgd08ZGl3ejwRGLBrkbA8tkkmeOu1rWVFf7BXg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-transform/binding-darwin-x64@0.132.0': - resolution: {integrity: sha512-e3vVXEbNw93aHr3si8eVpUgl+jWF6Ry8RgUihgSxiI+2c/VMxiPsEDghkqPcjujqsMYDRdISWJi23xk+PP72ow==} + '@oxc-transform/binding-darwin-x64@0.131.0': + resolution: {integrity: sha512-EwacackWpYYXGZsl0Aj4NKvDdLuxWZg7LQDneFyMwuftpAxPQLRkHFwZib7r6wpIJm4NELhHW261A4vZ8OQqXQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-transform/binding-freebsd-x64@0.132.0': - resolution: {integrity: sha512-dIhAhkX8/It4IaKI944fN3jmfzunqv2sEG2G4fQdP5/1psycdqUHoVaY23DbpuYRIu4sWAdn/e1zQFP0GMkQOQ==} + '@oxc-transform/binding-freebsd-x64@0.131.0': + resolution: {integrity: sha512-EhXqWOtL1PWcJ3ktdplV4Wrez2PRuTBSDdB7KF6CN4zuZhohUjxC1bxqDNRbNSX46yaZ27IzJLafah1J6mSA8Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-transform/binding-linux-arm-gnueabihf@0.132.0': - resolution: {integrity: sha512-eR0dfj1us7DNbGZ6eBdAqWnLZRkLqHFqewSHudX4gV7di3By8E05+M+qsGTB/zq/78Z0BYJeK1zGWu9un6jocw==} + '@oxc-transform/binding-linux-arm-gnueabihf@0.131.0': + resolution: {integrity: sha512-NfNACr3aqBKeeUh6HCoGGPSjdMkLvyXUZQywCg/DwRkEpqZo55KX65saW1sQdgBcu0SKXrAReTjIm/HDO/OI0Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-transform/binding-linux-arm-musleabihf@0.132.0': - resolution: {integrity: sha512-naNx0WaV70hKtgQ5LUS/jzRTy6XEQZ1krK7KTFZQLI1mEz+GqLrwsLCqEmtrQ6HcqLhvGvA6GAWfFrc/0mWryA==} + '@oxc-transform/binding-linux-arm-musleabihf@0.131.0': + resolution: {integrity: sha512-ABp6KGhbYFGDaAdB4gGZW12DYa55OF/Cu+6Rw6/Di0skuwpiDwnBOLHWz9VBq0QTcREy/qIUOnKW+vZHQLOT8A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-transform/binding-linux-arm64-gnu@0.132.0': - resolution: {integrity: sha512-TWk1p0tbtE1tkMEABftfgXhMEfuoz3QieqBtMBXXyijizw/2YKNzbVSndG+vV73cSZgbyfoZ346pmuz0tQMzyw==} + '@oxc-transform/binding-linux-arm64-gnu@0.131.0': + resolution: {integrity: sha512-4nKYkHHjRela+jpt+VO4++jxgHoJQFxAeAGtfQ4x11dQMJllzqo3Yu8gfcfLEMsAfflwN/gY+KBbMD/y0exitg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-transform/binding-linux-arm64-musl@0.132.0': - resolution: {integrity: sha512-LxURDI0Wm2KCQm/3ynNlI+nTgPdfmAfmrl54XPx+gaIqty8S/XWNCCTvLJWaCb0e5eKqnzrcTuhMDOdawqoYIA==} + '@oxc-transform/binding-linux-arm64-musl@0.131.0': + resolution: {integrity: sha512-cW0Ab1s0sxfiyP1+gdd94f0vUjwGzJF4F3DepF3VnR9nFTGMmFLugwtrBS3DYjTnbugiUH3Fp+16yys1FhNzIA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-transform/binding-linux-ppc64-gnu@0.132.0': - resolution: {integrity: sha512-eKEeG6SLtj01iDvi5QgMNzyEXt/K2BNWafZ0jGECmvqTWWaO2l4qBxUW+X+sAXp5vZBoT2WO3ZnshvIWXWjtKw==} + '@oxc-transform/binding-linux-ppc64-gnu@0.131.0': + resolution: {integrity: sha512-wunAU/lzE1nPGKL47uI0g+4Nsv/12xveOXNu4M70xe85kNBm7mQdMpZIeoVYCxtXew0iHxFKJDT6qK5mYFSA3w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] - '@oxc-transform/binding-linux-riscv64-gnu@0.132.0': - resolution: {integrity: sha512-Kz6tg1Msra7+2iGV8K5xANLO2SmpP6n+91/Yy+JJh9EagU4hvMm7loReszzz2bwhs6Xs4HPrglxIngMdqnHpXw==} + '@oxc-transform/binding-linux-riscv64-gnu@0.131.0': + resolution: {integrity: sha512-r4sMt4OB4TryDcVWW9KnsXOf/ea7tIGX2QASNrpetzPocsBZqhHIFDbZ8EkBDjmlmWGHg6BgjVx6lLcMXX4Dcw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-transform/binding-linux-riscv64-musl@0.132.0': - resolution: {integrity: sha512-dtUSp80ElrxUhfBNmFWGkFQQ51j3tRoZkKBXxEWh+hb+S6bbEdZCW/VuCYo/gCTH3DywwyTeWiG+dtZfJiHKvg==} + '@oxc-transform/binding-linux-riscv64-musl@0.131.0': + resolution: {integrity: sha512-/rLVLItsBjKrnZFLiGrwRB3fs0dAjXZLqY7F42omvacFJjZsceQ3481oQX1bBs3RwoDDyDy/9ZkIN7kYIkv5Gw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-transform/binding-linux-s390x-gnu@0.132.0': - resolution: {integrity: sha512-9qVyCbYSs8dwVPpqKKWxuUAnLJ1+LyC5A4oNMZTzymRhuQr3coqAP/XWfJ8LlhQqI9GvhK0SWCOK0iM3HFUAnA==} + '@oxc-transform/binding-linux-s390x-gnu@0.131.0': + resolution: {integrity: sha512-fUprJgJauI1A7e7cDgY/Z3mwLVtE3aswB4lvS96KpRNDHrwOh8bnCJOWf+0CYveDQzghDVFiZWVDo56pO4Wr9Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] - '@oxc-transform/binding-linux-x64-gnu@0.132.0': - resolution: {integrity: sha512-dUtJkDCYndDaxcuiSMyRoSb7sXmTbcJ61rDsUjIakghP6BkKwH57lyHYvSUhT1ZswXWwCjf3ksxlT8nA0iU6ag==} + '@oxc-transform/binding-linux-x64-gnu@0.131.0': + resolution: {integrity: sha512-XdbvDT1GPNxrTLXSRt4RU2uCH112q3nINTT05DZqTYYcAxaCPImnMoZe2TlBv5j2376Gk+2pcVnJs6xut47aSw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-transform/binding-linux-x64-musl@0.132.0': - resolution: {integrity: sha512-I7BkkktnrriiO7o1dF3RDgKZoSmFKX9IE0W2LE1WdfmpZcAa3fbv5BW6oVbzk40iD29hWSP69A65WT9l6dxuzg==} + '@oxc-transform/binding-linux-x64-musl@0.131.0': + resolution: {integrity: sha512-Du2CxlBfC98EV3hOAmLVSUgP0JgqM9F47lRv9v43T4sGPcQVOjs9wffUybGUUraG9unmBZ4dgpMAqlCq0k3dGw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-transform/binding-openharmony-arm64@0.132.0': - resolution: {integrity: sha512-yiXaRYqgySJguURNZUFLDzSI1NTkP1jJKrowr8lQCKwY5N8DsESbQJ1RpSlEbeXGiy201puA+QC2fdr+ywQM/A==} + '@oxc-transform/binding-openharmony-arm64@0.131.0': + resolution: {integrity: sha512-wTj2FkOgNhgdisnA0a15QQksyj6AH2snmpgYgAtj098i477x5LpHHdqfuk60jsA/QHSjmUc6dm4P88yI5GY4xA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-transform/binding-wasm32-wasi@0.132.0': - resolution: {integrity: sha512-KNago0Mv+zl2yl5hK2G9V4Yb7Tgpn+z6lgzgaHXkGp7S+iuUtN3av+QqPCD/J+Odq6EjjyXJrFPfmyjbXXbf4Q==} + '@oxc-transform/binding-wasm32-wasi@0.131.0': + resolution: {integrity: sha512-lE9UaZL0KomAlbATiB6FKoJ9no6W49yXs/MujJqY75AkHHMeOCsHSN9HvriyWz2FOIQgV7C5cmNj0jf+IaBtQg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [wasm32] - '@oxc-transform/binding-win32-arm64-msvc@0.132.0': - resolution: {integrity: sha512-3fprECrLHwPP809a1SRzszDxp8Fpp8IOg0V2EO49wS+3JmRFOo090h5c37faZvym5VnRZ12DH2tkT6ZVXwlOsA==} + '@oxc-transform/binding-win32-arm64-msvc@0.131.0': + resolution: {integrity: sha512-8KUfPnuxbEfa9H+OQ5XNPFq9JIEWVCg8kczJaD8PvTprr515mz1lmSLSUoOW8mrLaN0mZaGg6pemuvTawOLoPg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-transform/binding-win32-ia32-msvc@0.132.0': - resolution: {integrity: sha512-n616QqZ3hXasHytVoFjo6pLzIfo6hQwBEir0kOcaObKaAw0ZbncIe1h5a6IMnCOJGLP30WwnhwLW20tIV78MAA==} + '@oxc-transform/binding-win32-ia32-msvc@0.131.0': + resolution: {integrity: sha512-pXSu2A7L6H//1Uvsg5RJHb91BDZpCTho0r9oAwxPqKJM2LWV7Zph/ikWEIXt/YLbKF3WpkHrKQ5hbQGP9gWmHg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxc-transform/binding-win32-x64-msvc@0.132.0': - resolution: {integrity: sha512-P7A4Cz/0C0Oxa2zH/oCruzA/5EHr5RRz0x6KXYz3wwhS+dFqIBxP9yo8FKjXhKXHRKa+M+QHo+bqYiqqlVsEQg==} + '@oxc-transform/binding-win32-x64-msvc@0.131.0': + resolution: {integrity: sha512-VXgk106WLl3NpBO/6G2gxkWBHguCJm01mGqAq2Q0l2o7hnbglsND0UWSCtM3a9MlsDimfJkLWFQveZu4UtnRvA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -6253,15 +6250,9 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@vue/compiler-core@3.5.13': - resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} - '@vue/compiler-core@3.5.39': resolution: {integrity: sha512-16KBTEXAJCpDr0mwlw+AZyhu8iyC7R3S2vBwsI7QnWJU6X3WKc9VKeNEZpiMdZ569qWhz9574L3vV55qRL0Vtw==} - '@vue/compiler-dom@3.5.13': - resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} - '@vue/compiler-dom@3.5.39': resolution: {integrity: sha512-oQPigALqYbNxTNPvNgSOe+czwVExfbVF02lz8jP0S3AXJiu3jxYDygNUiqSep4ezzW8XgnubqH63My2A7JR/vg==} @@ -6302,9 +6293,6 @@ packages: peerDependencies: vue: 3.5.39 - '@vue/shared@3.5.13': - resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} - '@vue/shared@3.5.39': resolution: {integrity: sha512-l1rrBtBfTnmxvtsvdQDXltUUy8S1Y+ZaqdfUzmAnJkTd8Z8rv5v/ytW+TKiqEOWyHPoqtPlNFSs0lhRmYVSHVA==} @@ -7534,9 +7522,6 @@ packages: resolution: {integrity: sha512-ju88BYCQ2uvjO2bR+SsgLSTwTSctU+6Vp2ePbKPgSCZyy4MWZxYsT738DlKVRE5utUjobjPRm1MkTYKJxCmpTA==} engines: {node: '>=14.9.0'} - crossws@0.3.4: - resolution: {integrity: sha512-uj0O1ETYX1Bh6uSgktfPvwDiPYGQ3aI4qVsaC/LWpkIzGj1nUYm5FK3K+t11oOlpN01lGbprFCH4wBlKdJjVgw==} - crossws@0.3.5: resolution: {integrity: sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==} @@ -10575,8 +10560,8 @@ packages: nullthrows@1.1.1: resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} - nuxt@3.21.8: - resolution: {integrity: sha512-RRB/MpZhdEhb/A21qaUaSI1UYDOy9bgK0vZvRRjDsA8HGY+eFBr2EvUkdeYQHOT8WKuByxWlg5ckz3H4A+QQ1w==} + nuxt@3.21.6: + resolution: {integrity: sha512-jIs488icdWIzzwTQYa4J2WmbhDlBcVDPGc7LBTxezaHwf8C5LKnWZvBkFqREQ8UjMQe5KBnA98pFRUqT6ZDPYA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -10775,16 +10760,16 @@ packages: resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} engines: {node: '>= 0.4'} - oxc-minify@0.132.0: - resolution: {integrity: sha512-7h3fOlgDwkIYxxKfGwCNejaLhH90Pvx+fttdPN7nRbWHxm6QSYcxW3IKjfxQVUeg+z1X2HZdOSY3rHkVqgxH1g==} + oxc-minify@0.131.0: + resolution: {integrity: sha512-Ch0sBbrqZpeNZUMhVDbU2yrTWTVrUT/MkXb9E2DAc+hbhxbbO8D/XklUtfPP86/iqrkvl178+YQvh5u8Of1mUg==} engines: {node: ^20.19.0 || >=22.12.0} - oxc-parser@0.132.0: - resolution: {integrity: sha512-+0LAPHaqtfQlvWdpaAa09SmOaZZgP8C552xosEkGJ4+ruEwP1Vgx+sqBgcBCNfR6KDCmagGOZTde8wmAvcI/Hg==} + oxc-parser@0.131.0: + resolution: {integrity: sha512-SJ3/7ZPbgie8dr5Z9BI/M51zZbpXba+hRSG0MDzVwMW5CRQg2fjYE0jHGlLX4eeiibGgC/mzoDFKSDHwVZEHRQ==} engines: {node: ^20.19.0 || >=22.12.0} - oxc-transform@0.132.0: - resolution: {integrity: sha512-DmP0+4kzpXoMvv08qPCD4aI6mAIzrEq15Yt9e6wXCNtOz6jEDHPpueusDa2/pvjRAqtNV37YxUUeX7cfCI4dpA==} + oxc-transform@0.131.0: + resolution: {integrity: sha512-ml0/elXPNnDnuHo3VHmEMN2fnybmKx7YL+0E+gMQ0fuHRZHXYJzF6YJ01KsCWg6FXY6pbZcjm7DC3xwGHnB/BA==} engines: {node: ^20.19.0 || >=22.12.0} oxc-walker@1.0.0: @@ -12517,11 +12502,6 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - terser@5.39.0: - resolution: {integrity: sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==} - engines: {node: '>=10'} - hasBin: true - terser@5.48.0: resolution: {integrity: sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==} engines: {node: '>=10'} @@ -17306,7 +17286,7 @@ snapshots: dependencies: '@babel/compat-data': 7.29.7 '@babel/helper-validator-option': 7.29.7 - browserslist: 4.24.4 + browserslist: 4.28.4 lru-cache: 5.1.1 semver: 6.3.1 @@ -19176,7 +19156,7 @@ snapshots: '@jridgewell/gen-mapping@0.3.13': dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.5 '@jridgewell/trace-mapping': 0.3.31 '@jridgewell/gen-mapping@0.3.8': @@ -19187,8 +19167,8 @@ snapshots: '@jridgewell/remapping@2.3.5': dependencies: - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 '@jridgewell/resolve-uri@3.1.2': {} @@ -19199,11 +19179,6 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@jridgewell/source-map@0.3.6': - dependencies: - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 - '@jridgewell/sourcemap-codec@1.5.0': {} '@jridgewell/sourcemap-codec@1.5.5': {} @@ -19216,7 +19191,7 @@ snapshots: '@jridgewell/trace-mapping@0.3.31': dependencies: '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.5 '@jridgewell/trace-mapping@0.3.9': dependencies: @@ -19388,7 +19363,7 @@ snapshots: - debug - supports-color - '@nuxt/cli@3.36.1(@nuxt/schema@3.21.8)(cac@6.7.14)(commander@13.1.0)(magicast@0.5.3)': + '@nuxt/cli@3.36.1(@nuxt/schema@3.21.6)(cac@6.7.14)(commander@13.1.0)(magicast@0.5.3)': dependencies: '@bomb.sh/tab': 0.0.17(cac@6.7.14)(citty@0.2.2)(commander@13.1.0) '@clack/prompts': 1.6.0 @@ -19419,7 +19394,7 @@ snapshots: ufo: 1.6.4 youch: 4.1.1 optionalDependencies: - '@nuxt/schema': 3.21.8 + '@nuxt/schema': 3.21.6 transitivePeerDependencies: - cac - commander @@ -19546,7 +19521,7 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/kit@3.21.8(magicast@0.5.3)': + '@nuxt/kit@3.21.6(magicast@0.5.3)': dependencies: c12: 3.3.4(magicast@0.5.3) consola: 3.4.2 @@ -19597,10 +19572,10 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/nitro-server@3.21.8(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.132.0)(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)': + '@nuxt/nitro-server@3.21.6(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.131.0)(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)': dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/kit': 3.21.8(magicast@0.5.3) + '@nuxt/kit': 3.21.6(magicast@0.5.3) '@unhead/vue': 2.1.15(vue@3.5.39(typescript@5.8.3)) '@vue/shared': 3.5.39 consola: 3.4.2 @@ -19614,8 +19589,8 @@ snapshots: impound: 1.1.5(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) klona: 2.0.6 mocked-exports: 0.1.1 - nitropack: 2.13.4(oxc-parser@0.132.0)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) - nuxt: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + nitropack: 2.13.4(oxc-parser@0.131.0)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) + nuxt: 3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) ohash: 2.0.11 pathe: 2.0.3 pkg-types: 2.3.1 @@ -19676,7 +19651,7 @@ snapshots: pathe: 2.0.3 std-env: 3.9.0 - '@nuxt/schema@3.21.8': + '@nuxt/schema@3.21.6': dependencies: '@vue/shared': 3.5.39 defu: 6.1.7 @@ -19684,9 +19659,9 @@ snapshots: pkg-types: 2.3.1 std-env: 4.1.0 - '@nuxt/telemetry@2.8.0(@nuxt/kit@3.21.8(magicast@0.5.3))': + '@nuxt/telemetry@2.8.0(@nuxt/kit@3.21.6(magicast@0.5.3))': dependencies: - '@nuxt/kit': 3.21.8(magicast@0.5.3) + '@nuxt/kit': 3.21.6(magicast@0.5.3) citty: 0.2.2 consola: 3.4.2 ofetch: 2.0.0-alpha.3 @@ -19754,9 +19729,9 @@ snapshots: - vite - vue - '@nuxt/vite-builder@3.21.8(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0)': + '@nuxt/vite-builder@3.21.6(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0)': dependencies: - '@nuxt/kit': 3.21.8(magicast@0.5.3) + '@nuxt/kit': 3.21.6(magicast@0.5.3) '@rollup/plugin-replace': 6.0.3(rollup@4.62.2) '@vitejs/plugin-vue': 6.0.7(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) '@vitejs/plugin-vue-jsx': 5.1.6(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) @@ -19773,7 +19748,7 @@ snapshots: magic-string: 0.30.21 mlly: 1.8.2 mocked-exports: 0.1.1 - nuxt: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + nuxt: 3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) nypm: 0.6.8 ohash: 2.0.11 pathe: 2.0.3 @@ -20051,198 +20026,198 @@ snapshots: '@opentelemetry/semantic-conventions@1.42.0': {} - '@oxc-minify/binding-android-arm-eabi@0.132.0': + '@oxc-minify/binding-android-arm-eabi@0.131.0': optional: true - '@oxc-minify/binding-android-arm64@0.132.0': + '@oxc-minify/binding-android-arm64@0.131.0': optional: true - '@oxc-minify/binding-darwin-arm64@0.132.0': + '@oxc-minify/binding-darwin-arm64@0.131.0': optional: true - '@oxc-minify/binding-darwin-x64@0.132.0': + '@oxc-minify/binding-darwin-x64@0.131.0': optional: true - '@oxc-minify/binding-freebsd-x64@0.132.0': + '@oxc-minify/binding-freebsd-x64@0.131.0': optional: true - '@oxc-minify/binding-linux-arm-gnueabihf@0.132.0': + '@oxc-minify/binding-linux-arm-gnueabihf@0.131.0': optional: true - '@oxc-minify/binding-linux-arm-musleabihf@0.132.0': + '@oxc-minify/binding-linux-arm-musleabihf@0.131.0': optional: true - '@oxc-minify/binding-linux-arm64-gnu@0.132.0': + '@oxc-minify/binding-linux-arm64-gnu@0.131.0': optional: true - '@oxc-minify/binding-linux-arm64-musl@0.132.0': + '@oxc-minify/binding-linux-arm64-musl@0.131.0': optional: true - '@oxc-minify/binding-linux-ppc64-gnu@0.132.0': + '@oxc-minify/binding-linux-ppc64-gnu@0.131.0': optional: true - '@oxc-minify/binding-linux-riscv64-gnu@0.132.0': + '@oxc-minify/binding-linux-riscv64-gnu@0.131.0': optional: true - '@oxc-minify/binding-linux-riscv64-musl@0.132.0': + '@oxc-minify/binding-linux-riscv64-musl@0.131.0': optional: true - '@oxc-minify/binding-linux-s390x-gnu@0.132.0': + '@oxc-minify/binding-linux-s390x-gnu@0.131.0': optional: true - '@oxc-minify/binding-linux-x64-gnu@0.132.0': + '@oxc-minify/binding-linux-x64-gnu@0.131.0': optional: true - '@oxc-minify/binding-linux-x64-musl@0.132.0': + '@oxc-minify/binding-linux-x64-musl@0.131.0': optional: true - '@oxc-minify/binding-openharmony-arm64@0.132.0': + '@oxc-minify/binding-openharmony-arm64@0.131.0': optional: true - '@oxc-minify/binding-wasm32-wasi@0.132.0': + '@oxc-minify/binding-wasm32-wasi@0.131.0': dependencies: '@emnapi/core': 1.10.0 '@emnapi/runtime': 1.10.0 '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) optional: true - '@oxc-minify/binding-win32-arm64-msvc@0.132.0': + '@oxc-minify/binding-win32-arm64-msvc@0.131.0': optional: true - '@oxc-minify/binding-win32-ia32-msvc@0.132.0': + '@oxc-minify/binding-win32-ia32-msvc@0.131.0': optional: true - '@oxc-minify/binding-win32-x64-msvc@0.132.0': + '@oxc-minify/binding-win32-x64-msvc@0.131.0': optional: true - '@oxc-parser/binding-android-arm-eabi@0.132.0': + '@oxc-parser/binding-android-arm-eabi@0.131.0': optional: true - '@oxc-parser/binding-android-arm64@0.132.0': + '@oxc-parser/binding-android-arm64@0.131.0': optional: true - '@oxc-parser/binding-darwin-arm64@0.132.0': + '@oxc-parser/binding-darwin-arm64@0.131.0': optional: true - '@oxc-parser/binding-darwin-x64@0.132.0': + '@oxc-parser/binding-darwin-x64@0.131.0': optional: true - '@oxc-parser/binding-freebsd-x64@0.132.0': + '@oxc-parser/binding-freebsd-x64@0.131.0': optional: true - '@oxc-parser/binding-linux-arm-gnueabihf@0.132.0': + '@oxc-parser/binding-linux-arm-gnueabihf@0.131.0': optional: true - '@oxc-parser/binding-linux-arm-musleabihf@0.132.0': + '@oxc-parser/binding-linux-arm-musleabihf@0.131.0': optional: true - '@oxc-parser/binding-linux-arm64-gnu@0.132.0': + '@oxc-parser/binding-linux-arm64-gnu@0.131.0': optional: true - '@oxc-parser/binding-linux-arm64-musl@0.132.0': + '@oxc-parser/binding-linux-arm64-musl@0.131.0': optional: true - '@oxc-parser/binding-linux-ppc64-gnu@0.132.0': + '@oxc-parser/binding-linux-ppc64-gnu@0.131.0': optional: true - '@oxc-parser/binding-linux-riscv64-gnu@0.132.0': + '@oxc-parser/binding-linux-riscv64-gnu@0.131.0': optional: true - '@oxc-parser/binding-linux-riscv64-musl@0.132.0': + '@oxc-parser/binding-linux-riscv64-musl@0.131.0': optional: true - '@oxc-parser/binding-linux-s390x-gnu@0.132.0': + '@oxc-parser/binding-linux-s390x-gnu@0.131.0': optional: true - '@oxc-parser/binding-linux-x64-gnu@0.132.0': + '@oxc-parser/binding-linux-x64-gnu@0.131.0': optional: true - '@oxc-parser/binding-linux-x64-musl@0.132.0': + '@oxc-parser/binding-linux-x64-musl@0.131.0': optional: true - '@oxc-parser/binding-openharmony-arm64@0.132.0': + '@oxc-parser/binding-openharmony-arm64@0.131.0': optional: true - '@oxc-parser/binding-wasm32-wasi@0.132.0': + '@oxc-parser/binding-wasm32-wasi@0.131.0': dependencies: '@emnapi/core': 1.10.0 '@emnapi/runtime': 1.10.0 '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) optional: true - '@oxc-parser/binding-win32-arm64-msvc@0.132.0': + '@oxc-parser/binding-win32-arm64-msvc@0.131.0': optional: true - '@oxc-parser/binding-win32-ia32-msvc@0.132.0': + '@oxc-parser/binding-win32-ia32-msvc@0.131.0': optional: true - '@oxc-parser/binding-win32-x64-msvc@0.132.0': + '@oxc-parser/binding-win32-x64-msvc@0.131.0': optional: true - '@oxc-project/types@0.132.0': {} + '@oxc-project/types@0.131.0': {} - '@oxc-transform/binding-android-arm-eabi@0.132.0': + '@oxc-transform/binding-android-arm-eabi@0.131.0': optional: true - '@oxc-transform/binding-android-arm64@0.132.0': + '@oxc-transform/binding-android-arm64@0.131.0': optional: true - '@oxc-transform/binding-darwin-arm64@0.132.0': + '@oxc-transform/binding-darwin-arm64@0.131.0': optional: true - '@oxc-transform/binding-darwin-x64@0.132.0': + '@oxc-transform/binding-darwin-x64@0.131.0': optional: true - '@oxc-transform/binding-freebsd-x64@0.132.0': + '@oxc-transform/binding-freebsd-x64@0.131.0': optional: true - '@oxc-transform/binding-linux-arm-gnueabihf@0.132.0': + '@oxc-transform/binding-linux-arm-gnueabihf@0.131.0': optional: true - '@oxc-transform/binding-linux-arm-musleabihf@0.132.0': + '@oxc-transform/binding-linux-arm-musleabihf@0.131.0': optional: true - '@oxc-transform/binding-linux-arm64-gnu@0.132.0': + '@oxc-transform/binding-linux-arm64-gnu@0.131.0': optional: true - '@oxc-transform/binding-linux-arm64-musl@0.132.0': + '@oxc-transform/binding-linux-arm64-musl@0.131.0': optional: true - '@oxc-transform/binding-linux-ppc64-gnu@0.132.0': + '@oxc-transform/binding-linux-ppc64-gnu@0.131.0': optional: true - '@oxc-transform/binding-linux-riscv64-gnu@0.132.0': + '@oxc-transform/binding-linux-riscv64-gnu@0.131.0': optional: true - '@oxc-transform/binding-linux-riscv64-musl@0.132.0': + '@oxc-transform/binding-linux-riscv64-musl@0.131.0': optional: true - '@oxc-transform/binding-linux-s390x-gnu@0.132.0': + '@oxc-transform/binding-linux-s390x-gnu@0.131.0': optional: true - '@oxc-transform/binding-linux-x64-gnu@0.132.0': + '@oxc-transform/binding-linux-x64-gnu@0.131.0': optional: true - '@oxc-transform/binding-linux-x64-musl@0.132.0': + '@oxc-transform/binding-linux-x64-musl@0.131.0': optional: true - '@oxc-transform/binding-openharmony-arm64@0.132.0': + '@oxc-transform/binding-openharmony-arm64@0.131.0': optional: true - '@oxc-transform/binding-wasm32-wasi@0.132.0': + '@oxc-transform/binding-wasm32-wasi@0.131.0': dependencies: '@emnapi/core': 1.10.0 '@emnapi/runtime': 1.10.0 '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) optional: true - '@oxc-transform/binding-win32-arm64-msvc@0.132.0': + '@oxc-transform/binding-win32-arm64-msvc@0.131.0': optional: true - '@oxc-transform/binding-win32-ia32-msvc@0.132.0': + '@oxc-transform/binding-win32-ia32-msvc@0.131.0': optional: true - '@oxc-transform/binding-win32-x64-msvc@0.132.0': + '@oxc-transform/binding-win32-x64-msvc@0.131.0': optional: true '@parcel/watcher-android-arm64@2.5.1': @@ -20792,7 +20767,7 @@ snapshots: '@rollup/pluginutils': 5.1.4(rollup@4.62.2) commondir: 1.0.1 estree-walker: 2.0.2 - fdir: 6.4.3(picomatch@4.0.4) + fdir: 6.5.0(picomatch@4.0.4) is-reference: 1.2.1 magic-string: 0.30.21 picomatch: 4.0.4 @@ -20819,7 +20794,7 @@ snapshots: '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 - resolve: 1.22.10 + resolve: 1.22.12 optionalDependencies: rollup: 4.62.2 @@ -20834,7 +20809,7 @@ snapshots: dependencies: serialize-javascript: 7.0.7 smob: 1.5.0 - terser: 5.39.0 + terser: 5.48.0 optionalDependencies: rollup: 4.62.2 @@ -22883,8 +22858,8 @@ snapshots: dependencies: '@mapbox/node-pre-gyp': 2.0.0 '@rollup/pluginutils': 5.1.4(rollup@4.62.2) - acorn: 8.16.0 - acorn-import-attributes: 1.9.5(acorn@8.16.0) + acorn: 8.17.0 + acorn-import-attributes: 1.9.5(acorn@8.17.0) async-sema: 3.1.1 bindings: 1.5.0 estree-walker: 2.0.2 @@ -22961,14 +22936,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@vue/compiler-core@3.5.13': - dependencies: - '@babel/parser': 7.27.0 - '@vue/shared': 3.5.13 - entities: 4.5.0 - estree-walker: 2.0.2 - source-map-js: 1.2.1 - '@vue/compiler-core@3.5.39': dependencies: '@babel/parser': 7.29.7 @@ -22977,11 +22944,6 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-dom@3.5.13': - dependencies: - '@vue/compiler-core': 3.5.13 - '@vue/shared': 3.5.13 - '@vue/compiler-dom@3.5.39': dependencies: '@vue/compiler-core': 3.5.39 @@ -23024,7 +22986,7 @@ snapshots: '@vue/language-core@3.3.6': dependencies: '@volar/language-core': 2.4.28 - '@vue/compiler-dom': 3.5.13 + '@vue/compiler-dom': 3.5.39 '@vue/shared': 3.5.39 alien-signals: 3.2.1 muggle-string: 0.4.1 @@ -23053,8 +23015,6 @@ snapshots: '@vue/shared': 3.5.39 vue: 3.5.39(typescript@5.8.3) - '@vue/shared@3.5.13': {} - '@vue/shared@3.5.39': {} '@vue/tsconfig@0.1.3(@types/node@20.17.30)': @@ -23115,13 +23075,13 @@ snapshots: '@vueuse/metadata@11.3.0': {} - '@vueuse/nuxt@11.3.0(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': + '@vueuse/nuxt@11.3.0(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': dependencies: '@nuxt/kit': 3.16.2(magicast@0.5.3) '@vueuse/core': 11.3.0(vue@3.5.39(typescript@5.8.3)) '@vueuse/metadata': 11.3.0 local-pkg: 0.5.1 - nuxt: 3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + nuxt: 3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) vue-demi: 0.14.10(vue@3.5.39(typescript@5.8.3)) transitivePeerDependencies: - '@vue/composition-api' @@ -23181,9 +23141,9 @@ snapshots: mime-types: 2.1.35 negotiator: 0.6.3 - acorn-import-attributes@1.9.5(acorn@8.16.0): + acorn-import-attributes@1.9.5(acorn@8.17.0): dependencies: - acorn: 8.16.0 + acorn: 8.17.0 acorn-jsx@5.3.2(acorn@8.14.1): dependencies: @@ -23965,7 +23925,7 @@ snapshots: caniuse-api@3.0.0: dependencies: browserslist: 4.28.4 - caniuse-lite: 1.0.30001712 + caniuse-lite: 1.0.30001800 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 @@ -24482,10 +24442,6 @@ snapshots: dependencies: '@types/node': 17.0.45 - crossws@0.3.4: - dependencies: - uncrypto: 0.1.3 - crossws@0.3.5: dependencies: uncrypto: 0.1.3 @@ -26604,7 +26560,7 @@ snapshots: is-reference@1.2.1: dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.9 is-regex@1.2.1: dependencies: @@ -27354,7 +27310,7 @@ snapshots: '@parcel/watcher-wasm': 2.5.6 citty: 0.2.2 consola: 3.4.2 - crossws: 0.3.4 + crossws: 0.3.5 defu: 6.1.7 get-port-please: 3.2.0 h3: 1.15.11 @@ -27926,7 +27882,7 @@ snapshots: mlly@1.8.2: dependencies: - acorn: 8.16.0 + acorn: 8.17.0 pathe: 2.0.3 pkg-types: 1.3.1 ufo: 1.6.4 @@ -28058,7 +28014,7 @@ snapshots: just-extend: 6.2.0 path-to-regexp: 6.3.0 - nitropack@2.13.4(oxc-parser@0.132.0)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2): + nitropack@2.13.4(oxc-parser@0.131.0)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2): dependencies: '@cloudflare/kv-asset-handler': 0.4.2 '@rollup/plugin-alias': 6.0.0(rollup@4.62.2) @@ -28123,7 +28079,7 @@ snapshots: uncrypto: 0.1.3 unctx: 2.5.0 unenv: 2.0.0-rc.24 - unimport: 6.3.0(esbuild@0.28.1)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) + unimport: 6.3.0(esbuild@0.28.1)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-utils: 0.3.2 unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1) untyped: 2.0.0 @@ -28265,16 +28221,16 @@ snapshots: nullthrows@1.1.1: {} - nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0): + nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0): dependencies: '@dxup/nuxt': 0.4.1(magicast@0.5.3)(typescript@5.8.3) - '@nuxt/cli': 3.36.1(@nuxt/schema@3.21.8)(cac@6.7.14)(commander@13.1.0)(magicast@0.5.3) + '@nuxt/cli': 3.36.1(@nuxt/schema@3.21.6)(cac@6.7.14)(commander@13.1.0)(magicast@0.5.3) '@nuxt/devtools': 3.2.4(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) - '@nuxt/kit': 3.21.8(magicast@0.5.3) - '@nuxt/nitro-server': 3.21.8(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.132.0)(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) - '@nuxt/schema': 3.21.8 - '@nuxt/telemetry': 2.8.0(@nuxt/kit@3.21.8(magicast@0.5.3)) - '@nuxt/vite-builder': 3.21.8(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.8(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0) + '@nuxt/kit': 3.21.6(magicast@0.5.3) + '@nuxt/nitro-server': 3.21.6(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.131.0)(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) + '@nuxt/schema': 3.21.6 + '@nuxt/telemetry': 2.8.0(@nuxt/kit@3.21.6(magicast@0.5.3)) + '@nuxt/vite-builder': 3.21.6(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0) '@unhead/vue': 2.1.15(vue@3.5.39(typescript@5.8.3)) '@vue/shared': 3.5.39 c12: 3.3.4(magicast@0.5.3) @@ -28302,10 +28258,10 @@ snapshots: ofetch: 1.5.1 ohash: 2.0.11 on-change: 6.0.2 - oxc-minify: 0.132.0 - oxc-parser: 0.132.0 - oxc-transform: 0.132.0 - oxc-walker: 1.0.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) + oxc-minify: 0.131.0 + oxc-parser: 0.131.0 + oxc-transform: 0.131.0 + oxc-walker: 1.0.0(esbuild@0.24.2)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) pathe: 2.0.3 perfect-debounce: 2.1.0 pkg-types: 2.3.1 @@ -28318,7 +28274,7 @@ snapshots: ultrahtml: 1.6.0 uncrypto: 0.1.3 unctx: 2.5.0 - unimport: 6.3.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) + unimport: 6.3.0(esbuild@0.24.2)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-vue-router: 0.19.2(@vue/compiler-sfc@3.5.39)(vue-router@4.6.4(vue@3.5.39(typescript@5.8.3)))(vue@3.5.39(typescript@5.8.3)) untyped: 2.0.0 @@ -28676,82 +28632,82 @@ snapshots: object-keys: 1.1.1 safe-push-apply: 1.0.0 - oxc-minify@0.132.0: + oxc-minify@0.131.0: optionalDependencies: - '@oxc-minify/binding-android-arm-eabi': 0.132.0 - '@oxc-minify/binding-android-arm64': 0.132.0 - '@oxc-minify/binding-darwin-arm64': 0.132.0 - '@oxc-minify/binding-darwin-x64': 0.132.0 - '@oxc-minify/binding-freebsd-x64': 0.132.0 - '@oxc-minify/binding-linux-arm-gnueabihf': 0.132.0 - '@oxc-minify/binding-linux-arm-musleabihf': 0.132.0 - '@oxc-minify/binding-linux-arm64-gnu': 0.132.0 - '@oxc-minify/binding-linux-arm64-musl': 0.132.0 - '@oxc-minify/binding-linux-ppc64-gnu': 0.132.0 - '@oxc-minify/binding-linux-riscv64-gnu': 0.132.0 - '@oxc-minify/binding-linux-riscv64-musl': 0.132.0 - '@oxc-minify/binding-linux-s390x-gnu': 0.132.0 - '@oxc-minify/binding-linux-x64-gnu': 0.132.0 - '@oxc-minify/binding-linux-x64-musl': 0.132.0 - '@oxc-minify/binding-openharmony-arm64': 0.132.0 - '@oxc-minify/binding-wasm32-wasi': 0.132.0 - '@oxc-minify/binding-win32-arm64-msvc': 0.132.0 - '@oxc-minify/binding-win32-ia32-msvc': 0.132.0 - '@oxc-minify/binding-win32-x64-msvc': 0.132.0 - - oxc-parser@0.132.0: - dependencies: - '@oxc-project/types': 0.132.0 + '@oxc-minify/binding-android-arm-eabi': 0.131.0 + '@oxc-minify/binding-android-arm64': 0.131.0 + '@oxc-minify/binding-darwin-arm64': 0.131.0 + '@oxc-minify/binding-darwin-x64': 0.131.0 + '@oxc-minify/binding-freebsd-x64': 0.131.0 + '@oxc-minify/binding-linux-arm-gnueabihf': 0.131.0 + '@oxc-minify/binding-linux-arm-musleabihf': 0.131.0 + '@oxc-minify/binding-linux-arm64-gnu': 0.131.0 + '@oxc-minify/binding-linux-arm64-musl': 0.131.0 + '@oxc-minify/binding-linux-ppc64-gnu': 0.131.0 + '@oxc-minify/binding-linux-riscv64-gnu': 0.131.0 + '@oxc-minify/binding-linux-riscv64-musl': 0.131.0 + '@oxc-minify/binding-linux-s390x-gnu': 0.131.0 + '@oxc-minify/binding-linux-x64-gnu': 0.131.0 + '@oxc-minify/binding-linux-x64-musl': 0.131.0 + '@oxc-minify/binding-openharmony-arm64': 0.131.0 + '@oxc-minify/binding-wasm32-wasi': 0.131.0 + '@oxc-minify/binding-win32-arm64-msvc': 0.131.0 + '@oxc-minify/binding-win32-ia32-msvc': 0.131.0 + '@oxc-minify/binding-win32-x64-msvc': 0.131.0 + + oxc-parser@0.131.0: + dependencies: + '@oxc-project/types': 0.131.0 optionalDependencies: - '@oxc-parser/binding-android-arm-eabi': 0.132.0 - '@oxc-parser/binding-android-arm64': 0.132.0 - '@oxc-parser/binding-darwin-arm64': 0.132.0 - '@oxc-parser/binding-darwin-x64': 0.132.0 - '@oxc-parser/binding-freebsd-x64': 0.132.0 - '@oxc-parser/binding-linux-arm-gnueabihf': 0.132.0 - '@oxc-parser/binding-linux-arm-musleabihf': 0.132.0 - '@oxc-parser/binding-linux-arm64-gnu': 0.132.0 - '@oxc-parser/binding-linux-arm64-musl': 0.132.0 - '@oxc-parser/binding-linux-ppc64-gnu': 0.132.0 - '@oxc-parser/binding-linux-riscv64-gnu': 0.132.0 - '@oxc-parser/binding-linux-riscv64-musl': 0.132.0 - '@oxc-parser/binding-linux-s390x-gnu': 0.132.0 - '@oxc-parser/binding-linux-x64-gnu': 0.132.0 - '@oxc-parser/binding-linux-x64-musl': 0.132.0 - '@oxc-parser/binding-openharmony-arm64': 0.132.0 - '@oxc-parser/binding-wasm32-wasi': 0.132.0 - '@oxc-parser/binding-win32-arm64-msvc': 0.132.0 - '@oxc-parser/binding-win32-ia32-msvc': 0.132.0 - '@oxc-parser/binding-win32-x64-msvc': 0.132.0 - - oxc-transform@0.132.0: + '@oxc-parser/binding-android-arm-eabi': 0.131.0 + '@oxc-parser/binding-android-arm64': 0.131.0 + '@oxc-parser/binding-darwin-arm64': 0.131.0 + '@oxc-parser/binding-darwin-x64': 0.131.0 + '@oxc-parser/binding-freebsd-x64': 0.131.0 + '@oxc-parser/binding-linux-arm-gnueabihf': 0.131.0 + '@oxc-parser/binding-linux-arm-musleabihf': 0.131.0 + '@oxc-parser/binding-linux-arm64-gnu': 0.131.0 + '@oxc-parser/binding-linux-arm64-musl': 0.131.0 + '@oxc-parser/binding-linux-ppc64-gnu': 0.131.0 + '@oxc-parser/binding-linux-riscv64-gnu': 0.131.0 + '@oxc-parser/binding-linux-riscv64-musl': 0.131.0 + '@oxc-parser/binding-linux-s390x-gnu': 0.131.0 + '@oxc-parser/binding-linux-x64-gnu': 0.131.0 + '@oxc-parser/binding-linux-x64-musl': 0.131.0 + '@oxc-parser/binding-openharmony-arm64': 0.131.0 + '@oxc-parser/binding-wasm32-wasi': 0.131.0 + '@oxc-parser/binding-win32-arm64-msvc': 0.131.0 + '@oxc-parser/binding-win32-ia32-msvc': 0.131.0 + '@oxc-parser/binding-win32-x64-msvc': 0.131.0 + + oxc-transform@0.131.0: optionalDependencies: - '@oxc-transform/binding-android-arm-eabi': 0.132.0 - '@oxc-transform/binding-android-arm64': 0.132.0 - '@oxc-transform/binding-darwin-arm64': 0.132.0 - '@oxc-transform/binding-darwin-x64': 0.132.0 - '@oxc-transform/binding-freebsd-x64': 0.132.0 - '@oxc-transform/binding-linux-arm-gnueabihf': 0.132.0 - '@oxc-transform/binding-linux-arm-musleabihf': 0.132.0 - '@oxc-transform/binding-linux-arm64-gnu': 0.132.0 - '@oxc-transform/binding-linux-arm64-musl': 0.132.0 - '@oxc-transform/binding-linux-ppc64-gnu': 0.132.0 - '@oxc-transform/binding-linux-riscv64-gnu': 0.132.0 - '@oxc-transform/binding-linux-riscv64-musl': 0.132.0 - '@oxc-transform/binding-linux-s390x-gnu': 0.132.0 - '@oxc-transform/binding-linux-x64-gnu': 0.132.0 - '@oxc-transform/binding-linux-x64-musl': 0.132.0 - '@oxc-transform/binding-openharmony-arm64': 0.132.0 - '@oxc-transform/binding-wasm32-wasi': 0.132.0 - '@oxc-transform/binding-win32-arm64-msvc': 0.132.0 - '@oxc-transform/binding-win32-ia32-msvc': 0.132.0 - '@oxc-transform/binding-win32-x64-msvc': 0.132.0 - - oxc-walker@1.0.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): + '@oxc-transform/binding-android-arm-eabi': 0.131.0 + '@oxc-transform/binding-android-arm64': 0.131.0 + '@oxc-transform/binding-darwin-arm64': 0.131.0 + '@oxc-transform/binding-darwin-x64': 0.131.0 + '@oxc-transform/binding-freebsd-x64': 0.131.0 + '@oxc-transform/binding-linux-arm-gnueabihf': 0.131.0 + '@oxc-transform/binding-linux-arm-musleabihf': 0.131.0 + '@oxc-transform/binding-linux-arm64-gnu': 0.131.0 + '@oxc-transform/binding-linux-arm64-musl': 0.131.0 + '@oxc-transform/binding-linux-ppc64-gnu': 0.131.0 + '@oxc-transform/binding-linux-riscv64-gnu': 0.131.0 + '@oxc-transform/binding-linux-riscv64-musl': 0.131.0 + '@oxc-transform/binding-linux-s390x-gnu': 0.131.0 + '@oxc-transform/binding-linux-x64-gnu': 0.131.0 + '@oxc-transform/binding-linux-x64-musl': 0.131.0 + '@oxc-transform/binding-openharmony-arm64': 0.131.0 + '@oxc-transform/binding-wasm32-wasi': 0.131.0 + '@oxc-transform/binding-win32-arm64-msvc': 0.131.0 + '@oxc-transform/binding-win32-ia32-msvc': 0.131.0 + '@oxc-transform/binding-win32-x64-msvc': 0.131.0 + + oxc-walker@1.0.0(esbuild@0.24.2)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: magic-regexp: 0.11.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) optionalDependencies: - oxc-parser: 0.132.0 + oxc-parser: 0.131.0 transitivePeerDependencies: - '@farmfe/core' - '@rspack/core' @@ -29052,7 +29008,7 @@ snapshots: postcss-calc@10.1.1(postcss@8.5.16): dependencies: postcss: 8.5.16 - postcss-selector-parser: 7.1.0 + postcss-selector-parser: 7.1.4 postcss-value-parser: 4.2.0 postcss-colormin@7.0.10(postcss@8.5.16): @@ -30168,7 +30124,7 @@ snapshots: '@kwsites/promise-deferred': 1.1.1 '@simple-git/args-pathspec': 1.0.3 '@simple-git/argv-parser': 1.1.1 - debug: 4.4.0 + debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -30637,13 +30593,6 @@ snapshots: source-map: 0.6.1 source-map-support: 0.5.21 - terser@5.39.0: - dependencies: - '@jridgewell/source-map': 0.3.6 - acorn: 8.16.0 - commander: 2.20.3 - source-map-support: 0.5.21 - terser@5.48.0: dependencies: '@jridgewell/source-map': 0.3.11 @@ -31001,7 +30950,7 @@ snapshots: unctx@2.5.0: dependencies: - acorn: 8.16.0 + acorn: 8.17.0 estree-walker: 3.0.3 magic-string: 0.30.21 unplugin: 2.3.11 @@ -31062,9 +31011,9 @@ snapshots: unplugin: 2.3.0 unplugin-utils: 0.2.4 - unimport@6.3.0(esbuild@0.24.2)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): + unimport@6.3.0(esbuild@0.24.2)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: - acorn: 8.16.0 + acorn: 8.17.0 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 local-pkg: 1.2.1 @@ -31079,7 +31028,7 @@ snapshots: unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-utils: 0.3.2 optionalDependencies: - oxc-parser: 0.132.0 + oxc-parser: 0.131.0 transitivePeerDependencies: - '@farmfe/core' - '@rspack/core' @@ -31090,9 +31039,9 @@ snapshots: - vite - webpack - unimport@6.3.0(esbuild@0.28.1)(oxc-parser@0.132.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): + unimport@6.3.0(esbuild@0.28.1)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: - acorn: 8.16.0 + acorn: 8.17.0 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 local-pkg: 1.2.1 @@ -31107,7 +31056,7 @@ snapshots: unplugin: 3.3.0(esbuild@0.28.1)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-utils: 0.3.2 optionalDependencies: - oxc-parser: 0.132.0 + oxc-parser: 0.131.0 transitivePeerDependencies: - '@farmfe/core' - '@rspack/core' @@ -31145,7 +31094,7 @@ snapshots: pathe: 2.0.3 picomatch: 4.0.4 - unplugin-vue-components@0.28.0(@babel/parser@7.29.7)(@nuxt/kit@3.21.8(magicast@0.5.3))(rollup@4.62.2)(vue@3.5.39(typescript@5.8.3)): + unplugin-vue-components@0.28.0(@babel/parser@7.29.7)(@nuxt/kit@3.21.6(magicast@0.5.3))(rollup@4.62.2)(vue@3.5.39(typescript@5.8.3)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.62.2) @@ -31160,7 +31109,7 @@ snapshots: vue: 3.5.39(typescript@5.8.3) optionalDependencies: '@babel/parser': 7.29.7 - '@nuxt/kit': 3.21.8(magicast@0.5.3) + '@nuxt/kit': 3.21.6(magicast@0.5.3) transitivePeerDependencies: - rollup - supports-color @@ -31199,7 +31148,7 @@ snapshots: unplugin@2.3.11: dependencies: '@jridgewell/remapping': 2.3.5 - acorn: 8.16.0 + acorn: 8.17.0 picomatch: 4.0.4 webpack-virtual-modules: 0.6.2 @@ -31467,7 +31416,7 @@ snapshots: vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0): dependencies: - esbuild: 0.27.3 + esbuild: 0.28.1 fdir: 6.5.0(picomatch@4.0.4) picomatch: 4.0.4 postcss: 8.5.16 From 368ed593038de0dd86a19b2ea46a8a9561139327 Mon Sep 17 00:00:00 2001 From: Diego Mayorga Greco Date: Tue, 7 Jul 2026 12:31:28 -0300 Subject: [PATCH 7/7] fix(front-end): pin nuxt 3.21.2 to fix ssr:false dev server 500s --- .projenrc.ts | 11 +- packages/front-end/.projen/deps.json | 2 +- packages/front-end/package.json | 2 +- pnpm-lock.yaml | 727 +++++++++++++-------------- 4 files changed, 360 insertions(+), 382 deletions(-) diff --git a/.projenrc.ts b/.projenrc.ts index 550b90b58..6e4db9818 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -556,10 +556,13 @@ const frontEndApp = new awscdk.AwsCdkTypeScriptApp({ 'esrun', 'file-saver', 'jwt-decode', - // Pinned to 3.21.6: 3.21.7+ backported a vite-builder regression that crashes - // `nuxt dev` for ssr:false apps ("No entry found in rollupOptions.input", - // nuxt/nuxt#35033). Re-bump once a fixed release ships. - 'nuxt@3.21.6', + // Pinned to 3.21.2 — the last release where `nuxt dev` works for ssr:false apps. + // 3.21.3+ broke the dev-server Vite Node IPC socket for ssr:false (every page + // request 500s with "Vite Node IPC socket path not configured"); the 4.x-only fix + // (nuxt/nuxt#34959) was never backported to 3.x (nuxt/nuxt#35114, closed as won't-fix). + // 3.21.7+ separately crashes `nuxt dev` outright for ssr:false ("No entry found in + // rollupOptions.input", nuxt/nuxt#35033) — so no 3.21.x patch above .2 works here. + 'nuxt@3.21.2', 'pinia', 'pinia-plugin-persistedstate', 'playwright', diff --git a/packages/front-end/.projen/deps.json b/packages/front-end/.projen/deps.json index 39653814f..df566a522 100644 --- a/packages/front-end/.projen/deps.json +++ b/packages/front-end/.projen/deps.json @@ -228,7 +228,7 @@ }, { "name": "nuxt", - "version": "3.21.6", + "version": "3.21.2", "type": "runtime" }, { diff --git a/packages/front-end/package.json b/packages/front-end/package.json index 3638f6037..9d69813e5 100644 --- a/packages/front-end/package.json +++ b/packages/front-end/package.json @@ -102,7 +102,7 @@ "esrun": "^3.2.26", "file-saver": "^2.0.5", "jwt-decode": "^4.0.0", - "nuxt": "3.21.6", + "nuxt": "3.21.2", "pinia": "^2.3.1", "pinia-plugin-persistedstate": "4.2.0", "playwright": "^1.51.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ec382cbc..75b638dce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -382,7 +382,7 @@ importers: version: 10.11.1(axios@1.18.1)(change-case@4.1.2)(fuse.js@6.6.2)(jwt-decode@4.0.0)(qrcode@1.5.0)(vue@3.5.39(typescript@5.8.3)) '@vueuse/nuxt': specifier: ^11.3.0 - version: 11.3.0(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) + version: 11.3.0(magicast@0.5.3)(nuxt@3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) amazon-cognito-identity-js: specifier: ^6.3.15 version: 6.3.15 @@ -423,8 +423,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 nuxt: - specifier: 3.21.6 - version: 3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + specifier: 3.21.2 + version: 3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) pinia: specifier: ^2.3.1 version: 2.3.1(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3)) @@ -457,7 +457,7 @@ importers: version: 3.4.17(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.8.3)) unplugin-vue-components: specifier: ^0.28.0 - version: 0.28.0(@babel/parser@7.29.7)(@nuxt/kit@3.21.6(magicast@0.5.3))(rollup@4.62.2)(vue@3.5.39(typescript@5.8.3)) + version: 0.28.0(@babel/parser@7.29.7)(@nuxt/kit@3.21.2(magicast@0.5.3))(rollup@4.62.2)(vue@3.5.39(typescript@5.8.3)) uuid: specifier: '>=11.1.1 <12.0.0' version: 11.1.1 @@ -3804,26 +3804,26 @@ packages: resolution: {integrity: sha512-K1SAUo2vweTfudKZzjKsZ5YJoxPLTspR5qz5+G61xtZreLpsdpDYfBseqsIAl5VFLJuszeRpWQ01jP9LfQ6Ksw==} engines: {node: '>=18.12.0'} - '@nuxt/kit@3.21.6': - resolution: {integrity: sha512-5VOwxUcoM/z6w4c75hQrikHpY+TzjTLZQ+QnuO7KajyGx0IJBLVy1lw25oy79leF+GgyjJJO1cHfUfWeuEDCzA==} + '@nuxt/kit@3.21.2': + resolution: {integrity: sha512-Bd6m6mrDrqpBEbX+g0rc66/ALd1sxlgdx5nfK9MAYO0yKLTOSK7McSYz1KcOYn3LQFCXOWfvXwaqih/b+REI1g==} engines: {node: '>=18.12.0'} '@nuxt/kit@4.4.8': resolution: {integrity: sha512-ZUlZ5iYfyfJFDPluhn6ZxFWcsuxWbLnZBc8w3MAROcQ4lYfZ+qFpALBLSNlpc0zhOa++33EE+5PEbOAdVIY+dw==} engines: {node: '>=18.12.0'} - '@nuxt/nitro-server@3.21.6': - resolution: {integrity: sha512-tcSZauVgyUNZRCC0zYqauRJpEiHS8In3mXkupDlCYhQQmVNTxzxvBim3U4rR0Ww50ZJzOAtFOADeWTjLjYd3GQ==} + '@nuxt/nitro-server@3.21.2': + resolution: {integrity: sha512-tJiyrG+chze1JP1JNDFR2Ib+EhnMzmZXW7AmW7Wbxz2LLTSapLzJCLgHcy4OBcBK22bs06bI/ivn95JNvvxWbQ==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - nuxt: ^3.21.6 + nuxt: ^3.21.2 '@nuxt/schema@3.16.2': resolution: {integrity: sha512-2HZPM372kuI/uw9VU/hOoYuzv803oZAtyoEKC5dQCQTKAQ293AjypF3WljMXUSReFS/hcbBSgGzYUPHr3Qo+pg==} engines: {node: ^14.18.0 || >=16.10.0} - '@nuxt/schema@3.21.6': - resolution: {integrity: sha512-/1m3/q2QtLQ+c+4CDrlwGtNC5nJ3KdK+MTeaRhMN+fNavqeQFdqArfXVYdzUX+ZeqOL0Pt00vJnwKm0VM1I8mQ==} + '@nuxt/schema@3.21.2': + resolution: {integrity: sha512-yZaJrZizRP4OQVCM7qRG3xIJ1xZ59npgg9jd3ng+BDs5ZvLqYP9rXnFikShc8EPUtR6+zhSPgKgy6L8wWcBKzQ==} engines: {node: ^14.18.0 || >=16.10.0} '@nuxt/telemetry@2.8.0': @@ -3841,11 +3841,11 @@ packages: resolution: {integrity: sha512-NzFUzh5Izd7mduhYhFBlIOcqE8aY+9mbSQ0n8sIASpASv162VJ46OsR5Jm5sbfhKDrgv7UsBk6VKXJXiEI7ThQ==} engines: {node: '>=v16.20.2'} - '@nuxt/vite-builder@3.21.6': - resolution: {integrity: sha512-JjUJzo/KXgHnpI/podDCBGn93QyfKjcxrFzZkXRXsaUSIXMncrQK4Bs9OKBIWxcpsWxs93a130w1i7qjd2qizA==} + '@nuxt/vite-builder@3.21.2': + resolution: {integrity: sha512-AwfvmogMzBmX8oS8QPjh9uZiUtnWmOV8w4Ei4DMukVELemkRugDOqWzCzuFneOFQ8khhOOMZ/lRcoTiPryZS5A==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - nuxt: 3.21.6 + nuxt: 3.21.2 rolldown: ^1.0.0-beta.38 rollup-plugin-visualizer: ^6.0.0 || ^7.0.1 vue: ^3.3.4 @@ -4020,362 +4020,362 @@ packages: resolution: {integrity: sha512-icc5xCzndZfhuJMy5oqk5AvloWquR7jtae74qzpkKkhGp8BivK+oCcEXgGnjCdTfp8hA44l+w8gE8yYJbocJJw==} engines: {node: '>=14'} - '@oxc-minify/binding-android-arm-eabi@0.131.0': - resolution: {integrity: sha512-yLa7y9jjJgUeUUMm6AtjmBIQzK1YU5sYcNJnVVtr6WtoWu5SpuNDZ8u6cl/dhn0g/oQgVlf+E+8WJfsExt8R+Q==} + '@oxc-minify/binding-android-arm-eabi@0.117.0': + resolution: {integrity: sha512-5Hf2KsGRjxp3HnPU/mse7cQJa5tWfMFUPZQcgSMVsv2JZnGFFOIDzA0Oja2KDD+VPJqMpEJKc2dCHAGZgJxsGg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxc-minify/binding-android-arm64@0.131.0': - resolution: {integrity: sha512-ShZDYFEVd46qCc9L0D3ZTPLXe/DezTedEj7g6x1Bdlm1WwgQ1pQJgWkqpMGlQhUet5wq4WUpQB/P6afK470Ydg==} + '@oxc-minify/binding-android-arm64@0.117.0': + resolution: {integrity: sha512-uuxGwxA5J4Sap+gz4nxyM/rer6q2A4X1Oe8HpE0CZQyb5cSBULQ15btZiVG3xOBctI5O+c2dwR1aZAP4oGKcLw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-minify/binding-darwin-arm64@0.131.0': - resolution: {integrity: sha512-h+5iCSKxpK7SJdAHmY4I+0BBxR+pJQVNJvAIB3KcOVyz8/ybaO2r41URCwV1N3FnPYkIIiMokZ24YYMB6/GrRw==} + '@oxc-minify/binding-darwin-arm64@0.117.0': + resolution: {integrity: sha512-lLBf75cxUSLydumToKtGTwbLqO/1urScblJ33Vx0uF38M2ZbL2x51AybBV5vlfLjYNrxvQ8ov0Bj/OhsVO/biA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-minify/binding-darwin-x64@0.131.0': - resolution: {integrity: sha512-EIP8KmjqfZeDdhrbG+0GDsiw1/Bi3415uCFokhOm6b8tGG0UdiemVHAz9IQE/sIJgwguXYtg5ydz9oFYVOlOfA==} + '@oxc-minify/binding-darwin-x64@0.117.0': + resolution: {integrity: sha512-wBWwP1voLZMuN4hpe1HRtkPBd4/o/1qan5XssmmI/hewBvGHEHkyvVLS0zu+cKqXDxYzYvb/p+EqU+xSXhEl4A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-minify/binding-freebsd-x64@0.131.0': - resolution: {integrity: sha512-2/xcCZfVm24sLFHbI5Rg/t6Ec93pth0NvTgy/J8vXjIOy8Yf5kkO/K1KVtdZBHW+cyLPe7YLLybxMF/BeqM8Kg==} + '@oxc-minify/binding-freebsd-x64@0.117.0': + resolution: {integrity: sha512-pYSacHw698oH2vb70iP1cHk6x0zhvAuOvdskvNtEqvfziu8MSjKXa699vA9Cx72+DH5rwVuj1I3f+7no2fWglA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-minify/binding-linux-arm-gnueabihf@0.131.0': - resolution: {integrity: sha512-LDQ1Y+QfL5lN54ib1Je2paoh4EsQmmDRvB5Bd9AQIGCP16LI+8jZnB8cjTT3GD1acITDg1aiaBKk9JpBjBA4iw==} + '@oxc-minify/binding-linux-arm-gnueabihf@0.117.0': + resolution: {integrity: sha512-Ugm4Qj7F2+bccjhHCjjnSNHBDPyvjPXWrntID4WJpSrPqt+Az/o0EGdty9sWOjQXRZiTVpa80uqCWZQUn94yTA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-minify/binding-linux-arm-musleabihf@0.131.0': - resolution: {integrity: sha512-mz99O2sZoyHnMoksxlZ5Mc+USS/w/uIp1LWQAn42RHAvVdIyQsqPRmTD/pJtW/KnjgpgaB0yDCpI6Xa3ivJppQ==} + '@oxc-minify/binding-linux-arm-musleabihf@0.117.0': + resolution: {integrity: sha512-qrY6ZviO9wVRI/jl4nRZO4B9os8jaJQemMeWIyFInZNk3lhqihId8iBqMKibJnRaf+JRxLM9j68atXkFRhOHrg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-minify/binding-linux-arm64-gnu@0.131.0': - resolution: {integrity: sha512-QjS1N4FwCV67ZylGyfTWoqURzar48dN5WTq/JVrGsiShFKlT9SpuyRsoUGMGJhiKNiI39MsLIHBlBWvoRQG+ng==} + '@oxc-minify/binding-linux-arm64-gnu@0.117.0': + resolution: {integrity: sha512-2VLJHKEFBRhCihT/8uesuDPhXpbWu1OlHCxqQ7pdFVqKik1Maj5E9oSDcYzxqfaCRStvTHkmLVWJBK5CVcIadg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-minify/binding-linux-arm64-musl@0.131.0': - resolution: {integrity: sha512-HGzqTov5sAzXyaNfRkQEpl0fRs+PrMYjT8b5jZAw8foQ/qnW+VMWgAr80Q+2j79T5nhXfboSF5SUgB8mcisgHw==} + '@oxc-minify/binding-linux-arm64-musl@0.117.0': + resolution: {integrity: sha512-C3zapJconWpl2Y7LR3GkRkH6jxpuV2iVUfkFcHT5Ffn4Zu7l88mZa2dhcfdULZDybN1Phka/P34YUzuskUUrXw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-minify/binding-linux-ppc64-gnu@0.131.0': - resolution: {integrity: sha512-zpUZ4pmbDBqaZmRYacxeLHUBxA3fs5K7hi1WSXRVMXC4OjWuVcLsNxeavenKF9i0YtP7Q5n2z12Rz7eEnNWoDA==} + '@oxc-minify/binding-linux-ppc64-gnu@0.117.0': + resolution: {integrity: sha512-2T/Bm+3/qTfuNS4gKSzL8qbiYk+ErHW2122CtDx+ilZAzvWcJ8IbqdZIbEWOlwwe03lESTxPwTBLFqVgQU2OeQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] - '@oxc-minify/binding-linux-riscv64-gnu@0.131.0': - resolution: {integrity: sha512-CYrC4tpW1wolbw/Fox+T0hxW92s1aG/WLi+htkk02JMiCHOWqGQKxUnm37lLiODKR/OwTYht3LB4xNrsS0RtCg==} + '@oxc-minify/binding-linux-riscv64-gnu@0.117.0': + resolution: {integrity: sha512-MKLjpldYkeoB4T+yAi4aIAb0waifxUjLcKkCUDmYAY3RqBJTvWK34KtfaKZL0IBMIXfD92CbKkcxQirDUS9Xcg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-minify/binding-linux-riscv64-musl@0.131.0': - resolution: {integrity: sha512-ZQNur0zujUjNYgjFF4mcNaeEKWuerY9XkaALYtBsHqNetkj55w0ZwCKYfYKLH2JAdyNF2LuS0s7VGgjXP9EvWA==} + '@oxc-minify/binding-linux-riscv64-musl@0.117.0': + resolution: {integrity: sha512-UFVcbPvKUStry6JffriobBp8BHtjmLLPl4bCY+JMxIn/Q3pykCpZzRwFTcDurG/kY8tm+uSNfKKdRNa5Nh9A7g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-minify/binding-linux-s390x-gnu@0.131.0': - resolution: {integrity: sha512-tR8oiFSNpcS1mfGY1N3/Hy6TxP2wr5X9FFdn/y8GarN8ST/JMLY5SUiwPiU35NKiC69CDaAsLHXoIKUxK/r8Pw==} + '@oxc-minify/binding-linux-s390x-gnu@0.117.0': + resolution: {integrity: sha512-B9GyPQ1NKbvpETVAMyJMfRlD3c6UJ7kiuFUAlx9LTYiQL+YIyT6vpuRlq1zgsXxavZluVrfeJv6x0owV4KDx4Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] - '@oxc-minify/binding-linux-x64-gnu@0.131.0': - resolution: {integrity: sha512-KodzbW12zmT/C/w4bGv2aWN7Q5+KVJKbNoAv5hooYeSujj8xSPGWl8pnyj7dJ9nd8j0CVjubEvHQ86rtzV99OA==} + '@oxc-minify/binding-linux-x64-gnu@0.117.0': + resolution: {integrity: sha512-fXfhtr+WWBGNy4M5GjAF5vu/lpulR4Me34FjTyaK9nDrTZs7LM595UDsP1wliksqp4hD/KdoqHGmbCrC+6d4vA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-minify/binding-linux-x64-musl@0.131.0': - resolution: {integrity: sha512-CNG3/hPE6MxdLikfLq5l0aZMvJ3W5AP1aoVjzQ1Itokv5sbfBcW0fp6Srn8mB86CyAqO9e7dbffZVOWBDVkhgw==} + '@oxc-minify/binding-linux-x64-musl@0.117.0': + resolution: {integrity: sha512-jFBgGbx1oLadb83ntJmy1dWlAHSQanXTS21G4PgkxyONmxZdZ/UMKr7KsADzMuoPsd2YhJHxzRpwJd9U+4BFBw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-minify/binding-openharmony-arm64@0.131.0': - resolution: {integrity: sha512-UyfimTwMLitJ0+5i5fL9M9U4E+DcIQJpGZWbVxxD3Mp9f7CTyQBIHnS68VEGZe+KQL/Y3IIb3AJ7cZB+ICgTVQ==} + '@oxc-minify/binding-openharmony-arm64@0.117.0': + resolution: {integrity: sha512-nxPd9vx1vYz8IlIMdl9HFdOK/ood1H5hzbSFsyO8JU55tkcJoBL8TLCbuFf9pHpOy27l2gcPyV6z3p4eAcTH5Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-minify/binding-wasm32-wasi@0.131.0': - resolution: {integrity: sha512-fH7sy51iYnmGv2pEPsS9KEVExHDKI1/nfy/OqYnStW2E5di41CQ1qBjVIvxHOMHcPD8RmKEBCf0zng6d9/vGDg==} - engines: {node: ^20.19.0 || >=22.12.0} + '@oxc-minify/binding-wasm32-wasi@0.117.0': + resolution: {integrity: sha512-pSvjJ6cCCfEXSteWSiVfZhdRzvpmS3tLhlXrXTYiuTDFrkRCobRP39SRwAzK23rE9i/m2JAaES2xPEW6+xu85g==} + engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-minify/binding-win32-arm64-msvc@0.131.0': - resolution: {integrity: sha512-C05v+5eIdvF4YXQ4t+U0JQDl8IWoIabxsmh4inBSGOL0VziELmis3lb5X6JMj208RbQdKhZGJbUkmNWq2B5Kxw==} + '@oxc-minify/binding-win32-arm64-msvc@0.117.0': + resolution: {integrity: sha512-9NoT9baFrWPdJRIZVQ1jzPZW9TjPT2sbzQyDdoK7uD1V8JXCe1L2y7sp9k2ldZZheaIcmtNwHc7jyD7kYz/0XQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-minify/binding-win32-ia32-msvc@0.131.0': - resolution: {integrity: sha512-bZio0euDmT6Er00I6jng66ftGw5doP/UmCAr2XtBooZMdr7ofTJ4+Bpp+ufguVIeVk5i1vgMPsq7g6FTcxHevg==} + '@oxc-minify/binding-win32-ia32-msvc@0.117.0': + resolution: {integrity: sha512-E51LTjkRei5u2dpFiYSObuh+e43xg45qlmilSTd0XDGFdYJCOv62Q0MEn61TR+efQYPNleYwWdTS9t+tp9p/4w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxc-minify/binding-win32-x64-msvc@0.131.0': - resolution: {integrity: sha512-Lih6D0rjXStl0eUjzlcCiqr60AI/LuE+Zy29beEeXrXqTjOf8t0mcDX/MN3TZBBncxwUNi6osAEsKj4FRnItmQ==} + '@oxc-minify/binding-win32-x64-msvc@0.117.0': + resolution: {integrity: sha512-I8vniPOxWQdxfIbXNvQLaJ1n8SrnqES6wuiAX10CU72sKsizkds9kDaJ1KzWvDy39RKhTBmD1cJsU2uxPFgizQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@oxc-parser/binding-android-arm-eabi@0.131.0': - resolution: {integrity: sha512-t2xicr9pfzkSRYx5aPqZqlLaayIwJTqgQ81Jor31Xep2nGyL2Aq3d0K5wOfeR7VevaSdxaS9dzSQP9xDwn8fDg==} + '@oxc-parser/binding-android-arm-eabi@0.117.0': + resolution: {integrity: sha512-XarGPJpaobgKjfm7xRfCGWWszuPbm/OeP91NdMhxtcLZ/qLTmWF0P0z0gqmr0Uysi1F1v1BNtcST11THMrcEOw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxc-parser/binding-android-arm64@0.131.0': - resolution: {integrity: sha512-nlGIod6gw75x1aEDgLS+srj+JRGY0HHm9MI9YgzE/B64l6d6+H3MSP9NOgp0+HTg8tp4vV9rVfgQGgd+TfVZcA==} + '@oxc-parser/binding-android-arm64@0.117.0': + resolution: {integrity: sha512-EPTs2EBijGmyhPso4rXAL0NSpECXER9IaVKFZEv83YcA6h4uhKW47kmYt+OZcSp130zhHx+lTWILDQ/LDkCRNA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-parser/binding-darwin-arm64@0.131.0': - resolution: {integrity: sha512-jukuV6xe5RbQKFo7QD34NDCLDZp4PSOm8rmckhNdH/60ymG5zXbDzGBEyc+nTkuLQNama2aSGCt+CPfpjNTqyw==} + '@oxc-parser/binding-darwin-arm64@0.117.0': + resolution: {integrity: sha512-3bAEpyih6r/Kb+Xzn1em1qBMClOS7NsVWgF86k95jpysR5ix/HlKFKSy7cax6PcS96HeHR4kjlME20n/XK1zNg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-parser/binding-darwin-x64@0.131.0': - resolution: {integrity: sha512-g3JOo4khe9rslHm5WYaVDWb0HS/M1MLR3I9S8560MkKIcC96VQY00QjOlsuRyfSj/JDXj8i9T7ryPO2RidiXVg==} + '@oxc-parser/binding-darwin-x64@0.117.0': + resolution: {integrity: sha512-W7S99zFwVZhSbCxvjfZkioStFU249DBc4TJw/kK6kfKwx2Zew+jvizX5Y3ZPkAh7fBVUSNOdSeOqLBHLiP50tw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-parser/binding-freebsd-x64@0.131.0': - resolution: {integrity: sha512-1hziITDTxjMePnX+dR9ocVT+EuZkQ8wm4FPAbmbEiKG+Phbo73J1ZnPAA6Y/aGsWF3McOFnQuZIktAFwalkfJQ==} + '@oxc-parser/binding-freebsd-x64@0.117.0': + resolution: {integrity: sha512-xH76lqSdjCSY0KUMPwLXlvQ3YEm3FFVEQmgiOCGNf+stZ6E4Mo3nC102Bo8yKd7aW0foIPAFLYsHgj7vVI/axw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-parser/binding-linux-arm-gnueabihf@0.131.0': - resolution: {integrity: sha512-9uRxfXwyKG9+MwmGQBo2ncPNwZH5HTmCETFM2WiuDBNDCW4NC5ttSQkwCAMrTAWgwMzVBH1CP8pM0v7nebCWXQ==} + '@oxc-parser/binding-linux-arm-gnueabihf@0.117.0': + resolution: {integrity: sha512-9Hdm1imzrn4RdMYnQKKcy+7p7QsSPIrgVIZmpGSJT02nYDuBWLdG1pdYMPFoEo46yiXry3tS3RoHIpNbT1IiyQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-parser/binding-linux-arm-musleabihf@0.131.0': - resolution: {integrity: sha512-mgbLvzRShXOLBdWGInf08Af4q+pfj1xD8hSgLClDZ9of/BXkB6+LIhTH7fihiDUipqB3yoSkKBWaZ3Ejlf5Yag==} + '@oxc-parser/binding-linux-arm-musleabihf@0.117.0': + resolution: {integrity: sha512-Itszer/VCeYhYVJLcuKnHktlY8QyGnVxapltP68S1XRGlV6IsM9HQAElJRMwQhT6/GkMjOhANmkv2Qu/9v44lw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-parser/binding-linux-arm64-gnu@0.131.0': - resolution: {integrity: sha512-OPT8++4aN6j2GJ8+3IZHS/byXoZP4aSBn+FoG6rgBJ2fKwPKXWF3MqrFMNW7NKHM28FLY579xYLxJSfgobEqPA==} + '@oxc-parser/binding-linux-arm64-gnu@0.117.0': + resolution: {integrity: sha512-jBxD7DtlHQ36ivjjZdH0noQJgWNouenzpLmXNKnYaCsBfo3jY95m5iyjYQEiWkvkhJ3TJUAs7tQ1/kEpY7x/Kg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-parser/binding-linux-arm64-musl@0.131.0': - resolution: {integrity: sha512-vtPiwmfVTAXzaxDKsOXG+LwgRAA7WEnaeHzhS5z0GE89gAK18KSXnly7Z6saXXq6L3dVMyK44uoTI03zKxrpmw==} + '@oxc-parser/binding-linux-arm64-musl@0.117.0': + resolution: {integrity: sha512-QagKTDF4lrz8bCXbUi39Uq5xs7C7itAseKm51f33U+Dyar9eJY/zGKqfME9mKLOiahX7Fc1J3xMWVS0AdDXLPg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-parser/binding-linux-ppc64-gnu@0.131.0': - resolution: {integrity: sha512-8AW8L7w5cGHSdZPcyZX2yR0+GUODsT15rbRjfdD54rv6DMbtuEB19ysLOpKJlRGfH6UNYNpCHaU1uJWgTWf1/w==} + '@oxc-parser/binding-linux-ppc64-gnu@0.117.0': + resolution: {integrity: sha512-RPddpcE/0xxWaommWy0c5i/JdrXcXAkxBS2GOrAUh5LKmyCh03hpJedOAWszG4ADsKQwoUQQ1/tZVGRhZIWtKA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] - '@oxc-parser/binding-linux-riscv64-gnu@0.131.0': - resolution: {integrity: sha512-vvpjkjEOUsPcsYf8evE4MO3aGx9+3wodXEBOicGNnOwTuAik8eBONNkgSdhkGsAblQmfVHJyanRnpxglddTXIA==} + '@oxc-parser/binding-linux-riscv64-gnu@0.117.0': + resolution: {integrity: sha512-ur/WVZF9FSOiZGxyP+nfxZzuv6r5OJDYoVxJnUR7fM/hhXLh4V/be6rjbzm9KLCDBRwYCEKJtt+XXNccwd06IA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-parser/binding-linux-riscv64-musl@0.131.0': - resolution: {integrity: sha512-AqmcNC3fClXX+fxQ6VGEN1667xVFiRBkY0CZmDMSiaeFUsv1+UkBPYYi48IUKcA9/ivvoKNRzQl2I4//kT9F/w==} + '@oxc-parser/binding-linux-riscv64-musl@0.117.0': + resolution: {integrity: sha512-ujGcAx8xAMvhy7X5sBFi3GXML1EtyORuJZ5z2T6UV3U416WgDX/4OCi3GnoteeenvxIf6JgP45B+YTHpt71vpA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-parser/binding-linux-s390x-gnu@0.131.0': - resolution: {integrity: sha512-7d3jOMKy7RSQCcDLIci+ySll2FgsOMl/GiRux4q2JNv0zg4EdhFISa9idvrdN/HEUIQQJNg6dmveUeJl2YErGA==} + '@oxc-parser/binding-linux-s390x-gnu@0.117.0': + resolution: {integrity: sha512-hbsfKjUwRjcMZZvvmpZSc+qS0bHcHRu8aV/I3Ikn9BzOA0ZAgUE7ctPtce5zCU7bM8dnTLi4sJ1Pi9YHdx6Urw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] - '@oxc-parser/binding-linux-x64-gnu@0.131.0': - resolution: {integrity: sha512-JHK/h95qVqVQ+ITER837kcTdwBDFpFaNnOTYGCP0zdUSX/mLKC7tXOoyrTb6vG7iRPwGlcgBil3v2IjYw1FqJA==} + '@oxc-parser/binding-linux-x64-gnu@0.117.0': + resolution: {integrity: sha512-1QrTrf8rige7UPJrYuDKJLQOuJlgkt+nRSJLBMHWNm9TdivzP48HaK3f4q18EjNlglKtn03lgjMu4fryDm8X4A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-parser/binding-linux-x64-musl@0.131.0': - resolution: {integrity: sha512-b2BO82O8azXAyf7EUgOPKu145nWypbNyk07HbU09fkzhm9lEA5oPvaN/M8Nlo7tOErVTa2WOgS4QbOnxAPXdDQ==} + '@oxc-parser/binding-linux-x64-musl@0.117.0': + resolution: {integrity: sha512-gRvK6HPzF5ITRL68fqb2WYYs/hGviPIbkV84HWCgiJX+LkaOpp+HIHQl3zVZdyKHwopXToTbXbtx/oFjDjl8pg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-parser/binding-openharmony-arm64@0.131.0': - resolution: {integrity: sha512-GHO9glZaX7LkX/OGfluEPf1yjg+ehiFbUdowbX6uNWOQhmwKWU4m4+nZ9FJkrHNKuxyI1KKertMdGjVKCApKWA==} + '@oxc-parser/binding-openharmony-arm64@0.117.0': + resolution: {integrity: sha512-QPJvFbnnDZZY7xc+xpbIBWLThcGBakwaYA9vKV8b3+oS5MGfAZUoTFJcix5+Zg2Ri46sOfrUim6Y6jsKNcssAQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-parser/binding-wasm32-wasi@0.131.0': - resolution: {integrity: sha512-3SkikPaEFoih1N83qLVEDLRLeY4nYsf6JT9SnWiMCQ5lGQdKup6bEuKCqkRiG9dD1IIaFeYz9RjlciPmYoFIWA==} - engines: {node: ^20.19.0 || >=22.12.0} + '@oxc-parser/binding-wasm32-wasi@0.117.0': + resolution: {integrity: sha512-+XRSNA0xt3pk/6CUHM7pykVe7M8SdifJk8LX1+fIp/zefvR3HBieZCbwG5un8gogNgh7srLycoh/cQA9uozv5g==} + engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-parser/binding-win32-arm64-msvc@0.131.0': - resolution: {integrity: sha512-Os5bEhryeA2jkH+ZrnZyAC1EP5gs+X4YB1Fjqml7UPD5kU7ecsK1MPEVMfCrdt/GDNpDbavYXiOXOdyJ5b3OPw==} + '@oxc-parser/binding-win32-arm64-msvc@0.117.0': + resolution: {integrity: sha512-GpxeGS+Vo030DsrXeRPc7OSJOQIyAHkM3mzwBcnQjg/79XnOIDDMXJ5X6/aNdkVt/+Pv35pqKzGA4TQau97x8w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-parser/binding-win32-ia32-msvc@0.131.0': - resolution: {integrity: sha512-m+jNz9EuF0NXoiptc6B9h5yompZQVW/a5MJeOu5zojfH5yWk82tvF2ccrHkfhgtrS9h9DD5l1Qv8dWlfY7Nz8g==} + '@oxc-parser/binding-win32-ia32-msvc@0.117.0': + resolution: {integrity: sha512-tchWEYiso1+objTZirmlR+w3fcIel6PVBOJ8NuC2Jr30dxBOiKUfFLovJLANwHg1+TzeD6pVSLIIIEf2T5o5lQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxc-parser/binding-win32-x64-msvc@0.131.0': - resolution: {integrity: sha512-o14Hk8dAyiEUMFEWEgmAwFZvBt1RzAYLM3xeQ+5315JXgVYhoemivgYcbYVRbsFkS71ShMGlAFE0kPnr460rww==} + '@oxc-parser/binding-win32-x64-msvc@0.117.0': + resolution: {integrity: sha512-ysRJAjIbB4e5y+t9PZs7TwbgOV/GVT//s30AORLCT/pedYwpYzHq6ApXK7is9fvyfZtgT3anNir8+esurmyaDw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@oxc-project/types@0.131.0': - resolution: {integrity: sha512-PgnWDfV0h+b16XNKbXU7Daib/BFSt/J2mEzfYIBu6JB/wNdlU+kVYXCkGA1A9fWkTbOgbjh4e6NhPeQOYvFhEA==} + '@oxc-project/types@0.117.0': + resolution: {integrity: sha512-C/kPXBphID44fXdsa2xSOCuzX8fKZiFxPsvucJ6Yfkr6CJlMA+kNLPNKyLoI+l9XlDsNxBrz6h7IIjKU8pB69w==} - '@oxc-transform/binding-android-arm-eabi@0.131.0': - resolution: {integrity: sha512-rcNvLlbNnxTfYVlZVF+Rev2AyCpJDpwVPphG4HOJxauaT1+w5VxL+kRdxCReof4A8ZsszbvIYlvkqvaJKO4Mog==} + '@oxc-transform/binding-android-arm-eabi@0.117.0': + resolution: {integrity: sha512-17giX7h5VR9Eodru4OoSCFdgwLFIaUxeEn8JWe0vMZrAuRbT9NiDTy5dXdbGQBoO8aXPkbGS38FGlvbi31aujw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxc-transform/binding-android-arm64@0.131.0': - resolution: {integrity: sha512-/y+EH6QYQB2ZDQNvMlzItc36mw16GZwCDlvGYbQ4GCTE+7ZtSmx9E/rJOYzYyzMghz0c5dhJquRKScXdOZHpnQ==} + '@oxc-transform/binding-android-arm64@0.117.0': + resolution: {integrity: sha512-1LrDd1CPochtLx04pAafdah6QtOQQj0/Evttevi+0u8rCI5FKucIG7pqBHkIQi/y7pycFYIj+GebhET80maeUg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-transform/binding-darwin-arm64@0.131.0': - resolution: {integrity: sha512-x1Va8zFomdYghAI0Zkt7kUmG50S65XH1u0EbIDr80M9idfXrQgd08ZGl3ejwRGLBrkbA8tkkmeOu1rWVFf7BXg==} + '@oxc-transform/binding-darwin-arm64@0.117.0': + resolution: {integrity: sha512-K1Xo52xJOvFfHSkz2ax9X5Qsku23RCfTIPbHZWdUCAQ1TQooI+sFcewSubhVUJ4DVK12/tYT//XXboumin+FHA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-transform/binding-darwin-x64@0.131.0': - resolution: {integrity: sha512-EwacackWpYYXGZsl0Aj4NKvDdLuxWZg7LQDneFyMwuftpAxPQLRkHFwZib7r6wpIJm4NELhHW261A4vZ8OQqXQ==} + '@oxc-transform/binding-darwin-x64@0.117.0': + resolution: {integrity: sha512-ftFT/8Laolfq49mRRWLkIhd1AbJ0MI5bW3LwddvdoAg9zXwkx4qhzTYyBPRZhvXWftts+NjlHfHsXCOqI4tPtw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-transform/binding-freebsd-x64@0.131.0': - resolution: {integrity: sha512-EhXqWOtL1PWcJ3ktdplV4Wrez2PRuTBSDdB7KF6CN4zuZhohUjxC1bxqDNRbNSX46yaZ27IzJLafah1J6mSA8Q==} + '@oxc-transform/binding-freebsd-x64@0.117.0': + resolution: {integrity: sha512-QDRyw0atg9BMnwOwnJeW6REzWPLEjiWtsCc2Sj612F1hCdvP+n0L3o8sHinEWM+BiOkOYtUxHA69WjUslc3G+g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-transform/binding-linux-arm-gnueabihf@0.131.0': - resolution: {integrity: sha512-NfNACr3aqBKeeUh6HCoGGPSjdMkLvyXUZQywCg/DwRkEpqZo55KX65saW1sQdgBcu0SKXrAReTjIm/HDO/OI0Q==} + '@oxc-transform/binding-linux-arm-gnueabihf@0.117.0': + resolution: {integrity: sha512-UvpvOjyQVgiIJahIpMT0qAsLJT8O1ibHTBgXGOsZkQgw1xmjARPQ07dpRcucPPn6cqCF3wrxfbqtr2vFHaMkdA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-transform/binding-linux-arm-musleabihf@0.131.0': - resolution: {integrity: sha512-ABp6KGhbYFGDaAdB4gGZW12DYa55OF/Cu+6Rw6/Di0skuwpiDwnBOLHWz9VBq0QTcREy/qIUOnKW+vZHQLOT8A==} + '@oxc-transform/binding-linux-arm-musleabihf@0.117.0': + resolution: {integrity: sha512-cIhztGFjKk8ngP+/7EPkEhzWMGr2neezxgWirSn/f/MirjH234oHHGJ2diKIbGQEsy0aOuJMTkL9NLfzfmH51A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-transform/binding-linux-arm64-gnu@0.131.0': - resolution: {integrity: sha512-4nKYkHHjRela+jpt+VO4++jxgHoJQFxAeAGtfQ4x11dQMJllzqo3Yu8gfcfLEMsAfflwN/gY+KBbMD/y0exitg==} + '@oxc-transform/binding-linux-arm64-gnu@0.117.0': + resolution: {integrity: sha512-mXbDfvDN0RZVg7v4LohNzU0kK3fMAZgkUKTkpFVgxEvzibEG5VpSznkypUwHI4a8U8pz+K6mGaLetX3Xt+CvvA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-transform/binding-linux-arm64-musl@0.131.0': - resolution: {integrity: sha512-cW0Ab1s0sxfiyP1+gdd94f0vUjwGzJF4F3DepF3VnR9nFTGMmFLugwtrBS3DYjTnbugiUH3Fp+16yys1FhNzIA==} + '@oxc-transform/binding-linux-arm64-musl@0.117.0': + resolution: {integrity: sha512-ykxpPQp0eAcSmhy0Y3qKvdanHY4d8THPonDfmCoktUXb6r0X6qnjpJB3V+taN1wevW55bOEZd97kxtjTKjqhmg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@oxc-transform/binding-linux-ppc64-gnu@0.131.0': - resolution: {integrity: sha512-wunAU/lzE1nPGKL47uI0g+4Nsv/12xveOXNu4M70xe85kNBm7mQdMpZIeoVYCxtXew0iHxFKJDT6qK5mYFSA3w==} + '@oxc-transform/binding-linux-ppc64-gnu@0.117.0': + resolution: {integrity: sha512-Rvspti4Kr7eq6zSrURK5WjscfWQPvmy/KjJZV45neRKW8RLonE3r9+NgrwSLGoHvQ3F24fbqlkplox1RtlhH5A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] - '@oxc-transform/binding-linux-riscv64-gnu@0.131.0': - resolution: {integrity: sha512-r4sMt4OB4TryDcVWW9KnsXOf/ea7tIGX2QASNrpetzPocsBZqhHIFDbZ8EkBDjmlmWGHg6BgjVx6lLcMXX4Dcw==} + '@oxc-transform/binding-linux-riscv64-gnu@0.117.0': + resolution: {integrity: sha512-Dr2ZW9ZZ4l1eQ5JUEUY3smBh4JFPCPuybWaDZTLn3ADZjyd8ZtNXEjeMT8rQbbhbgSL9hEgbwaqraole3FNThQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-transform/binding-linux-riscv64-musl@0.131.0': - resolution: {integrity: sha512-/rLVLItsBjKrnZFLiGrwRB3fs0dAjXZLqY7F42omvacFJjZsceQ3481oQX1bBs3RwoDDyDy/9ZkIN7kYIkv5Gw==} + '@oxc-transform/binding-linux-riscv64-musl@0.117.0': + resolution: {integrity: sha512-oD1Bnes1bIC3LVBSrWEoSUBj6fvatESPwAVWfJVGVQlqWuOs/ZBn1e4Nmbipo3KGPHK7DJY75r/j7CQCxhrOFQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] - '@oxc-transform/binding-linux-s390x-gnu@0.131.0': - resolution: {integrity: sha512-fUprJgJauI1A7e7cDgY/Z3mwLVtE3aswB4lvS96KpRNDHrwOh8bnCJOWf+0CYveDQzghDVFiZWVDo56pO4Wr9Q==} + '@oxc-transform/binding-linux-s390x-gnu@0.117.0': + resolution: {integrity: sha512-qT//IAPLvse844t99Kff5j055qEbXfwzWgvCMb0FyjisnB8foy25iHZxZIocNBe6qwrCYWUP1M8rNrB/WyfS1Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] - '@oxc-transform/binding-linux-x64-gnu@0.131.0': - resolution: {integrity: sha512-XdbvDT1GPNxrTLXSRt4RU2uCH112q3nINTT05DZqTYYcAxaCPImnMoZe2TlBv5j2376Gk+2pcVnJs6xut47aSw==} + '@oxc-transform/binding-linux-x64-gnu@0.117.0': + resolution: {integrity: sha512-2YEO5X+KgNzFqRVO5dAkhjcI5gwxus4NSWVl/+cs2sI6P0MNPjqE3VWPawl4RTC11LvetiiZdHcujUCPM8aaUw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-transform/binding-linux-x64-musl@0.131.0': - resolution: {integrity: sha512-Du2CxlBfC98EV3hOAmLVSUgP0JgqM9F47lRv9v43T4sGPcQVOjs9wffUybGUUraG9unmBZ4dgpMAqlCq0k3dGw==} + '@oxc-transform/binding-linux-x64-musl@0.117.0': + resolution: {integrity: sha512-3wqWbTSaIFZvDr1aqmTul4cg8PRWYh6VC52E8bLI7ytgS/BwJLW+sDUU2YaGIds4sAf/1yKeJRmudRCDPW9INg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@oxc-transform/binding-openharmony-arm64@0.131.0': - resolution: {integrity: sha512-wTj2FkOgNhgdisnA0a15QQksyj6AH2snmpgYgAtj098i477x5LpHHdqfuk60jsA/QHSjmUc6dm4P88yI5GY4xA==} + '@oxc-transform/binding-openharmony-arm64@0.117.0': + resolution: {integrity: sha512-Ebxx6NPqhzlrjvx4+PdSqbOq+li0f7X59XtJljDghkbJsbnkHvhLmPR09ifHt5X32UlZN63ekjwcg/nbmHLLlA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-transform/binding-wasm32-wasi@0.131.0': - resolution: {integrity: sha512-lE9UaZL0KomAlbATiB6FKoJ9no6W49yXs/MujJqY75AkHHMeOCsHSN9HvriyWz2FOIQgV7C5cmNj0jf+IaBtQg==} - engines: {node: ^20.19.0 || >=22.12.0} + '@oxc-transform/binding-wasm32-wasi@0.117.0': + resolution: {integrity: sha512-Nn8mmcBiQ0XKHLTb05QBlH+CDkn7jf5YDVv9FtKhy4zJT0NEU9y3dXVbfcurOpsVrG9me4ktzDQNCaAoJjUQyw==} + engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-transform/binding-win32-arm64-msvc@0.131.0': - resolution: {integrity: sha512-8KUfPnuxbEfa9H+OQ5XNPFq9JIEWVCg8kczJaD8PvTprr515mz1lmSLSUoOW8mrLaN0mZaGg6pemuvTawOLoPg==} + '@oxc-transform/binding-win32-arm64-msvc@0.117.0': + resolution: {integrity: sha512-15cbsF8diXWGnHrTsVgVeabETiT/KdMAfRAcot99xsaVecJs3pITNNjC6Qj+/TPNpehbgIFjlhhxOVSbQsTBgg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-transform/binding-win32-ia32-msvc@0.131.0': - resolution: {integrity: sha512-pXSu2A7L6H//1Uvsg5RJHb91BDZpCTho0r9oAwxPqKJM2LWV7Zph/ikWEIXt/YLbKF3WpkHrKQ5hbQGP9gWmHg==} + '@oxc-transform/binding-win32-ia32-msvc@0.117.0': + resolution: {integrity: sha512-I6DkhCuFX6p9rckdWiLuZfBWrrYUC7sNX+zLaCfa5zvrPNwo1/29KkefvqXVxu3AWT/6oZAbtc0A8/mqhETJPQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxc-transform/binding-win32-x64-msvc@0.131.0': - resolution: {integrity: sha512-VXgk106WLl3NpBO/6G2gxkWBHguCJm01mGqAq2Q0l2o7hnbglsND0UWSCtM3a9MlsDimfJkLWFQveZu4UtnRvA==} + '@oxc-transform/binding-win32-x64-msvc@0.117.0': + resolution: {integrity: sha512-V7YzavQnYcRJBeJkp0qpb3FKrlm5I57XJetCYB4jsjStuboQmnFMZ/XQH55Szlf/kVyeU9ddQwv72gJJ5BrGjQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -10058,8 +10058,8 @@ packages: lunr@2.3.9: resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} - magic-regexp@0.11.0: - resolution: {integrity: sha512-LG77Z/gVnwz7oaDpD4heX6ryl+lcr4l1B2gnP4MMvt2pGhGC1Dfj7dl1pXpP4ih+VQFLuAadeKVa+lARAzfW+Q==} + magic-regexp@0.10.0: + resolution: {integrity: sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==} magic-string-ast@1.0.3: resolution: {integrity: sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==} @@ -10560,8 +10560,8 @@ packages: nullthrows@1.1.1: resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} - nuxt@3.21.6: - resolution: {integrity: sha512-jIs488icdWIzzwTQYa4J2WmbhDlBcVDPGc7LBTxezaHwf8C5LKnWZvBkFqREQ8UjMQe5KBnA98pFRUqT6ZDPYA==} + nuxt@3.21.2: + resolution: {integrity: sha512-XzZFj2KMK16zE0TfrGpjvgc378wZWvDzIpunHOHOT0Jj8zbV5qT1uQKaJb+fAHv6lf1A4nOMMWHrTmjAK4u0Zg==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -10760,28 +10760,22 @@ packages: resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} engines: {node: '>= 0.4'} - oxc-minify@0.131.0: - resolution: {integrity: sha512-Ch0sBbrqZpeNZUMhVDbU2yrTWTVrUT/MkXb9E2DAc+hbhxbbO8D/XklUtfPP86/iqrkvl178+YQvh5u8Of1mUg==} + oxc-minify@0.117.0: + resolution: {integrity: sha512-JHsv/b+bmBJkAzkHXgTN7RThloVxLHPT0ojHfjqxVeHuQB7LPpLUbJ2qfwz37sto9stZ9+AVwUP4b3gtR7p/Tw==} engines: {node: ^20.19.0 || >=22.12.0} - oxc-parser@0.131.0: - resolution: {integrity: sha512-SJ3/7ZPbgie8dr5Z9BI/M51zZbpXba+hRSG0MDzVwMW5CRQg2fjYE0jHGlLX4eeiibGgC/mzoDFKSDHwVZEHRQ==} + oxc-parser@0.117.0: + resolution: {integrity: sha512-l3cbgK5wUvWDVNWM/JFU77qDdGZK1wudnLsFcrRyNo/bL1CyU8pC25vDhMHikVY29lbK2InTWsX42RxVSutUdQ==} engines: {node: ^20.19.0 || >=22.12.0} - oxc-transform@0.131.0: - resolution: {integrity: sha512-ml0/elXPNnDnuHo3VHmEMN2fnybmKx7YL+0E+gMQ0fuHRZHXYJzF6YJ01KsCWg6FXY6pbZcjm7DC3xwGHnB/BA==} + oxc-transform@0.117.0: + resolution: {integrity: sha512-u1Stl2uhDh9bFuOGjGXQIqx46IRUNMyHQkq59LayXNGS2flNv7RpZpRSWs5S5deuNP6jJZ12gtMBze+m4dOhmw==} engines: {node: ^20.19.0 || >=22.12.0} - oxc-walker@1.0.0: - resolution: {integrity: sha512-eMsHflAGfOskpWxtp9xP/f5b96XLEU8ifTd2gOOCkdux9HMxKGy5S1ru0Gh1B3aPu+YbfmWUUVkcb7MrZz3XyQ==} + oxc-walker@0.7.0: + resolution: {integrity: sha512-54B4KUhrzbzc4sKvKwVYm7E2PgeROpGba0/2nlNZMqfDyca+yOor5IMb4WLGBatGDT0nkzYdYuzylg7n3YfB7A==} peerDependencies: oxc-parser: '>=0.98.0' - rolldown: '>=1.0.0' - peerDependenciesMeta: - oxc-parser: - optional: true - rolldown: - optional: true p-finally@1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} @@ -11446,9 +11440,6 @@ packages: prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} - proper-lockfile@4.1.2: - resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==} - protobufjs@7.6.4: resolution: {integrity: sha512-RJJPTTpvFfHcWLkIa2JFWK4XvtSzS0yEWDmunqHXli1h3JlkbcQZXDZdcWxv+JK3Xsl5/UFDPZ0iGm7DAengYw==} engines: {node: '>=12.0.0'} @@ -11793,10 +11784,6 @@ packages: resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} engines: {node: '>=18'} - retry@0.12.0: - resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} - engines: {node: '>= 4'} - retry@0.13.1: resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==} engines: {node: '>= 4'} @@ -13180,16 +13167,16 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true - vite-plugin-checker@0.13.0: - resolution: {integrity: sha512-14EkOZmfinVZNxRmg2uCNDwtqGc/33lU/UEJansHgu27+ad+r6mMBf1Xtnq57jGZWiO/xzwtiEKPYsganw7ZFQ==} + vite-plugin-checker@0.12.0: + resolution: {integrity: sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==} engines: {node: '>=16.11'} peerDependencies: '@biomejs/biome': '>=1.7' - eslint: '>=9.39.4' - meow: ^13.2.0 || ^14.0.0 + eslint: '>=9.39.1' + meow: ^13.2.0 optionator: ^0.9.4 oxlint: '>=1' - stylelint: '>=16.26.1' + stylelint: '>=16' typescript: '*' vite: '>=5.4.21' vls: '*' @@ -19363,7 +19350,7 @@ snapshots: - debug - supports-color - '@nuxt/cli@3.36.1(@nuxt/schema@3.21.6)(cac@6.7.14)(commander@13.1.0)(magicast@0.5.3)': + '@nuxt/cli@3.36.1(@nuxt/schema@3.21.2)(cac@6.7.14)(commander@13.1.0)(magicast@0.5.3)': dependencies: '@bomb.sh/tab': 0.0.17(cac@6.7.14)(citty@0.2.2)(commander@13.1.0) '@clack/prompts': 1.6.0 @@ -19394,7 +19381,7 @@ snapshots: ufo: 1.6.4 youch: 4.1.1 optionalDependencies: - '@nuxt/schema': 3.21.6 + '@nuxt/schema': 3.21.2 transitivePeerDependencies: - cac - commander @@ -19521,7 +19508,7 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/kit@3.21.6(magicast@0.5.3)': + '@nuxt/kit@3.21.2(magicast@0.5.3)': dependencies: c12: 3.3.4(magicast@0.5.3) consola: 3.4.2 @@ -19572,10 +19559,10 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/nitro-server@3.21.6(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.131.0)(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)': + '@nuxt/nitro-server@3.21.2(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)': dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/kit': 3.21.6(magicast@0.5.3) + '@nuxt/kit': 3.21.2(magicast@0.5.3) '@unhead/vue': 2.1.15(vue@3.5.39(typescript@5.8.3)) '@vue/shared': 3.5.39 consola: 3.4.2 @@ -19589,8 +19576,8 @@ snapshots: impound: 1.1.5(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) klona: 2.0.6 mocked-exports: 0.1.1 - nitropack: 2.13.4(oxc-parser@0.131.0)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) - nuxt: 3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + nitropack: 2.13.4(oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) + nuxt: 3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) ohash: 2.0.11 pathe: 2.0.3 pkg-types: 2.3.1 @@ -19651,7 +19638,7 @@ snapshots: pathe: 2.0.3 std-env: 3.9.0 - '@nuxt/schema@3.21.6': + '@nuxt/schema@3.21.2': dependencies: '@vue/shared': 3.5.39 defu: 6.1.7 @@ -19659,9 +19646,9 @@ snapshots: pkg-types: 2.3.1 std-env: 4.1.0 - '@nuxt/telemetry@2.8.0(@nuxt/kit@3.21.6(magicast@0.5.3))': + '@nuxt/telemetry@2.8.0(@nuxt/kit@3.21.2(magicast@0.5.3))': dependencies: - '@nuxt/kit': 3.21.6(magicast@0.5.3) + '@nuxt/kit': 3.21.2(magicast@0.5.3) citty: 0.2.2 consola: 3.4.2 ofetch: 2.0.0-alpha.3 @@ -19729,9 +19716,9 @@ snapshots: - vite - vue - '@nuxt/vite-builder@3.21.6(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0)': + '@nuxt/vite-builder@3.21.2(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0)': dependencies: - '@nuxt/kit': 3.21.6(magicast@0.5.3) + '@nuxt/kit': 3.21.2(magicast@0.5.3) '@rollup/plugin-replace': 6.0.3(rollup@4.62.2) '@vitejs/plugin-vue': 6.0.7(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) '@vitejs/plugin-vue-jsx': 5.1.6(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) @@ -19748,7 +19735,7 @@ snapshots: magic-string: 0.30.21 mlly: 1.8.2 mocked-exports: 0.1.1 - nuxt: 3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + nuxt: 3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) nypm: 0.6.8 ohash: 2.0.11 pathe: 2.0.3 @@ -19761,7 +19748,7 @@ snapshots: unenv: 2.0.0-rc.24 vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) vite-node: 5.3.0(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0) - vite-plugin-checker: 0.13.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) + vite-plugin-checker: 0.12.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) vue: 3.5.39(typescript@5.8.3) vue-bundle-renderer: 2.3.1 optionalDependencies: @@ -20026,198 +20013,201 @@ snapshots: '@opentelemetry/semantic-conventions@1.42.0': {} - '@oxc-minify/binding-android-arm-eabi@0.131.0': + '@oxc-minify/binding-android-arm-eabi@0.117.0': optional: true - '@oxc-minify/binding-android-arm64@0.131.0': + '@oxc-minify/binding-android-arm64@0.117.0': optional: true - '@oxc-minify/binding-darwin-arm64@0.131.0': + '@oxc-minify/binding-darwin-arm64@0.117.0': optional: true - '@oxc-minify/binding-darwin-x64@0.131.0': + '@oxc-minify/binding-darwin-x64@0.117.0': optional: true - '@oxc-minify/binding-freebsd-x64@0.131.0': + '@oxc-minify/binding-freebsd-x64@0.117.0': optional: true - '@oxc-minify/binding-linux-arm-gnueabihf@0.131.0': + '@oxc-minify/binding-linux-arm-gnueabihf@0.117.0': optional: true - '@oxc-minify/binding-linux-arm-musleabihf@0.131.0': + '@oxc-minify/binding-linux-arm-musleabihf@0.117.0': optional: true - '@oxc-minify/binding-linux-arm64-gnu@0.131.0': + '@oxc-minify/binding-linux-arm64-gnu@0.117.0': optional: true - '@oxc-minify/binding-linux-arm64-musl@0.131.0': + '@oxc-minify/binding-linux-arm64-musl@0.117.0': optional: true - '@oxc-minify/binding-linux-ppc64-gnu@0.131.0': + '@oxc-minify/binding-linux-ppc64-gnu@0.117.0': optional: true - '@oxc-minify/binding-linux-riscv64-gnu@0.131.0': + '@oxc-minify/binding-linux-riscv64-gnu@0.117.0': optional: true - '@oxc-minify/binding-linux-riscv64-musl@0.131.0': + '@oxc-minify/binding-linux-riscv64-musl@0.117.0': optional: true - '@oxc-minify/binding-linux-s390x-gnu@0.131.0': + '@oxc-minify/binding-linux-s390x-gnu@0.117.0': optional: true - '@oxc-minify/binding-linux-x64-gnu@0.131.0': + '@oxc-minify/binding-linux-x64-gnu@0.117.0': optional: true - '@oxc-minify/binding-linux-x64-musl@0.131.0': + '@oxc-minify/binding-linux-x64-musl@0.117.0': optional: true - '@oxc-minify/binding-openharmony-arm64@0.131.0': + '@oxc-minify/binding-openharmony-arm64@0.117.0': optional: true - '@oxc-minify/binding-wasm32-wasi@0.131.0': + '@oxc-minify/binding-wasm32-wasi@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': dependencies: - '@emnapi/core': 1.10.0 - '@emnapi/runtime': 1.10.0 '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + transitivePeerDependencies: + - '@emnapi/core' + - '@emnapi/runtime' optional: true - '@oxc-minify/binding-win32-arm64-msvc@0.131.0': + '@oxc-minify/binding-win32-arm64-msvc@0.117.0': optional: true - '@oxc-minify/binding-win32-ia32-msvc@0.131.0': + '@oxc-minify/binding-win32-ia32-msvc@0.117.0': optional: true - '@oxc-minify/binding-win32-x64-msvc@0.131.0': + '@oxc-minify/binding-win32-x64-msvc@0.117.0': optional: true - '@oxc-parser/binding-android-arm-eabi@0.131.0': + '@oxc-parser/binding-android-arm-eabi@0.117.0': optional: true - '@oxc-parser/binding-android-arm64@0.131.0': + '@oxc-parser/binding-android-arm64@0.117.0': optional: true - '@oxc-parser/binding-darwin-arm64@0.131.0': + '@oxc-parser/binding-darwin-arm64@0.117.0': optional: true - '@oxc-parser/binding-darwin-x64@0.131.0': + '@oxc-parser/binding-darwin-x64@0.117.0': optional: true - '@oxc-parser/binding-freebsd-x64@0.131.0': + '@oxc-parser/binding-freebsd-x64@0.117.0': optional: true - '@oxc-parser/binding-linux-arm-gnueabihf@0.131.0': + '@oxc-parser/binding-linux-arm-gnueabihf@0.117.0': optional: true - '@oxc-parser/binding-linux-arm-musleabihf@0.131.0': + '@oxc-parser/binding-linux-arm-musleabihf@0.117.0': optional: true - '@oxc-parser/binding-linux-arm64-gnu@0.131.0': + '@oxc-parser/binding-linux-arm64-gnu@0.117.0': optional: true - '@oxc-parser/binding-linux-arm64-musl@0.131.0': + '@oxc-parser/binding-linux-arm64-musl@0.117.0': optional: true - '@oxc-parser/binding-linux-ppc64-gnu@0.131.0': + '@oxc-parser/binding-linux-ppc64-gnu@0.117.0': optional: true - '@oxc-parser/binding-linux-riscv64-gnu@0.131.0': + '@oxc-parser/binding-linux-riscv64-gnu@0.117.0': optional: true - '@oxc-parser/binding-linux-riscv64-musl@0.131.0': + '@oxc-parser/binding-linux-riscv64-musl@0.117.0': optional: true - '@oxc-parser/binding-linux-s390x-gnu@0.131.0': + '@oxc-parser/binding-linux-s390x-gnu@0.117.0': optional: true - '@oxc-parser/binding-linux-x64-gnu@0.131.0': + '@oxc-parser/binding-linux-x64-gnu@0.117.0': optional: true - '@oxc-parser/binding-linux-x64-musl@0.131.0': + '@oxc-parser/binding-linux-x64-musl@0.117.0': optional: true - '@oxc-parser/binding-openharmony-arm64@0.131.0': + '@oxc-parser/binding-openharmony-arm64@0.117.0': optional: true - '@oxc-parser/binding-wasm32-wasi@0.131.0': + '@oxc-parser/binding-wasm32-wasi@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': dependencies: - '@emnapi/core': 1.10.0 - '@emnapi/runtime': 1.10.0 '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + transitivePeerDependencies: + - '@emnapi/core' + - '@emnapi/runtime' optional: true - '@oxc-parser/binding-win32-arm64-msvc@0.131.0': + '@oxc-parser/binding-win32-arm64-msvc@0.117.0': optional: true - '@oxc-parser/binding-win32-ia32-msvc@0.131.0': + '@oxc-parser/binding-win32-ia32-msvc@0.117.0': optional: true - '@oxc-parser/binding-win32-x64-msvc@0.131.0': + '@oxc-parser/binding-win32-x64-msvc@0.117.0': optional: true - '@oxc-project/types@0.131.0': {} + '@oxc-project/types@0.117.0': {} - '@oxc-transform/binding-android-arm-eabi@0.131.0': + '@oxc-transform/binding-android-arm-eabi@0.117.0': optional: true - '@oxc-transform/binding-android-arm64@0.131.0': + '@oxc-transform/binding-android-arm64@0.117.0': optional: true - '@oxc-transform/binding-darwin-arm64@0.131.0': + '@oxc-transform/binding-darwin-arm64@0.117.0': optional: true - '@oxc-transform/binding-darwin-x64@0.131.0': + '@oxc-transform/binding-darwin-x64@0.117.0': optional: true - '@oxc-transform/binding-freebsd-x64@0.131.0': + '@oxc-transform/binding-freebsd-x64@0.117.0': optional: true - '@oxc-transform/binding-linux-arm-gnueabihf@0.131.0': + '@oxc-transform/binding-linux-arm-gnueabihf@0.117.0': optional: true - '@oxc-transform/binding-linux-arm-musleabihf@0.131.0': + '@oxc-transform/binding-linux-arm-musleabihf@0.117.0': optional: true - '@oxc-transform/binding-linux-arm64-gnu@0.131.0': + '@oxc-transform/binding-linux-arm64-gnu@0.117.0': optional: true - '@oxc-transform/binding-linux-arm64-musl@0.131.0': + '@oxc-transform/binding-linux-arm64-musl@0.117.0': optional: true - '@oxc-transform/binding-linux-ppc64-gnu@0.131.0': + '@oxc-transform/binding-linux-ppc64-gnu@0.117.0': optional: true - '@oxc-transform/binding-linux-riscv64-gnu@0.131.0': + '@oxc-transform/binding-linux-riscv64-gnu@0.117.0': optional: true - '@oxc-transform/binding-linux-riscv64-musl@0.131.0': + '@oxc-transform/binding-linux-riscv64-musl@0.117.0': optional: true - '@oxc-transform/binding-linux-s390x-gnu@0.131.0': + '@oxc-transform/binding-linux-s390x-gnu@0.117.0': optional: true - '@oxc-transform/binding-linux-x64-gnu@0.131.0': + '@oxc-transform/binding-linux-x64-gnu@0.117.0': optional: true - '@oxc-transform/binding-linux-x64-musl@0.131.0': + '@oxc-transform/binding-linux-x64-musl@0.117.0': optional: true - '@oxc-transform/binding-openharmony-arm64@0.131.0': + '@oxc-transform/binding-openharmony-arm64@0.117.0': optional: true - '@oxc-transform/binding-wasm32-wasi@0.131.0': + '@oxc-transform/binding-wasm32-wasi@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': dependencies: - '@emnapi/core': 1.10.0 - '@emnapi/runtime': 1.10.0 '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + transitivePeerDependencies: + - '@emnapi/core' + - '@emnapi/runtime' optional: true - '@oxc-transform/binding-win32-arm64-msvc@0.131.0': + '@oxc-transform/binding-win32-arm64-msvc@0.117.0': optional: true - '@oxc-transform/binding-win32-ia32-msvc@0.131.0': + '@oxc-transform/binding-win32-ia32-msvc@0.117.0': optional: true - '@oxc-transform/binding-win32-x64-msvc@0.131.0': + '@oxc-transform/binding-win32-x64-msvc@0.117.0': optional: true '@parcel/watcher-android-arm64@2.5.1': @@ -23075,13 +23065,13 @@ snapshots: '@vueuse/metadata@11.3.0': {} - '@vueuse/nuxt@11.3.0(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': + '@vueuse/nuxt@11.3.0(magicast@0.5.3)(nuxt@3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3))': dependencies: '@nuxt/kit': 3.16.2(magicast@0.5.3) '@vueuse/core': 11.3.0(vue@3.5.39(typescript@5.8.3)) '@vueuse/metadata': 11.3.0 local-pkg: 0.5.1 - nuxt: 3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) + nuxt: 3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0) vue-demi: 0.14.10(vue@3.5.39(typescript@5.8.3)) transitivePeerDependencies: - '@vue/composition-api' @@ -27509,22 +27499,15 @@ snapshots: lunr@2.3.9: {} - magic-regexp@0.11.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): + magic-regexp@0.10.0: dependencies: + estree-walker: 3.0.3 magic-string: 0.30.21 + mlly: 1.8.2 regexp-tree: 0.1.27 type-level-regexp: 0.1.17 - unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) - transitivePeerDependencies: - - '@farmfe/core' - - '@rspack/core' - - bun-types-no-globals - - esbuild - - rolldown - - rollup - - unloader - - vite - - webpack + ufo: 1.6.4 + unplugin: 2.3.11 magic-string-ast@1.0.3: dependencies: @@ -28014,7 +27997,7 @@ snapshots: just-extend: 6.2.0 path-to-regexp: 6.3.0 - nitropack@2.13.4(oxc-parser@0.131.0)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2): + nitropack@2.13.4(oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2): dependencies: '@cloudflare/kv-asset-handler': 0.4.2 '@rollup/plugin-alias': 6.0.0(rollup@4.62.2) @@ -28079,7 +28062,7 @@ snapshots: uncrypto: 0.1.3 unctx: 2.5.0 unenv: 2.0.0-rc.24 - unimport: 6.3.0(esbuild@0.28.1)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) + unimport: 6.3.0(esbuild@0.28.1)(oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-utils: 0.3.2 unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1) untyped: 2.0.0 @@ -28221,16 +28204,16 @@ snapshots: nullthrows@1.1.1: {} - nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0): + nuxt@3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0): dependencies: '@dxup/nuxt': 0.4.1(magicast@0.5.3)(typescript@5.8.3) - '@nuxt/cli': 3.36.1(@nuxt/schema@3.21.6)(cac@6.7.14)(commander@13.1.0)(magicast@0.5.3) + '@nuxt/cli': 3.36.1(@nuxt/schema@3.21.2)(cac@6.7.14)(commander@13.1.0)(magicast@0.5.3) '@nuxt/devtools': 3.2.4(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.39(typescript@5.8.3)) - '@nuxt/kit': 3.21.6(magicast@0.5.3) - '@nuxt/nitro-server': 3.21.6(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.131.0)(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) - '@nuxt/schema': 3.21.6 - '@nuxt/telemetry': 2.8.0(@nuxt/kit@3.21.6(magicast@0.5.3)) - '@nuxt/vite-builder': 3.21.6(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.6(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0) + '@nuxt/kit': 3.21.2(magicast@0.5.3) + '@nuxt/nitro-server': 3.21.2(db0@0.3.4)(esbuild@0.24.2)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rollup@4.62.2)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2) + '@nuxt/schema': 3.21.2 + '@nuxt/telemetry': 2.8.0(@nuxt/kit@3.21.2(magicast@0.5.3)) + '@nuxt/vite-builder': 3.21.2(@types/node@20.17.30)(eslint@8.57.1)(magicast@0.5.3)(nuxt@3.21.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)(@parcel/watcher@2.5.6)(@types/node@20.17.30)(@vue/compiler-sfc@3.5.39)(cac@6.7.14)(commander@13.1.0)(db0@0.3.4)(esbuild@0.24.2)(eslint@8.57.1)(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(xml2js@0.6.2)(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.2))(rollup@4.62.2)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.39(typescript@5.8.3))(yaml@2.9.0) '@unhead/vue': 2.1.15(vue@3.5.39(typescript@5.8.3)) '@vue/shared': 3.5.39 c12: 3.3.4(magicast@0.5.3) @@ -28258,10 +28241,10 @@ snapshots: ofetch: 1.5.1 ohash: 2.0.11 on-change: 6.0.2 - oxc-minify: 0.131.0 - oxc-parser: 0.131.0 - oxc-transform: 0.131.0 - oxc-walker: 1.0.0(esbuild@0.24.2)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) + oxc-minify: 0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + oxc-parser: 0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + oxc-transform: 0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + oxc-walker: 0.7.0(oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)) pathe: 2.0.3 perfect-debounce: 2.1.0 pkg-types: 2.3.1 @@ -28274,7 +28257,7 @@ snapshots: ultrahtml: 1.6.0 uncrypto: 0.1.3 unctx: 2.5.0 - unimport: 6.3.0(esbuild@0.24.2)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) + unimport: 6.3.0(esbuild@0.24.2)(oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-vue-router: 0.19.2(@vue/compiler-sfc@3.5.39)(vue-router@4.6.4(vue@3.5.39(typescript@5.8.3)))(vue@3.5.39(typescript@5.8.3)) untyped: 2.0.0 @@ -28294,6 +28277,8 @@ snapshots: - '@capacitor/preferences' - '@deno/kv' - '@electric-sql/pglite' + - '@emnapi/core' + - '@emnapi/runtime' - '@farmfe/core' - '@libsql/client' - '@netlify/blobs' @@ -28632,91 +28617,90 @@ snapshots: object-keys: 1.1.1 safe-push-apply: 1.0.0 - oxc-minify@0.131.0: - optionalDependencies: - '@oxc-minify/binding-android-arm-eabi': 0.131.0 - '@oxc-minify/binding-android-arm64': 0.131.0 - '@oxc-minify/binding-darwin-arm64': 0.131.0 - '@oxc-minify/binding-darwin-x64': 0.131.0 - '@oxc-minify/binding-freebsd-x64': 0.131.0 - '@oxc-minify/binding-linux-arm-gnueabihf': 0.131.0 - '@oxc-minify/binding-linux-arm-musleabihf': 0.131.0 - '@oxc-minify/binding-linux-arm64-gnu': 0.131.0 - '@oxc-minify/binding-linux-arm64-musl': 0.131.0 - '@oxc-minify/binding-linux-ppc64-gnu': 0.131.0 - '@oxc-minify/binding-linux-riscv64-gnu': 0.131.0 - '@oxc-minify/binding-linux-riscv64-musl': 0.131.0 - '@oxc-minify/binding-linux-s390x-gnu': 0.131.0 - '@oxc-minify/binding-linux-x64-gnu': 0.131.0 - '@oxc-minify/binding-linux-x64-musl': 0.131.0 - '@oxc-minify/binding-openharmony-arm64': 0.131.0 - '@oxc-minify/binding-wasm32-wasi': 0.131.0 - '@oxc-minify/binding-win32-arm64-msvc': 0.131.0 - '@oxc-minify/binding-win32-ia32-msvc': 0.131.0 - '@oxc-minify/binding-win32-x64-msvc': 0.131.0 - - oxc-parser@0.131.0: - dependencies: - '@oxc-project/types': 0.131.0 + oxc-minify@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): optionalDependencies: - '@oxc-parser/binding-android-arm-eabi': 0.131.0 - '@oxc-parser/binding-android-arm64': 0.131.0 - '@oxc-parser/binding-darwin-arm64': 0.131.0 - '@oxc-parser/binding-darwin-x64': 0.131.0 - '@oxc-parser/binding-freebsd-x64': 0.131.0 - '@oxc-parser/binding-linux-arm-gnueabihf': 0.131.0 - '@oxc-parser/binding-linux-arm-musleabihf': 0.131.0 - '@oxc-parser/binding-linux-arm64-gnu': 0.131.0 - '@oxc-parser/binding-linux-arm64-musl': 0.131.0 - '@oxc-parser/binding-linux-ppc64-gnu': 0.131.0 - '@oxc-parser/binding-linux-riscv64-gnu': 0.131.0 - '@oxc-parser/binding-linux-riscv64-musl': 0.131.0 - '@oxc-parser/binding-linux-s390x-gnu': 0.131.0 - '@oxc-parser/binding-linux-x64-gnu': 0.131.0 - '@oxc-parser/binding-linux-x64-musl': 0.131.0 - '@oxc-parser/binding-openharmony-arm64': 0.131.0 - '@oxc-parser/binding-wasm32-wasi': 0.131.0 - '@oxc-parser/binding-win32-arm64-msvc': 0.131.0 - '@oxc-parser/binding-win32-ia32-msvc': 0.131.0 - '@oxc-parser/binding-win32-x64-msvc': 0.131.0 - - oxc-transform@0.131.0: + '@oxc-minify/binding-android-arm-eabi': 0.117.0 + '@oxc-minify/binding-android-arm64': 0.117.0 + '@oxc-minify/binding-darwin-arm64': 0.117.0 + '@oxc-minify/binding-darwin-x64': 0.117.0 + '@oxc-minify/binding-freebsd-x64': 0.117.0 + '@oxc-minify/binding-linux-arm-gnueabihf': 0.117.0 + '@oxc-minify/binding-linux-arm-musleabihf': 0.117.0 + '@oxc-minify/binding-linux-arm64-gnu': 0.117.0 + '@oxc-minify/binding-linux-arm64-musl': 0.117.0 + '@oxc-minify/binding-linux-ppc64-gnu': 0.117.0 + '@oxc-minify/binding-linux-riscv64-gnu': 0.117.0 + '@oxc-minify/binding-linux-riscv64-musl': 0.117.0 + '@oxc-minify/binding-linux-s390x-gnu': 0.117.0 + '@oxc-minify/binding-linux-x64-gnu': 0.117.0 + '@oxc-minify/binding-linux-x64-musl': 0.117.0 + '@oxc-minify/binding-openharmony-arm64': 0.117.0 + '@oxc-minify/binding-wasm32-wasi': 0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + '@oxc-minify/binding-win32-arm64-msvc': 0.117.0 + '@oxc-minify/binding-win32-ia32-msvc': 0.117.0 + '@oxc-minify/binding-win32-x64-msvc': 0.117.0 + transitivePeerDependencies: + - '@emnapi/core' + - '@emnapi/runtime' + + oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): + dependencies: + '@oxc-project/types': 0.117.0 optionalDependencies: - '@oxc-transform/binding-android-arm-eabi': 0.131.0 - '@oxc-transform/binding-android-arm64': 0.131.0 - '@oxc-transform/binding-darwin-arm64': 0.131.0 - '@oxc-transform/binding-darwin-x64': 0.131.0 - '@oxc-transform/binding-freebsd-x64': 0.131.0 - '@oxc-transform/binding-linux-arm-gnueabihf': 0.131.0 - '@oxc-transform/binding-linux-arm-musleabihf': 0.131.0 - '@oxc-transform/binding-linux-arm64-gnu': 0.131.0 - '@oxc-transform/binding-linux-arm64-musl': 0.131.0 - '@oxc-transform/binding-linux-ppc64-gnu': 0.131.0 - '@oxc-transform/binding-linux-riscv64-gnu': 0.131.0 - '@oxc-transform/binding-linux-riscv64-musl': 0.131.0 - '@oxc-transform/binding-linux-s390x-gnu': 0.131.0 - '@oxc-transform/binding-linux-x64-gnu': 0.131.0 - '@oxc-transform/binding-linux-x64-musl': 0.131.0 - '@oxc-transform/binding-openharmony-arm64': 0.131.0 - '@oxc-transform/binding-wasm32-wasi': 0.131.0 - '@oxc-transform/binding-win32-arm64-msvc': 0.131.0 - '@oxc-transform/binding-win32-ia32-msvc': 0.131.0 - '@oxc-transform/binding-win32-x64-msvc': 0.131.0 - - oxc-walker@1.0.0(esbuild@0.24.2)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): - dependencies: - magic-regexp: 0.11.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) + '@oxc-parser/binding-android-arm-eabi': 0.117.0 + '@oxc-parser/binding-android-arm64': 0.117.0 + '@oxc-parser/binding-darwin-arm64': 0.117.0 + '@oxc-parser/binding-darwin-x64': 0.117.0 + '@oxc-parser/binding-freebsd-x64': 0.117.0 + '@oxc-parser/binding-linux-arm-gnueabihf': 0.117.0 + '@oxc-parser/binding-linux-arm-musleabihf': 0.117.0 + '@oxc-parser/binding-linux-arm64-gnu': 0.117.0 + '@oxc-parser/binding-linux-arm64-musl': 0.117.0 + '@oxc-parser/binding-linux-ppc64-gnu': 0.117.0 + '@oxc-parser/binding-linux-riscv64-gnu': 0.117.0 + '@oxc-parser/binding-linux-riscv64-musl': 0.117.0 + '@oxc-parser/binding-linux-s390x-gnu': 0.117.0 + '@oxc-parser/binding-linux-x64-gnu': 0.117.0 + '@oxc-parser/binding-linux-x64-musl': 0.117.0 + '@oxc-parser/binding-openharmony-arm64': 0.117.0 + '@oxc-parser/binding-wasm32-wasi': 0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + '@oxc-parser/binding-win32-arm64-msvc': 0.117.0 + '@oxc-parser/binding-win32-ia32-msvc': 0.117.0 + '@oxc-parser/binding-win32-x64-msvc': 0.117.0 + transitivePeerDependencies: + - '@emnapi/core' + - '@emnapi/runtime' + + oxc-transform@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0): optionalDependencies: - oxc-parser: 0.131.0 - transitivePeerDependencies: - - '@farmfe/core' - - '@rspack/core' - - bun-types-no-globals - - esbuild - - rollup - - unloader - - vite - - webpack + '@oxc-transform/binding-android-arm-eabi': 0.117.0 + '@oxc-transform/binding-android-arm64': 0.117.0 + '@oxc-transform/binding-darwin-arm64': 0.117.0 + '@oxc-transform/binding-darwin-x64': 0.117.0 + '@oxc-transform/binding-freebsd-x64': 0.117.0 + '@oxc-transform/binding-linux-arm-gnueabihf': 0.117.0 + '@oxc-transform/binding-linux-arm-musleabihf': 0.117.0 + '@oxc-transform/binding-linux-arm64-gnu': 0.117.0 + '@oxc-transform/binding-linux-arm64-musl': 0.117.0 + '@oxc-transform/binding-linux-ppc64-gnu': 0.117.0 + '@oxc-transform/binding-linux-riscv64-gnu': 0.117.0 + '@oxc-transform/binding-linux-riscv64-musl': 0.117.0 + '@oxc-transform/binding-linux-s390x-gnu': 0.117.0 + '@oxc-transform/binding-linux-x64-gnu': 0.117.0 + '@oxc-transform/binding-linux-x64-musl': 0.117.0 + '@oxc-transform/binding-openharmony-arm64': 0.117.0 + '@oxc-transform/binding-wasm32-wasi': 0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) + '@oxc-transform/binding-win32-arm64-msvc': 0.117.0 + '@oxc-transform/binding-win32-ia32-msvc': 0.117.0 + '@oxc-transform/binding-win32-x64-msvc': 0.117.0 + transitivePeerDependencies: + - '@emnapi/core' + - '@emnapi/runtime' + + oxc-walker@0.7.0(oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)): + dependencies: + magic-regexp: 0.10.0 + oxc-parser: 0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) p-finally@1.0.0: {} @@ -29305,12 +29289,6 @@ snapshots: object-assign: 4.1.1 react-is: 16.13.1 - proper-lockfile@4.1.2: - dependencies: - graceful-fs: 4.2.11 - retry: 0.12.0 - signal-exit: 3.0.7 - protobufjs@7.6.4: dependencies: '@protobufjs/aspromise': 1.1.2 @@ -29744,8 +29722,6 @@ snapshots: onetime: 7.0.0 signal-exit: 4.1.0 - retry@0.12.0: {} - retry@0.13.1: {} reusify@1.1.0: {} @@ -31011,7 +30987,7 @@ snapshots: unplugin: 2.3.0 unplugin-utils: 0.2.4 - unimport@6.3.0(esbuild@0.24.2)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): + unimport@6.3.0(esbuild@0.24.2)(oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: acorn: 8.17.0 escape-string-regexp: 5.0.0 @@ -31028,7 +31004,7 @@ snapshots: unplugin: 3.3.0(esbuild@0.24.2)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-utils: 0.3.2 optionalDependencies: - oxc-parser: 0.131.0 + oxc-parser: 0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) transitivePeerDependencies: - '@farmfe/core' - '@rspack/core' @@ -31039,7 +31015,7 @@ snapshots: - vite - webpack - unimport@6.3.0(esbuild@0.28.1)(oxc-parser@0.131.0)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): + unimport@6.3.0(esbuild@0.28.1)(oxc-parser@0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: acorn: 8.17.0 escape-string-regexp: 5.0.0 @@ -31056,7 +31032,7 @@ snapshots: unplugin: 3.3.0(esbuild@0.28.1)(rollup@4.62.2)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)) unplugin-utils: 0.3.2 optionalDependencies: - oxc-parser: 0.131.0 + oxc-parser: 0.117.0(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) transitivePeerDependencies: - '@farmfe/core' - '@rspack/core' @@ -31094,7 +31070,7 @@ snapshots: pathe: 2.0.3 picomatch: 4.0.4 - unplugin-vue-components@0.28.0(@babel/parser@7.29.7)(@nuxt/kit@3.21.6(magicast@0.5.3))(rollup@4.62.2)(vue@3.5.39(typescript@5.8.3)): + unplugin-vue-components@0.28.0(@babel/parser@7.29.7)(@nuxt/kit@3.21.2(magicast@0.5.3))(rollup@4.62.2)(vue@3.5.39(typescript@5.8.3)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.62.2) @@ -31109,7 +31085,7 @@ snapshots: vue: 3.5.39(typescript@5.8.3) optionalDependencies: '@babel/parser': 7.29.7 - '@nuxt/kit': 3.21.6(magicast@0.5.3) + '@nuxt/kit': 3.21.2(magicast@0.5.3) transitivePeerDependencies: - rollup - supports-color @@ -31372,14 +31348,13 @@ snapshots: - tsx - yaml - vite-plugin-checker@0.13.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): + vite-plugin-checker@0.12.0(eslint@8.57.1)(optionator@0.9.4)(typescript@5.8.3)(vite@7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)): dependencies: '@babel/code-frame': 7.29.7 chokidar: 4.0.3 npm-run-path: 6.0.0 picocolors: 1.1.1 picomatch: 4.0.4 - proper-lockfile: 4.1.2 tiny-invariant: 1.3.3 tinyglobby: 0.2.17 vite: 7.3.6(@types/node@20.17.30)(jiti@2.7.0)(sass@1.86.3)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)