From d21a042ad82c3f2f66f1eb52305e9c6564ada31b Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 7 Jan 2026 23:30:42 +0800 Subject: [PATCH 1/6] =?UTF-8?q?chore:=20=E5=B7=B2=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + packages/plugins/plugin-lib/package.json | 18 +- packages/ui/certd-client/package.json | 4 +- packages/ui/certd-server/package.json | 10 +- .../plugins/plugin-plus/synology/access.ts | 5 +- .../src/plugins/plugin-plus/synology/index.ts | 1 - .../plugins/plugin-deploy-to-panel.ts | 2 +- pnpm-lock.yaml | 2863 +++++------------ 8 files changed, 874 insertions(+), 2030 deletions(-) diff --git a/package.json b/package.json index 637c33352..d8de59077 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "dependencies": { "copyfiles": "^2.4.1", "lodash-es": "^4.17.21", + "root": "link:", "typescript": "^5.4.2" }, "workspaces": [ diff --git a/packages/plugins/plugin-lib/package.json b/packages/plugins/plugin-lib/package.json index 49d8b434b..210e614a0 100644 --- a/packages/plugins/plugin-lib/package.json +++ b/packages/plugins/plugin-lib/package.json @@ -17,31 +17,31 @@ "compile": "tsc --skipLibCheck --watch" }, "dependencies": { - "@alicloud/openapi-client": "^0.4.14", + "@alicloud/openapi-client": "^0.4.15", "@alicloud/openapi-util": "^0.3.2", "@alicloud/pop-core": "^1.7.10", - "@alicloud/tea-util": "^1.4.10", - "psl": "^1.15.0", - "@aws-sdk/client-s3": "^3.787.0", + "@alicloud/tea-util": "^1.4.11", + "@aws-sdk/client-s3": "^3.964.0", + "@certd/acme-client": "^1.37.17", "@certd/basic": "^1.37.17", "@certd/pipeline": "^1.37.17", + "@certd/plus-core": "^1.37.17", "@kubernetes/client-node": "0.21.0", "ali-oss": "^6.22.0", "basic-ftp": "^5.0.5", - "cos-nodejs-sdk-v5": "^2.14.6", + "cos-nodejs-sdk-v5": "^2.15.4", "dayjs": "^1.11.7", "iconv-lite": "^0.6.3", "lodash-es": "^4.17.21", + "psl": "^1.15.0", + "punycode.js": "^2.3.1", "qiniu": "^7.12.0", "rimraf": "^5.0.5", "socks": "^2.8.3", "socks-proxy-agent": "^8.0.4", "ssh2": "1.17.0", "strip-ansi": "^7.1.0", - "tencentcloud-sdk-nodejs": "^4.0.1005", - "@certd/acme-client": "^1.37.17", - "@certd/plus-core": "^1.37.17", - "punycode.js": "^2.3.1" + "tencentcloud-sdk-nodejs": "^4.1.166" }, "devDependencies": { "@types/chai": "^4.3.3", diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index e2da0a19c..5e0ea592d 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -29,8 +29,8 @@ "dependencies": { "@ant-design/colors": "^7.0.2", "@ant-design/icons-vue": "^7.0.1", - "@aws-sdk/client-s3": "^3.535.0", - "@aws-sdk/s3-request-presigner": "^3.535.0", + "@aws-sdk/client-s3": "^3.964.0", + "@aws-sdk/s3-request-presigner": "^3.964.0", "@certd/vue-js-cron-light": "^4.0.14", "@ctrl/tinycolor": "^4.1.0", "@fast-crud/editor-code": "^1.27.8", diff --git a/packages/ui/certd-server/package.json b/packages/ui/certd-server/package.json index b3d7b0a56..25cf82fb5 100644 --- a/packages/ui/certd-server/package.json +++ b/packages/ui/certd-server/package.json @@ -41,11 +41,11 @@ "@alicloud/pop-core": "^1.7.10", "@alicloud/tea-typescript": "^1.8.0", "@alicloud/tea-util": "^1.4.10", - "@aws-sdk/client-acm": "^3.699.0", - "@aws-sdk/client-cloudfront": "^3.699.0", - "@aws-sdk/client-iam": "^3.699.0", - "@aws-sdk/client-route-53": "^3.957.0", - "@aws-sdk/client-s3": "^3.705.0", + "@aws-sdk/client-acm": "^3.964.0", + "@aws-sdk/client-cloudfront": "^3.964.0", + "@aws-sdk/client-iam": "^3.964.0", + "@aws-sdk/client-route-53": "^3.964.0", + "@aws-sdk/client-s3": "^3.964.0", "@certd/acme-client": "^1.37.17", "@certd/basic": "^1.37.17", "@certd/commercial-core": "^1.37.17", diff --git a/packages/ui/certd-server/src/plugins/plugin-plus/synology/access.ts b/packages/ui/certd-server/src/plugins/plugin-plus/synology/access.ts index 9bd7ce530..7992ff91a 100644 --- a/packages/ui/certd-server/src/plugins/plugin-plus/synology/access.ts +++ b/packages/ui/certd-server/src/plugins/plugin-plus/synology/access.ts @@ -1,5 +1,5 @@ import { AccessInput, BaseAccess, IsAccess } from "@certd/pipeline"; -import { SynologyClient } from "./client.js"; +import { SynologyClient } from "@certd/plugin-plus"; /** * 这个注解将注册一个授权配置 * 在certd的后台管理系统中,用户可以选择添加此类型的授权 @@ -125,9 +125,8 @@ export class SynologyAccess extends BaseAccess { timeout = 120; onLoginWithOPTCode(data: { otpCode: string }) { - console.log("onLoginWithOPTCode", this); const ctx = this.ctx; - const client = new SynologyClient(this, ctx.http, ctx.logger, this.skipSslVerify); + const client = new SynologyClient(this as any, ctx.http, ctx.logger, this.skipSslVerify); return client.doLoginWithOTPCode(data.otpCode); } } diff --git a/packages/ui/certd-server/src/plugins/plugin-plus/synology/index.ts b/packages/ui/certd-server/src/plugins/plugin-plus/synology/index.ts index 09ca4f9f1..02dc3945d 100644 --- a/packages/ui/certd-server/src/plugins/plugin-plus/synology/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-plus/synology/index.ts @@ -1,3 +1,2 @@ export * from "./plugins/index.js"; export * from "./access.js"; -export * from "./client.js"; diff --git a/packages/ui/certd-server/src/plugins/plugin-plus/synology/plugins/plugin-deploy-to-panel.ts b/packages/ui/certd-server/src/plugins/plugin-plus/synology/plugins/plugin-deploy-to-panel.ts index 461a5fbc2..b6e0c3f28 100644 --- a/packages/ui/certd-server/src/plugins/plugin-plus/synology/plugins/plugin-deploy-to-panel.ts +++ b/packages/ui/certd-server/src/plugins/plugin-plus/synology/plugins/plugin-deploy-to-panel.ts @@ -58,7 +58,7 @@ export class SynologyDeployToPanel extends AbstractPlusTaskPlugin { async onInstance() {} async execute(): Promise { const access: SynologyAccess = await this.getAccess(this.accessId); - const client = new SynologyClient(access, this.ctx.http, this.ctx.logger, access.skipSslVerify); + const client = new SynologyClient(access as any, this.ctx.http, this.ctx.logger, access.skipSslVerify); // await client.init(); await client.doLogin(); // const res = await client.getInfo(); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ebbc796cc..b5a0b23ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,22 +14,25 @@ importers: lodash-es: specifier: ^4.17.21 version: 4.17.21 + root: + specifier: 'link:' + version: 'link:' typescript: specifier: ^5.4.2 version: 5.8.3 devDependencies: '@lerna-lite/cli': specifier: ^3.9.3 - version: 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) + version: 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) '@lerna-lite/publish': specifier: ^3.9.3 - version: 3.12.3(@lerna-lite/run@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) + version: 3.12.3(@lerna-lite/run@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) '@lerna-lite/run': specifier: ^3.9.3 - version: 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) + version: 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) '@lerna-lite/version': specifier: ^3.9.3 - version: 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) + version: 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) axios: specifier: ^1.9.0 version: 1.9.0(debug@4.4.1) @@ -38,7 +41,7 @@ importers: version: 1.1.0 vitepress: specifier: ^2.0.0-alpha.4 - version: 2.0.0-alpha.5(@algolia/client-search@5.25.0)(@types/node@22.15.18)(async-validator@4.2.5)(axios@1.9.0)(jiti@2.4.2)(less@4.3.0)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.39.1)(typescript@5.8.3)(yaml@2.8.0) + version: 2.0.0-alpha.5(@algolia/client-search@5.25.0)(@types/node@25.0.3)(async-validator@4.2.5)(axios@1.9.0)(jiti@2.4.2)(less@4.3.0)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.39.1)(typescript@5.8.3)(yaml@2.8.0) vitepress-plugin-lightbox: specifier: ^1.0.2 version: 1.0.2 @@ -297,10 +300,10 @@ importers: devDependencies: '@typescript-eslint/eslint-plugin': specifier: ^8.26.1 - version: 8.32.1(@typescript-eslint/parser@8.32.1(eslint@8.57.0)(typescript@5.8.3))(eslint@8.57.0)(typescript@5.8.3) + version: 8.32.1(@typescript-eslint/parser@8.32.1(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3) '@typescript-eslint/parser': specifier: ^8.26.1 - version: 8.32.1(eslint@8.57.0)(typescript@5.8.3) + version: 8.32.1(eslint@8.57.0)(typescript@5.9.3) prettier: specifier: ^2.8.8 version: 2.8.8 @@ -377,13 +380,13 @@ importers: devDependencies: '@rollup/plugin-typescript': specifier: ^11.0.0 - version: 11.1.6(rollup@3.29.5)(tslib@2.8.1)(typescript@5.8.3) + version: 11.1.6(rollup@3.29.5)(tslib@2.8.1)(typescript@5.9.3) '@typescript-eslint/eslint-plugin': specifier: ^8.26.1 - version: 8.32.1(@typescript-eslint/parser@8.32.1(eslint@8.57.0)(typescript@5.8.3))(eslint@8.57.0)(typescript@5.8.3) + version: 8.32.1(@typescript-eslint/parser@8.32.1(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3) '@typescript-eslint/parser': specifier: ^8.26.1 - version: 8.32.1(eslint@8.57.0)(typescript@5.8.3) + version: 8.32.1(eslint@8.57.0)(typescript@5.9.3) chai: specifier: ^4.1.2 version: 4.5.0 @@ -665,8 +668,8 @@ importers: packages/plugins/plugin-lib: dependencies: '@alicloud/openapi-client': - specifier: ^0.4.14 - version: 0.4.14 + specifier: ^0.4.15 + version: 0.4.15 '@alicloud/openapi-util': specifier: ^0.3.2 version: 0.3.2 @@ -674,11 +677,11 @@ importers: specifier: ^1.7.10 version: 1.8.0 '@alicloud/tea-util': - specifier: ^1.4.10 - version: 1.4.10 + specifier: ^1.4.11 + version: 1.4.11 '@aws-sdk/client-s3': - specifier: ^3.787.0 - version: 3.810.0(aws-crt@1.26.2) + specifier: ^3.964.0 + version: 3.964.0(aws-crt@1.26.2) '@certd/acme-client': specifier: ^1.37.17 version: link:../../core/acme-client @@ -701,8 +704,8 @@ importers: specifier: ^5.0.5 version: 5.0.5 cos-nodejs-sdk-v5: - specifier: ^2.14.6 - version: 2.14.7 + specifier: ^2.15.4 + version: 2.15.4 dayjs: specifier: ^1.11.7 version: 1.11.13 @@ -737,8 +740,8 @@ importers: specifier: ^7.1.0 version: 7.1.0 tencentcloud-sdk-nodejs: - specifier: ^4.0.1005 - version: 4.1.112(encoding@0.1.13) + specifier: ^4.1.166 + version: 4.1.166(encoding@0.1.13) devDependencies: '@types/chai': specifier: ^4.3.3 @@ -859,6 +862,79 @@ importers: specifier: ^5.4.2 version: 5.8.3 + packages/pro/plugin-plus: + dependencies: + '@certd/basic': + specifier: ^1.37.17 + version: link:../../core/basic + '@certd/plugin-lib': + specifier: ^1.37.17 + version: link:../../plugins/plugin-lib + dayjs: + specifier: ^1.11.7 + version: 1.11.13 + form-data: + specifier: ^4.0.0 + version: 4.0.2 + querystring: + specifier: ^0.2.1 + version: 0.2.1 + devDependencies: + '@rollup/plugin-json': + specifier: ^6.0.0 + version: 6.1.0(rollup@3.29.5) + '@rollup/plugin-terser': + specifier: ^0.4.3 + version: 0.4.4(rollup@3.29.5) + '@rollup/plugin-typescript': + specifier: ^11.0.0 + version: 11.1.6(rollup@3.29.5)(tslib@2.8.1)(typescript@5.8.3) + '@types/chai': + specifier: ^4.3.10 + version: 4.3.20 + '@types/mocha': + specifier: ^10.0.7 + version: 10.0.10 + '@types/node': + specifier: ^18 + version: 18.19.100 + '@typescript-eslint/eslint-plugin': + specifier: ^8.26.1 + version: 8.32.1(@typescript-eslint/parser@8.32.1(eslint@8.57.0)(typescript@5.8.3))(eslint@8.57.0)(typescript@5.8.3) + '@typescript-eslint/parser': + specifier: ^8.26.1 + version: 8.32.1(eslint@8.57.0)(typescript@5.8.3) + chai: + specifier: 4.3.10 + version: 4.3.10 + eslint: + specifier: ^8.41.0 + version: 8.57.0 + eslint-config-prettier: + specifier: ^8.8.0 + version: 8.10.0(eslint@8.57.0) + eslint-plugin-prettier: + specifier: ^4.2.1 + version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8) + mocha: + specifier: ^10.2.0 + version: 10.8.2 + prettier: + specifier: ^2.8.8 + version: 2.8.8 + rimraf: + specifier: ^5.0.5 + version: 5.0.10 + rollup: + specifier: ^3.7.4 + version: 3.29.5 + tslib: + specifier: ^2.8.1 + version: 2.8.1 + typescript: + specifier: ^5.4.2 + version: 5.8.3 + packages/pro/plus-core: dependencies: '@certd/basic': @@ -932,11 +1008,11 @@ importers: specifier: ^7.0.1 version: 7.0.1(vue@3.5.14(typescript@5.8.3)) '@aws-sdk/client-s3': - specifier: ^3.535.0 - version: 3.810.0(aws-crt@1.26.2) + specifier: ^3.964.0 + version: 3.964.0(aws-crt@1.26.2) '@aws-sdk/s3-request-presigner': - specifier: ^3.535.0 - version: 3.810.0 + specifier: ^3.964.0 + version: 3.964.0 '@certd/vue-js-cron-light': specifier: ^4.0.14 version: 4.0.14 @@ -1335,20 +1411,20 @@ importers: specifier: ^1.4.10 version: 1.4.10 '@aws-sdk/client-acm': - specifier: ^3.699.0 - version: 3.810.0(aws-crt@1.26.2) + specifier: ^3.964.0 + version: 3.964.0(aws-crt@1.26.2) '@aws-sdk/client-cloudfront': - specifier: ^3.699.0 - version: 3.810.0(aws-crt@1.26.2) + specifier: ^3.964.0 + version: 3.964.0(aws-crt@1.26.2) '@aws-sdk/client-iam': - specifier: ^3.699.0 - version: 3.823.0(aws-crt@1.26.2) + specifier: ^3.964.0 + version: 3.964.0(aws-crt@1.26.2) '@aws-sdk/client-route-53': - specifier: ^3.957.0 - version: 3.957.0(aws-crt@1.26.2) + specifier: ^3.964.0 + version: 3.964.0(aws-crt@1.26.2) '@aws-sdk/client-s3': - specifier: ^3.705.0 - version: 3.810.0(aws-crt@1.26.2) + specifier: ^3.964.0 + version: 3.964.0(aws-crt@1.26.2) '@certd/acme-client': specifier: ^1.37.17 version: link:../../core/acme-client @@ -1387,7 +1463,7 @@ importers: version: link:../../plugins/plugin-lib '@certd/plugin-plus': specifier: ^1.37.17 - version: 1.37.17(encoding@0.1.13) + version: link:../../pro/plugin-plus '@certd/plus-core': specifier: ^1.37.17 version: link:../../pro/plus-core @@ -1767,6 +1843,9 @@ packages: '@alicloud/openapi-client@0.4.14': resolution: {integrity: sha512-NiMDBszCyiH5HI9vHbkDhhDbFF3gMEJDHuPc2cAP0queLtrjPfU+d6/uhGVt44B9oC0q6f6vaJgptQ99fxxfnQ==} + '@alicloud/openapi-client@0.4.15': + resolution: {integrity: sha512-4VE0/k5ZdQbAhOSTqniVhuX1k5DUeUMZv74degn3wIWjLY6Bq+hxjaGsaHYlLZ2gA5wUrs8NcI5TE+lIQS3iiA==} + '@alicloud/openapi-core@1.0.4': resolution: {integrity: sha512-e9WK1lKiMOOziuLgNaYWv7FL50FyrcpO+idoLhNmFR7k0Fax4lPht5suBpTBr1PSINg5R1W3eOCm5vaUTrY4lg==} @@ -1783,6 +1862,9 @@ packages: '@alicloud/tea-util@1.4.10': resolution: {integrity: sha512-VEsXWP2dlJLvsY2THj+sH++zwxQRz3Y5BQ8EkfnFems36RkngQKYOLsoto5nR6ej1Gf6I+0IOgBXrkRdpNCQ1g==} + '@alicloud/tea-util@1.4.11': + resolution: {integrity: sha512-HyPEEQ8F0WoZegiCp7sVdrdm6eBOB+GCvGl4182u69LDFktxfirGLcAx3WExUr1zFWkq2OSmBroTwKQ4w/+Yww==} + '@alicloud/tea-util@1.4.9': resolution: {integrity: sha512-S0wz76rGtoPKskQtRTGqeuqBHFj8BqUn0Vh+glXKun2/9UpaaaWmuJwcmtImk6bJZfLYEShDF/kxDmDJoNYiTw==} @@ -1841,190 +1923,102 @@ packages: '@aws-crypto/util@5.2.0': resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==} - '@aws-sdk/client-acm@3.810.0': - resolution: {integrity: sha512-RFsoVjMylIG3fmKxjEnVajrzkB/EP6zK6nnCEwrVNgd+rKoPzUJNBBGF2/nJOamWXO7pmtljoSvltYPoFN/18A==} + '@aws-sdk/client-acm@3.964.0': + resolution: {integrity: sha512-JDvua0zHh1fIbaAtHxOqE8o4w1ezNg1ZjrWyaHwV9xoqOXZ0T5Q0skbt2VMuN39nUgCH08CFnF9RYZRO263mlg==} engines: {node: '>=18.0.0'} - '@aws-sdk/client-cloudfront@3.810.0': - resolution: {integrity: sha512-rYzFqPipIG/hwkRJT22zEZCCM9PLuat/qHQH5U7bQoFibCDx0PpBp8j++3TrpfFVX7+9xJpxCAtzlPJF7lH9iA==} + '@aws-sdk/client-cloudfront@3.964.0': + resolution: {integrity: sha512-jwqKyXeQKQsunrkgyrcjort3dqHL5ViY7gfQxgUbrSQmNDKuFqUZg9hugzd/t/rl4zP6hW3MC55ufkWF4ubUVA==} engines: {node: '>=18.0.0'} - '@aws-sdk/client-iam@3.823.0': - resolution: {integrity: sha512-0hOk6bsEyuPGIn4a8ORWWR0brOV/1NCQSP2qHboHAPkITEM+9xpGVXVGk76XWZQ2LCXMRKyu5Vhq6GEUopzYLA==} + '@aws-sdk/client-iam@3.964.0': + resolution: {integrity: sha512-LdLDdNiXLXgyP+VN+SqjynxhHtoVxrZGcCB2kmcsQ3bCPmmXnMOnvc1e7UOgJnhokJKkRKhe5fsnyhm73Mveog==} engines: {node: '>=18.0.0'} - '@aws-sdk/client-route-53@3.957.0': - resolution: {integrity: sha512-AuPpvEa6oMCaIaMqG/1G0rb6F5AVh05HlCLsskvSuMnCNp5/2qByYx8tRb+DC6sPLOwUoMXVLbppeEKs/btVxw==} + '@aws-sdk/client-route-53@3.964.0': + resolution: {integrity: sha512-eFiAEzBdh6gI8IyofwE9dPytsNOKqjwJROrsH1S6+Qze9Gp8fnYRdU8Ofw4BUYndhL3XUqjAtao5Kfge2nzS3A==} engines: {node: '>=18.0.0'} - '@aws-sdk/client-s3@3.810.0': - resolution: {integrity: sha512-wM8M0BrqRkbZ9fGaLmAl24CUgVmmLjiKuNTqGOHsdCIc7RV+IGv5CnGK7ciOltAttrFBxvDlhy2lg5F8gNw8Bg==} + '@aws-sdk/client-s3@3.964.0': + resolution: {integrity: sha512-mDK+3qpfHnEPXeF6D8nQkJOkOvchllQosgfxv0FK9PNBuU9WVkP8yj7y3YwH6JYTgy1ejz1Ju/YfoUbbE6m7zw==} engines: {node: '>=18.0.0'} - '@aws-sdk/client-sso@3.810.0': - resolution: {integrity: sha512-Txp/3jHqkfA4BTklQEOGiZ1yTUxg+hITislfaWEzJ904vlDt4DvAljTlhfaz7pceCLA2+LhRlYZYSv7t5b0Ltw==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/client-sso@3.823.0': - resolution: {integrity: sha512-dBWdsbyGw8rPfdCsZySNtTOGQK4EZ8lxB/CneSQWRBPHgQ+Ys88NXxImO8xfWO7Itt1eh8O7UDTZ9+smcvw2pw==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/client-sso@3.957.0': - resolution: {integrity: sha512-iRdRjd+IpOogqRPt8iNRcg30J53z4rRfMviGwpKgsEa/fx3inCUPOuca3Ap7ZDES0atnEg3KGSJ3V/NQiEJ4BA==} + '@aws-sdk/client-sso@3.964.0': + resolution: {integrity: sha512-IenVyY8Io2CwBgmS22xk/H5LibmSbvLnPA9oFqLORO6Ji1Ks8z/ow+ud/ZurVjFekz3LD/uxVFX3ZKGo6N7Byw==} engines: {node: '>=18.0.0'} '@aws-sdk/core@3.810.0': resolution: {integrity: sha512-s2IJk+qa/15YZcv3pbdQNATDR+YdYnHf94MrAeVAWubtRLnzD8JciC+gh4LSPp7JzrWSvVOg2Ut1S+0y89xqCg==} engines: {node: '>=18.0.0'} - '@aws-sdk/core@3.823.0': - resolution: {integrity: sha512-1Cf4w8J7wYexz0KU3zpaikHvldGXQEjFldHOhm0SBGRy7qfYNXecfJAamccF7RdgLxKGgkv5Pl9zX/Z/DcW9zg==} + '@aws-sdk/core@3.964.0': + resolution: {integrity: sha512-1gIfbt0KRxI8am1UYFcIxQ5QKb22JyN3k52sxyrKXJYC8Knn/rTUAZbYti45CfETe5PLadInGvWqClwGRlZKNg==} engines: {node: '>=18.0.0'} - '@aws-sdk/core@3.957.0': - resolution: {integrity: sha512-DrZgDnF1lQZv75a52nFWs6MExihJF2GZB6ETZRqr6jMwhrk2kbJPUtvgbifwcL7AYmVqHQDJBrR/MqkwwFCpiw==} + '@aws-sdk/crc64-nvme@3.957.0': + resolution: {integrity: sha512-qSwSfI+qBU9HDsd6/4fM9faCxYJx2yDuHtj+NVOQ6XYDWQzFab/hUdwuKZ77Pi6goLF1pBZhJ2azaC2w7LbnTA==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-env@3.810.0': - resolution: {integrity: sha512-iwHqF+KryKONfbdFk3iKhhPk4fHxh5QP5fXXR//jhYwmszaLOwc7CLCE9AxhgiMzAs+kV8nBFQZvdjFpPzVGOA==} + '@aws-sdk/credential-provider-env@3.964.0': + resolution: {integrity: sha512-jWNSXOOBMYuxzI2rXi8x91YL07dhomyGzzh0CdaLej0LRmknmDrZcZNkVpa7Fredy1PFcmOlokwCS5PmZMN8ZQ==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-env@3.823.0': - resolution: {integrity: sha512-AIrLLwumObge+U1klN4j5ToIozI+gE9NosENRyHe0GIIZgTLOG/8jxrMFVYFeNHs7RUtjDTxxewislhFyGxJ/w==} + '@aws-sdk/credential-provider-http@3.964.0': + resolution: {integrity: sha512-up7dl6vcaoXuYSwGXDvx8RnF8Lwj3jGChhyUR7krZOXLarIfUUN3ILOZnVNK5s/HnVNkEILlkdPvjhr9LVC1/Q==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-env@3.957.0': - resolution: {integrity: sha512-475mkhGaWCr+Z52fOOVb/q2VHuNvqEDixlYIkeaO6xJ6t9qR0wpLt4hOQaR6zR1wfZV0SlE7d8RErdYq/PByog==} + '@aws-sdk/credential-provider-ini@3.964.0': + resolution: {integrity: sha512-t4FN9qTWU4nXDU6EQ6jopvyhXw0dbQ3n+3g6x5hmc1ECFAqA+xmFd1i5LljdZCi79cUXHduQWwvW8RJHMf0qJw==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-http@3.810.0': - resolution: {integrity: sha512-SKzjLd+8ugif7yy9sOAAdnPE1vCBHQe6jKgs2AadMpCmWm34DiHz/KuulHdvURUGMIi7CvmaC8aH77twDPYbtg==} + '@aws-sdk/credential-provider-login@3.964.0': + resolution: {integrity: sha512-c64dmTizMkJXDRzN3NYPTmUpKxegr5lmLOYPeQ60Zcbft6HFwPme8Gwy8pNxO4gG1fw6Ja2Vu6fZuSTn8aDFOQ==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-http@3.823.0': - resolution: {integrity: sha512-u4DXvB/J/o2bcvP1JP6n3ch7V3/NngmiJFPsM0hKUyRlLuWM37HEDEdjPRs3/uL/soTxrEhWKTA9//YVkvzI0w==} + '@aws-sdk/credential-provider-node@3.964.0': + resolution: {integrity: sha512-FHxDXPOj888/qc/X8s0x4aUBdp4Y3k9VePRehUJBWRhhTsAyuIJis5V0iQeY1qvtqHXYa2qd1EZHGJ3bTjHxSw==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-http@3.957.0': - resolution: {integrity: sha512-8dS55QHRxXgJlHkEYaCGZIhieCs9NU1HU1BcqQ4RfUdSsfRdxxktqUKgCnBnOOn0oD3PPA8cQOCAVgIyRb3Rfw==} + '@aws-sdk/credential-provider-process@3.964.0': + resolution: {integrity: sha512-HaTLKqj3jeZY88E/iBjsNJsXgmRTTT7TghqeRiF8FKb/7UY1xEvasBO0c1xqfOye8dsyt35nTfTTyIsd/CBfww==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-ini@3.810.0': - resolution: {integrity: sha512-H2QCSnxWJ/mj8HTcyHmCmyQ5bO/+imRi4mlBIpUyKjiYKro52WD3gXlGgPIDo2q3UFIHq37kmYvS00i+qIY9tw==} + '@aws-sdk/credential-provider-sso@3.964.0': + resolution: {integrity: sha512-oR78TjSpjVf1IpPWQnGHEGqlnQs+K4f5nCxLK2P6JDPprXay6oknsoSiU4x2urav6VCyMPMC9KTCGjBoFKUIxQ==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-ini@3.823.0': - resolution: {integrity: sha512-C0o63qviK5yFvjH9zKWAnCUBkssJoQ1A1XAHe0IAQkurzoNBSmu9oVemqwnKKHA4H6QrmusaEERfL00yohIkJA==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-ini@3.957.0': - resolution: {integrity: sha512-YuoZmIeE91YIeUfihh8SiSu546KtTvU+4rG5SaL30U9+nGq6P11GRRgqF0ANUyRseLC9ONHt+utar4gbO3++og==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-login@3.957.0': - resolution: {integrity: sha512-XcD5NEQDWYk8B4gs89bkwf2d+DNF8oS2NR5RoHJEbX4l8KErVATUjpEYVn6/rAFEktungxlYTnQ5wh0cIQvP5w==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-node@3.810.0': - resolution: {integrity: sha512-9E3Chv3x+RBM3N1bwLCyvXxoiPAckCI74wG7ePN4F3b/7ieIkbEl/3Hd67j1fnt62Xa1cjUHRu2tz5pdEv5G1Q==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-node@3.823.0': - resolution: {integrity: sha512-nfSxXVuZ+2GJDpVFlflNfh55Yb4BtDsXLGNssXF5YU6UgSPsi8j2YkaE92Jv2s7dlUK07l0vRpLyPuXMaGeiRQ==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-node@3.957.0': - resolution: {integrity: sha512-b9FT/7BQcJ001w+3JbTiJXfxHrWvPb7zDvvC1i1FKcNOvyCt3BGu04n4nO/b71a3iBnbfBXI89hCIZQsuLcEgw==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-process@3.810.0': - resolution: {integrity: sha512-42kE6MLdsmMGp1id3Gisal4MbMiF7PIc0tAznTeIuE8r7cIF8yeQWw/PBOIvjyI57DxbyKzLUAMEJuigUpApCw==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-process@3.823.0': - resolution: {integrity: sha512-U/A10/7zu2FbMFFVpIw95y0TZf+oYyrhZTBn9eL8zgWcrYRqxrxdqtPj/zMrfIfyIvQUhuJSENN4dx4tfpCMWQ==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-process@3.957.0': - resolution: {integrity: sha512-/KIz9kadwbeLy6SKvT79W81Y+hb/8LMDyeloA2zhouE28hmne+hLn0wNCQXAAupFFlYOAtZR2NTBs7HBAReJlg==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-sso@3.810.0': - resolution: {integrity: sha512-8WjX6tz+FCvM93Y33gsr13p/HiiTJmVn5AK1O8PTkvHBclQDzmtAW5FdPqTpAJGswLW2FB0xRqdsSMN2dQEjNw==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-sso@3.823.0': - resolution: {integrity: sha512-ff8IM80Wqz1V7VVMaMUqO2iR417jggfGWLPl8j2l7uCgwpEyop1ZZl5CFVYEwSupRBtwp+VlW1gTCk7ke56MUw==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-sso@3.957.0': - resolution: {integrity: sha512-gTLPJFOkGtn3tVGglRhCar2oOobK1YctZRAT8nfJr17uaSRoAP46zIIHNYBZZUMqImb0qAHD9Ugm+Zd9sIqxyA==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-web-identity@3.810.0': - resolution: {integrity: sha512-uKQJY0AcPyrvMmfGLo36semgjqJ4vmLTqOSW9u40qQDspRnG73/P09lAO2ntqKlhwvMBt3XfcNnOpyyhKRcOfA==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-web-identity@3.823.0': - resolution: {integrity: sha512-lzoZdJMQq9w7i4lXVka30cVBe/dZoUDZST8Xz/soEd73gg7RTKgG+0szL4xFWgdBDgcJDWLfZfJzlbyIVyAyOA==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/credential-provider-web-identity@3.957.0': - resolution: {integrity: sha512-x17xMeD7c+rKEsWachGIMifACqkugskrETWz18QDWismFcrmUuOcZu5rUa8s9y1pnITLKUQ1xU/qDLPH52jLlA==} + '@aws-sdk/credential-provider-web-identity@3.964.0': + resolution: {integrity: sha512-07JQDmbjZjOt3nL/j1wTcvQqjmPkynQYftUV/ooZ+qTbmJXFbCBdal1VCElyeiu0AgBq9dfhw0rBBcbND1ZMlA==} engines: {node: '>=18.0.0'} '@aws-sdk/crt-loader@3.810.0': resolution: {integrity: sha512-BEMKTieR4rWG8C2uE9F/vVfShKonhNiopuiGzhPwVMT+G1L9shcNe1tuMj4HLnaID1hjTuckkpi6cBIFZaIYMw==} engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-bucket-endpoint@3.808.0': - resolution: {integrity: sha512-wEPlNcs8dir9lXbuviEGtSzYSxG/NRKQrJk5ybOc7OpPGHovsN+QhDOdY3lcjOFdwMTiMIG9foUkPz3zBpLB1A==} + '@aws-sdk/middleware-bucket-endpoint@3.957.0': + resolution: {integrity: sha512-iczcn/QRIBSpvsdAS/rbzmoBpleX1JBjXvCynMbDceVLBIcVrwT1hXECrhtIC2cjh4HaLo9ClAbiOiWuqt+6MA==} engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-expect-continue@3.804.0': - resolution: {integrity: sha512-YW1hySBolALMII6C8y7Z0CRG2UX1dGJjLEBNFeefhO/xP7ZuE1dvnmfJGaEuBMnvc3wkRS63VZ3aqX6sevM1CA==} + '@aws-sdk/middleware-expect-continue@3.957.0': + resolution: {integrity: sha512-AlbK3OeVNwZZil0wlClgeI/ISlOt/SPUxBsIns876IFaVu/Pj3DgImnYhpcJuFRek4r4XM51xzIaGQXM6GDHGg==} engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-flexible-checksums@3.810.0': - resolution: {integrity: sha512-lF5fse+26hluElOtDZMsi5EH50G13OEqglFgpSc6xWnqNhbDc+CnPQRMwTVlOJBDR1/YVbJ15LOKf4pkat46Eg==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/middleware-host-header@3.804.0': - resolution: {integrity: sha512-bum1hLVBrn2lJCi423Z2fMUYtsbkGI2s4N+2RI2WSjvbaVyMSv/WcejIrjkqiiMR+2Y7m5exgoKeg4/TODLDPQ==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/middleware-host-header@3.821.0': - resolution: {integrity: sha512-xSMR+sopSeWGx5/4pAGhhfMvGBHioVBbqGvDs6pG64xfNwM5vq5s5v6D04e2i+uSTj4qGa71dLUs5I0UzAK3sw==} + '@aws-sdk/middleware-flexible-checksums@3.964.0': + resolution: {integrity: sha512-IA2kSKkwC/HHFF75nTR7s/nWt5CboB6vMgpLpvx40Cc01cMp+06Jr7U2/+DPPc8fkCagTytchY4gX9Hzn5ej8g==} engines: {node: '>=18.0.0'} '@aws-sdk/middleware-host-header@3.957.0': resolution: {integrity: sha512-BBgKawVyfQZglEkNTuBBdC3azlyqNXsvvN4jPkWAiNYcY0x1BasaJFl+7u/HisfULstryweJq/dAvIZIxzlZaA==} engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-location-constraint@3.804.0': - resolution: {integrity: sha512-AMtKnllIWKgoo7hiJfphLYotEwTERfjVMO2+cKAncz9w1g+bnYhHxiVhJJoR94y047c06X4PU5MsTxvdQ73Znw==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/middleware-logger@3.804.0': - resolution: {integrity: sha512-w/qLwL3iq0KOPQNat0Kb7sKndl9BtceigINwBU7SpkYWX9L/Lem6f8NPEKrC9Tl4wDBht3Yztub4oRTy/horJA==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/middleware-logger@3.821.0': - resolution: {integrity: sha512-0cvI0ipf2tGx7fXYEEN5fBeZDz2RnHyb9xftSgUsEq7NBxjV0yTZfLJw6Za5rjE6snC80dRN8+bTNR1tuG89zA==} + '@aws-sdk/middleware-location-constraint@3.957.0': + resolution: {integrity: sha512-y8/W7TOQpmDJg/fPYlqAhwA4+I15LrS7TwgUEoxogtkD8gfur9wFMRLT8LCyc9o4NMEcAnK50hSb4+wB0qv6tQ==} engines: {node: '>=18.0.0'} '@aws-sdk/middleware-logger@3.957.0': resolution: {integrity: sha512-w1qfKrSKHf9b5a8O76yQ1t69u6NWuBjr5kBX+jRWFx/5mu6RLpqERXRpVJxfosbep7k3B+DSB5tZMZ82GKcJtQ==} engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-recursion-detection@3.804.0': - resolution: {integrity: sha512-zqHOrvLRdsUdN/ehYfZ9Tf8svhbiLLz5VaWUz22YndFv6m9qaAcijkpAOlKexsv3nLBMJdSdJ6GUTAeIy3BZzw==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/middleware-recursion-detection@3.821.0': - resolution: {integrity: sha512-efmaifbhBoqKG3bAoEfDdcM8hn1psF+4qa7ykWuYmfmah59JBeqHLfz5W9m9JoTwoKPkFcVLWZxnyZzAnVBOIg==} - engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-recursion-detection@3.957.0': resolution: {integrity: sha512-D2H/WoxhAZNYX+IjkKTdOhOkWQaK0jjJrDBj56hKjU5c9ltQiaX/1PqJ4dfjHntEshJfu0w+E6XJ+/6A6ILBBA==} engines: {node: '>=18.0.0'} @@ -2037,48 +2031,32 @@ packages: resolution: {integrity: sha512-CmQHPVopJYDiGQOmqn5AcmhksQ9qNETF0VgU251Q4tsP9s3R9nBR1r2bZwLt5+dCtf9UCa7cBw4jXKHtH38JTg==} engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-ssec@3.804.0': - resolution: {integrity: sha512-Tk8jK0gOIUBvEPTz/wwSlP1V70zVQ3QYqsLPAjQRMO6zfOK9ax31dln3MgKvFDJxBydS2tS3wsn53v+brxDxTA==} + '@aws-sdk/middleware-sdk-s3@3.964.0': + resolution: {integrity: sha512-SeFcLo3tUdI3amzoIiArd9O0i7vAB0n5fgbQHBu137s3SbSLO5tPspE25rrUITwlc5HTbHMK6UzBq+3hITmImA==} + engines: {node: '>=18.0.0'} + + '@aws-sdk/middleware-ssec@3.957.0': + resolution: {integrity: sha512-qwkmrK0lizdjNt5qxl4tHYfASh8DFpHXM1iDVo+qHe+zuslfMqQEGRkzxS8tJq/I+8F0c6v3IKOveKJAfIvfqQ==} engines: {node: '>=18.0.0'} '@aws-sdk/middleware-user-agent@3.810.0': resolution: {integrity: sha512-gLMJcqgIq7k9skX8u0Yyi+jil4elbsmLf3TuDuqNdlqiZ44/AKdDFfU3mU5tRUtMfP42a3gvb2U3elP0BIeybQ==} engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-user-agent@3.823.0': - resolution: {integrity: sha512-TKRQK09ld1LrIPExC9rIDpqnMsWcv+eq8ABKFHVo8mDLTSuWx/IiQ4eCh9T5zDuEZcLY4nNYCSzXKqw6XKcMCA==} + '@aws-sdk/middleware-user-agent@3.964.0': + resolution: {integrity: sha512-/QyBl8WLNtqw3ucyAggumQXVCi8GRxaDGE1ElyYMmacfiwHl37S9y8JVW/QLL1lIEXGcsrhMUKV3pyFJFALA7w==} engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-user-agent@3.957.0': - resolution: {integrity: sha512-50vcHu96XakQnIvlKJ1UoltrFODjsq2KvtTgHiPFteUS884lQnK5VC/8xd1Msz/1ONpLMzdCVproCQqhDTtMPQ==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/nested-clients@3.810.0': - resolution: {integrity: sha512-w+tGXFSQjzvJ3j2sQ4GJRdD+YXLTgwLd9eG/A+7pjrv2yLLV70M4HqRrFqH06JBjqT5rsOxonc/QSjROyxk+IA==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/nested-clients@3.823.0': - resolution: {integrity: sha512-/BcyOBubrJnd2gxlbbmNJR1w0Z3OVN/UE8Yz20e+ou+Mijjv7EbtVwmWvio1e3ZjphwdA8tVfPYZKwXmrvHKmQ==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/nested-clients@3.957.0': - resolution: {integrity: sha512-PZUFtaUTSZWO+mbgQGWSiwz3EqedsuKNb7Xoxjzh5rfJE352DD4/jScQEhVPxvdLw62IK9b5UDu5kZlxzBs9Ow==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/region-config-resolver@3.808.0': - resolution: {integrity: sha512-9x2QWfphkARZY5OGkl9dJxZlSlYM2l5inFeo2bKntGuwg4A4YUe5h7d5yJ6sZbam9h43eBrkOdumx03DAkQF9A==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/region-config-resolver@3.821.0': - resolution: {integrity: sha512-t8og+lRCIIy5nlId0bScNpCkif8sc0LhmtaKsbm0ZPm3sCa/WhCbSZibjbZ28FNjVCV+p0D9RYZx0VDDbtWyjw==} + '@aws-sdk/nested-clients@3.964.0': + resolution: {integrity: sha512-ql+ftRwjyZkZeG3qbrRJFVmNR0id83WEUqhFVjvrQMWspNApBhz0Ar4YVSn7Uv0QaKkaR7ALPtmdMzFr3/E4bQ==} engines: {node: '>=18.0.0'} '@aws-sdk/region-config-resolver@3.957.0': resolution: {integrity: sha512-V8iY3blh8l2iaOqXWW88HbkY5jDoWjH56jonprG/cpyqqCnprvpMUZWPWYJoI8rHRf2bqzZeql1slxG6EnKI7A==} engines: {node: '>=18.0.0'} - '@aws-sdk/s3-request-presigner@3.810.0': - resolution: {integrity: sha512-/6TISQT3HUOoY3Gli1EvQVISNGp8XawGKD4igJqwyF3l35VvajzaAfhwk+Tm5TKTCkFh8EFnqWeT+mId5AaUbA==} + '@aws-sdk/s3-request-presigner@3.964.0': + resolution: {integrity: sha512-gKKdIZGYV8Ohm3X8j3y6Xr2ua1oD/Wsa3N7hYro3HqcnuGvl1h+mdw0IqUU+5yEzcoM5ItLJnH+6Q8Xz+Wv9gw==} engines: {node: '>=18.0.0'} '@aws-sdk/signature-v4-crt@3.810.0': @@ -2089,26 +2067,18 @@ packages: resolution: {integrity: sha512-6F6evHRrA0OG/H67YuZBcI7EH4A0O5dIhczo2N0AK9z495uSIv+0xUrSrDhFTZxZjo6gkADIXroRjP1kwqK6ew==} engines: {node: '>=18.0.0'} - '@aws-sdk/token-providers@3.810.0': - resolution: {integrity: sha512-fdgHRCDpnzsD+0km7zuRbHRysJECfS8o9T9/pZ6XAr1z2FNV/UveHtnUYq0j6XpDMrIm0/suvXbshIjQU+a+sw==} + '@aws-sdk/signature-v4-multi-region@3.964.0': + resolution: {integrity: sha512-ASQmO9EB2ukSTGpO7B2ZceSbNVivCLqWh89o/JJtcIdGpOu8p9XHpeK3hiUz2OQo2Igw03/n8s+DNvP+N9krpw==} engines: {node: '>=18.0.0'} - '@aws-sdk/token-providers@3.823.0': - resolution: {integrity: sha512-vz6onCb/+g4y+owxGGPMEMdN789dTfBOgz/c9pFv0f01840w9Rrt46l+gjQlnXnx+0KG6wNeBIVhFdbCfV3HyQ==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/token-providers@3.957.0': - resolution: {integrity: sha512-oSwo3BZ6gcvhjTg036V0UQmtENUeNwfCU35iDckX961CdI1alQ3TKRWLzKrwvXCbrOx+bZsuA1PHsTbNhI/+Fw==} + '@aws-sdk/token-providers@3.964.0': + resolution: {integrity: sha512-UqouLQbYepZnMFJGB/DVpA5GhF9uT98vNWSMz9PVbhgEPUKa73FECRT6YFZvZOh8kA+0JiENrnmS6d93I70ykQ==} engines: {node: '>=18.0.0'} '@aws-sdk/types@3.804.0': resolution: {integrity: sha512-A9qnsy9zQ8G89vrPPlNG9d1d8QcKRGqJKqwyGgS0dclJpwy6d1EWgQLIolKPl6vcFpLoe6avLOLxr+h8ur5wpg==} engines: {node: '>=18.0.0'} - '@aws-sdk/types@3.821.0': - resolution: {integrity: sha512-Znroqdai1a90TlxGaJ+FK1lwC0fHpo97Xjsp5UKGR5JODYm7f9+/fF17ebO1KdoBr/Rm0UIFiF5VmI8ts9F1eA==} - engines: {node: '>=18.0.0'} - '@aws-sdk/types@3.957.0': resolution: {integrity: sha512-wzWC2Nrt859ABk6UCAVY/WYEbAd7FjkdrQL6m24+tfmWYDNRByTJ9uOgU/kw9zqLCAwb//CPvrJdhqjTznWXAg==} engines: {node: '>=18.0.0'} @@ -2117,32 +2087,26 @@ packages: resolution: {integrity: sha512-wmBJqn1DRXnZu3b4EkE6CWnoWMo1ZMvlfkqU5zPz67xx1GMaXlDCchFvKAXMjk4jn/L1O3tKnoFDNsoLV1kgNQ==} engines: {node: '>=18.0.0'} - '@aws-sdk/util-endpoints@3.808.0': - resolution: {integrity: sha512-N6Lic98uc4ADB7fLWlzx+1uVnq04VgVjngZvwHoujcRg9YDhIg9dUDiTzD5VZv13g1BrPYmvYP1HhsildpGV6w==} + '@aws-sdk/util-arn-parser@3.957.0': + resolution: {integrity: sha512-Aj6m+AyrhWyg8YQ4LDPg2/gIfGHCEcoQdBt5DeSFogN5k9mmJPOJ+IAmNSWmWRjpOxEy6eY813RNDI6qS97M0g==} engines: {node: '>=18.0.0'} - '@aws-sdk/util-endpoints@3.821.0': - resolution: {integrity: sha512-Uknt/zUZnLE76zaAAPEayOeF5/4IZ2puTFXvcSCWHsi9m3tqbb9UozlnlVqvCZLCRWfQryZQoG2W4XSS3qgk5A==} + '@aws-sdk/util-endpoints@3.808.0': + resolution: {integrity: sha512-N6Lic98uc4ADB7fLWlzx+1uVnq04VgVjngZvwHoujcRg9YDhIg9dUDiTzD5VZv13g1BrPYmvYP1HhsildpGV6w==} engines: {node: '>=18.0.0'} '@aws-sdk/util-endpoints@3.957.0': resolution: {integrity: sha512-xwF9K24mZSxcxKS3UKQFeX/dPYkEps9wF1b+MGON7EvnbcucrJGyQyK1v1xFPn1aqXkBTFi+SZaMRx5E5YCVFw==} engines: {node: '>=18.0.0'} - '@aws-sdk/util-format-url@3.804.0': - resolution: {integrity: sha512-1nOwSg7B0bj5LFGor0udF/HSdvDuSCxP+NC0IuSOJ5RgJ2AphFo03pLtK2UwArHY5WWZaejAEz5VBND6xxOEhA==} + '@aws-sdk/util-format-url@3.957.0': + resolution: {integrity: sha512-Yyo/tlc0iGFGTPPkuxub1uRAv6XrnVnvSNjslZh5jIYA8GZoeEFPgJa3Qdu0GUS/YwoK8GOLnnaL9h/eH5LDJQ==} engines: {node: '>=18.0.0'} '@aws-sdk/util-locate-window@3.804.0': resolution: {integrity: sha512-zVoRfpmBVPodYlnMjgVjfGoEZagyRF5IPn3Uo6ZvOZp24chnW/FRstH7ESDHDDRga4z3V+ElUQHKpFDXWyBW5A==} engines: {node: '>=18.0.0'} - '@aws-sdk/util-user-agent-browser@3.804.0': - resolution: {integrity: sha512-KfW6T6nQHHM/vZBBdGn6fMyG/MgX5lq82TDdX4HRQRRuHKLgBWGpKXqqvBwqIaCdXwWHgDrg2VQups6GqOWW2A==} - - '@aws-sdk/util-user-agent-browser@3.821.0': - resolution: {integrity: sha512-irWZHyM0Jr1xhC+38OuZ7JB6OXMLPZlj48thElpsO1ZSLRkLZx5+I7VV6k3sp2yZ7BYbKz/G2ojSv4wdm7XTLw==} - '@aws-sdk/util-user-agent-browser@3.957.0': resolution: {integrity: sha512-exueuwxef0lUJRnGaVkNSC674eAiWU07ORhxBnevFFZEKisln+09Qrtw823iyv5I1N8T+wKfh95xvtWQrNKNQw==} @@ -2155,17 +2119,8 @@ packages: aws-crt: optional: true - '@aws-sdk/util-user-agent-node@3.823.0': - resolution: {integrity: sha512-WvNeRz7HV3JLBVGTXW4Qr5QvvWY0vtggH5jW/NqHFH+ZEliVQaUIJ/HNLMpMoCSiu/DlpQAyAjRZXAptJ0oqbw==} - engines: {node: '>=18.0.0'} - peerDependencies: - aws-crt: '>=1.0.0' - peerDependenciesMeta: - aws-crt: - optional: true - - '@aws-sdk/util-user-agent-node@3.957.0': - resolution: {integrity: sha512-ycbYCwqXk4gJGp0Oxkzf2KBeeGBdTxz559D41NJP8FlzSej1Gh7Rk40Zo6AyTfsNWkrl/kVi1t937OIzC5t+9Q==} + '@aws-sdk/util-user-agent-node@3.964.0': + resolution: {integrity: sha512-jgob8Z/bZIh1dwEgLqE12q+aCf0ieLy7anT8bWpqMijMJqsnrPBToa7smSykfom9YHrdOgrQhXswMpE75dzLRw==} engines: {node: '>=18.0.0'} peerDependencies: aws-crt: '>=1.0.0' @@ -2176,14 +2131,6 @@ packages: '@aws-sdk/util-utf8-browser@3.259.0': resolution: {integrity: sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==} - '@aws-sdk/xml-builder@3.804.0': - resolution: {integrity: sha512-JbGWp36IG9dgxtvC6+YXwt5WDZYfuamWFtVfK6fQpnmL96dx+GUPOXPKRWdw67WLKf2comHY28iX2d3z35I53Q==} - engines: {node: '>=18.0.0'} - - '@aws-sdk/xml-builder@3.821.0': - resolution: {integrity: sha512-DIIotRnefVL6DiaHtO6/21DhJ4JZnnIwdNbpwiAhdt/AVbttcE4yw925gsjur0OGv5BTYXQXU3YnANBYnZjuQA==} - engines: {node: '>=18.0.0'} - '@aws-sdk/xml-builder@3.957.0': resolution: {integrity: sha512-Ai5iiQqS8kJ5PjzMhWcLKN0G2yasAkvpnPlq2EnqlIMdB48HsizElt62qcktdxp4neRMyGkFq4NzgmDbXnhRiA==} engines: {node: '>=18.0.0'} @@ -2706,9 +2653,6 @@ packages: resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==} engines: {node: '>=6.9.0'} - '@baiducloud/sdk@1.0.3': - resolution: {integrity: sha512-NdHV8RkkFPvUQvyQ2ehJCazs8sAtGXzaN49LnN6VwJ+AIbYhJWTKtpvhDTOqcWespMYWL/02sN9P0OIf7OivBQ==} - '@bcoe/v8-coverage@1.0.2': resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} engines: {node: '>=18'} @@ -2761,9 +2705,6 @@ packages: '@certd/cv4pve-api-javascript@8.4.2': resolution: {integrity: sha512-udGce7ewrVl4DmZvX+17PjsnqsdDIHEDatr8QP0AVrY2p+8JkaSPW4mXCKiLGf82C9K2+GXgT+qNIqgW7tfF9Q==} - '@certd/plugin-plus@1.37.17': - resolution: {integrity: sha512-yIBCdHc+vdOQa9cMRRKHvyLgVCQvwqYzCzOFzODEWL7zZ3e6T3YLueG49vqyr0dyEEcY/JXfqT4vDo+r3Zs1zw==} - '@certd/vue-js-cron-core@6.0.3': resolution: {integrity: sha512-kqzoAMhYz9j6FGNWEODRYtt4NpUEUwjpkU89z5WVg2tCtOcI5VhwyUGOd8AxiBCRfd6PtXvzuqw85PaOps9wrQ==} @@ -3790,26 +3731,14 @@ packages: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} - '@nodelib/fs.scandir@3.0.0': - resolution: {integrity: sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==} - engines: {node: '>=16.14.0'} - '@nodelib/fs.stat@2.0.5': resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} engines: {node: '>= 8'} - '@nodelib/fs.stat@3.0.0': - resolution: {integrity: sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==} - engines: {node: '>=16.14.0'} - '@nodelib/fs.walk@1.2.8': resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nodelib/fs.walk@2.0.0': - resolution: {integrity: sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==} - engines: {node: '>=16.14.0'} - '@npmcli/agent@2.2.2': resolution: {integrity: sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==} engines: {node: ^16.14.0 || >=18.0.0} @@ -4278,28 +4207,16 @@ packages: resolution: {integrity: sha512-Sl/78VDtgqKxN2+1qduaVE140XF+Xg+TafkncspwM4jFP/LHr76ZHmIY/y3V1M0mMLNk+Je6IGbzxy23RSToMw==} engines: {node: '>=18.0.0'} - '@smithy/abort-controller@4.0.4': - resolution: {integrity: sha512-gJnEjZMvigPDQWHrW3oPrFhQtkrgqBkyjj3pCIdF3A5M6vsZODG93KNlfJprv6bp4245bdT32fsHK4kkH3KYDA==} - engines: {node: '>=18.0.0'} - '@smithy/abort-controller@4.2.7': resolution: {integrity: sha512-rzMY6CaKx2qxrbYbqjXWS0plqEy7LOdKHS0bg4ixJ6aoGDPNUcLWk/FRNuCILh7GKLG9TFUXYYeQQldMBBwuyw==} engines: {node: '>=18.0.0'} - '@smithy/chunked-blob-reader-native@4.0.0': - resolution: {integrity: sha512-R9wM2yPmfEMsUmlMlIgSzOyICs0x9uu7UTHoccMyt7BWw8shcGM8HqB355+BZCPBcySvbTYMs62EgEQkNxz2ig==} + '@smithy/chunked-blob-reader-native@4.2.1': + resolution: {integrity: sha512-lX9Ay+6LisTfpLid2zZtIhSEjHMZoAR5hHCR4H7tBz/Zkfr5ea8RcQ7Tk4mi0P76p4cN+Btz16Ffno7YHpKXnQ==} engines: {node: '>=18.0.0'} - '@smithy/chunked-blob-reader@5.0.0': - resolution: {integrity: sha512-+sKqDBQqb036hh4NPaUiEkYFkTUGYzRsn3EuFhyfQfMy6oGHEUJDurLP9Ufb5dasr/XiAmPNMr6wa9afjQB+Gw==} - engines: {node: '>=18.0.0'} - - '@smithy/config-resolver@4.1.2': - resolution: {integrity: sha512-7r6mZGwb5LmLJ+zPtkLoznf2EtwEuSWdtid10pjGl/7HefCE4mueOkrfki8JCUm99W6UfP47/r3tbxx9CfBN5A==} - engines: {node: '>=18.0.0'} - - '@smithy/config-resolver@4.1.4': - resolution: {integrity: sha512-prmU+rDddxHOH0oNcwemL+SwnzcG65sBF2yXRO7aeXIn/xTlq2pX7JLVbkBnVLowHLg4/OL4+jBmv9hVrVGS+w==} + '@smithy/chunked-blob-reader@5.2.0': + resolution: {integrity: sha512-WmU0TnhEAJLWvfSeMxBNe5xtbselEO8+4wG0NtZeL8oR21WgH1xiO37El+/Y+H/Ie4SCwBy3MxYWmOYaGgZueA==} engines: {node: '>=18.0.0'} '@smithy/config-resolver@4.4.5': @@ -4314,80 +4231,48 @@ packages: resolution: {integrity: sha512-CiJNc0b/WdnttAfQ6uMkxPQ3Z8hG/ba8wF89x9KtBBLDdZk6CX52K4F8hbe94uNbc8LDUuZFtbqfdhM3T21naw==} engines: {node: '>=18.0.0'} - '@smithy/core@3.5.3': - resolution: {integrity: sha512-xa5byV9fEguZNofCclv6v9ra0FYh5FATQW/da7FQUVTic94DfrN/NvmKZjrMyzbpqfot9ZjBaO8U1UeTbmSLuA==} - engines: {node: '>=18.0.0'} - - '@smithy/credential-provider-imds@4.0.4': - resolution: {integrity: sha512-jN6M6zaGVyB8FmNGG+xOPQB4N89M1x97MMdMnm1ESjljLS3Qju/IegQizKujaNcy2vXAvrz0en8bobe6E55FEA==} - engines: {node: '>=18.0.0'} - - '@smithy/credential-provider-imds@4.0.6': - resolution: {integrity: sha512-hKMWcANhUiNbCJouYkZ9V3+/Qf9pteR1dnwgdyzR09R4ODEYx8BbUysHwRSyex4rZ9zapddZhLFTnT4ZijR4pw==} - engines: {node: '>=18.0.0'} - '@smithy/credential-provider-imds@4.2.7': resolution: {integrity: sha512-CmduWdCiILCRNbQWFR0OcZlUPVtyE49Sr8yYL0rZQ4D/wKxiNzBNS/YHemvnbkIWj623fplgkexUd/c9CAKdoA==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-codec@4.0.2': - resolution: {integrity: sha512-p+f2kLSK7ZrXVfskU/f5dzksKTewZk8pJLPvER3aFHPt76C2MxD9vNatSfLzzQSQB4FNO96RK4PSXfhD1TTeMQ==} + '@smithy/eventstream-codec@4.2.7': + resolution: {integrity: sha512-DrpkEoM3j9cBBWhufqBwnbbn+3nf1N9FP6xuVJ+e220jbactKuQgaZwjwP5CP1t+O94brm2JgVMD2atMGX3xIQ==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-browser@4.0.2': - resolution: {integrity: sha512-CepZCDs2xgVUtH7ZZ7oDdZFH8e6Y2zOv8iiX6RhndH69nlojCALSKK+OXwZUgOtUZEUaZ5e1hULVCHYbCn7pug==} + '@smithy/eventstream-serde-browser@4.2.7': + resolution: {integrity: sha512-ujzPk8seYoDBmABDE5YqlhQZAXLOrtxtJLrbhHMKjBoG5b4dK4i6/mEU+6/7yXIAkqOO8sJ6YxZl+h0QQ1IJ7g==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-config-resolver@4.1.0': - resolution: {integrity: sha512-1PI+WPZ5TWXrfj3CIoKyUycYynYJgZjuQo8U+sphneOtjsgrttYybdqESFReQrdWJ+LKt6NEdbYzmmfDBmjX2A==} + '@smithy/eventstream-serde-config-resolver@4.3.7': + resolution: {integrity: sha512-x7BtAiIPSaNaWuzm24Q/mtSkv+BrISO/fmheiJ39PKRNH3RmH2Hph/bUKSOBOBC9unqfIYDhKTHwpyZycLGPVQ==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-node@4.0.2': - resolution: {integrity: sha512-C5bJ/C6x9ENPMx2cFOirspnF9ZsBVnBMtP6BdPl/qYSuUawdGQ34Lq0dMcf42QTjUZgWGbUIZnz6+zLxJlb9aw==} + '@smithy/eventstream-serde-node@4.2.7': + resolution: {integrity: sha512-roySCtHC5+pQq5lK4be1fZ/WR6s/AxnPaLfCODIPArtN2du8s5Ot4mKVK3pPtijL/L654ws592JHJ1PbZFF6+A==} engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-universal@4.0.2': - resolution: {integrity: sha512-St8h9JqzvnbB52FtckiHPN4U/cnXcarMniXRXTKn0r4b4XesZOGiAyUdj1aXbqqn1icSqBlzzUsCl6nPB018ng==} + '@smithy/eventstream-serde-universal@4.2.7': + resolution: {integrity: sha512-QVD+g3+icFkThoy4r8wVFZMsIP08taHVKjE6Jpmz8h5CgX/kk6pTODq5cht0OMtcapUx+xrPzUTQdA+TmO0m1g==} engines: {node: '>=18.0.0'} '@smithy/fetch-http-handler@5.0.2': resolution: {integrity: sha512-+9Dz8sakS9pe7f2cBocpJXdeVjMopUDLgZs1yWeu7h++WqSbjUYv/JAJwKwXw1HV6gq1jyWjxuyn24E2GhoEcQ==} engines: {node: '>=18.0.0'} - '@smithy/fetch-http-handler@5.0.4': - resolution: {integrity: sha512-AMtBR5pHppYMVD7z7G+OlHHAcgAN7v0kVKEpHuTO4Gb199Gowh0taYi9oDStFeUhetkeP55JLSVlTW1n9rFtUw==} - engines: {node: '>=18.0.0'} - '@smithy/fetch-http-handler@5.3.8': resolution: {integrity: sha512-h/Fi+o7mti4n8wx1SR6UHWLaakwHRx29sizvp8OOm7iqwKGFneT06GCSFhml6Bha5BT6ot5pj3CYZnCHhGC2Rg==} engines: {node: '>=18.0.0'} - '@smithy/hash-blob-browser@4.0.2': - resolution: {integrity: sha512-3g188Z3DyhtzfBRxpZjU8R9PpOQuYsbNnyStc/ZVS+9nVX1f6XeNOa9IrAh35HwwIZg+XWk8bFVtNINVscBP+g==} - engines: {node: '>=18.0.0'} - - '@smithy/hash-node@4.0.2': - resolution: {integrity: sha512-VnTpYPnRUE7yVhWozFdlxcYknv9UN7CeOqSrMH+V877v4oqtVYuoqhIhtSjmGPvYrYnAkaM61sLMKHvxL138yg==} - engines: {node: '>=18.0.0'} - - '@smithy/hash-node@4.0.4': - resolution: {integrity: sha512-qnbTPUhCVnCgBp4z4BUJUhOEkVwxiEi1cyFM+Zj6o+aY8OFGxUQleKWq8ltgp3dujuhXojIvJWdoqpm6dVO3lQ==} + '@smithy/hash-blob-browser@4.2.8': + resolution: {integrity: sha512-07InZontqsM1ggTCPSRgI7d8DirqRrnpL7nIACT4PW0AWrgDiHhjGZzbAE5UtRSiU0NISGUYe7/rri9ZeWyDpw==} engines: {node: '>=18.0.0'} '@smithy/hash-node@4.2.7': resolution: {integrity: sha512-PU/JWLTBCV1c8FtB8tEFnY4eV1tSfBc7bDBADHfn1K+uRbPgSJ9jnJp0hyjiFN2PMdPzxsf1Fdu0eo9fJ760Xw==} engines: {node: '>=18.0.0'} - '@smithy/hash-stream-node@4.0.2': - resolution: {integrity: sha512-POWDuTznzbIwlEXEvvXoPMS10y0WKXK790soe57tFRfvf4zBHyzE529HpZMqmDdwG9MfFflnyzndUQ8j78ZdSg==} - engines: {node: '>=18.0.0'} - - '@smithy/invalid-dependency@4.0.2': - resolution: {integrity: sha512-GatB4+2DTpgWPday+mnUkoumP54u/MDM/5u44KF9hIu8jF0uafZtQLcdfIKkIcUNuF/fBojpLEHZS/56JqPeXQ==} - engines: {node: '>=18.0.0'} - - '@smithy/invalid-dependency@4.0.4': - resolution: {integrity: sha512-bNYMi7WKTJHu0gn26wg8OscncTt1t2b8KcsZxvOv56XA6cyXtOAAAaNP7+m45xfppXfOatXF3Sb1MNsLUgVLTw==} + '@smithy/hash-stream-node@4.2.7': + resolution: {integrity: sha512-ZQVoAwNYnFMIbd4DUc517HuwNelJUY6YOzwqrbcAgCnVn+79/OK7UjwA93SPpdTOpKDVkLIzavWm/Ck7SmnDPQ==} engines: {node: '>=18.0.0'} '@smithy/invalid-dependency@4.2.7': @@ -4398,50 +4283,22 @@ packages: resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==} engines: {node: '>=14.0.0'} - '@smithy/is-array-buffer@4.0.0': - resolution: {integrity: sha512-saYhF8ZZNoJDTvJBEWgeBccCg+yvp1CX+ed12yORU3NilJScfc6gfch2oVb4QgxZrGUx3/ZJlb+c/dJbyupxlw==} - engines: {node: '>=18.0.0'} - '@smithy/is-array-buffer@4.2.0': resolution: {integrity: sha512-DZZZBvC7sjcYh4MazJSGiWMI2L7E0oCiRHREDzIxi/M2LY79/21iXt6aPLHge82wi5LsuRF5A06Ds3+0mlh6CQ==} engines: {node: '>=18.0.0'} - '@smithy/md5-js@4.0.2': - resolution: {integrity: sha512-Hc0R8EiuVunUewCse2syVgA2AfSRco3LyAv07B/zCOMa+jpXI9ll+Q21Nc6FAlYPcpNcAXqBzMhNs1CD/pP2bA==} - engines: {node: '>=18.0.0'} - - '@smithy/middleware-content-length@4.0.2': - resolution: {integrity: sha512-hAfEXm1zU+ELvucxqQ7I8SszwQ4znWMbNv6PLMndN83JJN41EPuS93AIyh2N+gJ6x8QFhzSO6b7q2e6oClDI8A==} - engines: {node: '>=18.0.0'} - - '@smithy/middleware-content-length@4.0.4': - resolution: {integrity: sha512-F7gDyfI2BB1Kc+4M6rpuOLne5LOcEknH1n6UQB69qv+HucXBR1rkzXBnQTB2q46sFy1PM/zuSJOB532yc8bg3w==} + '@smithy/md5-js@4.2.7': + resolution: {integrity: sha512-Wv6JcUxtOLTnxvNjDnAiATUsk8gvA6EeS8zzHig07dotpByYsLot+m0AaQEniUBjx97AC41MQR4hW0baraD1Xw==} engines: {node: '>=18.0.0'} '@smithy/middleware-content-length@4.2.7': resolution: {integrity: sha512-GszfBfCcvt7kIbJ41LuNa5f0wvQCHhnGx/aDaZJCCT05Ld6x6U2s0xsc/0mBFONBZjQJp2U/0uSJ178OXOwbhg==} engines: {node: '>=18.0.0'} - '@smithy/middleware-endpoint@4.1.11': - resolution: {integrity: sha512-zDogwtRLzKl58lVS8wPcARevFZNBOOqnmzWWxVe9XiaXU2CADFjvJ9XfNibgkOWs08sxLuSr81NrpY4mgp9OwQ==} - engines: {node: '>=18.0.0'} - - '@smithy/middleware-endpoint@4.1.6': - resolution: {integrity: sha512-Zdieg07c3ua3ap5ungdcyNnY1OsxmsXXtKDTk28+/YbwIPju0Z1ZX9X5AnkjmDE3+AbqgvhtC/ZuCMSr6VSfPw==} - engines: {node: '>=18.0.0'} - '@smithy/middleware-endpoint@4.4.1': resolution: {integrity: sha512-gpLspUAoe6f1M6H0u4cVuFzxZBrsGZmjx2O9SigurTx4PbntYa4AJ+o0G0oGm1L2oSX6oBhcGHwrfJHup2JnJg==} engines: {node: '>=18.0.0'} - '@smithy/middleware-retry@4.1.12': - resolution: {integrity: sha512-wvIH70c4e91NtRxdaLZF+mbLZ/HcC6yg7ySKUiufL6ESp6zJUSnJucZ309AvG9nqCFHSRB5I6T3Ez1Q9wCh0Ww==} - engines: {node: '>=18.0.0'} - - '@smithy/middleware-retry@4.1.7': - resolution: {integrity: sha512-lFIFUJ0E/4I0UaIDY5usNUzNKAghhxO0lDH4TZktXMmE+e4ActD9F154Si0Unc01aCPzcwd+NcOwQw6AfXXRRQ==} - engines: {node: '>=18.0.0'} - '@smithy/middleware-retry@4.4.17': resolution: {integrity: sha512-MqbXK6Y9uq17h+4r0ogu/sBT6V/rdV+5NvYL7ZV444BKfQygYe8wAhDrVXagVebN6w2RE0Fm245l69mOsPGZzg==} engines: {node: '>=18.0.0'} @@ -4450,22 +4307,10 @@ packages: resolution: {integrity: sha512-yREC3q/HXqQigq29xX3hiy6tFi+kjPKXoYUQmwQdgPORLbQ0n6V2Z/Iw9Nnlu66da9fM/WhDtGvYvqwecrCljQ==} engines: {node: '>=18.0.0'} - '@smithy/middleware-serde@4.0.8': - resolution: {integrity: sha512-iSSl7HJoJaGyMIoNn2B7czghOVwJ9nD7TMvLhMWeSB5vt0TnEYyRRqPJu/TqW76WScaNvYYB8nRoiBHR9S1Ddw==} - engines: {node: '>=18.0.0'} - '@smithy/middleware-serde@4.2.8': resolution: {integrity: sha512-8rDGYen5m5+NV9eHv9ry0sqm2gI6W7mc1VSFMtn6Igo25S507/HaOX9LTHAS2/J32VXD0xSzrY0H5FJtOMS4/w==} engines: {node: '>=18.0.0'} - '@smithy/middleware-stack@4.0.2': - resolution: {integrity: sha512-eSPVcuJJGVYrFYu2hEq8g8WWdJav3sdrI4o2c6z/rjnYDd3xH9j9E7deZQCzFn4QvGPouLngH3dQ+QVTxv5bOQ==} - engines: {node: '>=18.0.0'} - - '@smithy/middleware-stack@4.0.4': - resolution: {integrity: sha512-kagK5ggDrBUCCzI93ft6DjteNSfY8Ulr83UtySog/h09lTIOAJ/xUSObutanlPT0nhoHAkpmW9V5K8oPyLh+QA==} - engines: {node: '>=18.0.0'} - '@smithy/middleware-stack@4.2.7': resolution: {integrity: sha512-bsOT0rJ+HHlZd9crHoS37mt8qRRN/h9jRve1SXUhVbkRzu0QaNYZp1i1jha4n098tsvROjcwfLlfvcFuJSXEsw==} engines: {node: '>=18.0.0'} @@ -4474,10 +4319,6 @@ packages: resolution: {integrity: sha512-1slS5jf5icHETwl5hxEVBj+mh6B+LbVW4yRINsGtUKH+nxM5Pw2H59+qf+JqYFCHp9jssG4vX81f5WKnjMN3Vw==} engines: {node: '>=18.0.0'} - '@smithy/node-config-provider@4.1.3': - resolution: {integrity: sha512-HGHQr2s59qaU1lrVH6MbLlmOBxadtzTsoO4c+bF5asdgVik3I8o7JIOzoeqWc5MjVa+vD36/LWE0iXKpNqooRw==} - engines: {node: '>=18.0.0'} - '@smithy/node-config-provider@4.3.7': resolution: {integrity: sha512-7r58wq8sdOcrwWe+klL9y3bc4GW1gnlfnFOuL7CXa7UzfhzhxKuzNdtqgzmTV+53lEp9NXh5hY/S4UgjLOzPfw==} engines: {node: '>=18.0.0'} @@ -4486,10 +4327,6 @@ packages: resolution: {integrity: sha512-/mdqabuAT3o/ihBGjL94PUbTSPSRJ0eeVTdgADzow0wRJ0rN4A27EOrtlK56MYiO1fDvlO3jVTCxQtQmK9dZ1g==} engines: {node: '>=18.0.0'} - '@smithy/node-http-handler@4.0.6': - resolution: {integrity: sha512-NqbmSz7AW2rvw4kXhKGrYTiJVDHnMsFnX4i+/FzcZAfbOBauPYs2ekuECkSbtqaxETLLTu9Rl/ex6+I2BKErPA==} - engines: {node: '>=18.0.0'} - '@smithy/node-http-handler@4.4.7': resolution: {integrity: sha512-NELpdmBOO6EpZtWgQiHjoShs1kmweaiNuETUpuup+cmm/xJYjT4eUjfhrXRP4jCOaAsS3c3yPsP3B+K+/fyPCQ==} engines: {node: '>=18.0.0'} @@ -4498,58 +4335,22 @@ packages: resolution: {integrity: sha512-wNRoQC1uISOuNc2s4hkOYwYllmiyrvVXWMtq+TysNRVQaHm4yoafYQyjN/goYZS+QbYlPIbb/QRjaUZMuzwQ7A==} engines: {node: '>=18.0.0'} - '@smithy/property-provider@4.0.4': - resolution: {integrity: sha512-qHJ2sSgu4FqF4U/5UUp4DhXNmdTrgmoAai6oQiM+c5RZ/sbDwJ12qxB1M6FnP+Tn/ggkPZf9ccn4jqKSINaquw==} - engines: {node: '>=18.0.0'} - '@smithy/property-provider@4.2.7': resolution: {integrity: sha512-jmNYKe9MGGPoSl/D7JDDs1C8b3dC8f/w78LbaVfoTtWy4xAd5dfjaFG9c9PWPihY4ggMQNQSMtzU77CNgAJwmA==} engines: {node: '>=18.0.0'} - '@smithy/protocol-http@5.1.0': - resolution: {integrity: sha512-KxAOL1nUNw2JTYrtviRRjEnykIDhxc84qMBzxvu1MUfQfHTuBlCG7PA6EdVwqpJjH7glw7FqQoFxUJSyBQgu7g==} - engines: {node: '>=18.0.0'} - - '@smithy/protocol-http@5.1.2': - resolution: {integrity: sha512-rOG5cNLBXovxIrICSBm95dLqzfvxjEmuZx4KK3hWwPFHGdW3lxY0fZNXfv2zebfRO7sJZ5pKJYHScsqopeIWtQ==} - engines: {node: '>=18.0.0'} - '@smithy/protocol-http@5.3.7': resolution: {integrity: sha512-1r07pb994I20dD/c2seaZhoCuNYm0rWrvBxhCQ70brNh11M5Ml2ew6qJVo0lclB3jMIXirD4s2XRXRe7QEi0xA==} engines: {node: '>=18.0.0'} - '@smithy/querystring-builder@4.0.2': - resolution: {integrity: sha512-NTOs0FwHw1vimmQM4ebh+wFQvOwkEf/kQL6bSM1Lock+Bv4I89B3hGYoUEPkmvYPkDKyp5UdXJYu+PoTQ3T31Q==} - engines: {node: '>=18.0.0'} - - '@smithy/querystring-builder@4.0.4': - resolution: {integrity: sha512-SwREZcDnEYoh9tLNgMbpop+UTGq44Hl9tdj3rf+yeLcfH7+J8OXEBaMc2kDxtyRHu8BhSg9ADEx0gFHvpJgU8w==} - engines: {node: '>=18.0.0'} - '@smithy/querystring-builder@4.2.7': resolution: {integrity: sha512-eKONSywHZxK4tBxe2lXEysh8wbBdvDWiA+RIuaxZSgCMmA0zMgoDpGLJhnyj+c0leOQprVnXOmcB4m+W9Rw7sg==} engines: {node: '>=18.0.0'} - '@smithy/querystring-parser@4.0.2': - resolution: {integrity: sha512-v6w8wnmZcVXjfVLjxw8qF7OwESD9wnpjp0Dqry/Pod0/5vcEA3qxCr+BhbOHlxS8O+29eLpT3aagxXGwIoEk7Q==} - engines: {node: '>=18.0.0'} - - '@smithy/querystring-parser@4.0.4': - resolution: {integrity: sha512-6yZf53i/qB8gRHH/l2ZwUG5xgkPgQF15/KxH0DdXMDHjesA9MeZje/853ifkSY0x4m5S+dfDZ+c4x439PF0M2w==} - engines: {node: '>=18.0.0'} - '@smithy/querystring-parser@4.2.7': resolution: {integrity: sha512-3X5ZvzUHmlSTHAXFlswrS6EGt8fMSIxX/c3Rm1Pni3+wYWB6cjGocmRIoqcQF9nU5OgGmL0u7l9m44tSUpfj9w==} engines: {node: '>=18.0.0'} - '@smithy/service-error-classification@4.0.3': - resolution: {integrity: sha512-FTbcajmltovWMjj3tksDQdD23b2w6gH+A0DYA1Yz3iSpjDj8fmkwy62UnXcWMy4d5YoMoSyLFHMfkEVEzbiN8Q==} - engines: {node: '>=18.0.0'} - - '@smithy/service-error-classification@4.0.5': - resolution: {integrity: sha512-LvcfhrnCBvCmTee81pRlh1F39yTS/+kYleVeLCwNtkY8wtGg8V/ca9rbZZvYIl8OjlMtL6KIjaiL/lgVqHD2nA==} - engines: {node: '>=18.0.0'} - '@smithy/service-error-classification@4.2.7': resolution: {integrity: sha512-YB7oCbukqEb2Dlh3340/8g8vNGbs/QsNNRms+gv3N2AtZz9/1vSBx6/6tpwQpZMEJFs7Uq8h4mmOn48ZZ72MkA==} engines: {node: '>=18.0.0'} @@ -4558,22 +4359,10 @@ packages: resolution: {integrity: sha512-J9/gTWBGVuFZ01oVA6vdb4DAjf1XbDhK6sLsu3OS9qmLrS6KB5ygpeHiM3miIbj1qgSJ96GYszXFWv6ErJ8QEw==} engines: {node: '>=18.0.0'} - '@smithy/shared-ini-file-loader@4.0.4': - resolution: {integrity: sha512-63X0260LoFBjrHifPDs+nM9tV0VMkOTl4JRMYNuKh/f5PauSjowTfvF3LogfkWdcPoxsA9UjqEOgjeYIbhb7Nw==} - engines: {node: '>=18.0.0'} - '@smithy/shared-ini-file-loader@4.4.2': resolution: {integrity: sha512-M7iUUff/KwfNunmrgtqBfvZSzh3bmFgv/j/t1Y1dQ+8dNo34br1cqVEqy6v0mYEgi0DkGO7Xig0AnuOaEGVlcg==} engines: {node: '>=18.0.0'} - '@smithy/signature-v4@5.1.0': - resolution: {integrity: sha512-4t5WX60sL3zGJF/CtZsUQTs3UrZEDO2P7pEaElrekbLqkWPYkgqNW1oeiNYC6xXifBnT9dVBOnNQRvOE9riU9w==} - engines: {node: '>=18.0.0'} - - '@smithy/signature-v4@5.1.2': - resolution: {integrity: sha512-d3+U/VpX7a60seHziWnVZOHuEgJlclufjkS6zhXvxcJgkJq4UWdH5eOBLzHRMx6gXjsdT9h6lfpmLzbrdupHgQ==} - engines: {node: '>=18.0.0'} - '@smithy/signature-v4@5.3.7': resolution: {integrity: sha512-9oNUlqBlFZFOSdxgImA6X5GFuzE7V2H7VG/7E70cdLhidFbdtvxxt81EHgykGK5vq5D3FafH//X+Oy31j3CKOg==} engines: {node: '>=18.0.0'} @@ -4582,34 +4371,10 @@ packages: resolution: {integrity: sha512-D5z79xQWpgrGpAHb054Fn2CCTQZpog7JELbVQ6XAvXs5MNKWf28U9gzSBlJkOyMl9LA1TZEjRtwvGXfP0Sl90g==} engines: {node: '>=18.0.0'} - '@smithy/smithy-client@4.2.6': - resolution: {integrity: sha512-WEqP0wQ1N/lVS4pwNK1Vk+0i6QIr66cq/xbu1dVy1tM0A0qYwAYyz0JhbquzM5pMa8s89lyDBtoGKxo7iG74GA==} - engines: {node: '>=18.0.0'} - - '@smithy/smithy-client@4.4.3': - resolution: {integrity: sha512-xxzNYgA0HD6ETCe5QJubsxP0hQH3QK3kbpJz3QrosBCuIWyEXLR/CO5hFb2OeawEKUxMNhz3a1nuJNN2np2RMA==} - engines: {node: '>=18.0.0'} - '@smithy/types@4.11.0': resolution: {integrity: sha512-mlrmL0DRDVe3mNrjTcVcZEgkFmufITfUAPBEA+AHYiIeYyJebso/He1qLbP3PssRe22KUzLRpQSdBPbXdgZ2VA==} engines: {node: '>=18.0.0'} - '@smithy/types@4.2.0': - resolution: {integrity: sha512-7eMk09zQKCO+E/ivsjQv+fDlOupcFUCSC/L2YUPgwhvowVGWbPQHjEFcmjt7QQ4ra5lyowS92SV53Zc6XD4+fg==} - engines: {node: '>=18.0.0'} - - '@smithy/types@4.3.1': - resolution: {integrity: sha512-UqKOQBL2x6+HWl3P+3QqFD4ncKq0I8Nuz9QItGv5WuKuMHuuwlhvqcZCoXGfc+P1QmfJE7VieykoYYmrOoFJxA==} - engines: {node: '>=18.0.0'} - - '@smithy/url-parser@4.0.2': - resolution: {integrity: sha512-Bm8n3j2ScqnT+kJaClSVCMeiSenK6jVAzZCNewsYWuZtnBehEz4r2qP0riZySZVfzB+03XZHJeqfmJDkeeSLiQ==} - engines: {node: '>=18.0.0'} - - '@smithy/url-parser@4.0.4': - resolution: {integrity: sha512-eMkc144MuN7B0TDA4U2fKs+BqczVbk3W+qIvcoCY6D1JY3hnAdCuhCZODC+GAeaxj0p6Jroz4+XMUn3PCxQQeQ==} - engines: {node: '>=18.0.0'} - '@smithy/url-parser@4.2.7': resolution: {integrity: sha512-/RLtVsRV4uY3qPWhBDsjwahAtt3x2IsMGnP5W1b2VZIe+qgCqkLxI1UOHDZp1Q1QSOrdOR32MF3Ph2JfWT1VHg==} engines: {node: '>=18.0.0'} @@ -4630,10 +4395,6 @@ packages: resolution: {integrity: sha512-Fkoh/I76szMKJnBXWPdFkQJl2r9SjPt3cMzLdOB6eJ4Pnpas8hVoWPYemX/peO0yrrvldgCUVJqOAjUrOLjbxg==} engines: {node: '>=18.0.0'} - '@smithy/util-body-length-node@4.0.0': - resolution: {integrity: sha512-q0iDP3VsZzqJyje8xJWEJCNIu3lktUGVoSy1KB0UWym2CL1siV3artm+u1DFYTLejpsrdGyCSWBdGNjJzfDPjg==} - engines: {node: '>=18.0.0'} - '@smithy/util-body-length-node@4.2.1': resolution: {integrity: sha512-h53dz/pISVrVrfxV1iqXlx5pRg3V2YWFcSQyPyXZRrZoZj4R4DeWRDo1a7dd3CPTcFi3kE+98tuNyD2axyZReA==} engines: {node: '>=18.0.0'} @@ -4658,26 +4419,10 @@ packages: resolution: {integrity: sha512-YEjpl6XJ36FTKmD+kRJJWYvrHeUvm5ykaUS5xK+6oXffQPHeEM4/nXlZPe+Wu0lsgRUcNZiliYNh/y7q9c2y6Q==} engines: {node: '>=18.0.0'} - '@smithy/util-defaults-mode-browser@4.0.14': - resolution: {integrity: sha512-l7QnMX8VcDOH6n/fBRu4zqguSlOBZxFzWqp58dXFSARFBjNlmEDk5G/z4T7BMGr+rI0Pg8MkhmMUfEtHFgpy2g==} - engines: {node: '>=18.0.0'} - - '@smithy/util-defaults-mode-browser@4.0.19': - resolution: {integrity: sha512-mvLMh87xSmQrV5XqnUYEPoiFFeEGYeAKIDDKdhE2ahqitm8OHM3aSvhqL6rrK6wm1brIk90JhxDf5lf2hbrLbQ==} - engines: {node: '>=18.0.0'} - '@smithy/util-defaults-mode-browser@4.3.16': resolution: {integrity: sha512-/eiSP3mzY3TsvUOYMeL4EqUX6fgUOj2eUOU4rMMgVbq67TiRLyxT7Xsjxq0bW3OwuzK009qOwF0L2OgJqperAQ==} engines: {node: '>=18.0.0'} - '@smithy/util-defaults-mode-node@4.0.14': - resolution: {integrity: sha512-Ujs1gsWDo3m/T63VWBTBmHLTD2UlU6J6FEokLCEp7OZQv45jcjLHoxTwgWsi8ULpsYozvH4MTWkRP+bhwr0vDg==} - engines: {node: '>=18.0.0'} - - '@smithy/util-defaults-mode-node@4.0.19': - resolution: {integrity: sha512-8tYnx+LUfj6m+zkUUIrIQJxPM1xVxfRBvoGHua7R/i6qAxOMjqR6CpEpDwKoIs1o0+hOjGvkKE23CafKL0vJ9w==} - engines: {node: '>=18.0.0'} - '@smithy/util-defaults-mode-node@4.2.19': resolution: {integrity: sha512-3a4+4mhf6VycEJyHIQLypRbiwG6aJvbQAeRAVXydMmfweEPnLLabRbdyo/Pjw8Rew9vjsh5WCdhmDaHkQnhhhA==} engines: {node: '>=18.0.0'} @@ -4686,10 +4431,6 @@ packages: resolution: {integrity: sha512-VfFATC1bmZLV2858B/O1NpMcL32wYo8DPPhHxYxDCodDl3f3mSZ5oJheW1IF91A0EeAADz2WsakM/hGGPGNKLg==} engines: {node: '>=18.0.0'} - '@smithy/util-endpoints@3.0.6': - resolution: {integrity: sha512-YARl3tFL3WgPuLzljRUnrS2ngLiUtkwhQtj8PAL13XZSyUiNLQxwG3fBBq3QXFqGFUXepIN73pINp3y8c2nBmA==} - engines: {node: '>=18.0.0'} - '@smithy/util-endpoints@3.2.7': resolution: {integrity: sha512-s4ILhyAvVqhMDYREeTS68R43B1V5aenV5q/V1QpRQJkCXib5BPRo4s7uNdzGtIKxaPHCfU/8YkvPAEvTpxgspg==} engines: {node: '>=18.0.0'} @@ -4706,22 +4447,10 @@ packages: resolution: {integrity: sha512-6GDamTGLuBQVAEuQ4yDQ+ti/YINf/MEmIegrEeg7DdB/sld8BX1lqt9RRuIcABOhAGTA50bRbPzErez7SlDtDQ==} engines: {node: '>=18.0.0'} - '@smithy/util-middleware@4.0.4': - resolution: {integrity: sha512-9MLKmkBmf4PRb0ONJikCbCwORACcil6gUWojwARCClT7RmLzF04hUR4WdRprIXal7XVyrddadYNfp2eF3nrvtQ==} - engines: {node: '>=18.0.0'} - '@smithy/util-middleware@4.2.7': resolution: {integrity: sha512-i1IkpbOae6NvIKsEeLLM9/2q4X+M90KV3oCFgWQI4q0Qz+yUZvsr+gZPdAEAtFhWQhAHpTsJO8DRJPuwVyln+w==} engines: {node: '>=18.0.0'} - '@smithy/util-retry@4.0.3': - resolution: {integrity: sha512-DPuYjZQDXmKr/sNvy9Spu8R/ESa2e22wXZzSAY6NkjOLj6spbIje/Aq8rT97iUMdDj0qHMRIe+bTxvlU74d9Ng==} - engines: {node: '>=18.0.0'} - - '@smithy/util-retry@4.0.5': - resolution: {integrity: sha512-V7MSjVDTlEt/plmOFBn1762Dyu5uqMrV2Pl2X0dYk4XvWfdWJNe9Bs5Bzb56wkCuiWjSfClVMGcsuKrGj7S/yg==} - engines: {node: '>=18.0.0'} - '@smithy/util-retry@4.2.7': resolution: {integrity: sha512-SvDdsQyF5CIASa4EYVT02LukPHVzAgUA4kMAuZ97QJc2BpAqZfA4PINB8/KOoCXEw9tsuv/jQjMeaHFvxdLNGg==} engines: {node: '>=18.0.0'} @@ -4730,18 +4459,10 @@ packages: resolution: {integrity: sha512-Vj1TtwWnuWqdgQI6YTUF5hQ/0jmFiOYsc51CSMgj7QfyO+RF4EnT2HNjoviNlOOmgzgvf3f5yno+EiC4vrnaWQ==} engines: {node: '>=18.0.0'} - '@smithy/util-stream@4.2.2': - resolution: {integrity: sha512-aI+GLi7MJoVxg24/3J1ipwLoYzgkB4kUfogZfnslcYlynj3xsQ0e7vk4TnTro9hhsS5PvX1mwmkRqqHQjwcU7w==} - engines: {node: '>=18.0.0'} - '@smithy/util-stream@4.5.8': resolution: {integrity: sha512-ZnnBhTapjM0YPGUSmOs0Mcg/Gg87k503qG4zU2v/+Js2Gu+daKOJMeqcQns8ajepY8tgzzfYxl6kQyZKml6O2w==} engines: {node: '>=18.0.0'} - '@smithy/util-uri-escape@4.0.0': - resolution: {integrity: sha512-77yfbCbQMtgtTylO9itEAdpPXSog3ZxMe09AEhm0dU0NLTalV70ghDZFR+Nfi1C60jnJoh/Re4090/DuZh2Omg==} - engines: {node: '>=18.0.0'} - '@smithy/util-uri-escape@4.2.0': resolution: {integrity: sha512-igZpCKV9+E/Mzrpq6YacdTQ0qTiLm85gD6N/IrmyDvQFA4UnU3d5g3m8tMT/6zG/vVkWSU+VxeUyGonL62DuxA==} engines: {node: '>=18.0.0'} @@ -4758,14 +4479,6 @@ packages: resolution: {integrity: sha512-zBPfuzoI8xyBtR2P6WQj63Rz8i3AmfAaJLuNG8dWsfvPe8lO4aCPYLn879mEgHndZH1zQ2oXmG8O1GGzzaoZiw==} engines: {node: '>=18.0.0'} - '@smithy/util-waiter@4.0.3': - resolution: {integrity: sha512-JtaY3FxmD+te+KSI2FJuEcfNC9T/DGGVf551babM7fAaXhjJUt7oSYurH1Devxd2+BOSUACCgt3buinx4UnmEA==} - engines: {node: '>=18.0.0'} - - '@smithy/util-waiter@4.0.5': - resolution: {integrity: sha512-4QvC49HTteI1gfemu0I1syWovJgPvGn7CVUoN9ZFkdvr/cCFkrEL7qNCdx/2eICqDWEGnnr68oMdSIPCLAriSQ==} - engines: {node: '>=18.0.0'} - '@smithy/util-waiter@4.2.7': resolution: {integrity: sha512-vHJFXi9b7kUEpHWUCY3Twl+9NPOZvQ0SAi+Ewtn48mbiJk4JY9MZmKQjGB4SCvVb9WPiSphZJYY6RIbs+grrzw==} engines: {node: '>=18.0.0'} @@ -5001,6 +4714,9 @@ packages: '@types/node@22.15.18': resolution: {integrity: sha512-v1DKRfUdyW+jJhZNEI1PYy29S2YRxMV5AOO/x/SjKmW0acCIOqmbj6Haf9eHAhsPmrhlHSxEhv/1WszcLWV4cg==} + '@types/node@25.0.3': + resolution: {integrity: sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==} + '@types/nodemailer@6.4.17': resolution: {integrity: sha512-I9CCaIp6DTldEg7vyUTZi8+9Vo0hi1/T8gv3C89yk1rSAAzoKQ8H8ki/jBYJSFoH/BisgLP8tkZMlQ91CIquww==} @@ -5961,9 +5677,6 @@ packages: resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} hasBin: true - baidu-aip-sdk@4.16.16: - resolution: {integrity: sha512-dXjeQrd/eJIXDzBXNKArZZyFxf2boUI+XKEqb7yLUwnNiHJT3xDmHz30Oobe1LxOFFsvdH5pm72+pzi6MbXgmw==} - balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -6044,9 +5757,6 @@ packages: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - browser-stdout@1.3.0: - resolution: {integrity: sha512-7Rfk377tpSM9TWBEeHs0FlDZGoAIei2V/4MdZJoFMBFAK6BqLpxAIUepGRHGdPFgGsLb02PXovC4qddyHvQqTg==} - browser-stdout@1.3.1: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} @@ -6442,9 +6152,6 @@ packages: resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} - commander@2.11.0: - resolution: {integrity: sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==} - commander@2.15.1: resolution: {integrity: sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==} @@ -6633,6 +6340,10 @@ packages: resolution: {integrity: sha512-2Ww9JeSzJTVBnKCWTHwWtU0mVwl2yxn2VUw8KhOnMKbqEbRpsBr0p1ZugB9/7h43bMZA0YlY3+P52k0KN4M9lQ==} engines: {node: '>= 6'} + cos-nodejs-sdk-v5@2.15.4: + resolution: {integrity: sha512-TP/iYTvKKKhRK89on9SRfSMGEw/9SFAAU8EC1kdT5Fmpx7dAwaCNM2+R2H1TSYoQt+03rwOs8QEfNkX8GOHjHQ==} + engines: {node: '>= 6'} + cosmiconfig@8.3.6: resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} @@ -6872,6 +6583,15 @@ packages: supports-color: optional: true + debug@4.4.3: + resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} engines: {node: '>=0.10.0'} @@ -7025,10 +6745,6 @@ packages: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - diff@3.3.1: - resolution: {integrity: sha512-MKPHZDMB0o6yHyDryUOScqZibp914ksXwAMYMTHj6KO8UeKsRYNJD3oNCKjTqZon+V488P7N/HzXF8t7ZR95ww==} - engines: {node: '>=0.3.1'} - diff@3.5.0: resolution: {integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==} engines: {node: '>=0.3.1'} @@ -7654,10 +7370,6 @@ packages: filelist@1.0.4: resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} - filesize@10.1.6: - resolution: {integrity: sha512-sJslQKU2uM33qH5nqewAwVB2QgR6w1aMNsYUp3aN5rMRyXEwJGmZvaWzeJFNTOXWlHQyBFCWrdj3fV/fsTOX8w==} - engines: {node: '>= 10.4.0'} - fill-range@7.1.1: resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} engines: {node: '>=8'} @@ -7737,6 +7449,10 @@ packages: resolution: {integrity: sha512-q5YBMeWy6E2Un0nMGWMgI65MAKtaylxfNJGJxpGh45YDciZB4epbWpaAfImil6CPAPTYB4sh0URQNDRIZG5F2w==} engines: {node: '>= 6'} + form-data@3.0.4: + resolution: {integrity: sha512-f0cRzm6dkyVYV3nPoooP8XlccPQukegwhAnpoLcXy+X+A8KfpGOoXwDr9FLZd3wzgLaBGQBE3lY93Zm/i1JvIQ==} + engines: {node: '>= 6'} + form-data@4.0.2: resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} engines: {node: '>= 6'} @@ -8001,10 +7717,6 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - growl@1.10.3: - resolution: {integrity: sha512-hKlsbA5Vu3xsh1Cg3J7jSmX/WaW6A5oBeqzM88oNbCRQFz+zUaXm6yxS4RVytp1scBoJzSYl4YAEOQIt6O8V1Q==} - engines: {node: '>=4.x'} - growl@1.10.5: resolution: {integrity: sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==} engines: {node: '>=4.x'} @@ -8039,10 +7751,6 @@ packages: resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==} engines: {node: '>= 0.4'} - has-flag@2.0.0: - resolution: {integrity: sha512-P+1n3MnwjR/Epg9BBo1KT8qbye2g2Ou4sFumihwt6I4tsUX7jnLcX4BTOSKg/B1ZrIYMN9FcEnG4x5a7NB8Eng==} - engines: {node: '>=0.10.0'} - has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} @@ -8297,6 +8005,10 @@ packages: resolution: {integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + ini@5.0.0: + resolution: {integrity: sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==} + engines: {node: ^18.17.0 || >=20.5.0} + inquirer@7.3.3: resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} engines: {node: '>=8.0.0'} @@ -8735,9 +8447,6 @@ packages: engines: {node: '>=12.0.0'} hasBin: true - jsencrypt@3.3.2: - resolution: {integrity: sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==} - jsesc@1.3.0: resolution: {integrity: sha512-Mke0DA0QjUWuJlhsE0ZPPhYiJkRap642SmI/4ztCFaUs6V2AiH1sfecc+57NgaryfAA2VR3v6O+CSjC1jZJKOA==} hasBin: true @@ -9466,11 +9175,6 @@ packages: engines: {node: '>= 14.0.0'} hasBin: true - mocha@4.1.0: - resolution: {integrity: sha512-0RVnjg1HJsXY2YFDoTNzcc1NKhYuXKRrBAG2gDygmJJA136Cs2QlRliZG1mA0ap7cuaT30mw16luAeln+4RiNA==} - engines: {node: '>= 4.0.0'} - hasBin: true - mocha@5.2.0: resolution: {integrity: sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ==} engines: {node: '>= 4.0.0'} @@ -10781,14 +10485,6 @@ packages: resolution: {integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==} engines: {node: '>=6.0.0'} - q@1.5.1: - resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} - engines: {node: '>=0.6.0', teleport: '>=0.2.0'} - deprecated: |- - You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. - - (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) - qiniu-js@3.4.1: resolution: {integrity: sha512-8vxrLqDPlJUk3fUAaTozh3TAT3ww9B5KqGogmGuTiFHnewXDoMxTCSY5z8Ab5UNdrCo6ZxDM07G/o++CICRUFw==} @@ -11184,6 +10880,7 @@ packages: scmp@2.1.0: resolution: {integrity: sha512-o/mRQGk9Rcer/jEEw/yw4mwo3EU/NvYvp577/Btqrym9Qy5/MdWGBqipbALgd2lrdWTJ5/gqDusxfnQBxOxT2Q==} + deprecated: Just use Node.js's crypto.timingSafeEqual() scroll-into-view-if-needed@2.2.31: resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==} @@ -11217,6 +10914,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.7.3: + resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} + engines: {node: '>=10'} + hasBin: true + seq-queue@0.0.5: resolution: {integrity: sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q==} @@ -11277,27 +10979,9 @@ packages: shiki@3.4.1: resolution: {integrity: sha512-PSnoczt+iWIOB4iRQ+XVPFtTuN1FcmuYzPgUBZTSv5pC6CozssIx2M4O5n4S9gJlUu9A3FxMU0ZPaHflky/6LA==} - should-equal@2.0.0: - resolution: {integrity: sha512-ZP36TMrK9euEuWQYBig9W55WPC7uo37qzAEmbjHz4gfyuXrEUgF8cUvQVO+w+d3OMfPvSRQJ22lSm8MQJ43LTA==} - - should-format@3.0.3: - resolution: {integrity: sha512-hZ58adtulAk0gKtua7QxevgUaXTTXxIi8t41L3zo9AHvjXO1/7sdLECuHeIN2SRtYXpNkmhoUP2pdeWgricQ+Q==} - should-send-same-site-none@2.0.5: resolution: {integrity: sha512-7dig49H7sKnv1v/GPoFQChGgJdEX9s2oy9TQBSD5RbUx7M9CCRjHMaFP06v+DZQNM0K+o8dBhvBAd4eEKirqbQ==} - should-type-adaptors@1.1.0: - resolution: {integrity: sha512-JA4hdoLnN+kebEp2Vs8eBe9g7uy0zbRo+RMcU0EsNy+R+k049Ki+N5tT5Jagst2g7EAja+euFuoXFCa8vIklfA==} - - should-type@1.4.0: - resolution: {integrity: sha512-MdAsTu3n25yDbIe1NeN69G4n6mUnJGtSJHygX3+oN0ZbO3DTiATnf7XnYJdGT42JCXurTb1JI0qOBR65shvhPQ==} - - should-util@1.0.1: - resolution: {integrity: sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g==} - - should@13.2.3: - resolution: {integrity: sha512-ggLesLtu2xp+ZxI+ysJTmNjh2U0TsC+rQ/pfED9bUZZ4DKefP27D+7YJVVTvKsmjLpIi9jAa7itwDGkDDmt1GQ==} - side-channel-list@1.0.0: resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} engines: {node: '>= 0.4'} @@ -11703,10 +11387,6 @@ packages: resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} engines: {node: '>=0.8.0'} - supports-color@4.4.0: - resolution: {integrity: sha512-rKC3+DyXWgK0ZLKwmRsrkyHVZAjNkfzeehuFWdGGcqGDTZFH73+RH6S/RDAAxl9GusSjZSUWYLmT9N5pzXFOXQ==} - engines: {node: '>=4'} - supports-color@5.4.0: resolution: {integrity: sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==} engines: {node: '>=4'} @@ -11815,6 +11495,10 @@ packages: resolution: {integrity: sha512-30Ju53bTd3OjMRwfieDvEYvjHhHVg2Eqc0EM7H8gKEWq0y3xMEdrxgYRrjhIkRo5Doc5YEOl6uUJUCfeT7dmFA==} engines: {node: '>=10'} + tencentcloud-sdk-nodejs@4.1.166: + resolution: {integrity: sha512-NUGDGgJyZD53M9bp6cDLFKXbaLU+55ag1dqVzO6/6gWNnBetVpzRTAJVeuTwc+hRuWpEK8TKQgbxX/CmCkuAoA==} + engines: {node: '>=10'} + terser@5.39.1: resolution: {integrity: sha512-Mm6+uad0ZuDtcV8/4uOZQDQ8RuiC5Pu+iZRedJtF7yA/27sPL7d++In/AJKpWZlU3SYMPPkVfwetn6sgZ66pUA==} engines: {node: '>=10'} @@ -12194,6 +11878,11 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + engines: {node: '>=14.17'} + hasBin: true + typical@2.6.1: resolution: {integrity: sha512-ofhi8kjIje6npGozTip9Fr8iecmYfEbS06i0JnIg+rh51KakryWF4+jX8lLKZVhy6N+ID45WYSFCxPOdTWCzNg==} @@ -12235,6 +11924,9 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.16.0: + resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} + undici@7.9.0: resolution: {integrity: sha512-e696y354tf5cFZPXsF26Yg+5M63+5H3oE6Vtkh2oqbvsE2Oe7s2nIbcQh5lmG7Lp/eS29vJtTpw9+p6PX0qNSg==} engines: {node: '>=20.18.1'} @@ -12358,9 +12050,6 @@ packages: resolution: {integrity: sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==} engines: {node: '>= 0.4'} - urlencode@1.1.0: - resolution: {integrity: sha512-OOAOh9owHXr/rCN1tteSnYwIvsrGHamSz0hafMhmQa7RcS4+Ets6/2iVClVGjt9jkDW84UqoMw/Gmpc7QolX6A==} - urllib@2.44.0: resolution: {integrity: sha512-zRCJqdfYllRDA9bXUtx+vccyRqtJPKsw85f44zH7zPD28PIvjMqIgw9VwoTLV7xTBWZsbebUFVHU5ghQcWku2A==} engines: {node: '>= 0.10.0'} @@ -12652,6 +12341,7 @@ packages: vue-i18n@9.14.4: resolution: {integrity: sha512-B934C8yUyWLT0EMud3DySrwSUJI7ZNiWYsEEz2gknTthqKiG4dzWE/WSa8AzCuSQzwBEv4HtG1jZDhgzPfWSKQ==} engines: {node: '>= 16'} + deprecated: v9 and v10 no longer supported. please migrate to v11. about maintenance status, see https://vue-i18n.intlify.dev/guide/maintenance.html peerDependencies: vue: ^3.0.0 @@ -13192,7 +12882,7 @@ snapshots: '@alicloud/gateway-spi@0.0.8': dependencies: - '@alicloud/credentials': 2.4.3 + '@alicloud/credentials': 2.4.4 '@alicloud/tea-typescript': 1.8.0 transitivePeerDependencies: - supports-color @@ -13208,6 +12898,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@alicloud/openapi-client@0.4.15': + dependencies: + '@alicloud/credentials': 2.4.4 + '@alicloud/gateway-spi': 0.0.8 + '@alicloud/openapi-util': 0.3.2 + '@alicloud/tea-typescript': 1.8.0 + '@alicloud/tea-util': 1.4.9 + '@alicloud/tea-xml': 0.0.3 + transitivePeerDependencies: + - supports-color + '@alicloud/openapi-core@1.0.4': dependencies: '@alicloud/credentials': 2.4.4 @@ -13220,7 +12921,7 @@ snapshots: '@alicloud/openapi-util@0.3.2': dependencies: '@alicloud/tea-typescript': 1.8.0 - '@alicloud/tea-util': 1.4.10 + '@alicloud/tea-util': 1.4.11 kitx: 2.2.0 sm3: 1.0.3 transitivePeerDependencies: @@ -13251,6 +12952,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@alicloud/tea-util@1.4.11': + dependencies: + '@alicloud/tea-typescript': 1.8.0 + '@darabonba/typescript': 1.0.3 + kitx: 2.2.0 + transitivePeerDependencies: + - supports-color + '@alicloud/tea-util@1.4.9': dependencies: '@alicloud/tea-typescript': 1.8.0 @@ -13311,7 +13020,7 @@ snapshots: dependencies: '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.804.0 + '@aws-sdk/types': 3.957.0 '@aws-sdk/util-locate-window': 3.804.0 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 @@ -13342,159 +13051,21 @@ snapshots: '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 - '@aws-sdk/client-acm@3.810.0(aws-crt@1.26.2)': + '@aws-sdk/client-acm@3.964.0(aws-crt@1.26.2)': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.810.0 - '@aws-sdk/credential-provider-node': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/middleware-host-header': 3.804.0 - '@aws-sdk/middleware-logger': 3.804.0 - '@aws-sdk/middleware-recursion-detection': 3.804.0 - '@aws-sdk/middleware-user-agent': 3.810.0 - '@aws-sdk/region-config-resolver': 3.808.0 - '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-endpoints': 3.808.0 - '@aws-sdk/util-user-agent-browser': 3.804.0 - '@aws-sdk/util-user-agent-node': 3.810.0(aws-crt@1.26.2) - '@smithy/config-resolver': 4.1.2 - '@smithy/core': 3.3.3 - '@smithy/fetch-http-handler': 5.0.2 - '@smithy/hash-node': 4.0.2 - '@smithy/invalid-dependency': 4.0.2 - '@smithy/middleware-content-length': 4.0.2 - '@smithy/middleware-endpoint': 4.1.6 - '@smithy/middleware-retry': 4.1.7 - '@smithy/middleware-serde': 4.0.5 - '@smithy/middleware-stack': 4.0.2 - '@smithy/node-config-provider': 4.1.1 - '@smithy/node-http-handler': 4.0.4 - '@smithy/protocol-http': 5.1.0 - '@smithy/smithy-client': 4.2.6 - '@smithy/types': 4.2.0 - '@smithy/url-parser': 4.0.2 - '@smithy/util-base64': 4.0.0 - '@smithy/util-body-length-browser': 4.0.0 - '@smithy/util-body-length-node': 4.0.0 - '@smithy/util-defaults-mode-browser': 4.0.14 - '@smithy/util-defaults-mode-node': 4.0.14 - '@smithy/util-endpoints': 3.0.4 - '@smithy/util-middleware': 4.0.2 - '@smithy/util-retry': 4.0.3 - '@smithy/util-utf8': 4.0.0 - '@smithy/util-waiter': 4.0.3 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/client-cloudfront@3.810.0(aws-crt@1.26.2)': - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.810.0 - '@aws-sdk/credential-provider-node': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/middleware-host-header': 3.804.0 - '@aws-sdk/middleware-logger': 3.804.0 - '@aws-sdk/middleware-recursion-detection': 3.804.0 - '@aws-sdk/middleware-user-agent': 3.810.0 - '@aws-sdk/region-config-resolver': 3.808.0 - '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-endpoints': 3.808.0 - '@aws-sdk/util-user-agent-browser': 3.804.0 - '@aws-sdk/util-user-agent-node': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/xml-builder': 3.804.0 - '@smithy/config-resolver': 4.1.2 - '@smithy/core': 3.3.3 - '@smithy/fetch-http-handler': 5.0.2 - '@smithy/hash-node': 4.0.2 - '@smithy/invalid-dependency': 4.0.2 - '@smithy/middleware-content-length': 4.0.2 - '@smithy/middleware-endpoint': 4.1.6 - '@smithy/middleware-retry': 4.1.7 - '@smithy/middleware-serde': 4.0.5 - '@smithy/middleware-stack': 4.0.2 - '@smithy/node-config-provider': 4.1.1 - '@smithy/node-http-handler': 4.0.4 - '@smithy/protocol-http': 5.1.0 - '@smithy/smithy-client': 4.2.6 - '@smithy/types': 4.2.0 - '@smithy/url-parser': 4.0.2 - '@smithy/util-base64': 4.0.0 - '@smithy/util-body-length-browser': 4.0.0 - '@smithy/util-body-length-node': 4.0.0 - '@smithy/util-defaults-mode-browser': 4.0.14 - '@smithy/util-defaults-mode-node': 4.0.14 - '@smithy/util-endpoints': 3.0.4 - '@smithy/util-middleware': 4.0.2 - '@smithy/util-retry': 4.0.3 - '@smithy/util-stream': 4.2.0 - '@smithy/util-utf8': 4.0.0 - '@smithy/util-waiter': 4.0.3 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/client-iam@3.823.0(aws-crt@1.26.2)': - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.823.0 - '@aws-sdk/credential-provider-node': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/middleware-host-header': 3.821.0 - '@aws-sdk/middleware-logger': 3.821.0 - '@aws-sdk/middleware-recursion-detection': 3.821.0 - '@aws-sdk/middleware-user-agent': 3.823.0 - '@aws-sdk/region-config-resolver': 3.821.0 - '@aws-sdk/types': 3.821.0 - '@aws-sdk/util-endpoints': 3.821.0 - '@aws-sdk/util-user-agent-browser': 3.821.0 - '@aws-sdk/util-user-agent-node': 3.823.0(aws-crt@1.26.2) - '@smithy/config-resolver': 4.1.4 - '@smithy/core': 3.5.3 - '@smithy/fetch-http-handler': 5.0.4 - '@smithy/hash-node': 4.0.4 - '@smithy/invalid-dependency': 4.0.4 - '@smithy/middleware-content-length': 4.0.4 - '@smithy/middleware-endpoint': 4.1.11 - '@smithy/middleware-retry': 4.1.12 - '@smithy/middleware-serde': 4.0.8 - '@smithy/middleware-stack': 4.0.4 - '@smithy/node-config-provider': 4.1.3 - '@smithy/node-http-handler': 4.0.6 - '@smithy/protocol-http': 5.1.2 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.3.1 - '@smithy/url-parser': 4.0.4 - '@smithy/util-base64': 4.0.0 - '@smithy/util-body-length-browser': 4.0.0 - '@smithy/util-body-length-node': 4.0.0 - '@smithy/util-defaults-mode-browser': 4.0.19 - '@smithy/util-defaults-mode-node': 4.0.19 - '@smithy/util-endpoints': 3.0.6 - '@smithy/util-middleware': 4.0.4 - '@smithy/util-retry': 4.0.5 - '@smithy/util-utf8': 4.0.0 - '@smithy/util-waiter': 4.0.5 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/client-route-53@3.957.0(aws-crt@1.26.2)': - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.957.0 - '@aws-sdk/credential-provider-node': 3.957.0(aws-crt@1.26.2) + '@aws-sdk/core': 3.964.0 + '@aws-sdk/credential-provider-node': 3.964.0(aws-crt@1.26.2) '@aws-sdk/middleware-host-header': 3.957.0 '@aws-sdk/middleware-logger': 3.957.0 '@aws-sdk/middleware-recursion-detection': 3.957.0 - '@aws-sdk/middleware-sdk-route53': 3.957.0 - '@aws-sdk/middleware-user-agent': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.964.0 '@aws-sdk/region-config-resolver': 3.957.0 '@aws-sdk/types': 3.957.0 '@aws-sdk/util-endpoints': 3.957.0 '@aws-sdk/util-user-agent-browser': 3.957.0 - '@aws-sdk/util-user-agent-node': 3.957.0(aws-crt@1.26.2) + '@aws-sdk/util-user-agent-node': 3.964.0(aws-crt@1.26.2) '@smithy/config-resolver': 4.4.5 '@smithy/core': 3.20.0 '@smithy/fetch-http-handler': 5.3.8 @@ -13525,167 +13096,217 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-s3@3.810.0(aws-crt@1.26.2)': - dependencies: - '@aws-crypto/sha1-browser': 5.2.0 - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.810.0 - '@aws-sdk/credential-provider-node': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/middleware-bucket-endpoint': 3.808.0 - '@aws-sdk/middleware-expect-continue': 3.804.0 - '@aws-sdk/middleware-flexible-checksums': 3.810.0 - '@aws-sdk/middleware-host-header': 3.804.0 - '@aws-sdk/middleware-location-constraint': 3.804.0 - '@aws-sdk/middleware-logger': 3.804.0 - '@aws-sdk/middleware-recursion-detection': 3.804.0 - '@aws-sdk/middleware-sdk-s3': 3.810.0 - '@aws-sdk/middleware-ssec': 3.804.0 - '@aws-sdk/middleware-user-agent': 3.810.0 - '@aws-sdk/region-config-resolver': 3.808.0 - '@aws-sdk/signature-v4-multi-region': 3.810.0 - '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-endpoints': 3.808.0 - '@aws-sdk/util-user-agent-browser': 3.804.0 - '@aws-sdk/util-user-agent-node': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/xml-builder': 3.804.0 - '@smithy/config-resolver': 4.1.2 - '@smithy/core': 3.3.3 - '@smithy/eventstream-serde-browser': 4.0.2 - '@smithy/eventstream-serde-config-resolver': 4.1.0 - '@smithy/eventstream-serde-node': 4.0.2 - '@smithy/fetch-http-handler': 5.0.2 - '@smithy/hash-blob-browser': 4.0.2 - '@smithy/hash-node': 4.0.2 - '@smithy/hash-stream-node': 4.0.2 - '@smithy/invalid-dependency': 4.0.2 - '@smithy/md5-js': 4.0.2 - '@smithy/middleware-content-length': 4.0.2 - '@smithy/middleware-endpoint': 4.1.6 - '@smithy/middleware-retry': 4.1.7 - '@smithy/middleware-serde': 4.0.5 - '@smithy/middleware-stack': 4.0.2 - '@smithy/node-config-provider': 4.1.1 - '@smithy/node-http-handler': 4.0.4 - '@smithy/protocol-http': 5.1.0 - '@smithy/smithy-client': 4.2.6 - '@smithy/types': 4.2.0 - '@smithy/url-parser': 4.0.2 - '@smithy/util-base64': 4.0.0 - '@smithy/util-body-length-browser': 4.0.0 - '@smithy/util-body-length-node': 4.0.0 - '@smithy/util-defaults-mode-browser': 4.0.14 - '@smithy/util-defaults-mode-node': 4.0.14 - '@smithy/util-endpoints': 3.0.4 - '@smithy/util-middleware': 4.0.2 - '@smithy/util-retry': 4.0.3 - '@smithy/util-stream': 4.2.0 - '@smithy/util-utf8': 4.0.0 - '@smithy/util-waiter': 4.0.3 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/client-sso@3.810.0(aws-crt@1.26.2)': + '@aws-sdk/client-cloudfront@3.964.0(aws-crt@1.26.2)': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.810.0 - '@aws-sdk/middleware-host-header': 3.804.0 - '@aws-sdk/middleware-logger': 3.804.0 - '@aws-sdk/middleware-recursion-detection': 3.804.0 - '@aws-sdk/middleware-user-agent': 3.810.0 - '@aws-sdk/region-config-resolver': 3.808.0 - '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-endpoints': 3.808.0 - '@aws-sdk/util-user-agent-browser': 3.804.0 - '@aws-sdk/util-user-agent-node': 3.810.0(aws-crt@1.26.2) - '@smithy/config-resolver': 4.1.4 - '@smithy/core': 3.5.3 - '@smithy/fetch-http-handler': 5.0.4 - '@smithy/hash-node': 4.0.4 - '@smithy/invalid-dependency': 4.0.4 - '@smithy/middleware-content-length': 4.0.4 - '@smithy/middleware-endpoint': 4.1.11 - '@smithy/middleware-retry': 4.1.12 - '@smithy/middleware-serde': 4.0.8 - '@smithy/middleware-stack': 4.0.4 - '@smithy/node-config-provider': 4.1.3 - '@smithy/node-http-handler': 4.0.6 - '@smithy/protocol-http': 5.3.7 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.11.0 - '@smithy/url-parser': 4.0.4 - '@smithy/util-base64': 4.0.0 - '@smithy/util-body-length-browser': 4.0.0 - '@smithy/util-body-length-node': 4.0.0 - '@smithy/util-defaults-mode-browser': 4.0.19 - '@smithy/util-defaults-mode-node': 4.0.19 - '@smithy/util-endpoints': 3.0.6 - '@smithy/util-middleware': 4.2.7 - '@smithy/util-retry': 4.0.5 - '@smithy/util-utf8': 4.2.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/client-sso@3.823.0(aws-crt@1.26.2)': - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.823.0 - '@aws-sdk/middleware-host-header': 3.821.0 - '@aws-sdk/middleware-logger': 3.821.0 - '@aws-sdk/middleware-recursion-detection': 3.821.0 - '@aws-sdk/middleware-user-agent': 3.823.0 - '@aws-sdk/region-config-resolver': 3.821.0 - '@aws-sdk/types': 3.821.0 - '@aws-sdk/util-endpoints': 3.821.0 - '@aws-sdk/util-user-agent-browser': 3.821.0 - '@aws-sdk/util-user-agent-node': 3.823.0(aws-crt@1.26.2) - '@smithy/config-resolver': 4.1.4 - '@smithy/core': 3.5.3 - '@smithy/fetch-http-handler': 5.0.4 - '@smithy/hash-node': 4.0.4 - '@smithy/invalid-dependency': 4.0.4 - '@smithy/middleware-content-length': 4.0.4 - '@smithy/middleware-endpoint': 4.1.11 - '@smithy/middleware-retry': 4.1.12 - '@smithy/middleware-serde': 4.0.8 - '@smithy/middleware-stack': 4.0.4 - '@smithy/node-config-provider': 4.1.3 - '@smithy/node-http-handler': 4.0.6 - '@smithy/protocol-http': 5.3.7 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.11.0 - '@smithy/url-parser': 4.0.4 - '@smithy/util-base64': 4.0.0 - '@smithy/util-body-length-browser': 4.0.0 - '@smithy/util-body-length-node': 4.0.0 - '@smithy/util-defaults-mode-browser': 4.0.19 - '@smithy/util-defaults-mode-node': 4.0.19 - '@smithy/util-endpoints': 3.0.6 - '@smithy/util-middleware': 4.2.7 - '@smithy/util-retry': 4.0.5 - '@smithy/util-utf8': 4.2.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/client-sso@3.957.0(aws-crt@1.26.2)': - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.957.0 + '@aws-sdk/core': 3.964.0 + '@aws-sdk/credential-provider-node': 3.964.0(aws-crt@1.26.2) '@aws-sdk/middleware-host-header': 3.957.0 '@aws-sdk/middleware-logger': 3.957.0 '@aws-sdk/middleware-recursion-detection': 3.957.0 - '@aws-sdk/middleware-user-agent': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.964.0 '@aws-sdk/region-config-resolver': 3.957.0 '@aws-sdk/types': 3.957.0 '@aws-sdk/util-endpoints': 3.957.0 '@aws-sdk/util-user-agent-browser': 3.957.0 - '@aws-sdk/util-user-agent-node': 3.957.0(aws-crt@1.26.2) + '@aws-sdk/util-user-agent-node': 3.964.0(aws-crt@1.26.2) + '@smithy/config-resolver': 4.4.5 + '@smithy/core': 3.20.0 + '@smithy/fetch-http-handler': 5.3.8 + '@smithy/hash-node': 4.2.7 + '@smithy/invalid-dependency': 4.2.7 + '@smithy/middleware-content-length': 4.2.7 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/middleware-retry': 4.4.17 + '@smithy/middleware-serde': 4.2.8 + '@smithy/middleware-stack': 4.2.7 + '@smithy/node-config-provider': 4.3.7 + '@smithy/node-http-handler': 4.4.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 + '@smithy/util-base64': 4.3.0 + '@smithy/util-body-length-browser': 4.2.0 + '@smithy/util-body-length-node': 4.2.1 + '@smithy/util-defaults-mode-browser': 4.3.16 + '@smithy/util-defaults-mode-node': 4.2.19 + '@smithy/util-endpoints': 3.2.7 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-retry': 4.2.7 + '@smithy/util-stream': 4.5.8 + '@smithy/util-utf8': 4.2.0 + '@smithy/util-waiter': 4.2.7 + tslib: 2.8.1 + transitivePeerDependencies: + - aws-crt + + '@aws-sdk/client-iam@3.964.0(aws-crt@1.26.2)': + dependencies: + '@aws-crypto/sha256-browser': 5.2.0 + '@aws-crypto/sha256-js': 5.2.0 + '@aws-sdk/core': 3.964.0 + '@aws-sdk/credential-provider-node': 3.964.0(aws-crt@1.26.2) + '@aws-sdk/middleware-host-header': 3.957.0 + '@aws-sdk/middleware-logger': 3.957.0 + '@aws-sdk/middleware-recursion-detection': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.964.0 + '@aws-sdk/region-config-resolver': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-endpoints': 3.957.0 + '@aws-sdk/util-user-agent-browser': 3.957.0 + '@aws-sdk/util-user-agent-node': 3.964.0(aws-crt@1.26.2) + '@smithy/config-resolver': 4.4.5 + '@smithy/core': 3.20.0 + '@smithy/fetch-http-handler': 5.3.8 + '@smithy/hash-node': 4.2.7 + '@smithy/invalid-dependency': 4.2.7 + '@smithy/middleware-content-length': 4.2.7 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/middleware-retry': 4.4.17 + '@smithy/middleware-serde': 4.2.8 + '@smithy/middleware-stack': 4.2.7 + '@smithy/node-config-provider': 4.3.7 + '@smithy/node-http-handler': 4.4.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 + '@smithy/util-base64': 4.3.0 + '@smithy/util-body-length-browser': 4.2.0 + '@smithy/util-body-length-node': 4.2.1 + '@smithy/util-defaults-mode-browser': 4.3.16 + '@smithy/util-defaults-mode-node': 4.2.19 + '@smithy/util-endpoints': 3.2.7 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-retry': 4.2.7 + '@smithy/util-utf8': 4.2.0 + '@smithy/util-waiter': 4.2.7 + tslib: 2.8.1 + transitivePeerDependencies: + - aws-crt + + '@aws-sdk/client-route-53@3.964.0(aws-crt@1.26.2)': + dependencies: + '@aws-crypto/sha256-browser': 5.2.0 + '@aws-crypto/sha256-js': 5.2.0 + '@aws-sdk/core': 3.964.0 + '@aws-sdk/credential-provider-node': 3.964.0(aws-crt@1.26.2) + '@aws-sdk/middleware-host-header': 3.957.0 + '@aws-sdk/middleware-logger': 3.957.0 + '@aws-sdk/middleware-recursion-detection': 3.957.0 + '@aws-sdk/middleware-sdk-route53': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.964.0 + '@aws-sdk/region-config-resolver': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-endpoints': 3.957.0 + '@aws-sdk/util-user-agent-browser': 3.957.0 + '@aws-sdk/util-user-agent-node': 3.964.0(aws-crt@1.26.2) + '@smithy/config-resolver': 4.4.5 + '@smithy/core': 3.20.0 + '@smithy/fetch-http-handler': 5.3.8 + '@smithy/hash-node': 4.2.7 + '@smithy/invalid-dependency': 4.2.7 + '@smithy/middleware-content-length': 4.2.7 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/middleware-retry': 4.4.17 + '@smithy/middleware-serde': 4.2.8 + '@smithy/middleware-stack': 4.2.7 + '@smithy/node-config-provider': 4.3.7 + '@smithy/node-http-handler': 4.4.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 + '@smithy/util-base64': 4.3.0 + '@smithy/util-body-length-browser': 4.2.0 + '@smithy/util-body-length-node': 4.2.1 + '@smithy/util-defaults-mode-browser': 4.3.16 + '@smithy/util-defaults-mode-node': 4.2.19 + '@smithy/util-endpoints': 3.2.7 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-retry': 4.2.7 + '@smithy/util-utf8': 4.2.0 + '@smithy/util-waiter': 4.2.7 + tslib: 2.8.1 + transitivePeerDependencies: + - aws-crt + + '@aws-sdk/client-s3@3.964.0(aws-crt@1.26.2)': + dependencies: + '@aws-crypto/sha1-browser': 5.2.0 + '@aws-crypto/sha256-browser': 5.2.0 + '@aws-crypto/sha256-js': 5.2.0 + '@aws-sdk/core': 3.964.0 + '@aws-sdk/credential-provider-node': 3.964.0(aws-crt@1.26.2) + '@aws-sdk/middleware-bucket-endpoint': 3.957.0 + '@aws-sdk/middleware-expect-continue': 3.957.0 + '@aws-sdk/middleware-flexible-checksums': 3.964.0 + '@aws-sdk/middleware-host-header': 3.957.0 + '@aws-sdk/middleware-location-constraint': 3.957.0 + '@aws-sdk/middleware-logger': 3.957.0 + '@aws-sdk/middleware-recursion-detection': 3.957.0 + '@aws-sdk/middleware-sdk-s3': 3.964.0 + '@aws-sdk/middleware-ssec': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.964.0 + '@aws-sdk/region-config-resolver': 3.957.0 + '@aws-sdk/signature-v4-multi-region': 3.964.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-endpoints': 3.957.0 + '@aws-sdk/util-user-agent-browser': 3.957.0 + '@aws-sdk/util-user-agent-node': 3.964.0(aws-crt@1.26.2) + '@smithy/config-resolver': 4.4.5 + '@smithy/core': 3.20.0 + '@smithy/eventstream-serde-browser': 4.2.7 + '@smithy/eventstream-serde-config-resolver': 4.3.7 + '@smithy/eventstream-serde-node': 4.2.7 + '@smithy/fetch-http-handler': 5.3.8 + '@smithy/hash-blob-browser': 4.2.8 + '@smithy/hash-node': 4.2.7 + '@smithy/hash-stream-node': 4.2.7 + '@smithy/invalid-dependency': 4.2.7 + '@smithy/md5-js': 4.2.7 + '@smithy/middleware-content-length': 4.2.7 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/middleware-retry': 4.4.17 + '@smithy/middleware-serde': 4.2.8 + '@smithy/middleware-stack': 4.2.7 + '@smithy/node-config-provider': 4.3.7 + '@smithy/node-http-handler': 4.4.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 + '@smithy/util-base64': 4.3.0 + '@smithy/util-body-length-browser': 4.2.0 + '@smithy/util-body-length-node': 4.2.1 + '@smithy/util-defaults-mode-browser': 4.3.16 + '@smithy/util-defaults-mode-node': 4.2.19 + '@smithy/util-endpoints': 3.2.7 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-retry': 4.2.7 + '@smithy/util-stream': 4.5.8 + '@smithy/util-utf8': 4.2.0 + '@smithy/util-waiter': 4.2.7 + tslib: 2.8.1 + transitivePeerDependencies: + - aws-crt + + '@aws-sdk/client-sso@3.964.0(aws-crt@1.26.2)': + dependencies: + '@aws-crypto/sha256-browser': 5.2.0 + '@aws-crypto/sha256-js': 5.2.0 + '@aws-sdk/core': 3.964.0 + '@aws-sdk/middleware-host-header': 3.957.0 + '@aws-sdk/middleware-logger': 3.957.0 + '@aws-sdk/middleware-recursion-detection': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.964.0 + '@aws-sdk/region-config-resolver': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-endpoints': 3.957.0 + '@aws-sdk/util-user-agent-browser': 3.957.0 + '@aws-sdk/util-user-agent-node': 3.964.0(aws-crt@1.26.2) '@smithy/config-resolver': 4.4.5 '@smithy/core': 3.20.0 '@smithy/fetch-http-handler': 5.3.8 @@ -13721,33 +13342,15 @@ snapshots: '@smithy/core': 3.3.3 '@smithy/node-config-provider': 4.1.1 '@smithy/property-provider': 4.0.2 - '@smithy/protocol-http': 5.1.0 - '@smithy/signature-v4': 5.1.0 - '@smithy/smithy-client': 4.2.6 - '@smithy/types': 4.2.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/signature-v4': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 '@smithy/util-middleware': 4.0.2 fast-xml-parser: 4.4.1 tslib: 2.8.1 - '@aws-sdk/core@3.823.0': - dependencies: - '@aws-sdk/types': 3.821.0 - '@aws-sdk/xml-builder': 3.821.0 - '@smithy/core': 3.5.3 - '@smithy/node-config-provider': 4.1.3 - '@smithy/property-provider': 4.0.4 - '@smithy/protocol-http': 5.1.2 - '@smithy/signature-v4': 5.1.2 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.3.1 - '@smithy/util-base64': 4.0.0 - '@smithy/util-body-length-browser': 4.0.0 - '@smithy/util-middleware': 4.0.4 - '@smithy/util-utf8': 4.0.0 - fast-xml-parser: 4.4.1 - tslib: 2.8.1 - - '@aws-sdk/core@3.957.0': + '@aws-sdk/core@3.964.0': dependencies: '@aws-sdk/types': 3.957.0 '@aws-sdk/xml-builder': 3.957.0 @@ -13763,59 +13366,22 @@ snapshots: '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-env@3.810.0': + '@aws-sdk/crc64-nvme@3.957.0': dependencies: - '@aws-sdk/core': 3.810.0 - '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.0.2 '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-env@3.823.0': + '@aws-sdk/credential-provider-env@3.964.0': dependencies: - '@aws-sdk/core': 3.823.0 - '@aws-sdk/types': 3.821.0 - '@smithy/property-provider': 4.0.4 - '@smithy/types': 4.11.0 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-env@3.957.0': - dependencies: - '@aws-sdk/core': 3.957.0 + '@aws-sdk/core': 3.964.0 '@aws-sdk/types': 3.957.0 '@smithy/property-provider': 4.2.7 '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-http@3.810.0': + '@aws-sdk/credential-provider-http@3.964.0': dependencies: - '@aws-sdk/core': 3.810.0 - '@aws-sdk/types': 3.804.0 - '@smithy/fetch-http-handler': 5.0.4 - '@smithy/node-http-handler': 4.0.6 - '@smithy/property-provider': 4.0.2 - '@smithy/protocol-http': 5.1.2 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.11.0 - '@smithy/util-stream': 4.2.0 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-http@3.823.0': - dependencies: - '@aws-sdk/core': 3.823.0 - '@aws-sdk/types': 3.821.0 - '@smithy/fetch-http-handler': 5.0.4 - '@smithy/node-http-handler': 4.0.6 - '@smithy/property-provider': 4.0.4 - '@smithy/protocol-http': 5.3.7 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.11.0 - '@smithy/util-stream': 4.2.2 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-http@3.957.0': - dependencies: - '@aws-sdk/core': 3.957.0 + '@aws-sdk/core': 3.964.0 '@aws-sdk/types': 3.957.0 '@smithy/fetch-http-handler': 5.3.8 '@smithy/node-http-handler': 4.4.7 @@ -13826,52 +13392,16 @@ snapshots: '@smithy/util-stream': 4.5.8 tslib: 2.8.1 - '@aws-sdk/credential-provider-ini@3.810.0(aws-crt@1.26.2)': + '@aws-sdk/credential-provider-ini@3.964.0(aws-crt@1.26.2)': dependencies: - '@aws-sdk/core': 3.810.0 - '@aws-sdk/credential-provider-env': 3.810.0 - '@aws-sdk/credential-provider-http': 3.810.0 - '@aws-sdk/credential-provider-process': 3.810.0 - '@aws-sdk/credential-provider-sso': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/credential-provider-web-identity': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/nested-clients': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/types': 3.804.0 - '@smithy/credential-provider-imds': 4.0.4 - '@smithy/property-provider': 4.0.2 - '@smithy/shared-ini-file-loader': 4.0.2 - '@smithy/types': 4.11.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/credential-provider-ini@3.823.0(aws-crt@1.26.2)': - dependencies: - '@aws-sdk/core': 3.823.0 - '@aws-sdk/credential-provider-env': 3.823.0 - '@aws-sdk/credential-provider-http': 3.823.0 - '@aws-sdk/credential-provider-process': 3.823.0 - '@aws-sdk/credential-provider-sso': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/credential-provider-web-identity': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/nested-clients': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/types': 3.821.0 - '@smithy/credential-provider-imds': 4.0.6 - '@smithy/property-provider': 4.0.4 - '@smithy/shared-ini-file-loader': 4.0.4 - '@smithy/types': 4.11.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/credential-provider-ini@3.957.0(aws-crt@1.26.2)': - dependencies: - '@aws-sdk/core': 3.957.0 - '@aws-sdk/credential-provider-env': 3.957.0 - '@aws-sdk/credential-provider-http': 3.957.0 - '@aws-sdk/credential-provider-login': 3.957.0(aws-crt@1.26.2) - '@aws-sdk/credential-provider-process': 3.957.0 - '@aws-sdk/credential-provider-sso': 3.957.0(aws-crt@1.26.2) - '@aws-sdk/credential-provider-web-identity': 3.957.0(aws-crt@1.26.2) - '@aws-sdk/nested-clients': 3.957.0(aws-crt@1.26.2) + '@aws-sdk/core': 3.964.0 + '@aws-sdk/credential-provider-env': 3.964.0 + '@aws-sdk/credential-provider-http': 3.964.0 + '@aws-sdk/credential-provider-login': 3.964.0(aws-crt@1.26.2) + '@aws-sdk/credential-provider-process': 3.964.0 + '@aws-sdk/credential-provider-sso': 3.964.0(aws-crt@1.26.2) + '@aws-sdk/credential-provider-web-identity': 3.964.0(aws-crt@1.26.2) + '@aws-sdk/nested-clients': 3.964.0(aws-crt@1.26.2) '@aws-sdk/types': 3.957.0 '@smithy/credential-provider-imds': 4.2.7 '@smithy/property-provider': 4.2.7 @@ -13881,10 +13411,10 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-login@3.957.0(aws-crt@1.26.2)': + '@aws-sdk/credential-provider-login@3.964.0(aws-crt@1.26.2)': dependencies: - '@aws-sdk/core': 3.957.0 - '@aws-sdk/nested-clients': 3.957.0(aws-crt@1.26.2) + '@aws-sdk/core': 3.964.0 + '@aws-sdk/nested-clients': 3.964.0(aws-crt@1.26.2) '@aws-sdk/types': 3.957.0 '@smithy/property-provider': 4.2.7 '@smithy/protocol-http': 5.3.7 @@ -13894,48 +13424,14 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-node@3.810.0(aws-crt@1.26.2)': + '@aws-sdk/credential-provider-node@3.964.0(aws-crt@1.26.2)': dependencies: - '@aws-sdk/credential-provider-env': 3.810.0 - '@aws-sdk/credential-provider-http': 3.810.0 - '@aws-sdk/credential-provider-ini': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/credential-provider-process': 3.810.0 - '@aws-sdk/credential-provider-sso': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/credential-provider-web-identity': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/types': 3.804.0 - '@smithy/credential-provider-imds': 4.0.4 - '@smithy/property-provider': 4.0.2 - '@smithy/shared-ini-file-loader': 4.0.2 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/credential-provider-node@3.823.0(aws-crt@1.26.2)': - dependencies: - '@aws-sdk/credential-provider-env': 3.823.0 - '@aws-sdk/credential-provider-http': 3.823.0 - '@aws-sdk/credential-provider-ini': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/credential-provider-process': 3.823.0 - '@aws-sdk/credential-provider-sso': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/credential-provider-web-identity': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/types': 3.821.0 - '@smithy/credential-provider-imds': 4.0.6 - '@smithy/property-provider': 4.0.4 - '@smithy/shared-ini-file-loader': 4.0.4 - '@smithy/types': 4.3.1 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/credential-provider-node@3.957.0(aws-crt@1.26.2)': - dependencies: - '@aws-sdk/credential-provider-env': 3.957.0 - '@aws-sdk/credential-provider-http': 3.957.0 - '@aws-sdk/credential-provider-ini': 3.957.0(aws-crt@1.26.2) - '@aws-sdk/credential-provider-process': 3.957.0 - '@aws-sdk/credential-provider-sso': 3.957.0(aws-crt@1.26.2) - '@aws-sdk/credential-provider-web-identity': 3.957.0(aws-crt@1.26.2) + '@aws-sdk/credential-provider-env': 3.964.0 + '@aws-sdk/credential-provider-http': 3.964.0 + '@aws-sdk/credential-provider-ini': 3.964.0(aws-crt@1.26.2) + '@aws-sdk/credential-provider-process': 3.964.0 + '@aws-sdk/credential-provider-sso': 3.964.0(aws-crt@1.26.2) + '@aws-sdk/credential-provider-web-identity': 3.964.0(aws-crt@1.26.2) '@aws-sdk/types': 3.957.0 '@smithy/credential-provider-imds': 4.2.7 '@smithy/property-provider': 4.2.7 @@ -13945,64 +13441,20 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-process@3.810.0': + '@aws-sdk/credential-provider-process@3.964.0': dependencies: - '@aws-sdk/core': 3.810.0 - '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.0.2 - '@smithy/shared-ini-file-loader': 4.0.2 - '@smithy/types': 4.11.0 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-process@3.823.0': - dependencies: - '@aws-sdk/core': 3.823.0 - '@aws-sdk/types': 3.821.0 - '@smithy/property-provider': 4.0.4 - '@smithy/shared-ini-file-loader': 4.0.4 - '@smithy/types': 4.11.0 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-process@3.957.0': - dependencies: - '@aws-sdk/core': 3.957.0 + '@aws-sdk/core': 3.964.0 '@aws-sdk/types': 3.957.0 '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.2 '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-sso@3.810.0(aws-crt@1.26.2)': + '@aws-sdk/credential-provider-sso@3.964.0(aws-crt@1.26.2)': dependencies: - '@aws-sdk/client-sso': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/core': 3.810.0 - '@aws-sdk/token-providers': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.0.2 - '@smithy/shared-ini-file-loader': 4.0.2 - '@smithy/types': 4.11.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/credential-provider-sso@3.823.0(aws-crt@1.26.2)': - dependencies: - '@aws-sdk/client-sso': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/core': 3.823.0 - '@aws-sdk/token-providers': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/types': 3.821.0 - '@smithy/property-provider': 4.0.4 - '@smithy/shared-ini-file-loader': 4.0.4 - '@smithy/types': 4.11.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/credential-provider-sso@3.957.0(aws-crt@1.26.2)': - dependencies: - '@aws-sdk/client-sso': 3.957.0(aws-crt@1.26.2) - '@aws-sdk/core': 3.957.0 - '@aws-sdk/token-providers': 3.957.0(aws-crt@1.26.2) + '@aws-sdk/client-sso': 3.964.0(aws-crt@1.26.2) + '@aws-sdk/core': 3.964.0 + '@aws-sdk/token-providers': 3.964.0(aws-crt@1.26.2) '@aws-sdk/types': 3.957.0 '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.2 @@ -14011,32 +13463,10 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-web-identity@3.810.0(aws-crt@1.26.2)': + '@aws-sdk/credential-provider-web-identity@3.964.0(aws-crt@1.26.2)': dependencies: - '@aws-sdk/core': 3.810.0 - '@aws-sdk/nested-clients': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.0.2 - '@smithy/types': 4.11.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/credential-provider-web-identity@3.823.0(aws-crt@1.26.2)': - dependencies: - '@aws-sdk/core': 3.823.0 - '@aws-sdk/nested-clients': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/types': 3.821.0 - '@smithy/property-provider': 4.0.4 - '@smithy/types': 4.11.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/credential-provider-web-identity@3.957.0(aws-crt@1.26.2)': - dependencies: - '@aws-sdk/core': 3.957.0 - '@aws-sdk/nested-clients': 3.957.0(aws-crt@1.26.2) + '@aws-sdk/core': 3.964.0 + '@aws-sdk/nested-clients': 3.964.0(aws-crt@1.26.2) '@aws-sdk/types': 3.957.0 '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.2 @@ -14056,51 +13486,38 @@ snapshots: - supports-color - utf-8-validate - '@aws-sdk/middleware-bucket-endpoint@3.808.0': + '@aws-sdk/middleware-bucket-endpoint@3.957.0': dependencies: - '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-arn-parser': 3.804.0 - '@smithy/node-config-provider': 4.1.1 - '@smithy/protocol-http': 5.1.0 - '@smithy/types': 4.2.0 - '@smithy/util-config-provider': 4.0.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-arn-parser': 3.957.0 + '@smithy/node-config-provider': 4.3.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 + '@smithy/util-config-provider': 4.2.0 tslib: 2.8.1 - '@aws-sdk/middleware-expect-continue@3.804.0': + '@aws-sdk/middleware-expect-continue@3.957.0': dependencies: - '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.1.0 - '@smithy/types': 4.2.0 + '@aws-sdk/types': 3.957.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/middleware-flexible-checksums@3.810.0': + '@aws-sdk/middleware-flexible-checksums@3.964.0': dependencies: '@aws-crypto/crc32': 5.2.0 '@aws-crypto/crc32c': 5.2.0 '@aws-crypto/util': 5.2.0 - '@aws-sdk/core': 3.810.0 - '@aws-sdk/types': 3.804.0 - '@smithy/is-array-buffer': 4.0.0 - '@smithy/node-config-provider': 4.1.1 - '@smithy/protocol-http': 5.1.0 - '@smithy/types': 4.2.0 - '@smithy/util-middleware': 4.0.2 - '@smithy/util-stream': 4.2.0 - '@smithy/util-utf8': 4.0.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-host-header@3.804.0': - dependencies: - '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.1.0 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-host-header@3.821.0': - dependencies: - '@aws-sdk/types': 3.821.0 - '@smithy/protocol-http': 5.1.2 - '@smithy/types': 4.3.1 + '@aws-sdk/core': 3.964.0 + '@aws-sdk/crc64-nvme': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@smithy/is-array-buffer': 4.2.0 + '@smithy/node-config-provider': 4.3.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-stream': 4.5.8 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 '@aws-sdk/middleware-host-header@3.957.0': @@ -14110,22 +13527,10 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/middleware-location-constraint@3.804.0': + '@aws-sdk/middleware-location-constraint@3.957.0': dependencies: - '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-logger@3.804.0': - dependencies: - '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-logger@3.821.0': - dependencies: - '@aws-sdk/types': 3.821.0 - '@smithy/types': 4.3.1 + '@aws-sdk/types': 3.957.0 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@aws-sdk/middleware-logger@3.957.0': @@ -14134,20 +13539,6 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/middleware-recursion-detection@3.804.0': - dependencies: - '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.1.0 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-recursion-detection@3.821.0': - dependencies: - '@aws-sdk/types': 3.821.0 - '@smithy/protocol-http': 5.1.2 - '@smithy/types': 4.3.1 - tslib: 2.8.1 - '@aws-sdk/middleware-recursion-detection@3.957.0': dependencies: '@aws-sdk/types': 3.957.0 @@ -14169,20 +13560,37 @@ snapshots: '@aws-sdk/util-arn-parser': 3.804.0 '@smithy/core': 3.3.3 '@smithy/node-config-provider': 4.1.1 - '@smithy/protocol-http': 5.1.0 - '@smithy/signature-v4': 5.1.0 - '@smithy/smithy-client': 4.2.6 - '@smithy/types': 4.2.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/signature-v4': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 '@smithy/util-config-provider': 4.0.0 '@smithy/util-middleware': 4.0.2 '@smithy/util-stream': 4.2.0 '@smithy/util-utf8': 4.0.0 tslib: 2.8.1 - '@aws-sdk/middleware-ssec@3.804.0': + '@aws-sdk/middleware-sdk-s3@3.964.0': dependencies: - '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.2.0 + '@aws-sdk/core': 3.964.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-arn-parser': 3.957.0 + '@smithy/core': 3.20.0 + '@smithy/node-config-provider': 4.3.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/signature-v4': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/util-config-provider': 4.2.0 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-stream': 4.5.8 + '@smithy/util-utf8': 4.2.0 + tslib: 2.8.1 + + '@aws-sdk/middleware-ssec@3.957.0': + dependencies: + '@aws-sdk/types': 3.957.0 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@aws-sdk/middleware-user-agent@3.810.0': @@ -14191,23 +13599,13 @@ snapshots: '@aws-sdk/types': 3.804.0 '@aws-sdk/util-endpoints': 3.808.0 '@smithy/core': 3.3.3 - '@smithy/protocol-http': 5.1.0 - '@smithy/types': 4.2.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/middleware-user-agent@3.823.0': + '@aws-sdk/middleware-user-agent@3.964.0': dependencies: - '@aws-sdk/core': 3.823.0 - '@aws-sdk/types': 3.821.0 - '@aws-sdk/util-endpoints': 3.821.0 - '@smithy/core': 3.5.3 - '@smithy/protocol-http': 5.1.2 - '@smithy/types': 4.3.1 - tslib: 2.8.1 - - '@aws-sdk/middleware-user-agent@3.957.0': - dependencies: - '@aws-sdk/core': 3.957.0 + '@aws-sdk/core': 3.964.0 '@aws-sdk/types': 3.957.0 '@aws-sdk/util-endpoints': 3.957.0 '@smithy/core': 3.20.0 @@ -14215,106 +13613,20 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/nested-clients@3.810.0(aws-crt@1.26.2)': + '@aws-sdk/nested-clients@3.964.0(aws-crt@1.26.2)': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.810.0 - '@aws-sdk/middleware-host-header': 3.804.0 - '@aws-sdk/middleware-logger': 3.804.0 - '@aws-sdk/middleware-recursion-detection': 3.804.0 - '@aws-sdk/middleware-user-agent': 3.810.0 - '@aws-sdk/region-config-resolver': 3.808.0 - '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-endpoints': 3.808.0 - '@aws-sdk/util-user-agent-browser': 3.804.0 - '@aws-sdk/util-user-agent-node': 3.810.0(aws-crt@1.26.2) - '@smithy/config-resolver': 4.1.4 - '@smithy/core': 3.5.3 - '@smithy/fetch-http-handler': 5.0.4 - '@smithy/hash-node': 4.0.4 - '@smithy/invalid-dependency': 4.0.4 - '@smithy/middleware-content-length': 4.0.4 - '@smithy/middleware-endpoint': 4.1.11 - '@smithy/middleware-retry': 4.1.12 - '@smithy/middleware-serde': 4.0.8 - '@smithy/middleware-stack': 4.0.4 - '@smithy/node-config-provider': 4.1.3 - '@smithy/node-http-handler': 4.0.6 - '@smithy/protocol-http': 5.3.7 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.11.0 - '@smithy/url-parser': 4.0.4 - '@smithy/util-base64': 4.0.0 - '@smithy/util-body-length-browser': 4.0.0 - '@smithy/util-body-length-node': 4.0.0 - '@smithy/util-defaults-mode-browser': 4.0.19 - '@smithy/util-defaults-mode-node': 4.0.19 - '@smithy/util-endpoints': 3.0.6 - '@smithy/util-middleware': 4.2.7 - '@smithy/util-retry': 4.0.5 - '@smithy/util-utf8': 4.2.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/nested-clients@3.823.0(aws-crt@1.26.2)': - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.823.0 - '@aws-sdk/middleware-host-header': 3.821.0 - '@aws-sdk/middleware-logger': 3.821.0 - '@aws-sdk/middleware-recursion-detection': 3.821.0 - '@aws-sdk/middleware-user-agent': 3.823.0 - '@aws-sdk/region-config-resolver': 3.821.0 - '@aws-sdk/types': 3.821.0 - '@aws-sdk/util-endpoints': 3.821.0 - '@aws-sdk/util-user-agent-browser': 3.821.0 - '@aws-sdk/util-user-agent-node': 3.823.0(aws-crt@1.26.2) - '@smithy/config-resolver': 4.1.4 - '@smithy/core': 3.5.3 - '@smithy/fetch-http-handler': 5.0.4 - '@smithy/hash-node': 4.0.4 - '@smithy/invalid-dependency': 4.0.4 - '@smithy/middleware-content-length': 4.0.4 - '@smithy/middleware-endpoint': 4.1.11 - '@smithy/middleware-retry': 4.1.12 - '@smithy/middleware-serde': 4.0.8 - '@smithy/middleware-stack': 4.0.4 - '@smithy/node-config-provider': 4.1.3 - '@smithy/node-http-handler': 4.0.6 - '@smithy/protocol-http': 5.3.7 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.11.0 - '@smithy/url-parser': 4.0.4 - '@smithy/util-base64': 4.0.0 - '@smithy/util-body-length-browser': 4.0.0 - '@smithy/util-body-length-node': 4.0.0 - '@smithy/util-defaults-mode-browser': 4.0.19 - '@smithy/util-defaults-mode-node': 4.0.19 - '@smithy/util-endpoints': 3.0.6 - '@smithy/util-middleware': 4.2.7 - '@smithy/util-retry': 4.0.5 - '@smithy/util-utf8': 4.2.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/nested-clients@3.957.0(aws-crt@1.26.2)': - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.957.0 + '@aws-sdk/core': 3.964.0 '@aws-sdk/middleware-host-header': 3.957.0 '@aws-sdk/middleware-logger': 3.957.0 '@aws-sdk/middleware-recursion-detection': 3.957.0 - '@aws-sdk/middleware-user-agent': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.964.0 '@aws-sdk/region-config-resolver': 3.957.0 '@aws-sdk/types': 3.957.0 '@aws-sdk/util-endpoints': 3.957.0 '@aws-sdk/util-user-agent-browser': 3.957.0 - '@aws-sdk/util-user-agent-node': 3.957.0(aws-crt@1.26.2) + '@aws-sdk/util-user-agent-node': 3.964.0(aws-crt@1.26.2) '@smithy/config-resolver': 4.4.5 '@smithy/core': 3.20.0 '@smithy/fetch-http-handler': 5.3.8 @@ -14344,24 +13656,6 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/region-config-resolver@3.808.0': - dependencies: - '@aws-sdk/types': 3.804.0 - '@smithy/node-config-provider': 4.1.1 - '@smithy/types': 4.2.0 - '@smithy/util-config-provider': 4.0.0 - '@smithy/util-middleware': 4.0.2 - tslib: 2.8.1 - - '@aws-sdk/region-config-resolver@3.821.0': - dependencies: - '@aws-sdk/types': 3.821.0 - '@smithy/node-config-provider': 4.1.3 - '@smithy/types': 4.3.1 - '@smithy/util-config-provider': 4.0.0 - '@smithy/util-middleware': 4.0.4 - tslib: 2.8.1 - '@aws-sdk/region-config-resolver@3.957.0': dependencies: '@aws-sdk/types': 3.957.0 @@ -14370,15 +13664,15 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/s3-request-presigner@3.810.0': + '@aws-sdk/s3-request-presigner@3.964.0': dependencies: - '@aws-sdk/signature-v4-multi-region': 3.810.0 - '@aws-sdk/types': 3.804.0 - '@aws-sdk/util-format-url': 3.804.0 - '@smithy/middleware-endpoint': 4.1.6 - '@smithy/protocol-http': 5.1.0 - '@smithy/smithy-client': 4.2.6 - '@smithy/types': 4.2.0 + '@aws-sdk/signature-v4-multi-region': 3.964.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-format-url': 3.957.0 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/protocol-http': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@aws-sdk/signature-v4-crt@3.810.0': @@ -14401,38 +13695,24 @@ snapshots: dependencies: '@aws-sdk/middleware-sdk-s3': 3.810.0 '@aws-sdk/types': 3.804.0 - '@smithy/protocol-http': 5.1.0 - '@smithy/signature-v4': 5.1.0 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@aws-sdk/token-providers@3.810.0(aws-crt@1.26.2)': - dependencies: - '@aws-sdk/nested-clients': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/types': 3.804.0 - '@smithy/property-provider': 4.0.4 - '@smithy/shared-ini-file-loader': 4.0.4 + '@smithy/protocol-http': 5.3.7 + '@smithy/signature-v4': 5.3.7 '@smithy/types': 4.11.0 tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - '@aws-sdk/token-providers@3.823.0(aws-crt@1.26.2)': + '@aws-sdk/signature-v4-multi-region@3.964.0': dependencies: - '@aws-sdk/core': 3.823.0 - '@aws-sdk/nested-clients': 3.823.0(aws-crt@1.26.2) - '@aws-sdk/types': 3.821.0 - '@smithy/property-provider': 4.0.4 - '@smithy/shared-ini-file-loader': 4.0.4 + '@aws-sdk/middleware-sdk-s3': 3.964.0 + '@aws-sdk/types': 3.957.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/signature-v4': 5.3.7 '@smithy/types': 4.11.0 tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - '@aws-sdk/token-providers@3.957.0(aws-crt@1.26.2)': + '@aws-sdk/token-providers@3.964.0(aws-crt@1.26.2)': dependencies: - '@aws-sdk/core': 3.957.0 - '@aws-sdk/nested-clients': 3.957.0(aws-crt@1.26.2) + '@aws-sdk/core': 3.964.0 + '@aws-sdk/nested-clients': 3.964.0(aws-crt@1.26.2) '@aws-sdk/types': 3.957.0 '@smithy/property-provider': 4.2.7 '@smithy/shared-ini-file-loader': 4.4.2 @@ -14443,12 +13723,7 @@ snapshots: '@aws-sdk/types@3.804.0': dependencies: - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@aws-sdk/types@3.821.0': - dependencies: - '@smithy/types': 4.3.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@aws-sdk/types@3.957.0': @@ -14460,20 +13735,17 @@ snapshots: dependencies: tslib: 2.8.1 + '@aws-sdk/util-arn-parser@3.957.0': + dependencies: + tslib: 2.8.1 + '@aws-sdk/util-endpoints@3.808.0': dependencies: '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.2.0 + '@smithy/types': 4.11.0 '@smithy/util-endpoints': 3.0.4 tslib: 2.8.1 - '@aws-sdk/util-endpoints@3.821.0': - dependencies: - '@aws-sdk/types': 3.821.0 - '@smithy/types': 4.3.1 - '@smithy/util-endpoints': 3.0.6 - tslib: 2.8.1 - '@aws-sdk/util-endpoints@3.957.0': dependencies: '@aws-sdk/types': 3.957.0 @@ -14482,31 +13754,17 @@ snapshots: '@smithy/util-endpoints': 3.2.7 tslib: 2.8.1 - '@aws-sdk/util-format-url@3.804.0': + '@aws-sdk/util-format-url@3.957.0': dependencies: - '@aws-sdk/types': 3.804.0 - '@smithy/querystring-builder': 4.0.2 - '@smithy/types': 4.3.1 + '@aws-sdk/types': 3.957.0 + '@smithy/querystring-builder': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@aws-sdk/util-locate-window@3.804.0': dependencies: tslib: 2.8.1 - '@aws-sdk/util-user-agent-browser@3.804.0': - dependencies: - '@aws-sdk/types': 3.804.0 - '@smithy/types': 4.2.0 - bowser: 2.11.0 - tslib: 2.8.1 - - '@aws-sdk/util-user-agent-browser@3.821.0': - dependencies: - '@aws-sdk/types': 3.821.0 - '@smithy/types': 4.3.1 - bowser: 2.11.0 - tslib: 2.8.1 - '@aws-sdk/util-user-agent-browser@3.957.0': dependencies: '@aws-sdk/types': 3.957.0 @@ -14519,24 +13777,14 @@ snapshots: '@aws-sdk/middleware-user-agent': 3.810.0 '@aws-sdk/types': 3.804.0 '@smithy/node-config-provider': 4.1.1 - '@smithy/types': 4.2.0 + '@smithy/types': 4.11.0 tslib: 2.8.1 optionalDependencies: aws-crt: 1.26.2 - '@aws-sdk/util-user-agent-node@3.823.0(aws-crt@1.26.2)': + '@aws-sdk/util-user-agent-node@3.964.0(aws-crt@1.26.2)': dependencies: - '@aws-sdk/middleware-user-agent': 3.823.0 - '@aws-sdk/types': 3.821.0 - '@smithy/node-config-provider': 4.1.3 - '@smithy/types': 4.3.1 - tslib: 2.8.1 - optionalDependencies: - aws-crt: 1.26.2 - - '@aws-sdk/util-user-agent-node@3.957.0(aws-crt@1.26.2)': - dependencies: - '@aws-sdk/middleware-user-agent': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.964.0 '@aws-sdk/types': 3.957.0 '@smithy/node-config-provider': 4.3.7 '@smithy/types': 4.11.0 @@ -14548,16 +13796,6 @@ snapshots: dependencies: tslib: 2.8.1 - '@aws-sdk/xml-builder@3.804.0': - dependencies: - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@aws-sdk/xml-builder@3.821.0': - dependencies: - '@smithy/types': 4.11.0 - tslib: 2.8.1 - '@aws-sdk/xml-builder@3.957.0': dependencies: '@smithy/types': 4.11.0 @@ -14643,7 +13881,7 @@ snapshots: '@babel/core': 7.27.1 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.3 lodash.debounce: 4.0.8 resolve: 1.22.10 transitivePeerDependencies: @@ -15239,23 +14477,6 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@baiducloud/sdk@1.0.3': - dependencies: - '@nodelib/fs.walk': 2.0.0 - async: 3.2.6 - dayjs: 1.11.13 - debug: 3.2.7 - filesize: 10.1.6 - http-proxy-agent: 5.0.0 - https-proxy-agent: 5.0.1 - lodash: 4.17.21 - process: 0.11.10 - q: 1.5.1 - underscore: 1.13.7 - urlencode: 1.1.0 - transitivePeerDependencies: - - supports-color - '@bcoe/v8-coverage@1.0.2': {} '@better-scroll/core@2.5.1': @@ -15322,34 +14543,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@certd/plugin-plus@1.37.17(encoding@0.1.13)': - dependencies: - '@alicloud/pop-core': 1.8.0 - '@baiducloud/sdk': 1.0.3 - '@certd/basic': link:packages/core/basic - '@certd/lib-k8s': link:packages/libs/lib-k8s - '@certd/pipeline': link:packages/core/pipeline - '@certd/plugin-cert': link:packages/plugins/plugin-cert - '@certd/plugin-lib': link:packages/plugins/plugin-lib - '@certd/plus-core': link:packages/pro/plus-core - ali-oss: 6.23.0 - baidu-aip-sdk: 4.16.16 - basic-ftp: 5.0.5 - cos-nodejs-sdk-v5: 2.14.7 - crypto-js: 4.2.0 - dayjs: 1.11.13 - form-data: 4.0.2 - https-proxy-agent: 7.0.6 - js-yaml: 4.1.0 - jsencrypt: 3.3.2 - jsrsasign: 11.1.0 - qiniu: 7.14.0 - tencentcloud-sdk-nodejs: 4.1.112(encoding@0.1.13) - transitivePeerDependencies: - - encoding - - proxy-agent - - supports-color - '@certd/vue-js-cron-core@6.0.3': dependencies: mustache: 4.2.0 @@ -15880,8 +15073,8 @@ snapshots: '@fast-crud/fast-extends@1.27.8(aws-crt@1.26.2)(vue@3.5.14(typescript@5.8.3))': dependencies: - '@aws-sdk/client-s3': 3.810.0(aws-crt@1.26.2) - '@aws-sdk/s3-request-presigner': 3.810.0 + '@aws-sdk/client-s3': 3.964.0(aws-crt@1.26.2) + '@aws-sdk/s3-request-presigner': 3.964.0 '@aws-sdk/signature-v4-crt': 3.810.0 '@soerenmartius/vue3-clipboard': 0.1.2 '@wangeditor/editor': 5.1.23 @@ -16043,10 +15236,10 @@ snapshots: '@iconify/types': 2.0.0 vue: 3.5.14(typescript@5.8.3) - '@inquirer/core@10.1.11(@types/node@22.15.18)': + '@inquirer/core@10.1.11(@types/node@25.0.3)': dependencies: '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.6(@types/node@22.15.18) + '@inquirer/type': 3.0.6(@types/node@25.0.3) ansi-escapes: 4.3.2 cli-width: 4.1.0 mute-stream: 2.0.0 @@ -16054,38 +15247,38 @@ snapshots: wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 22.15.18 + '@types/node': 25.0.3 - '@inquirer/expand@4.0.13(@types/node@22.15.18)': + '@inquirer/expand@4.0.13(@types/node@25.0.3)': dependencies: - '@inquirer/core': 10.1.11(@types/node@22.15.18) - '@inquirer/type': 3.0.6(@types/node@22.15.18) + '@inquirer/core': 10.1.11(@types/node@25.0.3) + '@inquirer/type': 3.0.6(@types/node@25.0.3) yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 22.15.18 + '@types/node': 25.0.3 '@inquirer/figures@1.0.11': {} - '@inquirer/input@4.1.10(@types/node@22.15.18)': + '@inquirer/input@4.1.10(@types/node@25.0.3)': dependencies: - '@inquirer/core': 10.1.11(@types/node@22.15.18) - '@inquirer/type': 3.0.6(@types/node@22.15.18) + '@inquirer/core': 10.1.11(@types/node@25.0.3) + '@inquirer/type': 3.0.6(@types/node@25.0.3) optionalDependencies: - '@types/node': 22.15.18 + '@types/node': 25.0.3 - '@inquirer/select@4.2.1(@types/node@22.15.18)': + '@inquirer/select@4.2.1(@types/node@25.0.3)': dependencies: - '@inquirer/core': 10.1.11(@types/node@22.15.18) + '@inquirer/core': 10.1.11(@types/node@25.0.3) '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.6(@types/node@22.15.18) + '@inquirer/type': 3.0.6(@types/node@25.0.3) ansi-escapes: 4.3.2 yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 22.15.18 + '@types/node': 25.0.3 - '@inquirer/type@3.0.6(@types/node@22.15.18)': + '@inquirer/type@3.0.6(@types/node@25.0.3)': optionalDependencies: - '@types/node': 22.15.18 + '@types/node': 25.0.3 '@internationalized/date@3.8.0': dependencies: @@ -16137,7 +15330,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.17.47 + '@types/node': 18.19.100 '@types/yargs': 17.0.33 chalk: 4.1.2 @@ -16214,10 +15407,10 @@ snapshots: - bufferutil - utf-8-validate - '@lerna-lite/cli@3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@22.15.18)(typescript@5.8.3)': + '@lerna-lite/cli@3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@25.0.3)(typescript@5.8.3)': dependencies: - '@lerna-lite/core': 3.12.3(@types/node@22.15.18)(typescript@5.8.3) - '@lerna-lite/init': 3.12.3(@types/node@22.15.18)(typescript@5.8.3) + '@lerna-lite/core': 3.12.3(@types/node@25.0.3)(typescript@5.8.3) + '@lerna-lite/init': 3.12.3(@types/node@25.0.3)(typescript@5.8.3) '@lerna-lite/npmlog': 3.12.1 dedent: 1.6.0 dotenv: 16.5.0 @@ -16225,9 +15418,9 @@ snapshots: load-json-file: 7.0.1 yargs: 17.7.2 optionalDependencies: - '@lerna-lite/publish': 3.12.3(@lerna-lite/run@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) - '@lerna-lite/run': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) - '@lerna-lite/version': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) + '@lerna-lite/publish': 3.12.3(@lerna-lite/run@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) + '@lerna-lite/run': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) + '@lerna-lite/version': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -16235,11 +15428,11 @@ snapshots: - supports-color - typescript - '@lerna-lite/core@3.12.3(@types/node@22.15.18)(typescript@5.8.3)': + '@lerna-lite/core@3.12.3(@types/node@25.0.3)(typescript@5.8.3)': dependencies: - '@inquirer/expand': 4.0.13(@types/node@22.15.18) - '@inquirer/input': 4.1.10(@types/node@22.15.18) - '@inquirer/select': 4.2.1(@types/node@22.15.18) + '@inquirer/expand': 4.0.13(@types/node@25.0.3) + '@inquirer/input': 4.1.10(@types/node@25.0.3) + '@inquirer/select': 4.2.1(@types/node@25.0.3) '@lerna-lite/npmlog': 3.12.1 '@npmcli/run-script': 8.1.0 clone-deep: 4.0.1 @@ -16274,9 +15467,9 @@ snapshots: - supports-color - typescript - '@lerna-lite/init@3.12.3(@types/node@22.15.18)(typescript@5.8.3)': + '@lerna-lite/init@3.12.3(@types/node@25.0.3)(typescript@5.8.3)': dependencies: - '@lerna-lite/core': 3.12.3(@types/node@22.15.18)(typescript@5.8.3) + '@lerna-lite/core': 3.12.3(@types/node@25.0.3)(typescript@5.8.3) fs-extra: 11.3.0 p-map: 7.0.3 write-json-file: 6.0.0 @@ -16298,9 +15491,9 @@ snapshots: string-width: 7.2.0 wide-align: 1.1.5 - '@lerna-lite/profiler@3.12.3(@types/node@22.15.18)(typescript@5.8.3)': + '@lerna-lite/profiler@3.12.3(@types/node@25.0.3)(typescript@5.8.3)': dependencies: - '@lerna-lite/core': 3.12.3(@types/node@22.15.18)(typescript@5.8.3) + '@lerna-lite/core': 3.12.3(@types/node@25.0.3)(typescript@5.8.3) '@lerna-lite/npmlog': 3.12.1 fs-extra: 11.3.0 upath: 2.0.1 @@ -16311,12 +15504,12 @@ snapshots: - supports-color - typescript - '@lerna-lite/publish@3.12.3(@lerna-lite/run@3.12.3)(@types/node@22.15.18)(typescript@5.8.3)': + '@lerna-lite/publish@3.12.3(@lerna-lite/run@3.12.3)(@types/node@25.0.3)(typescript@5.8.3)': dependencies: - '@lerna-lite/cli': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) - '@lerna-lite/core': 3.12.3(@types/node@22.15.18)(typescript@5.8.3) + '@lerna-lite/cli': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) + '@lerna-lite/core': 3.12.3(@types/node@25.0.3)(typescript@5.8.3) '@lerna-lite/npmlog': 3.12.1 - '@lerna-lite/version': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) + '@lerna-lite/version': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) '@npmcli/arborist': 7.5.4 '@npmcli/package-json': 5.2.1 byte-size: 9.0.1 @@ -16350,12 +15543,12 @@ snapshots: - supports-color - typescript - '@lerna-lite/run@3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@22.15.18)(typescript@5.8.3)': + '@lerna-lite/run@3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@25.0.3)(typescript@5.8.3)': dependencies: - '@lerna-lite/cli': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) - '@lerna-lite/core': 3.12.3(@types/node@22.15.18)(typescript@5.8.3) + '@lerna-lite/cli': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) + '@lerna-lite/core': 3.12.3(@types/node@25.0.3)(typescript@5.8.3) '@lerna-lite/npmlog': 3.12.1 - '@lerna-lite/profiler': 3.12.3(@types/node@22.15.18)(typescript@5.8.3) + '@lerna-lite/profiler': 3.12.3(@types/node@25.0.3)(typescript@5.8.3) fs-extra: 11.3.0 p-map: 7.0.3 tinyrainbow: 2.0.0 @@ -16371,10 +15564,10 @@ snapshots: - supports-color - typescript - '@lerna-lite/version@3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@types/node@22.15.18)(typescript@5.8.3)': + '@lerna-lite/version@3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@types/node@25.0.3)(typescript@5.8.3)': dependencies: - '@lerna-lite/cli': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@22.15.18)(typescript@5.8.3) - '@lerna-lite/core': 3.12.3(@types/node@22.15.18)(typescript@5.8.3) + '@lerna-lite/cli': 3.12.3(@lerna-lite/publish@3.12.3)(@lerna-lite/run@3.12.3)(@lerna-lite/version@3.12.3)(@types/node@25.0.3)(typescript@5.8.3) + '@lerna-lite/core': 3.12.3(@types/node@25.0.3)(typescript@5.8.3) '@lerna-lite/npmlog': 3.12.1 '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 21.1.1 @@ -16531,25 +15724,13 @@ snapshots: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 - '@nodelib/fs.scandir@3.0.0': - dependencies: - '@nodelib/fs.stat': 3.0.0 - run-parallel: 1.2.0 - '@nodelib/fs.stat@2.0.5': {} - '@nodelib/fs.stat@3.0.0': {} - '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.19.1 - '@nodelib/fs.walk@2.0.0': - dependencies: - '@nodelib/fs.scandir': 3.0.0 - fastq: 1.19.1 - '@npmcli/agent@2.2.2': dependencies: agent-base: 7.1.3 @@ -16989,6 +16170,15 @@ snapshots: rollup: 3.29.5 tslib: 2.8.1 + '@rollup/plugin-typescript@11.1.6(rollup@3.29.5)(tslib@2.8.1)(typescript@5.9.3)': + dependencies: + '@rollup/pluginutils': 5.1.4(rollup@3.29.5) + resolve: 1.22.10 + typescript: 5.9.3 + optionalDependencies: + rollup: 3.29.5 + tslib: 2.8.1 + '@rollup/pluginutils@4.2.1': dependencies: estree-walker: 2.0.2 @@ -17169,41 +16359,20 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/abort-controller@4.0.4': - dependencies: - '@smithy/types': 4.11.0 - tslib: 2.8.1 - '@smithy/abort-controller@4.2.7': dependencies: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/chunked-blob-reader-native@4.0.0': + '@smithy/chunked-blob-reader-native@4.2.1': dependencies: - '@smithy/util-base64': 4.0.0 + '@smithy/util-base64': 4.3.0 tslib: 2.8.1 - '@smithy/chunked-blob-reader@5.0.0': + '@smithy/chunked-blob-reader@5.2.0': dependencies: tslib: 2.8.1 - '@smithy/config-resolver@4.1.2': - dependencies: - '@smithy/node-config-provider': 4.1.1 - '@smithy/types': 4.2.0 - '@smithy/util-config-provider': 4.0.0 - '@smithy/util-middleware': 4.0.2 - tslib: 2.8.1 - - '@smithy/config-resolver@4.1.4': - dependencies: - '@smithy/node-config-provider': 4.1.3 - '@smithy/types': 4.3.1 - '@smithy/util-config-provider': 4.0.0 - '@smithy/util-middleware': 4.0.4 - tslib: 2.8.1 - '@smithy/config-resolver@4.4.5': dependencies: '@smithy/node-config-provider': 4.3.7 @@ -17229,42 +16398,14 @@ snapshots: '@smithy/core@3.3.3': dependencies: '@smithy/middleware-serde': 4.0.5 - '@smithy/protocol-http': 5.1.0 - '@smithy/types': 4.2.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 '@smithy/util-body-length-browser': 4.0.0 '@smithy/util-middleware': 4.0.2 '@smithy/util-stream': 4.2.0 '@smithy/util-utf8': 4.0.0 tslib: 2.8.1 - '@smithy/core@3.5.3': - dependencies: - '@smithy/middleware-serde': 4.0.8 - '@smithy/protocol-http': 5.1.2 - '@smithy/types': 4.3.1 - '@smithy/util-base64': 4.0.0 - '@smithy/util-body-length-browser': 4.0.0 - '@smithy/util-middleware': 4.0.4 - '@smithy/util-stream': 4.2.2 - '@smithy/util-utf8': 4.0.0 - tslib: 2.8.1 - - '@smithy/credential-provider-imds@4.0.4': - dependencies: - '@smithy/node-config-provider': 4.1.3 - '@smithy/property-provider': 4.0.2 - '@smithy/types': 4.11.0 - '@smithy/url-parser': 4.0.4 - tslib: 2.8.1 - - '@smithy/credential-provider-imds@4.0.6': - dependencies: - '@smithy/node-config-provider': 4.1.3 - '@smithy/property-provider': 4.0.4 - '@smithy/types': 4.11.0 - '@smithy/url-parser': 4.0.4 - tslib: 2.8.1 - '@smithy/credential-provider-imds@4.2.7': dependencies: '@smithy/node-config-provider': 4.3.7 @@ -17273,49 +16414,41 @@ snapshots: '@smithy/url-parser': 4.2.7 tslib: 2.8.1 - '@smithy/eventstream-codec@4.0.2': + '@smithy/eventstream-codec@4.2.7': dependencies: '@aws-crypto/crc32': 5.2.0 '@smithy/types': 4.11.0 '@smithy/util-hex-encoding': 4.2.0 tslib: 2.8.1 - '@smithy/eventstream-serde-browser@4.0.2': + '@smithy/eventstream-serde-browser@4.2.7': dependencies: - '@smithy/eventstream-serde-universal': 4.0.2 - '@smithy/types': 4.2.0 + '@smithy/eventstream-serde-universal': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/eventstream-serde-config-resolver@4.1.0': + '@smithy/eventstream-serde-config-resolver@4.3.7': dependencies: - '@smithy/types': 4.2.0 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/eventstream-serde-node@4.0.2': + '@smithy/eventstream-serde-node@4.2.7': dependencies: - '@smithy/eventstream-serde-universal': 4.0.2 - '@smithy/types': 4.2.0 + '@smithy/eventstream-serde-universal': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/eventstream-serde-universal@4.0.2': + '@smithy/eventstream-serde-universal@4.2.7': dependencies: - '@smithy/eventstream-codec': 4.0.2 + '@smithy/eventstream-codec': 4.2.7 '@smithy/types': 4.11.0 tslib: 2.8.1 '@smithy/fetch-http-handler@5.0.2': dependencies: - '@smithy/protocol-http': 5.1.0 - '@smithy/querystring-builder': 4.0.2 - '@smithy/types': 4.2.0 - '@smithy/util-base64': 4.0.0 - tslib: 2.8.1 - - '@smithy/fetch-http-handler@5.0.4': - dependencies: - '@smithy/protocol-http': 5.1.2 - '@smithy/querystring-builder': 4.0.4 - '@smithy/types': 4.3.1 + '@smithy/protocol-http': 5.3.7 + '@smithy/querystring-builder': 4.2.7 + '@smithy/types': 4.11.0 '@smithy/util-base64': 4.0.0 tslib: 2.8.1 @@ -17327,25 +16460,11 @@ snapshots: '@smithy/util-base64': 4.3.0 tslib: 2.8.1 - '@smithy/hash-blob-browser@4.0.2': + '@smithy/hash-blob-browser@4.2.8': dependencies: - '@smithy/chunked-blob-reader': 5.0.0 - '@smithy/chunked-blob-reader-native': 4.0.0 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/hash-node@4.0.2': - dependencies: - '@smithy/types': 4.2.0 - '@smithy/util-buffer-from': 4.0.0 - '@smithy/util-utf8': 4.0.0 - tslib: 2.8.1 - - '@smithy/hash-node@4.0.4': - dependencies: - '@smithy/types': 4.3.1 - '@smithy/util-buffer-from': 4.0.0 - '@smithy/util-utf8': 4.0.0 + '@smithy/chunked-blob-reader': 5.2.0 + '@smithy/chunked-blob-reader-native': 4.2.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@smithy/hash-node@4.2.7': @@ -17355,20 +16474,10 @@ snapshots: '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@smithy/hash-stream-node@4.0.2': + '@smithy/hash-stream-node@4.2.7': dependencies: - '@smithy/types': 4.2.0 - '@smithy/util-utf8': 4.0.0 - tslib: 2.8.1 - - '@smithy/invalid-dependency@4.0.2': - dependencies: - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/invalid-dependency@4.0.4': - dependencies: - '@smithy/types': 4.3.1 + '@smithy/types': 4.11.0 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 '@smithy/invalid-dependency@4.2.7': @@ -17380,30 +16489,14 @@ snapshots: dependencies: tslib: 2.8.1 - '@smithy/is-array-buffer@4.0.0': - dependencies: - tslib: 2.8.1 - '@smithy/is-array-buffer@4.2.0': dependencies: tslib: 2.8.1 - '@smithy/md5-js@4.0.2': + '@smithy/md5-js@4.2.7': dependencies: - '@smithy/types': 4.2.0 - '@smithy/util-utf8': 4.0.0 - tslib: 2.8.1 - - '@smithy/middleware-content-length@4.0.2': - dependencies: - '@smithy/protocol-http': 5.1.0 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/middleware-content-length@4.0.4': - dependencies: - '@smithy/protocol-http': 5.1.2 - '@smithy/types': 4.3.1 + '@smithy/types': 4.11.0 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 '@smithy/middleware-content-length@4.2.7': @@ -17412,28 +16505,6 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/middleware-endpoint@4.1.11': - dependencies: - '@smithy/core': 3.5.3 - '@smithy/middleware-serde': 4.0.8 - '@smithy/node-config-provider': 4.1.3 - '@smithy/shared-ini-file-loader': 4.0.4 - '@smithy/types': 4.3.1 - '@smithy/url-parser': 4.0.4 - '@smithy/util-middleware': 4.0.4 - tslib: 2.8.1 - - '@smithy/middleware-endpoint@4.1.6': - dependencies: - '@smithy/core': 3.3.3 - '@smithy/middleware-serde': 4.0.5 - '@smithy/node-config-provider': 4.1.1 - '@smithy/shared-ini-file-loader': 4.0.2 - '@smithy/types': 4.2.0 - '@smithy/url-parser': 4.0.2 - '@smithy/util-middleware': 4.0.2 - tslib: 2.8.1 - '@smithy/middleware-endpoint@4.4.1': dependencies: '@smithy/core': 3.20.0 @@ -17445,30 +16516,6 @@ snapshots: '@smithy/util-middleware': 4.2.7 tslib: 2.8.1 - '@smithy/middleware-retry@4.1.12': - dependencies: - '@smithy/node-config-provider': 4.1.3 - '@smithy/protocol-http': 5.1.2 - '@smithy/service-error-classification': 4.0.5 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.3.1 - '@smithy/util-middleware': 4.0.4 - '@smithy/util-retry': 4.0.5 - tslib: 2.8.1 - uuid: 9.0.1 - - '@smithy/middleware-retry@4.1.7': - dependencies: - '@smithy/node-config-provider': 4.1.1 - '@smithy/protocol-http': 5.1.0 - '@smithy/service-error-classification': 4.0.3 - '@smithy/smithy-client': 4.2.6 - '@smithy/types': 4.2.0 - '@smithy/util-middleware': 4.0.2 - '@smithy/util-retry': 4.0.3 - tslib: 2.8.1 - uuid: 9.0.1 - '@smithy/middleware-retry@4.4.17': dependencies: '@smithy/node-config-provider': 4.3.7 @@ -17483,14 +16530,8 @@ snapshots: '@smithy/middleware-serde@4.0.5': dependencies: - '@smithy/protocol-http': 5.1.0 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/middleware-serde@4.0.8': - dependencies: - '@smithy/protocol-http': 5.1.2 - '@smithy/types': 4.3.1 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@smithy/middleware-serde@4.2.8': @@ -17499,16 +16540,6 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/middleware-stack@4.0.2': - dependencies: - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/middleware-stack@4.0.4': - dependencies: - '@smithy/types': 4.3.1 - tslib: 2.8.1 - '@smithy/middleware-stack@4.2.7': dependencies: '@smithy/types': 4.11.0 @@ -17518,14 +16549,7 @@ snapshots: dependencies: '@smithy/property-provider': 4.0.2 '@smithy/shared-ini-file-loader': 4.0.2 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/node-config-provider@4.1.3': - dependencies: - '@smithy/property-provider': 4.0.4 - '@smithy/shared-ini-file-loader': 4.0.4 - '@smithy/types': 4.3.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@smithy/node-config-provider@4.3.7': @@ -17538,17 +16562,9 @@ snapshots: '@smithy/node-http-handler@4.0.4': dependencies: '@smithy/abort-controller': 4.0.2 - '@smithy/protocol-http': 5.1.0 - '@smithy/querystring-builder': 4.0.2 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/node-http-handler@4.0.6': - dependencies: - '@smithy/abort-controller': 4.0.4 - '@smithy/protocol-http': 5.1.2 - '@smithy/querystring-builder': 4.0.4 - '@smithy/types': 4.3.1 + '@smithy/protocol-http': 5.3.7 + '@smithy/querystring-builder': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@smithy/node-http-handler@4.4.7': @@ -17564,72 +16580,27 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/property-provider@4.0.4': - dependencies: - '@smithy/types': 4.11.0 - tslib: 2.8.1 - '@smithy/property-provider@4.2.7': dependencies: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/protocol-http@5.1.0': - dependencies: - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/protocol-http@5.1.2': - dependencies: - '@smithy/types': 4.3.1 - tslib: 2.8.1 - '@smithy/protocol-http@5.3.7': dependencies: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/querystring-builder@4.0.2': - dependencies: - '@smithy/types': 4.11.0 - '@smithy/util-uri-escape': 4.0.0 - tslib: 2.8.1 - - '@smithy/querystring-builder@4.0.4': - dependencies: - '@smithy/types': 4.11.0 - '@smithy/util-uri-escape': 4.2.0 - tslib: 2.8.1 - '@smithy/querystring-builder@4.2.7': dependencies: '@smithy/types': 4.11.0 '@smithy/util-uri-escape': 4.2.0 tslib: 2.8.1 - '@smithy/querystring-parser@4.0.2': - dependencies: - '@smithy/types': 4.11.0 - tslib: 2.8.1 - - '@smithy/querystring-parser@4.0.4': - dependencies: - '@smithy/types': 4.11.0 - tslib: 2.8.1 - '@smithy/querystring-parser@4.2.7': dependencies: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/service-error-classification@4.0.3': - dependencies: - '@smithy/types': 4.11.0 - - '@smithy/service-error-classification@4.0.5': - dependencies: - '@smithy/types': 4.11.0 - '@smithy/service-error-classification@4.2.7': dependencies: '@smithy/types': 4.11.0 @@ -17639,38 +16610,11 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/shared-ini-file-loader@4.0.4': - dependencies: - '@smithy/types': 4.11.0 - tslib: 2.8.1 - '@smithy/shared-ini-file-loader@4.4.2': dependencies: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/signature-v4@5.1.0': - dependencies: - '@smithy/is-array-buffer': 4.0.0 - '@smithy/protocol-http': 5.1.2 - '@smithy/types': 4.11.0 - '@smithy/util-hex-encoding': 4.0.0 - '@smithy/util-middleware': 4.2.7 - '@smithy/util-uri-escape': 4.0.0 - '@smithy/util-utf8': 4.0.0 - tslib: 2.8.1 - - '@smithy/signature-v4@5.1.2': - dependencies: - '@smithy/is-array-buffer': 4.2.0 - '@smithy/protocol-http': 5.3.7 - '@smithy/types': 4.11.0 - '@smithy/util-hex-encoding': 4.2.0 - '@smithy/util-middleware': 4.2.7 - '@smithy/util-uri-escape': 4.2.0 - '@smithy/util-utf8': 4.2.0 - tslib: 2.8.1 - '@smithy/signature-v4@5.3.7': dependencies: '@smithy/is-array-buffer': 4.2.0 @@ -17692,50 +16636,10 @@ snapshots: '@smithy/util-stream': 4.5.8 tslib: 2.8.1 - '@smithy/smithy-client@4.2.6': - dependencies: - '@smithy/core': 3.3.3 - '@smithy/middleware-endpoint': 4.1.6 - '@smithy/middleware-stack': 4.0.2 - '@smithy/protocol-http': 5.1.0 - '@smithy/types': 4.2.0 - '@smithy/util-stream': 4.2.0 - tslib: 2.8.1 - - '@smithy/smithy-client@4.4.3': - dependencies: - '@smithy/core': 3.5.3 - '@smithy/middleware-endpoint': 4.1.11 - '@smithy/middleware-stack': 4.0.4 - '@smithy/protocol-http': 5.1.2 - '@smithy/types': 4.3.1 - '@smithy/util-stream': 4.2.2 - tslib: 2.8.1 - '@smithy/types@4.11.0': dependencies: tslib: 2.8.1 - '@smithy/types@4.2.0': - dependencies: - tslib: 2.8.1 - - '@smithy/types@4.3.1': - dependencies: - tslib: 2.8.1 - - '@smithy/url-parser@4.0.2': - dependencies: - '@smithy/querystring-parser': 4.0.2 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/url-parser@4.0.4': - dependencies: - '@smithy/querystring-parser': 4.0.4 - '@smithy/types': 4.3.1 - tslib: 2.8.1 - '@smithy/url-parser@4.2.7': dependencies: '@smithy/querystring-parser': 4.2.7 @@ -17762,10 +16666,6 @@ snapshots: dependencies: tslib: 2.8.1 - '@smithy/util-body-length-node@4.0.0': - dependencies: - tslib: 2.8.1 - '@smithy/util-body-length-node@4.2.1': dependencies: tslib: 2.8.1 @@ -17777,7 +16677,7 @@ snapshots: '@smithy/util-buffer-from@4.0.0': dependencies: - '@smithy/is-array-buffer': 4.0.0 + '@smithy/is-array-buffer': 4.2.0 tslib: 2.8.1 '@smithy/util-buffer-from@4.2.0': @@ -17793,22 +16693,6 @@ snapshots: dependencies: tslib: 2.8.1 - '@smithy/util-defaults-mode-browser@4.0.14': - dependencies: - '@smithy/property-provider': 4.0.2 - '@smithy/smithy-client': 4.2.6 - '@smithy/types': 4.2.0 - bowser: 2.11.0 - tslib: 2.8.1 - - '@smithy/util-defaults-mode-browser@4.0.19': - dependencies: - '@smithy/property-provider': 4.0.4 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.3.1 - bowser: 2.11.0 - tslib: 2.8.1 - '@smithy/util-defaults-mode-browser@4.3.16': dependencies: '@smithy/property-provider': 4.2.7 @@ -17816,26 +16700,6 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/util-defaults-mode-node@4.0.14': - dependencies: - '@smithy/config-resolver': 4.1.2 - '@smithy/credential-provider-imds': 4.0.4 - '@smithy/node-config-provider': 4.1.1 - '@smithy/property-provider': 4.0.2 - '@smithy/smithy-client': 4.2.6 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/util-defaults-mode-node@4.0.19': - dependencies: - '@smithy/config-resolver': 4.1.4 - '@smithy/credential-provider-imds': 4.0.6 - '@smithy/node-config-provider': 4.1.3 - '@smithy/property-provider': 4.0.4 - '@smithy/smithy-client': 4.4.3 - '@smithy/types': 4.3.1 - tslib: 2.8.1 - '@smithy/util-defaults-mode-node@4.2.19': dependencies: '@smithy/config-resolver': 4.4.5 @@ -17849,13 +16713,7 @@ snapshots: '@smithy/util-endpoints@3.0.4': dependencies: '@smithy/node-config-provider': 4.1.1 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/util-endpoints@3.0.6': - dependencies: - '@smithy/node-config-provider': 4.1.3 - '@smithy/types': 4.3.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@smithy/util-endpoints@3.2.7': @@ -17874,12 +16732,7 @@ snapshots: '@smithy/util-middleware@4.0.2': dependencies: - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/util-middleware@4.0.4': - dependencies: - '@smithy/types': 4.3.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@smithy/util-middleware@4.2.7': @@ -17887,18 +16740,6 @@ snapshots: '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/util-retry@4.0.3': - dependencies: - '@smithy/service-error-classification': 4.0.3 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/util-retry@4.0.5': - dependencies: - '@smithy/service-error-classification': 4.0.5 - '@smithy/types': 4.3.1 - tslib: 2.8.1 - '@smithy/util-retry@4.2.7': dependencies: '@smithy/service-error-classification': 4.2.7 @@ -17909,24 +16750,13 @@ snapshots: dependencies: '@smithy/fetch-http-handler': 5.0.2 '@smithy/node-http-handler': 4.0.4 - '@smithy/types': 4.2.0 + '@smithy/types': 4.11.0 '@smithy/util-base64': 4.0.0 '@smithy/util-buffer-from': 4.0.0 '@smithy/util-hex-encoding': 4.0.0 '@smithy/util-utf8': 4.0.0 tslib: 2.8.1 - '@smithy/util-stream@4.2.2': - dependencies: - '@smithy/fetch-http-handler': 5.0.4 - '@smithy/node-http-handler': 4.0.6 - '@smithy/types': 4.11.0 - '@smithy/util-base64': 4.0.0 - '@smithy/util-buffer-from': 4.0.0 - '@smithy/util-hex-encoding': 4.2.0 - '@smithy/util-utf8': 4.2.0 - tslib: 2.8.1 - '@smithy/util-stream@4.5.8': dependencies: '@smithy/fetch-http-handler': 5.3.8 @@ -17938,10 +16768,6 @@ snapshots: '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@smithy/util-uri-escape@4.0.0': - dependencies: - tslib: 2.8.1 - '@smithy/util-uri-escape@4.2.0': dependencies: tslib: 2.8.1 @@ -17961,18 +16787,6 @@ snapshots: '@smithy/util-buffer-from': 4.2.0 tslib: 2.8.1 - '@smithy/util-waiter@4.0.3': - dependencies: - '@smithy/abort-controller': 4.0.2 - '@smithy/types': 4.2.0 - tslib: 2.8.1 - - '@smithy/util-waiter@4.0.5': - dependencies: - '@smithy/abort-controller': 4.0.4 - '@smithy/types': 4.3.1 - tslib: 2.8.1 - '@smithy/util-waiter@4.2.7': dependencies: '@smithy/abort-controller': 4.2.7 @@ -18054,14 +16868,14 @@ snapshots: '@types/accepts@1.3.7': dependencies: - '@types/node': 18.19.100 + '@types/node': 20.17.47 '@types/ali-oss@6.16.11': {} '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.17.47 + '@types/node': 18.19.100 '@types/cache-manager@4.0.6': {} @@ -18086,7 +16900,7 @@ snapshots: '@types/connect': 3.4.38 '@types/express': 5.0.1 '@types/keygrip': 1.0.6 - '@types/node': 18.19.100 + '@types/node': 20.17.47 '@types/eslint@7.29.0': dependencies: @@ -18101,7 +16915,7 @@ snapshots: '@types/express-serve-static-core@5.0.6': dependencies: - '@types/node': 20.17.47 + '@types/node': 18.19.100 '@types/qs': 6.9.18 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -18145,7 +16959,7 @@ snapshots: '@types/keyv@3.1.4': dependencies: - '@types/node': 20.17.47 + '@types/node': 18.19.100 '@types/koa-compose@3.2.8': dependencies: @@ -18160,7 +16974,7 @@ snapshots: '@types/http-errors': 2.0.4 '@types/keygrip': 1.0.6 '@types/koa-compose': 3.2.8 - '@types/node': 18.19.100 + '@types/node': 20.17.47 '@types/linkify-it@5.0.0': {} @@ -18209,9 +17023,13 @@ snapshots: dependencies: undici-types: 6.21.0 + '@types/node@25.0.3': + dependencies: + undici-types: 7.16.0 + '@types/nodemailer@6.4.17': dependencies: - '@types/node': 18.19.100 + '@types/node': 20.17.47 '@types/normalize-package-data@2.4.4': {} @@ -18236,19 +17054,19 @@ snapshots: '@types/responselike@1.0.3': dependencies: - '@types/node': 20.17.47 + '@types/node': 18.19.100 '@types/semver@7.7.0': {} '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.17.47 + '@types/node': 18.19.100 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.17.47 + '@types/node': 18.19.100 '@types/send': 0.17.4 '@types/stack-utils@2.0.3': {} @@ -18278,7 +17096,7 @@ snapshots: '@types/xml2js@0.4.14': dependencies: - '@types/node': 20.17.47 + '@types/node': 25.0.3 '@types/yargs-parser@21.0.3': {} @@ -18340,6 +17158,23 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3)': + dependencies: + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 8.32.1(eslint@8.57.0)(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.32.1 + '@typescript-eslint/type-utils': 8.32.1(eslint@8.57.0)(typescript@5.9.3) + '@typescript-eslint/utils': 8.32.1(eslint@8.57.0)(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.32.1 + eslint: 8.57.0 + graphemer: 1.4.0 + ignore: 7.0.4 + natural-compare: 1.4.0 + ts-api-utils: 2.1.0(typescript@5.9.3) + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/parser@5.62.0(eslint@7.32.0)(typescript@5.8.3)': dependencies: '@typescript-eslint/scope-manager': 5.62.0 @@ -18377,6 +17212,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/parser@8.32.1(eslint@8.57.0)(typescript@5.9.3)': + dependencies: + '@typescript-eslint/scope-manager': 8.32.1 + '@typescript-eslint/types': 8.32.1 + '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.32.1 + debug: 4.4.1(supports-color@8.1.1) + eslint: 8.57.0 + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/scope-manager@5.62.0': dependencies: '@typescript-eslint/types': 5.62.0 @@ -18427,6 +17274,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/type-utils@8.32.1(eslint@8.57.0)(typescript@5.9.3)': + dependencies: + '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.9.3) + '@typescript-eslint/utils': 8.32.1(eslint@8.57.0)(typescript@5.9.3) + debug: 4.4.1(supports-color@8.1.1) + eslint: 8.57.0 + ts-api-utils: 2.1.0(typescript@5.9.3) + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/types@5.62.0': {} '@typescript-eslint/types@7.18.0': {} @@ -18440,7 +17298,7 @@ snapshots: debug: 4.4.1(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 - semver: 7.7.2 + semver: 7.7.3 tsutils: 3.21.0(typescript@5.8.3) optionalDependencies: typescript: 5.8.3 @@ -18476,6 +17334,20 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/typescript-estree@8.32.1(typescript@5.9.3)': + dependencies: + '@typescript-eslint/types': 8.32.1 + '@typescript-eslint/visitor-keys': 8.32.1 + debug: 4.4.1(supports-color@8.1.1) + fast-glob: 3.3.3 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.7.2 + ts-api-utils: 2.1.0(typescript@5.9.3) + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/utils@5.62.0(eslint@7.32.0)(typescript@5.8.3)': dependencies: '@eslint-community/eslint-utils': 4.7.0(eslint@7.32.0) @@ -18513,6 +17385,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/utils@8.32.1(eslint@8.57.0)(typescript@5.9.3)': + dependencies: + '@eslint-community/eslint-utils': 4.7.0(eslint@8.57.0) + '@typescript-eslint/scope-manager': 8.32.1 + '@typescript-eslint/types': 8.32.1 + '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.9.3) + eslint: 8.57.0 + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/visitor-keys@5.62.0': dependencies: '@typescript-eslint/types': 5.62.0 @@ -18603,9 +17486,9 @@ snapshots: vite: 5.4.19(@types/node@18.19.100)(less@4.3.0)(terser@5.39.1) vue: 3.5.14(typescript@5.8.3) - '@vitejs/plugin-vue@5.2.4(vite@6.3.5(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(terser@5.39.1)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3))': + '@vitejs/plugin-vue@5.2.4(vite@6.3.5(@types/node@25.0.3)(jiti@2.4.2)(less@4.3.0)(terser@5.39.1)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3))': dependencies: - vite: 6.3.5(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(terser@5.39.1)(yaml@2.8.0) + vite: 6.3.5(@types/node@25.0.3)(jiti@2.4.2)(less@4.3.0)(terser@5.39.1)(yaml@2.8.0) vue: 3.5.14(typescript@5.8.3) '@vitest/expect@0.34.6': @@ -19031,7 +17914,7 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -19522,18 +18405,6 @@ snapshots: babylon@6.18.0: {} - baidu-aip-sdk@4.16.16: - dependencies: - debug: 2.6.9 - iconv-lite: 0.4.24 - request: 2.88.2 - underscore: 1.13.7 - optionalDependencies: - mocha: 4.1.0 - should: 13.2.3 - transitivePeerDependencies: - - supports-color - balanced-match@1.0.2: {} balanced-match@2.0.0: {} @@ -19633,9 +18504,6 @@ snapshots: dependencies: fill-range: 7.1.1 - browser-stdout@1.3.0: - optional: true - browser-stdout@1.3.1: {} browserslist-to-esbuild@2.1.1(browserslist@4.24.5): @@ -20074,9 +18942,6 @@ snapshots: commander@13.1.0: {} - commander@2.11.0: - optional: true - commander@2.15.1: {} commander@2.20.3: {} @@ -20138,7 +19003,7 @@ snapshots: make-dir: 3.1.0 onetime: 5.1.2 pkg-up: 3.1.0 - semver: 7.7.2 + semver: 7.7.3 confbox@0.1.8: {} @@ -20280,6 +19145,13 @@ snapshots: mime-types: 2.1.35 request: 2.88.2 + cos-nodejs-sdk-v5@2.15.4: + dependencies: + conf: 9.0.2 + fast-xml-parser: 4.2.5 + mime-types: 2.1.35 + request: 2.88.2 + cosmiconfig@8.3.6(typescript@5.8.3): dependencies: import-fresh: 3.3.1 @@ -20514,13 +19386,6 @@ snapshots: dependencies: ms: 2.0.0 - debug@3.1.0(supports-color@4.4.0): - dependencies: - ms: 2.0.0 - optionalDependencies: - supports-color: 4.4.0 - optional: true - debug@3.1.0(supports-color@5.4.0): dependencies: ms: 2.0.0 @@ -20537,6 +19402,10 @@ snapshots: optionalDependencies: supports-color: 8.1.1 + debug@4.4.3: + dependencies: + ms: 2.1.3 + decamelize-keys@1.1.1: dependencies: decamelize: 1.2.0 @@ -20675,9 +19544,6 @@ snapshots: diff-sequences@29.6.3: {} - diff@3.3.1: - optional: true - diff@3.5.0: {} diff@4.0.2: {} @@ -21549,8 +20415,6 @@ snapshots: dependencies: minimatch: 5.1.6 - filesize@10.1.6: {} - fill-range@7.1.1: dependencies: to-regex-range: 5.0.1 @@ -21630,6 +20494,14 @@ snapshots: es-set-tostringtag: 2.1.0 mime-types: 2.1.35 + form-data@3.0.4: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + es-set-tostringtag: 2.1.0 + hasown: 2.0.2 + mime-types: 2.1.35 + form-data@4.0.2: dependencies: asynckit: 0.4.0 @@ -21979,9 +20851,6 @@ snapshots: graphemer@1.4.0: {} - growl@1.10.3: - optional: true - growl@1.10.5: {} gtoken@7.1.0(encoding@0.1.13): @@ -22016,9 +20885,6 @@ snapshots: has-bigints@1.1.0: {} - has-flag@2.0.0: - optional: true - has-flag@3.0.0: {} has-flag@4.0.0: {} @@ -22149,7 +21015,7 @@ snapshots: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -22169,7 +21035,7 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -22269,6 +21135,8 @@ snapshots: ini@4.1.3: {} + ini@5.0.0: {} + inquirer@7.3.3: dependencies: ansi-escapes: 4.3.2 @@ -22735,8 +21603,6 @@ snapshots: strip-json-comments: 3.1.1 underscore: 1.13.7 - jsencrypt@3.3.2: {} - jsesc@1.3.0: {} jsesc@3.0.2: {} @@ -23186,7 +22052,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.7.2 + semver: 7.7.3 make-dir@5.0.0: {} @@ -23489,20 +22355,6 @@ snapshots: yargs-parser: 20.2.9 yargs-unparser: 2.0.0 - mocha@4.1.0: - dependencies: - browser-stdout: 1.3.0 - commander: 2.11.0 - debug: 3.1.0(supports-color@4.4.0) - diff: 3.3.1 - escape-string-regexp: 1.0.5 - glob: 7.1.2 - growl: 1.10.3 - he: 1.1.1 - mkdirp: 0.5.1 - supports-color: 4.4.0 - optional: true - mocha@5.2.0: dependencies: browser-stdout: 1.3.1 @@ -23561,7 +22413,7 @@ snapshots: mqtt-packet@6.10.0: dependencies: bl: 4.1.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.3 process-nextick-args: 2.0.1 transitivePeerDependencies: - supports-color @@ -23570,7 +22422,7 @@ snapshots: dependencies: commist: 1.1.0 concat-stream: 2.0.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.3 duplexify: 4.1.3 help-me: 3.0.0 inherits: 2.0.4 @@ -23860,7 +22712,7 @@ snapshots: number-allocator@1.0.14: dependencies: - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.3 js-sdsl: 4.3.0 transitivePeerDependencies: - supports-color @@ -24859,7 +23711,7 @@ snapshots: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 18.19.100 + '@types/node': 20.17.47 long: 5.3.2 protobufjs@7.5.2: @@ -24909,8 +23761,6 @@ snapshots: pvutils@1.1.3: {} - q@1.5.1: {} - qiniu-js@3.4.1: dependencies: '@babel/runtime-corejs2': 7.27.1 @@ -25439,6 +24289,8 @@ snapshots: semver@7.7.2: {} + semver@7.7.3: {} + seq-queue@0.0.5: {} serialize-javascript@6.0.2: @@ -25509,40 +24361,8 @@ snapshots: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - should-equal@2.0.0: - dependencies: - should-type: 1.4.0 - optional: true - - should-format@3.0.3: - dependencies: - should-type: 1.4.0 - should-type-adaptors: 1.1.0 - optional: true - should-send-same-site-none@2.0.5: {} - should-type-adaptors@1.1.0: - dependencies: - should-type: 1.4.0 - should-util: 1.0.1 - optional: true - - should-type@1.4.0: - optional: true - - should-util@1.0.1: - optional: true - - should@13.2.3: - dependencies: - should-equal: 2.0.0 - should-format: 3.0.3 - should-type: 1.4.0 - should-type-adaptors: 1.1.0 - should-util: 1.0.1 - optional: true - side-channel-list@1.0.0: dependencies: es-errors: 1.3.0 @@ -26001,14 +24821,14 @@ snapshots: dependencies: component-emitter: 1.3.1 cookiejar: 2.1.4 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.3 fast-safe-stringify: 2.1.1 form-data: 4.0.2 formidable: 2.1.5 methods: 1.1.2 mime: 2.6.0 qs: 6.14.0 - semver: 7.7.2 + semver: 7.7.3 transitivePeerDependencies: - supports-color @@ -26025,11 +24845,6 @@ snapshots: supports-color@2.0.0: {} - supports-color@4.4.0: - dependencies: - has-flag: 2.0.0 - optional: true - supports-color@5.4.0: dependencies: has-flag: 3.0.0 @@ -26198,6 +25013,21 @@ snapshots: - encoding - supports-color + tencentcloud-sdk-nodejs@4.1.166(encoding@0.1.13): + dependencies: + form-data: 3.0.4 + get-stream: 6.0.1 + https-proxy-agent: 5.0.1 + ini: 5.0.0 + is-stream: 2.0.1 + json-bigint: 1.0.0 + node-fetch: 2.7.0(encoding@0.1.13) + tslib: 1.13.0 + uuid: 9.0.1 + transitivePeerDependencies: + - encoding + - supports-color + terser@5.39.1: dependencies: '@jridgewell/source-map': 0.3.6 @@ -26315,6 +25145,10 @@ snapshots: dependencies: typescript: 5.8.3 + ts-api-utils@2.1.0(typescript@5.9.3): + dependencies: + typescript: 5.9.3 + ts-interface-checker@0.1.13: {} ts-node@10.9.2(@types/node@18.19.100)(typescript@5.8.3): @@ -26419,7 +25253,7 @@ snapshots: tuf-js@2.2.1: dependencies: '@tufjs/models': 2.0.1 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.3 make-fetch-happen: 13.0.1 transitivePeerDependencies: - supports-color @@ -26532,6 +25366,8 @@ snapshots: typescript@5.8.3: {} + typescript@5.9.3: {} + typical@2.6.1: {} typical@4.0.0: {} @@ -26567,6 +25403,8 @@ snapshots: undici-types@6.21.0: {} + undici-types@7.16.0: {} + undici@7.9.0: {} unescape@1.0.1: @@ -26718,10 +25556,6 @@ snapshots: punycode: 1.4.1 qs: 6.14.0 - urlencode@1.1.0: - dependencies: - iconv-lite: 0.4.24 - urllib@2.44.0: dependencies: any-promise: 1.3.0 @@ -26818,14 +25652,14 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-node@0.34.6(@types/node@18.19.100)(less@4.3.0)(terser@5.39.1): + vite-node@0.34.6(@types/node@20.17.47)(less@4.3.0)(terser@5.39.1): dependencies: cac: 6.7.14 debug: 4.4.1(supports-color@8.1.1) mlly: 1.7.4 pathe: 1.1.2 picocolors: 1.1.1 - vite: 5.4.19(@types/node@18.19.100)(less@4.3.0)(terser@5.39.1) + vite: 5.4.19(@types/node@20.17.47)(less@4.3.0)(terser@5.39.1) transitivePeerDependencies: - '@types/node' - less @@ -26897,7 +25731,18 @@ snapshots: less: 4.3.0 terser: 5.39.1 - vite@6.3.5(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(terser@5.39.1)(yaml@2.8.0): + vite@5.4.19(@types/node@20.17.47)(less@4.3.0)(terser@5.39.1): + dependencies: + esbuild: 0.21.5 + postcss: 8.5.6 + rollup: 4.50.0 + optionalDependencies: + '@types/node': 20.17.47 + fsevents: 2.3.3 + less: 4.3.0 + terser: 5.39.1 + + vite@6.3.5(@types/node@25.0.3)(jiti@2.4.2)(less@4.3.0)(terser@5.39.1)(yaml@2.8.0): dependencies: esbuild: 0.25.4 fdir: 6.4.4(picomatch@4.0.2) @@ -26906,7 +25751,7 @@ snapshots: rollup: 4.50.0 tinyglobby: 0.2.13 optionalDependencies: - '@types/node': 22.15.18 + '@types/node': 25.0.3 fsevents: 2.3.3 jiti: 2.4.2 less: 4.3.0 @@ -26918,7 +25763,7 @@ snapshots: medium-zoom: 1.1.0 photoswipe: 5.4.4 - vitepress@2.0.0-alpha.5(@algolia/client-search@5.25.0)(@types/node@22.15.18)(async-validator@4.2.5)(axios@1.9.0)(jiti@2.4.2)(less@4.3.0)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.39.1)(typescript@5.8.3)(yaml@2.8.0): + vitepress@2.0.0-alpha.5(@algolia/client-search@5.25.0)(@types/node@25.0.3)(async-validator@4.2.5)(axios@1.9.0)(jiti@2.4.2)(less@4.3.0)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.39.1)(typescript@5.8.3)(yaml@2.8.0): dependencies: '@docsearch/css': 3.9.0 '@docsearch/js': 3.9.0(@algolia/client-search@5.25.0)(search-insights@2.17.3) @@ -26926,7 +25771,7 @@ snapshots: '@shikijs/core': 3.4.1 '@shikijs/transformers': 3.4.1 '@shikijs/types': 3.4.1 - '@vitejs/plugin-vue': 5.2.4(vite@6.3.5(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(terser@5.39.1)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) + '@vitejs/plugin-vue': 5.2.4(vite@6.3.5(@types/node@25.0.3)(jiti@2.4.2)(less@4.3.0)(terser@5.39.1)(yaml@2.8.0))(vue@3.5.14(typescript@5.8.3)) '@vue/devtools-api': 7.7.6 '@vue/shared': 3.5.14 '@vueuse/core': 13.2.0(vue@3.5.14(typescript@5.8.3)) @@ -26935,7 +25780,7 @@ snapshots: mark.js: 8.11.1 minisearch: 7.1.2 shiki: 3.4.1 - vite: 6.3.5(@types/node@22.15.18)(jiti@2.4.2)(less@4.3.0)(terser@5.39.1)(yaml@2.8.0) + vite: 6.3.5(@types/node@25.0.3)(jiti@2.4.2)(less@4.3.0)(terser@5.39.1)(yaml@2.8.0) vue: 3.5.14(typescript@5.8.3) optionalDependencies: postcss: 8.5.6 @@ -26973,7 +25818,7 @@ snapshots: dependencies: '@types/chai': 4.3.20 '@types/chai-subset': 1.3.6(@types/chai@4.3.20) - '@types/node': 18.19.100 + '@types/node': 20.17.47 '@vitest/expect': 0.34.6 '@vitest/runner': 0.34.6 '@vitest/snapshot': 0.34.6 @@ -26992,8 +25837,8 @@ snapshots: strip-literal: 1.3.0 tinybench: 2.9.0 tinypool: 0.7.0 - vite: 5.4.19(@types/node@18.19.100)(less@4.3.0)(terser@5.39.1) - vite-node: 0.34.6(@types/node@18.19.100)(less@4.3.0)(terser@5.39.1) + vite: 5.4.19(@types/node@20.17.47)(less@4.3.0)(terser@5.39.1) + vite-node: 0.34.6(@types/node@20.17.47)(less@4.3.0)(terser@5.39.1) why-is-node-running: 2.3.0 transitivePeerDependencies: - less From f193341eaef765b7586a0b6e7c73015470536cc2 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 7 Jan 2026 23:43:03 +0800 Subject: [PATCH 2/6] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=BA=90=E7=A0=81?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E7=BC=BA=E5=B0=91wget=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/start.sh b/start.sh index 9b359ea77..72a4a5082 100755 --- a/start.sh +++ b/start.sh @@ -56,19 +56,29 @@ echo "构建完成" echo "下载前端ui" +front_zip="ui-$version.zip" # 如果zip有了就不下载 -if [ -f ./ui-$version.zip ]; then - echo "ui-$version.zip 已经存在,不需要下载" +if [ -f ./$front_zip ]; then + echo "$front_zip 已经存在,不需要下载" else - echo "ui-$version.zip 不存在,开始下载" + echo "$front_zip 不存在,开始下载" # 下载之前清理一下 rm -rf ui-*.zip # https://atomgit.com/certd/certd/releases/download/v1.37.16/ui-1.37.16.zip # 判断是否下载失败 - wget https://atomgit.com/certd/certd/releases/download/v$version/ui-$version.zip + URL="https://atomgit.com/certd/certd/releases/download/v$version/ui-$version.zip" + if command -v wget &> /dev/null; then + wget -O "$front_zip" "$URL" + elif command -v curl &> /dev/null; then + curl -L -o "$front_zip" "$URL" + else + echo "错误:需要 wget 或 curl 来下载前端文件包,请先安装 wget 或 curl" + exit 1 + fi + fi # 覆盖解压缩 -unzip -o -q ui-$version.zip -d ./public +unzip -o -q $front_zip -d ./public echo "启动服务" From dae87e26a3266a2bf26afe1ef4c489a3f6bf41e4 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 8 Jan 2026 00:11:46 +0800 Subject: [PATCH 3/6] =?UTF-8?q?perf:=20=E6=94=AF=E6=8C=81=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E5=88=B0exsi=EF=BC=8Copenwrt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/plugins/deploy.md | 8 +- packages/ui/certd-server/.env | 2 +- packages/ui/certd-server/before-build.js | 2 + .../deploy_1PanelDeployToWebsitePlugin.yaml | 4 +- .../metadata/deploy_ExsiDeployCert.yaml | 30 ++++++ .../metadata/deploy_OpenwrtDeployCert.yaml | 30 ++++++ .../metadata/deploy_uploadCertToHost.yaml | 8 +- .../src/modules/auto/auto-b-load-plugins.ts | 9 +- packages/ui/certd-server/src/plugins/index.ts | 94 +++++++++---------- .../src/plugins/plugin-plus/exsi/index.ts | 1 + .../plugin-plus/exsi/plugin-deploy-to-exsi.ts | 90 ++++++++++++++++++ .../src/plugins/plugin-plus/index.ts | 2 + .../src/plugins/plugin-plus/openwrt/index.ts | 1 + .../openwrt/plugin-deploy-to-openwrt.ts | 90 ++++++++++++++++++ 14 files changed, 314 insertions(+), 57 deletions(-) create mode 100644 packages/ui/certd-server/metadata/deploy_ExsiDeployCert.yaml create mode 100644 packages/ui/certd-server/metadata/deploy_OpenwrtDeployCert.yaml create mode 100644 packages/ui/certd-server/src/plugins/plugin-plus/exsi/index.ts create mode 100644 packages/ui/certd-server/src/plugins/plugin-plus/exsi/plugin-deploy-to-exsi.ts create mode 100644 packages/ui/certd-server/src/plugins/plugin-plus/openwrt/index.ts create mode 100644 packages/ui/certd-server/src/plugins/plugin-plus/openwrt/plugin-deploy-to-openwrt.ts diff --git a/docs/guide/plugins/deploy.md b/docs/guide/plugins/deploy.md index c6316d269..a649594b4 100644 --- a/docs/guide/plugins/deploy.md +++ b/docs/guide/plugins/deploy.md @@ -1,5 +1,5 @@ # 任务插件 -共 `111` 款任务插件 +共 `113` 款任务插件 ## 1. 证书申请 | 序号 | 名称 | 说明 | @@ -13,11 +13,13 @@ | 序号 | 名称 | 说明 | |-----|-----|-----| | 1.| **主机-执行远程主机脚本命令** | 可以执行重启nginx等操作让证书生效 | -| 2.| **主机-部署证书到SSH主机** | SFTP上传证书到主机,然后SSH执行部署脚本命令 | +| 2.| **主机-部署证书到SSH主机** | 上传证书到主机覆盖原来的证书文件,然后自动执行部署脚本命令使证书生效 | | 3.| **主机-复制到本机** | 【仅管理员使用】实际上是复制证书到docker容器内的某个路径,需要做目录映射到宿主机 | | 4.| **上传证书到对象存储OSS** | 支持阿里云OSS、腾讯云COS、七牛云KODO、S3、MinIO、FTP、SFTP | | 5.| **IIS-部署到IIS站点** | | | 6.| **FTP-上传证书到FTP** | 将证书上传到FTP服务器 | +| 7.| **Exsi-部署证书到Exsi** | | +| 8.| **Openwrt-部署证书到Openwrt** | | ## 3. CDN | 序号 | 名称 | 说明 | @@ -63,7 +65,7 @@ | 11.| **K8S-部署证书到Secret** | 部署证书到k8s的secret | | 12.| **K8S-Ingress 证书部署** | 部署证书到k8s的Ingress | | 13.| **K8S-Apply自定义yaml** | apply自定义yaml到k8s | -| 14.| **1Panel-部署证书到1Panel** | 更新1Panel的证书 | +| 14.| **1Panel-更新证书** | 更新1Panel的证书,包括面板证书和站点证书 | | 15.| **1Panel-部署面板证书** | 更新1Panel的面板证书 | | 16.| **Plesk-部署Plesk网站证书** | | | 17.| **雷池-更新证书** | 更新长亭雷池WAF的证书 | diff --git a/packages/ui/certd-server/.env b/packages/ui/certd-server/.env index 345247b4a..2a245bd94 100644 --- a/packages/ui/certd-server/.env +++ b/packages/ui/certd-server/.env @@ -1,2 +1,2 @@ LEGO_VERSION=4.30.1 -certd_plugin_loadmode=metadata \ No newline at end of file +certd_plugin_loadmode=dev \ No newline at end of file diff --git a/packages/ui/certd-server/before-build.js b/packages/ui/certd-server/before-build.js index 83729f5d1..5265c0311 100644 --- a/packages/ui/certd-server/before-build.js +++ b/packages/ui/certd-server/before-build.js @@ -17,3 +17,5 @@ function slimming(filePath, find, rep) { }); } slimming(filePath, find, rep); + +slimming("./tsconfig.json",`"sourceMap": true,`, `"sourceMap": false,`) diff --git a/packages/ui/certd-server/metadata/deploy_1PanelDeployToWebsitePlugin.yaml b/packages/ui/certd-server/metadata/deploy_1PanelDeployToWebsitePlugin.yaml index 7b2181965..a45fe4792 100644 --- a/packages/ui/certd-server/metadata/deploy_1PanelDeployToWebsitePlugin.yaml +++ b/packages/ui/certd-server/metadata/deploy_1PanelDeployToWebsitePlugin.yaml @@ -3,9 +3,9 @@ default: strategy: runStrategy: 1 name: 1PanelDeployToWebsitePlugin -title: 1Panel-部署证书到1Panel +title: 1Panel-更新证书 icon: svg:icon-onepanel -desc: 更新1Panel的证书 +desc: 更新1Panel的证书,包括面板证书和站点证书 group: panel needPlus: false input: diff --git a/packages/ui/certd-server/metadata/deploy_ExsiDeployCert.yaml b/packages/ui/certd-server/metadata/deploy_ExsiDeployCert.yaml new file mode 100644 index 000000000..2e7c94cd5 --- /dev/null +++ b/packages/ui/certd-server/metadata/deploy_ExsiDeployCert.yaml @@ -0,0 +1,30 @@ +showRunStrategy: false +default: + strategy: + runStrategy: 1 +name: ExsiDeployCert +title: Exsi-部署证书到Exsi +icon: svg:icon-lucky +group: host +needPlus: true +input: + cert: + title: 域名证书 + helper: 请选择前置任务输出的域名证书 + component: + name: output-selector + from: + - ':cert:' + required: true + order: 0 + accessId: + title: 主机SSH授权 + component: + name: access-selector + type: ssh + required: true + order: 0 +output: {} +pluginType: deploy +type: builtIn +scriptFilePath: /plugins/plugin-plus/exsi/plugin-deploy-to-exsi.js diff --git a/packages/ui/certd-server/metadata/deploy_OpenwrtDeployCert.yaml b/packages/ui/certd-server/metadata/deploy_OpenwrtDeployCert.yaml new file mode 100644 index 000000000..2c8ed1f53 --- /dev/null +++ b/packages/ui/certd-server/metadata/deploy_OpenwrtDeployCert.yaml @@ -0,0 +1,30 @@ +showRunStrategy: false +default: + strategy: + runStrategy: 1 +name: OpenwrtDeployCert +title: Openwrt-部署证书到Openwrt +icon: svg:icon-lucky +group: host +needPlus: true +input: + cert: + title: 域名证书 + helper: 请选择前置任务输出的域名证书 + component: + name: output-selector + from: + - ':cert:' + required: true + order: 0 + accessId: + title: 主机SSH授权 + component: + name: access-selector + type: ssh + required: true + order: 0 +output: {} +pluginType: deploy +type: builtIn +scriptFilePath: /plugins/plugin-plus/openwrt/plugin-deploy-to-openwrt.js diff --git a/packages/ui/certd-server/metadata/deploy_uploadCertToHost.yaml b/packages/ui/certd-server/metadata/deploy_uploadCertToHost.yaml index aaa8cf8a9..d11fb8b02 100644 --- a/packages/ui/certd-server/metadata/deploy_uploadCertToHost.yaml +++ b/packages/ui/certd-server/metadata/deploy_uploadCertToHost.yaml @@ -6,7 +6,7 @@ name: uploadCertToHost title: 主机-部署证书到SSH主机 icon: line-md:uploading-loop group: host -desc: SFTP上传证书到主机,然后SSH执行部署脚本命令 +desc: 上传证书到主机覆盖原来的证书文件,然后自动执行部署脚本命令使证书生效 order: 1 input: cert: @@ -20,12 +20,14 @@ input: order: 0 certType: title: 证书格式 - helper: 要部署的证书格式,支持pem、pfx、der、jks + helper: |- + 要部署的证书格式,支持pem/crt、pfx、der、jks、p7b + 你原来的证书是哪种格式就选择哪种 component: name: a-select options: - value: pem - label: pem(crt),Nginx等大部分应用 + label: pem/crt,用于Nginx等大部分应用,证书和私钥2个文件 - value: pfx label: pfx,一般用于IIS - value: der diff --git a/packages/ui/certd-server/src/modules/auto/auto-b-load-plugins.ts b/packages/ui/certd-server/src/modules/auto/auto-b-load-plugins.ts index 9439b0a3e..700aab8e9 100644 --- a/packages/ui/certd-server/src/modules/auto/auto-b-load-plugins.ts +++ b/packages/ui/certd-server/src/modules/auto/auto-b-load-plugins.ts @@ -16,7 +16,14 @@ export class AutoBLoadPlugins { if (process.env.certd_plugin_loadmode === "metadata") { await this.pluginService.registerFromLocal("./metadata") }else{ - await import("../../plugins/index.js") + // await import("../../plugins/index.js") + const fs = await import("fs"); + const list = fs.readdirSync("../../plugins"); + for (const file of list) { + if (file.endsWith("index.js")) { + await import(`../../plugins/${file}`); + } + } } // await import("../../plugins/index.js") await this.pluginService.registerFromDb() diff --git a/packages/ui/certd-server/src/plugins/index.ts b/packages/ui/certd-server/src/plugins/index.ts index 1644c5952..e8cfc47d7 100644 --- a/packages/ui/certd-server/src/plugins/index.ts +++ b/packages/ui/certd-server/src/plugins/index.ts @@ -1,47 +1,47 @@ -export * from './plugin-aliyun/index.js'; -export * from './plugin-tencent/index.js'; -export * from './plugin-host/index.js'; -export * from './plugin-huawei/index.js'; -export * from './plugin-demo/index.js'; -export * from './plugin-other/index.js'; -export * from './plugin-west/index.js'; -export * from './plugin-doge/index.js'; -export * from './plugin-qiniu/index.js'; -export * from './plugin-woai/index.js'; -export * from './plugin-cachefly/index.js'; -export * from './plugin-gcore/index.js'; -export * from './plugin-qnap/index.js'; -export * from './plugin-aws/index.js'; -export * from './plugin-aws-cn/index.js'; -export * from './plugin-dnsla/index.js'; -export * from './plugin-upyun/index.js'; -export * from './plugin-volcengine/index.js' -export * from './plugin-jdcloud/index.js' -export * from './plugin-51dns/index.js' -export * from './plugin-notification/index.js' -export * from './plugin-flex/index.js' -export * from './plugin-farcdn/index.js' -export * from './plugin-fnos/index.js' -export * from './plugin-rainyun/index.js' -export * from './plugin-cloudflare/index.js' -export * from './plugin-github/index.js' -export * from './plugin-namesilo/index.js' -export * from './plugin-proxmox/index.js' -export * from './plugin-wangsu/index.js' -export * from './plugin-admin/index.js' -export * from './plugin-ksyun/index.js' -export * from './plugin-apisix/index.js' -export * from './plugin-dokploy/index.js' -export * from './plugin-godaddy/index.js' -export * from './plugin-captcha/index.js' -export * from './plugin-xinnet/index.js' -export * from './plugin-xinnetconnet/index.js' -export * from './plugin-oauth/index.js' -export * from './plugin-cmcc/index.js' -export * from './plugin-template/index.js' -export * from './plugin-ucloud/index.js' -export * from './plugin-goedge/index.js' -export * from './plugin-lib/index.js' -export * from './plugin-plus/index.js' -export * from './plugin-cert/index.js' -export * from './plugin-zenlayer/index.js' \ No newline at end of file +// export * from './plugin-aliyun/index.js'; +// export * from './plugin-tencent/index.js'; +// export * from './plugin-host/index.js'; +// export * from './plugin-huawei/index.js'; +// export * from './plugin-demo/index.js'; +// export * from './plugin-other/index.js'; +// export * from './plugin-west/index.js'; +// export * from './plugin-doge/index.js'; +// export * from './plugin-qiniu/index.js'; +// export * from './plugin-woai/index.js'; +// export * from './plugin-cachefly/index.js'; +// export * from './plugin-gcore/index.js'; +// export * from './plugin-qnap/index.js'; +// export * from './plugin-aws/index.js'; +// export * from './plugin-aws-cn/index.js'; +// export * from './plugin-dnsla/index.js'; +// export * from './plugin-upyun/index.js'; +// export * from './plugin-volcengine/index.js' +// export * from './plugin-jdcloud/index.js' +// export * from './plugin-51dns/index.js' +// export * from './plugin-notification/index.js' +// export * from './plugin-flex/index.js' +// export * from './plugin-farcdn/index.js' +// export * from './plugin-fnos/index.js' +// export * from './plugin-rainyun/index.js' +// export * from './plugin-cloudflare/index.js' +// export * from './plugin-github/index.js' +// export * from './plugin-namesilo/index.js' +// export * from './plugin-proxmox/index.js' +// export * from './plugin-wangsu/index.js' +// export * from './plugin-admin/index.js' +// export * from './plugin-ksyun/index.js' +// export * from './plugin-apisix/index.js' +// export * from './plugin-dokploy/index.js' +// export * from './plugin-godaddy/index.js' +// export * from './plugin-captcha/index.js' +// export * from './plugin-xinnet/index.js' +// export * from './plugin-xinnetconnet/index.js' +// export * from './plugin-oauth/index.js' +// export * from './plugin-cmcc/index.js' +// export * from './plugin-template/index.js' +// export * from './plugin-ucloud/index.js' +// export * from './plugin-goedge/index.js' +// export * from './plugin-lib/index.js' +// export * from './plugin-plus/index.js' +// export * from './plugin-cert/index.js' +// export * from './plugin-zenlayer/index.js' \ No newline at end of file diff --git a/packages/ui/certd-server/src/plugins/plugin-plus/exsi/index.ts b/packages/ui/certd-server/src/plugins/plugin-plus/exsi/index.ts new file mode 100644 index 000000000..193261153 --- /dev/null +++ b/packages/ui/certd-server/src/plugins/plugin-plus/exsi/index.ts @@ -0,0 +1 @@ +export * from "./plugin-deploy-to-exsi.js"; \ No newline at end of file diff --git a/packages/ui/certd-server/src/plugins/plugin-plus/exsi/plugin-deploy-to-exsi.ts b/packages/ui/certd-server/src/plugins/plugin-plus/exsi/plugin-deploy-to-exsi.ts new file mode 100644 index 000000000..255069586 --- /dev/null +++ b/packages/ui/certd-server/src/plugins/plugin-plus/exsi/plugin-deploy-to-exsi.ts @@ -0,0 +1,90 @@ +import { IsTaskPlugin, pluginGroups, RunStrategy, TaskInput } from "@certd/pipeline"; +import { CertApplyPluginNames, CertInfo } from "@certd/plugin-cert"; +import { AbstractPlusTaskPlugin, CertReader } from "@certd/plugin-lib"; +import { SshAccess } from "../../plugin-lib/ssh/ssh-access.js"; +import { SshClient } from "../../plugin-lib/ssh/ssh.js"; +@IsTaskPlugin({ + name: "ExsiDeployCert", + title: "Exsi-部署证书到Exsi", + icon: "svg:icon-lucky", + group: pluginGroups.host.key, + default: { + strategy: { + runStrategy: RunStrategy.SkipWhenSucceed, + }, + }, + needPlus: true, +}) +export class ExsiDeployCertPlugin extends AbstractPlusTaskPlugin { + //证书选择,此项必须要有 + @TaskInput({ + title: "域名证书", + helper: "请选择前置任务输出的域名证书", + component: { + name: "output-selector", + from: [...CertApplyPluginNames], + }, + required: true, + }) + cert!: CertInfo; + + // @TaskInput(createCertDomainGetterInputDefine({ props: { required: false } })) + // certDomains!: string[]; + + //授权选择框 + @TaskInput({ + title: "主机SSH授权", + component: { + name: "access-selector", + type: "ssh", + }, + required: true, + }) + accessId!: string; + + + async onInstance() { } + + async execute(): Promise { + const sshConf = await this.getAccess(this.accessId); + const sshClient = new SshClient(this.logger); + + // /etc/vmware/ssl/rui.crt + // /etc/vmware/ssl/rui.key + const certReader = new CertReader(this.cert); + + await certReader.readCertFile({ + logger: this.logger, + handle: async (ctx) => { + const crtPath = ctx.tmpCrtPath; + const keyPath = ctx.tmpKeyPath; + sshClient.uploadFiles({ + connectConf: sshConf, + transports: [ + { + localPath: crtPath, + remotePath: "/etc/vmware/ssl/rui.crt", + }, + { + localPath: keyPath, + remotePath: "/etc/vmware/ssl/rui.key", + }, + ], + mkdirs: true, + }); + }, + }); + + const cmd = `/etc/init.d/hostd restart +/etc/init.d/vpxa restart` + + await sshClient.exec({ + connectConf: sshConf, + script: cmd, + }); + + this.logger.info(`证书部署完成`); + } +} + +new ExsiDeployCertPlugin(); diff --git a/packages/ui/certd-server/src/plugins/plugin-plus/index.ts b/packages/ui/certd-server/src/plugins/plugin-plus/index.ts index db6d7be3a..f4d98f5a1 100644 --- a/packages/ui/certd-server/src/plugins/plugin-plus/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-plus/index.ts @@ -19,3 +19,5 @@ export * from "./kuocai/index.js"; export * from "./unicloud/index.js"; export * from "./maoyun/index.js"; export * from "./xinnet/index.js"; +export * from "./exsi/index.js"; +export * from "./openwrt/index.js"; diff --git a/packages/ui/certd-server/src/plugins/plugin-plus/openwrt/index.ts b/packages/ui/certd-server/src/plugins/plugin-plus/openwrt/index.ts new file mode 100644 index 000000000..2a5313d2b --- /dev/null +++ b/packages/ui/certd-server/src/plugins/plugin-plus/openwrt/index.ts @@ -0,0 +1 @@ +export * from "./plugin-deploy-to-openwrt.js"; diff --git a/packages/ui/certd-server/src/plugins/plugin-plus/openwrt/plugin-deploy-to-openwrt.ts b/packages/ui/certd-server/src/plugins/plugin-plus/openwrt/plugin-deploy-to-openwrt.ts new file mode 100644 index 000000000..9c3955836 --- /dev/null +++ b/packages/ui/certd-server/src/plugins/plugin-plus/openwrt/plugin-deploy-to-openwrt.ts @@ -0,0 +1,90 @@ +import { IsTaskPlugin, pluginGroups, RunStrategy, TaskInput } from "@certd/pipeline"; +import { CertApplyPluginNames, CertInfo } from "@certd/plugin-cert"; +import { AbstractPlusTaskPlugin, CertReader } from "@certd/plugin-lib"; +import { SshAccess } from "../../plugin-lib/ssh/ssh-access.js"; +import { SshClient } from "../../plugin-lib/ssh/ssh.js"; +@IsTaskPlugin({ + name: "OpenwrtDeployCert", + title: "Openwrt-部署证书到Openwrt", + icon: "svg:icon-lucky", + group: pluginGroups.host.key, + default: { + strategy: { + runStrategy: RunStrategy.SkipWhenSucceed, + }, + }, + needPlus: true, +}) +export class OpenwrtDeployCertPlugin extends AbstractPlusTaskPlugin { + //证书选择,此项必须要有 + @TaskInput({ + title: "域名证书", + helper: "请选择前置任务输出的域名证书", + component: { + name: "output-selector", + from: [...CertApplyPluginNames], + }, + required: true, + }) + cert!: CertInfo; + + // @TaskInput(createCertDomainGetterInputDefine({ props: { required: false } })) + // certDomains!: string[]; + + //授权选择框 + @TaskInput({ + title: "主机SSH授权", + component: { + name: "access-selector", + type: "ssh", + }, + required: true, + }) + accessId!: string; + + + async onInstance() { } + + async execute(): Promise { + const sshConf = await this.getAccess(this.accessId); + const sshClient = new SshClient(this.logger); + + // /etc/vmware/ssl/rui.crt + // /etc/vmware/ssl/rui.key + const certReader = new CertReader(this.cert); + + await certReader.readCertFile({ + logger: this.logger, + handle: async (ctx) => { + const crtPath = ctx.tmpCrtPath; + const keyPath = ctx.tmpKeyPath; + sshClient.uploadFiles({ + connectConf: sshConf, + transports: [ + { + localPath: crtPath, + remotePath: "/etc/uhttpd.crt", + }, + { + localPath: keyPath, + remotePath: "/etc/uhttpd.key", + }, + ], + mkdirs: true, + }); + }, + }); + + this.logger.info(`证书上传完成,准备重启uhttpd生效`); + const cmd = `/etc/init.d/uhttpd restart` + + await sshClient.exec({ + connectConf: sshConf, + script: cmd, + }); + + this.logger.info(`证书部署完成`); + } +} + +new OpenwrtDeployCertPlugin(); From 1df396788962e2fc1e1513e6831d7cfc909d60a5 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 8 Jan 2026 00:31:18 +0800 Subject: [PATCH 4/6] chore: 1 --- docs/guide/plugins/access.md | 68 ---------- docs/guide/plugins/deploy.md | 119 +----------------- docs/guide/plugins/dns-provider.md | 19 --- docs/guide/plugins/notification.md | 16 --- .../src/modules/auto/auto-b-load-plugins.ts | 8 +- 5 files changed, 6 insertions(+), 224 deletions(-) diff --git a/docs/guide/plugins/access.md b/docs/guide/plugins/access.md index cfbacc6c9..6b46221de 100644 --- a/docs/guide/plugins/access.md +++ b/docs/guide/plugins/access.md @@ -2,74 +2,6 @@ | 序号 | 名称 | 说明 | |-----|-----|-----| -| 1.| **阿里云授权** | | -| 2.| **阿里云ESA授权** | | -| 3.| **腾讯云** | | -| 4.| **主机登录授权** | | -| 5.| **华为云授权** | | -| 6.| **火山引擎** | | -| 7.| **京东云** | | -| 8.| **七牛云授权** | | -| 9.| **baota授权** | | -| 10.| **百度云授权** | | -| 11.| **天翼云授权** | | -| 12.| **阿里云OSS授权** | 包含地域和Bucket | -| 13.| **腾讯云COS授权** | 腾讯云对象存储授权,包含地域和存储桶 | -| 14.| **SFTP授权** | | -| 15.| **授权插件示例** | | -| 16.| **西部数码授权** | | -| 17.| **多吉云** | | -| 18.| **七牛OSS授权** | | -| 19.| **我爱云授权** | 我爱云CDN | -| 20.| **CacheFly** | CacheFly | -| 21.| **Gcore** | Gcore | -| 22.| **亚马逊云aws授权** | | -| 23.| **亚马逊云科技(国区)授权** | | -| 24.| **dns.la授权** | | -| 25.| **又拍云** | | -| 26.| **51dns授权** | | -| 27.| **FlexCDN授权** | | -| 28.| **farcdn授权** | | -| 29.| **cloudflare授权** | | -| 30.| **Github授权** | | -| 31.| **namesilo授权** | | -| 32.| **proxmox** | | -| 33.| **网宿授权** | | -| 34.| **金山云授权** | | -| 35.| **APISIX授权** | | -| 36.| **Dokploy授权** | | -| 37.| **godaddy授权** | | -| 38.| **新网授权** | | -| 39.| **新网授权(代理方式)** | | -| 40.| **新网互联授权** | 仅支持代理账号,ip需要加入白名单 | -| 41.| **中国移动CND授权** | | -| 42.| **UCloud授权** | 优刻得授权 | -| 43.| **FTP授权** | | -| 44.| **s3/minio授权** | S3/minio oss授权 | -| 45.| **宝塔云WAF授权** | 用于连接和管理宝塔云WAF服务的授权配置 | -| 46.| **易盾DCDN授权** | https://user.yiduncdn.com | -| 47.| **易盾rcdn授权** | 易盾CDN,每月免费30G,[注册即领](https://rhcdn.yiduncdn.com/register?code=8mn536rrzfbf8) | -| 48.| **易发云短信** | sms.yfyidc.cn/ | -| 49.| **cdnfly授权** | | -| 50.| **群晖登录授权** | | -| 51.| **k8s授权** | | -| 52.| **1panel授权** | 账号和密码 | -| 53.| **LeCDN授权** | | -| 54.| **白山云授权** | | -| 55.| **plesk授权** | | -| 56.| **易支付** | | -| 57.| **支付宝** | | -| 58.| **微信支付** | | -| 59.| **长亭雷池授权** | | -| 60.| **lucky** | | -| 61.| **括彩云cdn授权** | 括彩云CDN,每月免费30G,[注册即领](https://kuocaicdn.com/register?code=8mn536rrzfbf8) | -| 62.| **uniCloud** | unicloud授权 | -| 63.| **猫云授权** | | -| 64.| **EAB授权** | ZeroSSL证书申请需要EAB授权 | -| 65.| **google cloud** | 谷歌云授权 | -| 66.| **Zenlayer授权** | Zenlayer授权 | -| 67.| **雨云授权** | https://app.rainyun.com/ | -| 68.| **GoEdge授权** | | - ` - } - - let mdContent = ""; - mdContent = "# 授权列表\n"; - mdContent += genMd(plugins.access); - mdContent += addTableStyle() - fs.writeFileSync("../../../docs/guide/plugins/access.md", mdContent); - - mdContent = "# DNS提供商\n"; - mdContent += genMd(plugins.dnsProvider); - mdContent += addTableStyle() - fs.writeFileSync("../../../docs/guide/plugins/dns-provider.md", mdContent); - - - mdContent = "# 通知插件\n"; - mdContent += genMd(plugins.notification); - mdContent += addTableStyle() - fs.writeFileSync("../../../docs/guide/plugins/notification.md", mdContent); - - - mdContent = "# 任务插件\n"; - mdContent += `共 \`${plugins.deploy.length}\` 款任务插件 \n` - let index =0 - for (const key in pluginGroups) { - index++ - const group = pluginGroups[key]; - mdContent += `## ${index}. ${group.title}\n`; - mdContent += genMd(group.plugins); - } - mdContent += addTableStyle() - fs.writeFileSync("../../../docs/guide/plugins/deploy.md", mdContent); - - process.exit() -} - -genPluginMd() diff --git a/packages/ui/certd-server/export-plugin-yaml.js b/packages/ui/certd-server/export-plugin-yaml.js index 99e2f566e..db43c26e3 100644 --- a/packages/ui/certd-server/export-plugin-yaml.js +++ b/packages/ui/certd-server/export-plugin-yaml.js @@ -6,6 +6,8 @@ import { pathToFileURL } from "node:url"; import * as yaml from "js-yaml"; import { AbstractTaskPlugin, BaseAccess, BaseNotification} from "@certd/pipeline"; import { BaseAddon} from "@certd/lib-server"; +import { dnsProviderRegistry } from "@certd/plugin-cert"; +import { pluginRegistry ,accessRegistry,notificationRegistry,pluginGroups} from "@certd/pipeline"; function scanDir(dir) { const files = fs.readdirSync(dir); @@ -117,9 +119,117 @@ async function genMetadata(){ } } } - process.exit() } + + +async function genPluginMd() { + const plugins = { + access: [], + deploy: [], + dnsProvider: [], + notification: [] + }; + + plugins.access = accessRegistry.getDefineList(); + plugins.deploy = pluginRegistry.getDefineList(); + plugins.dnsProvider = dnsProviderRegistry.getDefineList(); + plugins.notification = notificationRegistry.getDefineList(); + + +// function genMd(list) { +// let mdContent = ` +// +// +// +// +// +// +// `; +// let i = 0; +// for (const x of list) { +// i++ +// mdContent += ``; +// } +// mdContent += `
序号名称说明
${i}. ${x.title} ${x.desc||''}
`; +// return mdContent; +// } + + // function genMd(list) { + // let mdContent = ``; + // let i = 0; + // for (const x of list) { + // i++ + // mdContent += `${i}. **${x.title}** \n${x.desc||''} \n\n\n`; + // } + // return mdContent; + // } + + function genMd(list) { + let mdContent = ` +| 序号 | 名称 | 说明 | +|-----|-----|-----| +`; + let i = 0; + for (const x of list) { + i++ + mdContent += `| ${i}.| **${x.title}** | ${x.desc||''} | \n`; + } + return mdContent; + } + + function addTableStyle(){ + return ` + + ` + } + + let mdContent = ""; + mdContent = "# 授权列表\n"; + mdContent += genMd(plugins.access); + mdContent += addTableStyle() + fs.writeFileSync("../../../docs/guide/plugins/access.md", mdContent); + + mdContent = "# DNS提供商\n"; + mdContent += genMd(plugins.dnsProvider); + mdContent += addTableStyle() + fs.writeFileSync("../../../docs/guide/plugins/dns-provider.md", mdContent); + + + mdContent = "# 通知插件\n"; + mdContent += genMd(plugins.notification); + mdContent += addTableStyle() + fs.writeFileSync("../../../docs/guide/plugins/notification.md", mdContent); + + + mdContent = "# 任务插件\n"; + mdContent += `共 \`${plugins.deploy.length}\` 款任务插件 \n` + let index =0 + for (const key in pluginGroups) { + index++ + const group = pluginGroups[key]; + mdContent += `## ${index}. ${group.title}\n`; + mdContent += genMd(group.plugins); + } + mdContent += addTableStyle() + fs.writeFileSync("../../../docs/guide/plugins/deploy.md", mdContent); + +} + + + // import why from 'why-is-node-running' // setTimeout(() => why(), 100); // 延迟打印原因 -genMetadata() +async function main(){ + await genMetadata() + await genPluginMd() + process.exit() +} +main() diff --git a/packages/ui/certd-server/package.json b/packages/ui/certd-server/package.json index 25cf82fb5..ae1656ea8 100644 --- a/packages/ui/certd-server/package.json +++ b/packages/ui/certd-server/package.json @@ -23,9 +23,8 @@ "lint": "mwts check", "lint:fix": "mwts fix", "ci": "npm run cov", - "build": "cross-env NODE_ENV=production mwtsc --cleanOutDir --skipLibCheck && npm run export-metadata && npm run export-md", + "build": "cross-env NODE_ENV=production mwtsc --cleanOutDir --skipLibCheck && npm run export-metadata", "export-metadata": "node export-plugin-yaml.js", - "export-md": "node export-plugin-md.js", "dev-build": "echo 1", "build-on-docker": "node ./before-build.js && npm run build", "up-mw-deps": "npx midway-version -u -w", From b8b7adff1778d49de6d78a49676e396de274ad2e Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 8 Jan 2026 00:49:05 +0800 Subject: [PATCH 6/6] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=85=AC=E5=91=8A=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts | 6 +++--- .../src/views/framework/home/dashboard/index.vue | 2 +- packages/ui/certd-server/.env | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts b/packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts index cc0e22d41..501f3f09b 100644 --- a/packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts +++ b/packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts @@ -811,9 +811,9 @@ export default { templateProviderSelectorPlaceholder: "未配置", }, - notice: "系统通知", - noticeHelper: "系统通知,将在顶部显示", - noticePlaceholder: "系统通知", + notice: "系统公告", + noticeHelper: "系统公告,将在首页显示", + noticePlaceholder: "系统公告", }, }, modal: { diff --git a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue index 0ba708bd9..d9679115f 100644 --- a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue +++ b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue @@ -71,7 +71,7 @@ - + diff --git a/packages/ui/certd-server/.env b/packages/ui/certd-server/.env index 2a245bd94..345247b4a 100644 --- a/packages/ui/certd-server/.env +++ b/packages/ui/certd-server/.env @@ -1,2 +1,2 @@ LEGO_VERSION=4.30.1 -certd_plugin_loadmode=dev \ No newline at end of file +certd_plugin_loadmode=metadata \ No newline at end of file