diff --git a/docker/images/n8n/Dockerfile b/docker/images/n8n/Dockerfile index a699563633..3c7ede1676 100644 --- a/docker/images/n8n/Dockerfile +++ b/docker/images/n8n/Dockerfile @@ -16,6 +16,7 @@ RUN set -eux; \ case "$apkArch" in \ 'armv7') apk del build-dependencies;; \ esac && \ + rm -rf /usr/local/lib/node_modules/n8n/node_modules/@n8n/chat && \ rm -rf /usr/local/lib/node_modules/n8n/node_modules/n8n-design-system && \ rm -rf /usr/local/lib/node_modules/n8n/node_modules/n8n-editor-ui/node_modules && \ find /usr/local/lib/node_modules/n8n -type f -name "*.ts" -o -name "*.js.map" -o -name "*.vue" | xargs rm && \ diff --git a/packages/@n8n/nodes-langchain/package.json b/packages/@n8n/nodes-langchain/package.json index 9fa4c9b72f..2d25ad5071 100644 --- a/packages/@n8n/nodes-langchain/package.json +++ b/packages/@n8n/nodes-langchain/package.json @@ -102,9 +102,6 @@ "dist/nodes/vector_store/VectorStoreZepLoad/VectorStoreZepLoad.node.js" ] }, - "peerDependencies": { - "@n8n/vm2": "^3.9.20" - }, "devDependencies": { "@types/express": "^4.17.6", "@types/html-to-text": "^9.0.1", @@ -116,37 +113,38 @@ "n8n-core": "workspace:*" }, "dependencies": { - "@aws-sdk/client-bedrock-runtime": "^3.422.0", - "@getzep/zep-js": "^0.7.1", - "@google-ai/generativelanguage": "^0.2.1", - "@gxl/epub-parser": "^2.0.4", - "@huggingface/inference": "^2.6.4", - "@pinecone-database/pinecone": "^1.1.0", - "@supabase/supabase-js": "^2.33.2", + "@aws-sdk/client-bedrock-runtime": "3.454.0", + "@getzep/zep-js": "0.9.0", + "@google-ai/generativelanguage": "0.2.1", + "@gxl/epub-parser": "2.0.4", + "@huggingface/inference": "2.6.4", + "@n8n/vm2": "3.9.20", + "@pinecone-database/pinecone": "1.1.2", + "@supabase/supabase-js": "2.38.5", "@tensorflow-models/universal-sentence-encoder": "1.3.3", - "@tensorflow/tfjs-backend-cpu": "^4.11.0", + "@tensorflow/tfjs-backend-cpu": "4.11.0", "@tensorflow/tfjs-converter": "4.11.0", "@tensorflow/tfjs-core": "4.11.0", - "@tensorflow/tfjs-node": "^4.11.0", - "@xata.io/client": "^0.25.1", - "cohere-ai": "^6.2.2", - "d3-dsv": "^3.0.1", - "html-to-text": "^9.0.5", - "json-schema-to-zod": "^1.1.1", - "langchain": "^0.0.195", - "lodash": "^4.17.21", - "mammoth": "^1.6.0", - "mssql": "^8.1.2", + "@tensorflow/tfjs-node": "4.11.0", + "@xata.io/client": "0.25.3", + "cohere-ai": "6.2.2", + "d3-dsv": "2.0.0", + "html-to-text": "9.0.5", + "json-schema-to-zod": "1.2.0", + "langchain": "0.0.198", + "lodash": "4.17.21", + "mammoth": "1.6.0", + "mssql": "9.1.1", "n8n-nodes-base": "workspace:*", "n8n-workflow": "workspace:*", - "openai": "^4.19.0", - "pdf-parse": "^1.1.1", - "pg": "^8.11.3", - "redis": "^4.6.8", - "sqlite3": "^5.1.6", - "temp": "^0.9.4", - "typeorm": "^0.3.17", - "zod": "^3.22.2", - "zod-to-json-schema": "^3.22.0" + "openai": "4.20.0", + "pdf-parse": "1.1.1", + "pg": "8.11.3", + "redis": "4.6.11", + "sqlite3": "5.1.6", + "temp": "0.9.4", + "typeorm": "0.3.17", + "zod": "3.22.4", + "zod-to-json-schema": "3.22.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a2182372d..eefe22ced7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -265,35 +265,35 @@ importers: packages/@n8n/nodes-langchain: dependencies: '@aws-sdk/client-bedrock-runtime': - specifier: ^3.422.0 + specifier: 3.454.0 version: 3.454.0 '@getzep/zep-js': - specifier: ^0.7.1 - version: 0.7.2 + specifier: 0.9.0 + version: 0.9.0 '@google-ai/generativelanguage': - specifier: ^0.2.1 + specifier: 0.2.1 version: 0.2.1 '@gxl/epub-parser': - specifier: ^2.0.4 + specifier: 2.0.4 version: 2.0.4 '@huggingface/inference': - specifier: ^2.6.4 + specifier: 2.6.4 version: 2.6.4 '@n8n/vm2': - specifier: ^3.9.20 + specifier: 3.9.20 version: 3.9.20 '@pinecone-database/pinecone': - specifier: ^1.1.0 + specifier: 1.1.2 version: 1.1.2 '@supabase/supabase-js': - specifier: ^2.33.2 + specifier: 2.38.5 version: 2.38.5 '@tensorflow-models/universal-sentence-encoder': specifier: 1.3.3 version: 1.3.3(@tensorflow/tfjs-converter@4.11.0)(@tensorflow/tfjs-core@4.11.0) '@tensorflow/tfjs-backend-cpu': - specifier: ^4.11.0 - version: 4.13.0(@tensorflow/tfjs-core@4.11.0) + specifier: 4.11.0 + version: 4.11.0(@tensorflow/tfjs-core@4.11.0) '@tensorflow/tfjs-converter': specifier: 4.11.0 version: 4.11.0(@tensorflow/tfjs-core@4.11.0) @@ -301,35 +301,35 @@ importers: specifier: 4.11.0 version: 4.11.0 '@tensorflow/tfjs-node': - specifier: ^4.11.0 - version: 4.13.0(seedrandom@3.0.5) + specifier: 4.11.0 + version: 4.11.0(seedrandom@3.0.5) '@xata.io/client': - specifier: ^0.25.1 + specifier: 0.25.3 version: 0.25.3(typescript@5.3.2) cohere-ai: - specifier: ^6.2.2 + specifier: 6.2.2 version: 6.2.2 d3-dsv: - specifier: ^3.0.1 - version: 3.0.1 + specifier: 2.0.0 + version: 2.0.0 html-to-text: - specifier: ^9.0.5 + specifier: 9.0.5 version: 9.0.5 json-schema-to-zod: - specifier: ^1.1.1 + specifier: 1.2.0 version: 1.2.0 langchain: - specifier: ^0.0.195 - version: 0.0.195(@aws-sdk/client-bedrock-runtime@3.454.0)(@getzep/zep-js@0.7.2)(@google-ai/generativelanguage@0.2.1)(@huggingface/inference@2.6.4)(@pinecone-database/pinecone@1.1.2)(@supabase/supabase-js@2.38.5)(@tensorflow-models/universal-sentence-encoder@1.3.3)(@tensorflow/tfjs-converter@4.11.0)(@tensorflow/tfjs-core@4.11.0)(@xata.io/client@0.25.3)(cohere-ai@6.2.2)(d3-dsv@3.0.1)(html-to-text@9.0.5)(lodash@4.17.21)(mammoth@1.6.0)(pdf-parse@1.1.1)(pg@8.11.3)(redis@4.6.11)(typeorm@0.3.17) + specifier: 0.0.198 + version: 0.0.198(@aws-sdk/client-bedrock-runtime@3.454.0)(@getzep/zep-js@0.9.0)(@google-ai/generativelanguage@0.2.1)(@huggingface/inference@2.6.4)(@pinecone-database/pinecone@1.1.2)(@supabase/supabase-js@2.38.5)(@tensorflow-models/universal-sentence-encoder@1.3.3)(@tensorflow/tfjs-converter@4.11.0)(@tensorflow/tfjs-core@4.11.0)(@xata.io/client@0.25.3)(cohere-ai@6.2.2)(d3-dsv@2.0.0)(html-to-text@9.0.5)(lodash@4.17.21)(mammoth@1.6.0)(pdf-parse@1.1.1)(pg@8.11.3)(redis@4.6.11)(typeorm@0.3.17) lodash: - specifier: ^4.17.21 + specifier: 4.17.21 version: 4.17.21 mammoth: - specifier: ^1.6.0 + specifier: 1.6.0 version: 1.6.0 mssql: - specifier: ^8.1.2 - version: 8.1.4 + specifier: 9.1.1 + version: 9.1.1 n8n-nodes-base: specifier: workspace:* version: link:../../nodes-base @@ -337,31 +337,31 @@ importers: specifier: workspace:* version: link:../../workflow openai: - specifier: ^4.19.0 + specifier: 4.20.0 version: 4.20.0 pdf-parse: - specifier: ^1.1.1 + specifier: 1.1.1 version: 1.1.1 pg: - specifier: ^8.11.3 + specifier: 8.11.3 version: 8.11.3 redis: - specifier: ^4.6.8 + specifier: 4.6.11 version: 4.6.11 sqlite3: - specifier: ^5.1.6 + specifier: 5.1.6 version: 5.1.6 temp: - specifier: ^0.9.4 + specifier: 0.9.4 version: 0.9.4 typeorm: - specifier: ^0.3.17 - version: 0.3.17(mssql@8.1.4)(pg@8.11.3)(redis@4.6.11)(sqlite3@5.1.6) + specifier: 0.3.17 + version: 0.3.17(mssql@9.1.1)(pg@8.11.3)(redis@4.6.11)(sqlite3@5.1.6) zod: - specifier: ^3.22.2 + specifier: 3.22.4 version: 3.22.4 zod-to-json-schema: - specifier: ^3.22.0 + specifier: 3.22.0 version: 3.22.0(zod@3.22.4) devDependencies: '@types/express': @@ -1007,7 +1007,7 @@ importers: version: 2.4.1(vue@3.3.4) autoprefixer: specifier: ^10.4.14 - version: 10.4.14(postcss@8.4.27) + version: 10.4.14(postcss@8.4.31) core-js: specifier: ^3.31.0 version: 3.31.0 @@ -1877,28 +1877,28 @@ packages: '@aws-sdk/util-endpoints': 3.398.0 '@aws-sdk/util-user-agent-browser': 3.398.0 '@aws-sdk/util-user-agent-node': 3.398.0 - '@smithy/config-resolver': 2.0.5 - '@smithy/fetch-http-handler': 2.0.5 - '@smithy/hash-node': 2.0.5 - '@smithy/invalid-dependency': 2.0.5 - '@smithy/middleware-content-length': 2.0.5 - '@smithy/middleware-endpoint': 2.0.5 - '@smithy/middleware-retry': 2.0.5 - '@smithy/middleware-serde': 2.0.5 - '@smithy/middleware-stack': 2.0.0 - '@smithy/node-config-provider': 2.0.5 - '@smithy/node-http-handler': 2.0.5 + '@smithy/config-resolver': 2.0.19 + '@smithy/fetch-http-handler': 2.2.7 + '@smithy/hash-node': 2.0.16 + '@smithy/invalid-dependency': 2.0.14 + '@smithy/middleware-content-length': 2.0.16 + '@smithy/middleware-endpoint': 2.2.1 + '@smithy/middleware-retry': 2.0.21 + '@smithy/middleware-serde': 2.0.14 + '@smithy/middleware-stack': 2.0.8 + '@smithy/node-config-provider': 2.1.6 + '@smithy/node-http-handler': 2.1.10 '@smithy/protocol-http': 2.0.5 - '@smithy/smithy-client': 2.0.5 - '@smithy/types': 2.2.2 - '@smithy/url-parser': 2.0.5 - '@smithy/util-base64': 2.0.0 + '@smithy/smithy-client': 2.1.16 + '@smithy/types': 2.6.0 + '@smithy/url-parser': 2.0.14 + '@smithy/util-base64': 2.0.1 '@smithy/util-body-length-browser': 2.0.0 '@smithy/util-body-length-node': 2.1.0 - '@smithy/util-defaults-mode-browser': 2.0.5 - '@smithy/util-defaults-mode-node': 2.0.5 - '@smithy/util-retry': 2.0.0 - '@smithy/util-utf8': 2.0.0 + '@smithy/util-defaults-mode-browser': 2.0.20 + '@smithy/util-defaults-mode-node': 2.0.26 + '@smithy/util-retry': 2.0.7 + '@smithy/util-utf8': 2.0.2 tslib: 2.6.1 transitivePeerDependencies: - aws-crt @@ -1919,28 +1919,28 @@ packages: '@aws-sdk/util-endpoints': 3.398.0 '@aws-sdk/util-user-agent-browser': 3.398.0 '@aws-sdk/util-user-agent-node': 3.398.0 - '@smithy/config-resolver': 2.0.5 - '@smithy/fetch-http-handler': 2.0.5 - '@smithy/hash-node': 2.0.5 - '@smithy/invalid-dependency': 2.0.5 - '@smithy/middleware-content-length': 2.0.5 - '@smithy/middleware-endpoint': 2.0.5 - '@smithy/middleware-retry': 2.0.5 - '@smithy/middleware-serde': 2.0.5 - '@smithy/middleware-stack': 2.0.0 - '@smithy/node-config-provider': 2.0.5 - '@smithy/node-http-handler': 2.0.5 + '@smithy/config-resolver': 2.0.19 + '@smithy/fetch-http-handler': 2.2.7 + '@smithy/hash-node': 2.0.16 + '@smithy/invalid-dependency': 2.0.14 + '@smithy/middleware-content-length': 2.0.16 + '@smithy/middleware-endpoint': 2.2.1 + '@smithy/middleware-retry': 2.0.21 + '@smithy/middleware-serde': 2.0.14 + '@smithy/middleware-stack': 2.0.8 + '@smithy/node-config-provider': 2.1.6 + '@smithy/node-http-handler': 2.1.10 '@smithy/protocol-http': 2.0.5 - '@smithy/smithy-client': 2.0.5 - '@smithy/types': 2.2.2 - '@smithy/url-parser': 2.0.5 - '@smithy/util-base64': 2.0.0 + '@smithy/smithy-client': 2.1.16 + '@smithy/types': 2.6.0 + '@smithy/url-parser': 2.0.14 + '@smithy/util-base64': 2.0.1 '@smithy/util-body-length-browser': 2.0.0 '@smithy/util-body-length-node': 2.1.0 - '@smithy/util-defaults-mode-browser': 2.0.5 - '@smithy/util-defaults-mode-node': 2.0.5 - '@smithy/util-retry': 2.0.0 - '@smithy/util-utf8': 2.0.0 + '@smithy/util-defaults-mode-browser': 2.0.20 + '@smithy/util-defaults-mode-node': 2.0.26 + '@smithy/util-retry': 2.0.7 + '@smithy/util-utf8': 2.0.2 tslib: 2.6.1 transitivePeerDependencies: - aws-crt @@ -2008,28 +2008,28 @@ packages: '@aws-sdk/util-endpoints': 3.398.0 '@aws-sdk/util-user-agent-browser': 3.398.0 '@aws-sdk/util-user-agent-node': 3.398.0 - '@smithy/config-resolver': 2.0.5 - '@smithy/fetch-http-handler': 2.0.5 - '@smithy/hash-node': 2.0.5 - '@smithy/invalid-dependency': 2.0.5 - '@smithy/middleware-content-length': 2.0.5 - '@smithy/middleware-endpoint': 2.0.5 - '@smithy/middleware-retry': 2.0.5 - '@smithy/middleware-serde': 2.0.5 - '@smithy/middleware-stack': 2.0.0 - '@smithy/node-config-provider': 2.0.5 - '@smithy/node-http-handler': 2.0.5 + '@smithy/config-resolver': 2.0.19 + '@smithy/fetch-http-handler': 2.2.7 + '@smithy/hash-node': 2.0.16 + '@smithy/invalid-dependency': 2.0.14 + '@smithy/middleware-content-length': 2.0.16 + '@smithy/middleware-endpoint': 2.2.1 + '@smithy/middleware-retry': 2.0.21 + '@smithy/middleware-serde': 2.0.14 + '@smithy/middleware-stack': 2.0.8 + '@smithy/node-config-provider': 2.1.6 + '@smithy/node-http-handler': 2.1.10 '@smithy/protocol-http': 2.0.5 - '@smithy/smithy-client': 2.0.5 - '@smithy/types': 2.2.2 - '@smithy/url-parser': 2.0.5 - '@smithy/util-base64': 2.0.0 + '@smithy/smithy-client': 2.1.16 + '@smithy/types': 2.6.0 + '@smithy/url-parser': 2.0.14 + '@smithy/util-base64': 2.0.1 '@smithy/util-body-length-browser': 2.0.0 '@smithy/util-body-length-node': 2.1.0 - '@smithy/util-defaults-mode-browser': 2.0.5 - '@smithy/util-defaults-mode-node': 2.0.5 - '@smithy/util-retry': 2.0.0 - '@smithy/util-utf8': 2.0.0 + '@smithy/util-defaults-mode-browser': 2.0.20 + '@smithy/util-defaults-mode-node': 2.0.26 + '@smithy/util-retry': 2.0.7 + '@smithy/util-utf8': 2.0.2 fast-xml-parser: 4.2.5 tslib: 2.6.1 transitivePeerDependencies: @@ -2099,8 +2099,8 @@ packages: dependencies: '@aws-sdk/client-cognito-identity': 3.398.0 '@aws-sdk/types': 3.398.0 - '@smithy/property-provider': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/property-provider': 2.0.15 + '@smithy/types': 2.6.0 tslib: 2.6.1 transitivePeerDependencies: - aws-crt @@ -2112,8 +2112,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.398.0 - '@smithy/property-provider': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/property-provider': 2.0.15 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -2123,7 +2123,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.451.0 - '@smithy/property-provider': 2.0.5 + '@smithy/property-provider': 2.0.15 '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false @@ -2137,10 +2137,10 @@ packages: '@aws-sdk/credential-provider-sso': 3.398.0 '@aws-sdk/credential-provider-web-identity': 3.398.0 '@aws-sdk/types': 3.398.0 - '@smithy/credential-provider-imds': 2.0.5 - '@smithy/property-provider': 2.0.5 - '@smithy/shared-ini-file-loader': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/credential-provider-imds': 2.1.2 + '@smithy/property-provider': 2.0.15 + '@smithy/shared-ini-file-loader': 2.2.5 + '@smithy/types': 2.6.0 tslib: 2.6.1 transitivePeerDependencies: - aws-crt @@ -2156,8 +2156,8 @@ packages: '@aws-sdk/credential-provider-sso': 3.451.0 '@aws-sdk/credential-provider-web-identity': 3.451.0 '@aws-sdk/types': 3.451.0 - '@smithy/credential-provider-imds': 2.0.5 - '@smithy/property-provider': 2.0.5 + '@smithy/credential-provider-imds': 2.1.2 + '@smithy/property-provider': 2.0.15 '@smithy/shared-ini-file-loader': 2.2.5 '@smithy/types': 2.6.0 tslib: 2.6.1 @@ -2175,10 +2175,10 @@ packages: '@aws-sdk/credential-provider-sso': 3.398.0 '@aws-sdk/credential-provider-web-identity': 3.398.0 '@aws-sdk/types': 3.398.0 - '@smithy/credential-provider-imds': 2.0.5 - '@smithy/property-provider': 2.0.5 - '@smithy/shared-ini-file-loader': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/credential-provider-imds': 2.1.2 + '@smithy/property-provider': 2.0.15 + '@smithy/shared-ini-file-loader': 2.2.5 + '@smithy/types': 2.6.0 tslib: 2.6.1 transitivePeerDependencies: - aws-crt @@ -2195,8 +2195,8 @@ packages: '@aws-sdk/credential-provider-sso': 3.451.0 '@aws-sdk/credential-provider-web-identity': 3.451.0 '@aws-sdk/types': 3.451.0 - '@smithy/credential-provider-imds': 2.0.5 - '@smithy/property-provider': 2.0.5 + '@smithy/credential-provider-imds': 2.1.2 + '@smithy/property-provider': 2.0.15 '@smithy/shared-ini-file-loader': 2.2.5 '@smithy/types': 2.6.0 tslib: 2.6.1 @@ -2209,9 +2209,9 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.398.0 - '@smithy/property-provider': 2.0.5 - '@smithy/shared-ini-file-loader': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/property-provider': 2.0.15 + '@smithy/shared-ini-file-loader': 2.2.5 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -2221,7 +2221,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.451.0 - '@smithy/property-provider': 2.0.5 + '@smithy/property-provider': 2.0.15 '@smithy/shared-ini-file-loader': 2.2.5 '@smithy/types': 2.6.0 tslib: 2.6.1 @@ -2234,9 +2234,9 @@ packages: '@aws-sdk/client-sso': 3.398.0 '@aws-sdk/token-providers': 3.398.0 '@aws-sdk/types': 3.398.0 - '@smithy/property-provider': 2.0.5 - '@smithy/shared-ini-file-loader': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/property-provider': 2.0.15 + '@smithy/shared-ini-file-loader': 2.2.5 + '@smithy/types': 2.6.0 tslib: 2.6.1 transitivePeerDependencies: - aws-crt @@ -2250,7 +2250,7 @@ packages: '@aws-sdk/client-sso': 3.451.0 '@aws-sdk/token-providers': 3.451.0 '@aws-sdk/types': 3.451.0 - '@smithy/property-provider': 2.0.5 + '@smithy/property-provider': 2.0.15 '@smithy/shared-ini-file-loader': 2.2.5 '@smithy/types': 2.6.0 tslib: 2.6.1 @@ -2263,8 +2263,8 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.398.0 - '@smithy/property-provider': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/property-provider': 2.0.15 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -2274,7 +2274,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.451.0 - '@smithy/property-provider': 2.0.5 + '@smithy/property-provider': 2.0.15 '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false @@ -2294,9 +2294,9 @@ packages: '@aws-sdk/credential-provider-sso': 3.398.0 '@aws-sdk/credential-provider-web-identity': 3.398.0 '@aws-sdk/types': 3.398.0 - '@smithy/credential-provider-imds': 2.0.5 - '@smithy/property-provider': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/credential-provider-imds': 2.1.2 + '@smithy/property-provider': 2.0.15 + '@smithy/types': 2.6.0 tslib: 2.6.1 transitivePeerDependencies: - aws-crt @@ -2309,7 +2309,7 @@ packages: dependencies: '@aws-sdk/types': 3.398.0 '@smithy/protocol-http': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -2329,7 +2329,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.398.0 - '@smithy/types': 2.2.2 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -2349,7 +2349,7 @@ packages: dependencies: '@aws-sdk/types': 3.398.0 '@smithy/protocol-http': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -2370,7 +2370,7 @@ packages: dependencies: '@aws-sdk/middleware-signing': 3.398.0 '@aws-sdk/types': 3.398.0 - '@smithy/types': 2.2.2 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -2390,11 +2390,11 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.398.0 - '@smithy/property-provider': 2.0.5 + '@smithy/property-provider': 2.0.15 '@smithy/protocol-http': 2.0.5 '@smithy/signature-v4': 2.0.5 - '@smithy/types': 2.2.2 - '@smithy/util-middleware': 2.0.0 + '@smithy/types': 2.6.0 + '@smithy/util-middleware': 2.0.7 tslib: 2.6.1 dev: false optional: true @@ -2404,7 +2404,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.451.0 - '@smithy/property-provider': 2.0.5 + '@smithy/property-provider': 2.0.15 '@smithy/protocol-http': 3.0.10 '@smithy/signature-v4': 2.0.5 '@smithy/types': 2.6.0 @@ -2419,7 +2419,7 @@ packages: '@aws-sdk/types': 3.398.0 '@aws-sdk/util-endpoints': 3.398.0 '@smithy/protocol-http': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -2460,30 +2460,30 @@ packages: '@aws-sdk/util-endpoints': 3.398.0 '@aws-sdk/util-user-agent-browser': 3.398.0 '@aws-sdk/util-user-agent-node': 3.398.0 - '@smithy/config-resolver': 2.0.5 - '@smithy/fetch-http-handler': 2.0.5 - '@smithy/hash-node': 2.0.5 - '@smithy/invalid-dependency': 2.0.5 - '@smithy/middleware-content-length': 2.0.5 - '@smithy/middleware-endpoint': 2.0.5 - '@smithy/middleware-retry': 2.0.5 - '@smithy/middleware-serde': 2.0.5 - '@smithy/middleware-stack': 2.0.0 - '@smithy/node-config-provider': 2.0.5 - '@smithy/node-http-handler': 2.0.5 - '@smithy/property-provider': 2.0.5 + '@smithy/config-resolver': 2.0.19 + '@smithy/fetch-http-handler': 2.2.7 + '@smithy/hash-node': 2.0.16 + '@smithy/invalid-dependency': 2.0.14 + '@smithy/middleware-content-length': 2.0.16 + '@smithy/middleware-endpoint': 2.2.1 + '@smithy/middleware-retry': 2.0.21 + '@smithy/middleware-serde': 2.0.14 + '@smithy/middleware-stack': 2.0.8 + '@smithy/node-config-provider': 2.1.6 + '@smithy/node-http-handler': 2.1.10 + '@smithy/property-provider': 2.0.15 '@smithy/protocol-http': 2.0.5 - '@smithy/shared-ini-file-loader': 2.0.5 - '@smithy/smithy-client': 2.0.5 - '@smithy/types': 2.2.2 - '@smithy/url-parser': 2.0.5 - '@smithy/util-base64': 2.0.0 + '@smithy/shared-ini-file-loader': 2.2.5 + '@smithy/smithy-client': 2.1.16 + '@smithy/types': 2.6.0 + '@smithy/url-parser': 2.0.14 + '@smithy/util-base64': 2.0.1 '@smithy/util-body-length-browser': 2.0.0 '@smithy/util-body-length-node': 2.1.0 - '@smithy/util-defaults-mode-browser': 2.0.5 - '@smithy/util-defaults-mode-node': 2.0.5 - '@smithy/util-retry': 2.0.0 - '@smithy/util-utf8': 2.0.0 + '@smithy/util-defaults-mode-browser': 2.0.20 + '@smithy/util-defaults-mode-node': 2.0.26 + '@smithy/util-retry': 2.0.7 + '@smithy/util-utf8': 2.0.2 tslib: 2.6.1 transitivePeerDependencies: - aws-crt @@ -2516,7 +2516,7 @@ packages: '@smithy/middleware-stack': 2.0.8 '@smithy/node-config-provider': 2.1.6 '@smithy/node-http-handler': 2.1.10 - '@smithy/property-provider': 2.0.5 + '@smithy/property-provider': 2.0.15 '@smithy/protocol-http': 3.0.10 '@smithy/shared-ini-file-loader': 2.2.5 '@smithy/smithy-client': 2.1.16 @@ -2539,7 +2539,7 @@ packages: resolution: {integrity: sha512-r44fkS+vsEgKCuEuTV+TIk0t0m5ZlXHNjSDYEUvzLStbbfUFiNus/YG4UCa0wOk9R7VuQI67badsvvPeVPCGDQ==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.2.2 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -2581,7 +2581,7 @@ packages: resolution: {integrity: sha512-A3Tzx1tkDHlBT+IgxmsMCHbV8LM7SwwCozq2ZjJRx0nqw3MCrrcxQFXldHeX/gdUMO+0Oocb7HGSnVODTq+0EA==} dependencies: '@aws-sdk/types': 3.398.0 - '@smithy/types': 2.2.2 + '@smithy/types': 2.6.0 bowser: 2.11.0 tslib: 2.6.1 dev: false @@ -2606,8 +2606,8 @@ packages: optional: true dependencies: '@aws-sdk/types': 3.398.0 - '@smithy/node-config-provider': 2.0.5 - '@smithy/types': 2.2.2 + '@smithy/node-config-provider': 2.1.6 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -4855,10 +4855,11 @@ packages: dev: false optional: true - /@getzep/zep-js@0.7.2: - resolution: {integrity: sha512-GKsI1MPJIQJHp/v2wPDg/e4Md83GUv+pM+7DYPSlItIRWDamxpAQrog5zidftnT0AmZULC4xTDKJ8fkjBxdEPQ==} + /@getzep/zep-js@0.9.0: + resolution: {integrity: sha512-GNaH7EwAisAaMuaUZzOR3hk3yTc7LXrqboPfSN6mZE0rAWGHOjT7V53Hec6yFJqFyXs4/7DsJvZlOcs+gEygNQ==} engines: {node: '>=18.0.0'} dependencies: + '@supercharge/promise-pool': 3.1.0 semver: 7.5.4 typescript: 5.3.2 dev: false @@ -5452,6 +5453,21 @@ packages: resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==} dev: false + /@langchain/core@0.0.2: + resolution: {integrity: sha512-Q3koIjjI295wUKrSMLTXoc3GUyGOS8L4NiLNWD05lozv9mXCNYG6/kmykzQLbiSWXVRKG4zQ82Kr7EHb39tQQw==} + engines: {node: '>=18'} + dependencies: + ansi-styles: 5.2.0 + camelcase: 6.3.0 + decamelize: 1.2.0 + js-tiktoken: 1.0.8 + langsmith: 0.0.48 + p-queue: 6.6.2 + p-retry: 4.6.2 + uuid: 9.0.0 + zod: 3.22.4 + dev: false + /@lezer/common@1.1.0: resolution: {integrity: sha512-XPIN3cYDXsoJI/oDWoR2tD++juVrhgIago9xyKhZ7IhGlzdDM9QgC8D8saKNCz5pindGcznFr2HBSsEQSWnSjw==} dev: false @@ -5511,7 +5527,7 @@ packages: detect-libc: 2.0.1 https-proxy-agent: 5.0.1 make-dir: 3.1.0 - node-fetch: 2.6.8 + node-fetch: 2.7.0(encoding@0.1.13) nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 @@ -5529,7 +5545,7 @@ packages: detect-libc: 2.0.1 https-proxy-agent: 5.0.1 make-dir: 3.1.0 - node-fetch: 2.6.8 + node-fetch: 2.7.0(encoding@0.1.13) nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 @@ -5674,7 +5690,7 @@ packages: engines: {node: '>=18.10', pnpm: '>=8.6.12'} hasBin: true dependencies: - acorn: 8.10.0 + acorn: 8.11.2 acorn-walk: 8.2.0 dev: false @@ -7044,15 +7060,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/abort-controller@2.0.5: - resolution: {integrity: sha512-byVZ2KWLMPYAZGKjRpniAzLcygJO4ruClZKdJTuB0eCB76ONFTdptBHlviHpAZXknRz7skYWPfcgO9v30A1SyA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/config-resolver@2.0.19: resolution: {integrity: sha512-JsghnQ5zjWmjEVY8TFOulLdEOCj09SjRLugrHlkPZTIBBm7PQitCFVLThbsKPZQOP7N3ME1DU1nKUc1UaVnBog==} engines: {node: '>=14.0.0'} @@ -7064,28 +7071,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/config-resolver@2.0.5: - resolution: {integrity: sha512-n0c2AXz+kjALY2FQr7Zy9zhYigXzboIh1AuUUVCqFBKFtdEvTwnwPXrTDoEehLiRTUHNL+4yzZ3s+D0kKYSLSg==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.2.2 - '@smithy/util-config-provider': 2.0.0 - '@smithy/util-middleware': 2.0.0 - tslib: 2.6.1 - dev: false - optional: true - - /@smithy/credential-provider-imds@2.0.5: - resolution: {integrity: sha512-KFcf/e0meFkQNyteJ65f1G19sgUEY1e5zL7hyAEUPz2SEfBmC9B37WyRq87G3MEEsvmAWwCRu7nFFYUKtR3svQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/node-config-provider': 2.0.5 - '@smithy/property-provider': 2.0.5 - '@smithy/types': 2.2.2 - '@smithy/url-parser': 2.0.5 - tslib: 2.6.1 - dev: false - /@smithy/credential-provider-imds@2.1.2: resolution: {integrity: sha512-Y62jBWdoLPSYjr9fFvJf+KwTa1EunjVr6NryTEWCnwIY93OJxwV4t0qxjwdPl/XMsUkq79ppNJSEQN6Ohnhxjw==} engines: {node: '>=14.0.0'} @@ -7106,15 +7091,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/eventstream-codec@2.0.5: - resolution: {integrity: sha512-iqR6OuOV3zbQK8uVs9o+9AxhVk8kW9NAxA71nugwUB+kTY9C35pUd0A5/m4PRT0Y0oIW7W4kgnSR3fdYXQjECw==} - dependencies: - '@aws-crypto/crc32': 3.0.0 - '@smithy/types': 2.6.0 - '@smithy/util-hex-encoding': 2.0.0 - tslib: 2.6.1 - dev: false - /@smithy/eventstream-serde-browser@2.0.14: resolution: {integrity: sha512-41wmYE9smDGJi1ZXp+LogH6BR7MkSsQD91wneIFISF/mupKULvoOJUkv/Nf0NMRxWlM3Bf1Vvi9FlR2oV4KU8Q==} engines: {node: '>=14.0.0'} @@ -7150,17 +7126,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/fetch-http-handler@2.0.5: - resolution: {integrity: sha512-EzFoMowdBNy1VqtvkiXgPFEdosIAt4/4bgZ8uiDiUyfhmNXq/3bV+CagPFFBsgFOR/X2XK4zFZHRsoa7PNHVVg==} - dependencies: - '@smithy/protocol-http': 2.0.5 - '@smithy/querystring-builder': 2.0.5 - '@smithy/types': 2.2.2 - '@smithy/util-base64': 2.0.0 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/fetch-http-handler@2.2.7: resolution: {integrity: sha512-iSDBjxuH9TgrtMYAr7j5evjvkvgwLY3y+9D547uep+JNkZ1ZT+BaeU20j6I/bO/i26ilCWFImrlXTPsfQtZdIQ==} dependencies: @@ -7181,17 +7146,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/hash-node@2.0.5: - resolution: {integrity: sha512-mk551hIywBITT+kXruRNXk7f8Fy7DTzBjZJSr/V6nolYKmUHIG3w5QU6nO9qPYEQGKc/yEPtkpdS28ndeG93lA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.2.2 - '@smithy/util-buffer-from': 2.0.0 - '@smithy/util-utf8': 2.0.0 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/invalid-dependency@2.0.14: resolution: {integrity: sha512-d8ohpwZo9RzTpGlAfsWtfm1SHBSU7+N4iuZ6MzR10xDTujJJWtmXYHK1uzcr7rggbpUTaWyHpPFgnf91q0EFqQ==} dependencies: @@ -7199,14 +7153,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/invalid-dependency@2.0.5: - resolution: {integrity: sha512-0wEi+JT0hM+UUwrJVYbqjuGFhy5agY/zXyiN7BNAJ1XoCDjU5uaNSj8ekPWsXd/d4yM6NSe8UbPd8cOc1+3oBQ==} - dependencies: - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/is-array-buffer@2.0.0: resolution: {integrity: sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==} engines: {node: '>=14.0.0'} @@ -7223,28 +7169,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/middleware-content-length@2.0.5: - resolution: {integrity: sha512-E7VwV5H02fgZIUGRli4GevBCAPvkyEI/fgl9SU47nPPi3DAAX3nEtUb8xfGbXjOcJ5BdSUoWWZn42tEd/blOqA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/protocol-http': 2.0.5 - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - optional: true - - /@smithy/middleware-endpoint@2.0.5: - resolution: {integrity: sha512-tyzDuoNTbsMQCq5Xkc4QOt6e2GACUllQIV8SQ5fc59FtOIV9/vbf58/GxVjZm2o8+MMbdDBANjTDZe/ijZKfyA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/middleware-serde': 2.0.5 - '@smithy/types': 2.2.2 - '@smithy/url-parser': 2.0.5 - '@smithy/util-middleware': 2.0.0 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/middleware-endpoint@2.2.1: resolution: {integrity: sha512-dVDS7HNJl/wb0lpByXor6whqDbb1YlLoaoWYoelyYzLHioXOE7y/0iDwJWtDcN36/tVCw9EPBFZ3aans84jLpg==} engines: {node: '>=14.0.0'} @@ -7272,20 +7196,6 @@ packages: uuid: 8.3.2 dev: false - /@smithy/middleware-retry@2.0.5: - resolution: {integrity: sha512-ulIfbFyzQTVnJbLjUl1CTSi0etg6tej/ekwaLp0Gn8ybUkDkKYa+uB6CF/m2J5B6meRwyJlsryR+DjaOVyiicg==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/protocol-http': 2.0.5 - '@smithy/service-error-classification': 2.0.0 - '@smithy/types': 2.2.2 - '@smithy/util-middleware': 2.0.0 - '@smithy/util-retry': 2.0.0 - tslib: 2.6.1 - uuid: 8.3.2 - dev: false - optional: true - /@smithy/middleware-serde@2.0.14: resolution: {integrity: sha512-hFi3FqoYWDntCYA2IGY6gJ6FKjq2gye+1tfxF2HnIJB5uW8y2DhpRNBSUMoqP+qvYzRqZ6ntv4kgbG+o3pX57g==} engines: {node: '>=14.0.0'} @@ -7294,23 +7204,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/middleware-serde@2.0.5: - resolution: {integrity: sha512-in0AA5sous74dOfTGU9rMJBXJ0bDVNxwdXtEt5lh3FVd2sEyjhI+rqpLLRF1E4ixbw3RSEf80hfRpcPdjg4vvQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - optional: true - - /@smithy/middleware-stack@2.0.0: - resolution: {integrity: sha512-31XC1xNF65nlbc16yuh3wwTudmqs6qy4EseQUGF8A/p2m/5wdd/cnXJqpniy/XvXVwkHPz/GwV36HqzHtIKATQ==} - engines: {node: '>=14.0.0'} - dependencies: - tslib: 2.6.1 - dev: false - optional: true - /@smithy/middleware-stack@2.0.8: resolution: {integrity: sha512-7/N59j0zWqVEKExJcA14MrLDZ/IeN+d6nbkN8ucs+eURyaDUXWYlZrQmMOd/TyptcQv0+RDlgag/zSTTV62y/Q==} engines: {node: '>=14.0.0'} @@ -7319,16 +7212,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/node-config-provider@2.0.5: - resolution: {integrity: sha512-LRtjV9WkhONe2lVy+ipB/l1GX60ybzBmFyeRUoLUXWKdnZ3o81jsnbKzMK8hKq8eFSWPk+Lmyx6ZzCQabGeLxg==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/property-provider': 2.0.5 - '@smithy/shared-ini-file-loader': 2.0.5 - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - /@smithy/node-config-provider@2.1.6: resolution: {integrity: sha512-HLqTs6O78m3M3z1cPLFxddxhEPv5MkVatfPuxoVO3A+cHZanNd/H5I6btcdHy6N2CB1MJ/lihJC92h30SESsBA==} engines: {node: '>=14.0.0'} @@ -7339,18 +7222,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/node-http-handler@2.0.5: - resolution: {integrity: sha512-lZm5DZf4b3V0saUw9WTC4/du887P6cy2fUyQgQQKRRV6OseButyD5yTzeMmXE53CaXJBMBsUvvIQ0hRVxIq56w==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/abort-controller': 2.0.5 - '@smithy/protocol-http': 2.0.5 - '@smithy/querystring-builder': 2.0.5 - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/node-http-handler@2.1.10: resolution: {integrity: sha512-lkALAwtN6odygIM4nB8aHDahINM6WXXjNrZmWQAh0RSossySRT2qa31cFv0ZBuAYVWeprskRk13AFvvLmf1WLw==} engines: {node: '>=14.0.0'} @@ -7370,19 +7241,11 @@ packages: tslib: 2.6.1 dev: false - /@smithy/property-provider@2.0.5: - resolution: {integrity: sha512-cAFSUhX6aiHcmpWfrCLKvwBtgN1F6A0N8qY/8yeSi0LRLmhGqsY1/YTxFE185MCVzYbqBGXVr9TBv4RUcIV4rA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - /@smithy/protocol-http@2.0.5: resolution: {integrity: sha512-d2hhHj34mA2V86doiDfrsy2fNTnUOowGaf9hKb0hIPHqvcnShU4/OSc4Uf1FwHkAdYF3cFXTrj5VGUYbEuvMdw==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.2.2 + '@smithy/types': 2.6.0 tslib: 2.6.1 dev: false optional: true @@ -7404,16 +7267,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/querystring-builder@2.0.5: - resolution: {integrity: sha512-4DCX9krxLzATj+HdFPC3i8pb7XTAWzzKqSw8aTZMjXjtQY+vhe4azMAqIvbb6g7JKwIkmkRAjK6EXO3YWSnJVQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.2.2 - '@smithy/util-uri-escape': 2.0.0 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/querystring-parser@2.0.14: resolution: {integrity: sha512-+cbtXWI9tNtQjlgQg3CA+pvL3zKTAxPnG3Pj6MP89CR3vi3QMmD0SOWoq84tqZDnJCxlsusbgIXk1ngMReXo+A==} engines: {node: '>=14.0.0'} @@ -7422,20 +7275,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/querystring-parser@2.0.5: - resolution: {integrity: sha512-C2stCULH0r54KBksv3AWcN8CLS3u9+WsEW8nBrvctrJ5rQTNa1waHkffpVaiKvcW2nP0aIMBPCobD/kYf/q9mA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - - /@smithy/service-error-classification@2.0.0: - resolution: {integrity: sha512-2z5Nafy1O0cTf69wKyNjGW/sNVMiqDnb4jgwfMG8ye8KnFJ5qmJpDccwIbJNhXIfbsxTg9SEec2oe1cexhMJvw==} - engines: {node: '>=14.0.0'} - dev: false - optional: true - /@smithy/service-error-classification@2.0.7: resolution: {integrity: sha512-LLxgW12qGz8doYto15kZ4x1rHjtXl0BnCG6T6Wb8z2DI4PT9cJfOSvzbuLzy7+5I24PAepKgFeWHRd9GYy3Z9w==} engines: {node: '>=14.0.0'} @@ -7443,14 +7282,6 @@ packages: '@smithy/types': 2.6.0 dev: false - /@smithy/shared-ini-file-loader@2.0.5: - resolution: {integrity: sha512-Mvtk6FwMtfbKRC4YuSsIqRYp9WTxsSUJVVo2djgyhcacKGMqicHDWSAmgy3sDrKv+G/G6xTZCPwm6pJARtdxVg==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - /@smithy/shared-ini-file-loader@2.2.5: resolution: {integrity: sha512-LHA68Iu7SmNwfAVe8egmjDCy648/7iJR/fK1UnVw+iAOUJoEYhX2DLgVd5pWllqdDiRbQQzgaHLcRokM+UFR1w==} engines: {node: '>=14.0.0'} @@ -7463,7 +7294,7 @@ packages: resolution: {integrity: sha512-ABIzXmUDXK4n2c9cXjQLELgH2RdtABpYKT+U131e2I6RbCypFZmxIHmIBufJzU2kdMCQ3+thBGDWorAITFW04A==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/eventstream-codec': 2.0.5 + '@smithy/eventstream-codec': 2.0.14 '@smithy/is-array-buffer': 2.0.0 '@smithy/types': 2.6.0 '@smithy/util-hex-encoding': 2.0.0 @@ -7473,17 +7304,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/smithy-client@2.0.5: - resolution: {integrity: sha512-kCTFr8wfOAWKDzGvfBElc6shHigWtHNhMQ1IbosjC4jOlayFyZMSs2PysKB+Ox/dhQ41KqOzgVjgiQ+PyWqHMQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/middleware-stack': 2.0.0 - '@smithy/types': 2.2.2 - '@smithy/util-stream': 2.0.5 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/smithy-client@2.1.16: resolution: {integrity: sha512-Lw67+yQSpLl4YkDLUzI2KgS8TXclXmbzSeOJUmRFS4ueT56B4pw3RZRF/SRzvgyxM/HxgkUan8oSHXCujPDafQ==} engines: {node: '>=14.0.0'} @@ -7494,13 +7314,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/types@2.2.2: - resolution: {integrity: sha512-4PS0y1VxDnELGHGgBWlDksB2LJK8TG8lcvlWxIsgR+8vROI7Ms8h1P4FQUx+ftAX2QZv5g1CJCdhdRmQKyonyw==} - engines: {node: '>=14.0.0'} - dependencies: - tslib: 2.6.1 - dev: false - /@smithy/types@2.6.0: resolution: {integrity: sha512-PgqxJq2IcdMF9iAasxcqZqqoOXBHufEfmbEUdN1pmJrJltT42b0Sc8UiYSWWzKkciIp9/mZDpzYi4qYG1qqg6g==} engines: {node: '>=14.0.0'} @@ -7516,23 +7329,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/url-parser@2.0.5: - resolution: {integrity: sha512-OdMBvZhpckQSkugCXNJQCvqJ71wE7Ftxce92UOQLQ9pwF6hoS5PLL7wEfpnuEXtStzBqJYkzu1C1ZfjuFGOXAA==} - dependencies: - '@smithy/querystring-parser': 2.0.5 - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - - /@smithy/util-base64@2.0.0: - resolution: {integrity: sha512-Zb1E4xx+m5Lud8bbeYi5FkcMJMnn+1WUnJF3qD7rAdXpaL7UjkFQLdmW5fHadoKbdHpwH9vSR8EyTJFHJs++tA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/util-buffer-from': 2.0.0 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/util-base64@2.0.1: resolution: {integrity: sha512-DlI6XFYDMsIVN+GH9JtcRp3j02JEVuWIn/QOZisVzpIAprdsxGveFed0bjbMRCqmIFe8uetn5rxzNrBtIGrPIQ==} engines: {node: '>=14.0.0'} @@ -7580,17 +7376,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/util-defaults-mode-browser@2.0.5: - resolution: {integrity: sha512-yciP6TPttLsj731aHTvekgyuCGXQrEAJibEwEWAh3kzaDsfGAVCuZSBlyvC2Dl3TZmHKCOQwHV8mIE7KQCTPuQ==} - engines: {node: '>= 10.0.0'} - dependencies: - '@smithy/property-provider': 2.0.5 - '@smithy/types': 2.2.2 - bowser: 2.11.0 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/util-defaults-mode-node@2.0.26: resolution: {integrity: sha512-lGFPOFCHv1ql019oegYqa54BZH7HREw6EBqjDLbAr0wquMX0BDi2sg8TJ6Eq+JGLijkZbJB73m4+aK8OFAapMg==} engines: {node: '>= 10.0.0'} @@ -7604,19 +7389,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/util-defaults-mode-node@2.0.5: - resolution: {integrity: sha512-M07t99rWasXt+IaDZDyP3BkcoEm/mgIE1RIMASrE49LKSNxaVN7PVcgGc77+4uu2kzBAyqJKy79pgtezuknyjQ==} - engines: {node: '>= 10.0.0'} - dependencies: - '@smithy/config-resolver': 2.0.5 - '@smithy/credential-provider-imds': 2.0.5 - '@smithy/node-config-provider': 2.0.5 - '@smithy/property-provider': 2.0.5 - '@smithy/types': 2.2.2 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/util-endpoints@1.0.5: resolution: {integrity: sha512-K7qNuCOD5K/90MjHvHm9kJldrfm40UxWYQxNEShMFxV/lCCCRIg8R4uu1PFAxRvPxNpIdcrh1uK6I1ISjDXZJw==} engines: {node: '>= 14.0.0'} @@ -7633,14 +7405,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/util-middleware@2.0.0: - resolution: {integrity: sha512-eCWX4ECuDHn1wuyyDdGdUWnT4OGyIzV0LN1xRttBFMPI9Ff/4heSHVxneyiMtOB//zpXWCha1/SWHJOZstG7kA==} - engines: {node: '>=14.0.0'} - dependencies: - tslib: 2.6.1 - dev: false - optional: true - /@smithy/util-middleware@2.0.7: resolution: {integrity: sha512-tRINOTlf1G9B0ECarFQAtTgMhpnrMPSa+5j4ZEwEawCLfTFTavk6757sxhE4RY5RMlD/I3x+DCS8ZUiR8ho9Pw==} engines: {node: '>=14.0.0'} @@ -7649,15 +7413,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/util-retry@2.0.0: - resolution: {integrity: sha512-/dvJ8afrElasuiiIttRJeoS2sy8YXpksQwiM/TcepqdRVp7u4ejd9C4IQURHNjlfPUT7Y6lCDSa2zQJbdHhVTg==} - engines: {node: '>= 14.0.0'} - dependencies: - '@smithy/service-error-classification': 2.0.0 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/util-retry@2.0.7: resolution: {integrity: sha512-fIe5yARaF0+xVT1XKcrdnHKTJ1Vc4+3e3tLDjCuIcE9b6fkBzzGFY7AFiX4M+vj6yM98DrwkuZeHf7/hmtVp0Q==} engines: {node: '>= 14.0.0'} @@ -7681,21 +7436,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/util-stream@2.0.5: - resolution: {integrity: sha512-ylx27GwI05xLpYQ4hDIfS15vm+wYjNN0Sc2P0FxuzgRe8v0BOLHppGIQ+Bezcynk8C9nUzsUue3TmtRhjut43g==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/fetch-http-handler': 2.0.5 - '@smithy/node-http-handler': 2.0.5 - '@smithy/types': 2.2.2 - '@smithy/util-base64': 2.0.0 - '@smithy/util-buffer-from': 2.0.0 - '@smithy/util-hex-encoding': 2.0.0 - '@smithy/util-utf8': 2.0.0 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/util-uri-escape@2.0.0: resolution: {integrity: sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==} engines: {node: '>=14.0.0'} @@ -7703,15 +7443,6 @@ packages: tslib: 2.6.1 dev: false - /@smithy/util-utf8@2.0.0: - resolution: {integrity: sha512-rctU1VkziY84n5OXe3bPNpKR001ZCME2JCaBBFgtiM2hfKbHFudc/BkMuPab8hRbLd0j3vbnBTTZ1igBf0wgiQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/util-buffer-from': 2.0.0 - tslib: 2.6.1 - dev: false - optional: true - /@smithy/util-utf8@2.0.2: resolution: {integrity: sha512-qOiVORSPm6Ce4/Yu6hbSgNHABLP2VMv8QOC3tTDNHHlWY19pPyc++fBTbZPtx6egPXi4HQxKDnMxVxpbtX2GoA==} engines: {node: '>=14.0.0'} @@ -9182,7 +8913,7 @@ packages: ts-dedent: 2.2.0 type-fest: 2.19.0 vue: 3.3.4 - vue-component-type-helpers: 1.8.22 + vue-component-type-helpers: 1.8.24 transitivePeerDependencies: - encoding - supports-color @@ -9243,6 +8974,11 @@ packages: - supports-color dev: false + /@supercharge/promise-pool@3.1.0: + resolution: {integrity: sha512-gB3NukbIcYzRtPoE6dx9svQYPodxvnfQlaaQd8N/z87E6WaMfRE7o5HwB+LZ+KeM0nsNAq1n4TmBtfz1VCUR+Q==} + engines: {node: '>=8'} + dev: false + /@sxzz/popperjs-es@2.11.7: resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==} dev: false @@ -9261,6 +8997,10 @@ packages: resolution: {integrity: sha512-d/keJiNKfpHo+GmSB8QcsAwBx8h+V1UbdozA5TD+eSLXprNY53JAYub47J9evsSKWDdNG5uVj0FiMozLKuzowQ==} dev: false + /@tediousjs/connection-string@0.4.4: + resolution: {integrity: sha512-Qssn7gmOILmqD0zkfA09YyFd52UajWYkLTTSi4Dx/XZaUuVcx4W4guv2rAVc5mm8wYRdonmG/HfFH3PS6izXAg==} + dev: false + /@tensorflow-models/universal-sentence-encoder@1.3.3(@tensorflow/tfjs-converter@4.11.0)(@tensorflow/tfjs-core@4.11.0): resolution: {integrity: sha512-mipL7ad0CW6uQ68FUkNgkNj/zgA4qgBnNcnMMkNTdL9MUMnzCxu3AE8pWnx2ReKHwdqEG4e8IpaYKfH4B8bojg==} peerDependencies: @@ -9271,36 +9011,25 @@ packages: '@tensorflow/tfjs-core': 4.11.0 dev: false - /@tensorflow/tfjs-backend-cpu@4.13.0(@tensorflow/tfjs-core@4.11.0): - resolution: {integrity: sha512-k44G+2WZShxI2ejvQdsSQcicFMNWaccsf6bkI0R7dol9t9uj73yg7JkiT0U0uuJE6XwXymJgDe+KJVprg3fAgA==} + /@tensorflow/tfjs-backend-cpu@4.11.0(@tensorflow/tfjs-core@4.11.0): + resolution: {integrity: sha512-2zmGX9MuR8AwscSGOybz4fBOFgQDnj+ZCWGkLxDzbKecy9GxuilukT46xB2zU0kSq7Mf3ncfE/9eUEy6a7ZDqQ==} engines: {yarn: '>= 1.3.2'} peerDependencies: - '@tensorflow/tfjs-core': 4.13.0 + '@tensorflow/tfjs-core': 4.11.0 dependencies: '@tensorflow/tfjs-core': 4.11.0 '@types/seedrandom': 2.4.34 seedrandom: 3.0.5 dev: false - /@tensorflow/tfjs-backend-cpu@4.13.0(@tensorflow/tfjs-core@4.13.0): - resolution: {integrity: sha512-k44G+2WZShxI2ejvQdsSQcicFMNWaccsf6bkI0R7dol9t9uj73yg7JkiT0U0uuJE6XwXymJgDe+KJVprg3fAgA==} + /@tensorflow/tfjs-backend-webgl@4.11.0(@tensorflow/tfjs-core@4.11.0): + resolution: {integrity: sha512-sM/B65u+1T3U+Ctiq1fn5j6VmiLEZW7BpuSa3ZXDXtIS07MoZ2FTuO8BMudxEY4xGpTyoOzqTOGT9BaGO3qrWg==} engines: {yarn: '>= 1.3.2'} peerDependencies: - '@tensorflow/tfjs-core': 4.13.0 + '@tensorflow/tfjs-core': 4.11.0 dependencies: - '@tensorflow/tfjs-core': 4.13.0 - '@types/seedrandom': 2.4.34 - seedrandom: 3.0.5 - dev: false - - /@tensorflow/tfjs-backend-webgl@4.13.0(@tensorflow/tfjs-core@4.13.0): - resolution: {integrity: sha512-UDwn6o70GyZaVxWdGWrWYJad2tUbxqgLtGfZI19j5EmM554PVsGLd+VHOqv4XodTviawuNq/GzqSdqhqsp8f5w==} - engines: {yarn: '>= 1.3.2'} - peerDependencies: - '@tensorflow/tfjs-core': 4.13.0 - dependencies: - '@tensorflow/tfjs-backend-cpu': 4.13.0(@tensorflow/tfjs-core@4.13.0) - '@tensorflow/tfjs-core': 4.13.0 + '@tensorflow/tfjs-backend-cpu': 4.11.0(@tensorflow/tfjs-core@4.11.0) + '@tensorflow/tfjs-core': 4.11.0 '@types/offscreencanvas': 2019.3.0 '@types/seedrandom': 2.4.34 seedrandom: 3.0.5 @@ -9314,14 +9043,6 @@ packages: '@tensorflow/tfjs-core': 4.11.0 dev: false - /@tensorflow/tfjs-converter@4.13.0(@tensorflow/tfjs-core@4.13.0): - resolution: {integrity: sha512-jA2/IigBXReZHS8Bo308HG7oVzsNPnPgSYfXneRXnxUz+WfcIPkJ6zp48KERZSPja8vOO5eNG4lsUkQpbtiyyw==} - peerDependencies: - '@tensorflow/tfjs-core': 4.13.0 - dependencies: - '@tensorflow/tfjs-core': 4.13.0 - dev: false - /@tensorflow/tfjs-core@4.11.0: resolution: {integrity: sha512-t0mCNIco8wg6aZdHWT1d6ZuKtbbdY5y871ELWLSUA1+grXDvvaroHYh5eeJexJYXeg+EQ0/hzB0G8nLsLjlyVQ==} engines: {yarn: '>= 1.3.2'} @@ -9337,28 +9058,13 @@ packages: - encoding dev: false - /@tensorflow/tfjs-core@4.13.0: - resolution: {integrity: sha512-vvz/kHakvv5Tppp2GDTUBA2/XkNmEkManbdsFEXfwVc5+rVMPEMsRFOjsKTy/TpDRd/4wsJBA99L4F7iG2tr/Q==} - engines: {yarn: '>= 1.3.2'} - dependencies: - '@types/long': 4.0.2 - '@types/offscreencanvas': 2019.7.3 - '@types/seedrandom': 2.4.34 - '@webgpu/types': 0.1.30 - long: 4.0.0 - node-fetch: 2.6.8 - seedrandom: 3.0.5 - transitivePeerDependencies: - - encoding - dev: false - - /@tensorflow/tfjs-data@4.13.0(@tensorflow/tfjs-core@4.13.0)(seedrandom@3.0.5): - resolution: {integrity: sha512-8FmvzGKBH3SJ3Y+vDTF/coFxD/FMh93YRZHxevNGE+nJcs3JK0grRbjSX3AAWb2GXtz2/o30BU0YL8bW8POuUA==} + /@tensorflow/tfjs-data@4.11.0(@tensorflow/tfjs-core@4.11.0)(seedrandom@3.0.5): + resolution: {integrity: sha512-8E6CVpd7kxRFtVL7kvz6WF5jH18pNN2wEcm2yA87xq37JwcRsIPTkrmfyqCHlJZmiWn3RQbP59Sl05gbBnFo5w==} peerDependencies: - '@tensorflow/tfjs-core': 4.13.0 + '@tensorflow/tfjs-core': 4.11.0 seedrandom: ^3.0.5 dependencies: - '@tensorflow/tfjs-core': 4.13.0 + '@tensorflow/tfjs-core': 4.11.0 '@types/node-fetch': 2.6.4 node-fetch: 2.6.8 seedrandom: 3.0.5 @@ -9367,20 +9073,20 @@ packages: - encoding dev: false - /@tensorflow/tfjs-layers@4.13.0(@tensorflow/tfjs-core@4.13.0): - resolution: {integrity: sha512-YoBqtVTnE71h48+f89G6ZSYZMN+QsUMccopSxQC6XscncB6Gt1KwuWfpDc2Ld5JeubmUzKLqHdEP0jXIWxssJw==} + /@tensorflow/tfjs-layers@4.11.0(@tensorflow/tfjs-core@4.11.0): + resolution: {integrity: sha512-ErVqwxjpu2YM3uJRj2o5GbBTYViUwnqOb0wKWuCVukVmGeWrUzf1X00Ky3dP4xfilfAvq+B26dg7QN4YNHeaKg==} peerDependencies: - '@tensorflow/tfjs-core': 4.13.0 + '@tensorflow/tfjs-core': 4.11.0 dependencies: - '@tensorflow/tfjs-core': 4.13.0 + '@tensorflow/tfjs-core': 4.11.0 dev: false - /@tensorflow/tfjs-node@4.13.0(seedrandom@3.0.5): - resolution: {integrity: sha512-lCC5wLojaH6QLGiXdicswi0rz4b+sEVuBvDUaqdV4tve1wLHl3RzSS3IxR7fYj8V9GXCCcCtOkqwdEtXVMiIXg==} + /@tensorflow/tfjs-node@4.11.0(seedrandom@3.0.5): + resolution: {integrity: sha512-dKMabHsyXEjVM9hSPITa9s7+SA7mqIRCN3ITbOoiVQ4JVlpSg2sffORWOQaRbYISP7F+l6RFiw0EB7t5vCXPzg==} engines: {node: '>=8.11.0'} dependencies: '@mapbox/node-pre-gyp': 1.0.9 - '@tensorflow/tfjs': 4.13.0(seedrandom@3.0.5) + '@tensorflow/tfjs': 4.11.0(seedrandom@3.0.5) adm-zip: 0.5.10 google-protobuf: 3.21.2 https-proxy-agent: 2.2.4 @@ -9393,16 +9099,16 @@ packages: - supports-color dev: false - /@tensorflow/tfjs@4.13.0(seedrandom@3.0.5): - resolution: {integrity: sha512-yvjcNMt1q9CLUeOVwoNf0KyMg//fY9earGQGH91C+NcacOK4j0BJUJUqMolEJqfHIbmK2n2CIFmdvgA5epVPSA==} + /@tensorflow/tfjs@4.11.0(seedrandom@3.0.5): + resolution: {integrity: sha512-s6Vbz3IvMz2zNbH8/VptpRXzkwVjmuzT48esYLXJxMKtTcob4m5Srdxo7B+eJSDrWYkutXruiivaWmihFmu5rA==} hasBin: true dependencies: - '@tensorflow/tfjs-backend-cpu': 4.13.0(@tensorflow/tfjs-core@4.13.0) - '@tensorflow/tfjs-backend-webgl': 4.13.0(@tensorflow/tfjs-core@4.13.0) - '@tensorflow/tfjs-converter': 4.13.0(@tensorflow/tfjs-core@4.13.0) - '@tensorflow/tfjs-core': 4.13.0 - '@tensorflow/tfjs-data': 4.13.0(@tensorflow/tfjs-core@4.13.0)(seedrandom@3.0.5) - '@tensorflow/tfjs-layers': 4.13.0(@tensorflow/tfjs-core@4.13.0) + '@tensorflow/tfjs-backend-cpu': 4.11.0(@tensorflow/tfjs-core@4.11.0) + '@tensorflow/tfjs-backend-webgl': 4.11.0(@tensorflow/tfjs-core@4.11.0) + '@tensorflow/tfjs-converter': 4.11.0(@tensorflow/tfjs-core@4.11.0) + '@tensorflow/tfjs-core': 4.11.0 + '@tensorflow/tfjs-data': 4.11.0(@tensorflow/tfjs-core@4.11.0)(seedrandom@3.0.5) + '@tensorflow/tfjs-layers': 4.11.0(@tensorflow/tfjs-core@4.11.0) argparse: 1.0.10 chalk: 4.1.2 core-js: 3.29.1 @@ -11180,6 +10886,7 @@ packages: /abab@1.0.4: resolution: {integrity: sha512-I+Wi+qiE2kUXyrRhNsWv6XsjUTBJjSoVSctKNBfLG5zG/Xe7Rjbxf13+vqYHNTwHaFU+FtSlVxOCTiMEVtPv0A==} + deprecated: Use your platform's native atob() and btoa() methods instead dev: false /abab@2.0.6: @@ -11272,7 +10979,6 @@ packages: resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} engines: {node: '>=0.4.0'} hasBin: true - dev: true /acorn@8.8.1: resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} @@ -11841,7 +11547,7 @@ packages: - encoding dev: false - /autoprefixer@10.4.14(postcss@8.4.27): + /autoprefixer@10.4.14(postcss@8.4.31): resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -11853,7 +11559,7 @@ packages: fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.27 + postcss: 8.4.31 postcss-value-parser: 4.2.0 dev: true @@ -12692,7 +12398,7 @@ packages: normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 /chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} @@ -13073,11 +12779,6 @@ packages: engines: {node: '>= 6'} dev: true - /commander@7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} - dev: false - /commander@9.4.1: resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==} engines: {node: ^12.20.0 || >=14} @@ -13579,13 +13280,12 @@ packages: yauzl: 2.10.0 dev: true - /d3-dsv@3.0.1: - resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==} - engines: {node: '>=12'} + /d3-dsv@2.0.0: + resolution: {integrity: sha512-E+Pn8UJYx9mViuIUkoc93gJGGYut6mSDKy2+XaPwccwkRGlR+LO97L2VCCRjQivTwLHkSnAJG7yo00BWY6QM+w==} hasBin: true dependencies: - commander: 7.2.0 - iconv-lite: 0.6.3 + commander: 2.20.3 + iconv-lite: 0.4.24 rw: 1.3.3 dev: false @@ -14009,6 +13709,7 @@ packages: /domexception@1.0.1: resolution: {integrity: sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==} + deprecated: Use your platform's native DOMException instead dependencies: webidl-conversions: 4.0.2 dev: false @@ -15869,17 +15570,10 @@ packages: /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} - /fsevents@2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - os: [darwin] - optional: true - /fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] - dev: true optional: true /function-bind@1.1.2: @@ -16293,7 +15987,7 @@ packages: fast-text-encoding: 1.0.6 google-auth-library: 8.8.0 is-stream-ended: 0.1.4 - node-fetch: 2.6.8 + node-fetch: 2.7.0(encoding@0.1.13) object-hash: 3.0.0 proto3-json-serializer: 1.1.1 protobufjs: 7.2.4 @@ -16590,7 +16284,7 @@ packages: hasBin: true dependencies: '@selderee/plugin-htmlparser2': 0.6.0 - deepmerge: 4.2.2 + deepmerge: 4.3.1 he: 1.2.0 htmlparser2: 6.1.0 minimist: 1.2.8 @@ -17762,7 +17456,7 @@ packages: micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /jest-leak-detector@29.6.2: @@ -18235,7 +17929,7 @@ packages: domexception: 1.0.1 escodegen: 1.14.3 html-encoding-sniffer: 1.0.2 - nwsapi: 2.2.2 + nwsapi: 2.2.7 parse5: 5.1.0 pn: 1.1.0 request: 2.88.2 @@ -18694,8 +18388,8 @@ packages: resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==} dev: false - /langchain@0.0.195(@aws-sdk/client-bedrock-runtime@3.454.0)(@getzep/zep-js@0.7.2)(@google-ai/generativelanguage@0.2.1)(@huggingface/inference@2.6.4)(@pinecone-database/pinecone@1.1.2)(@supabase/supabase-js@2.38.5)(@tensorflow-models/universal-sentence-encoder@1.3.3)(@tensorflow/tfjs-converter@4.11.0)(@tensorflow/tfjs-core@4.11.0)(@xata.io/client@0.25.3)(cohere-ai@6.2.2)(d3-dsv@3.0.1)(html-to-text@9.0.5)(lodash@4.17.21)(mammoth@1.6.0)(pdf-parse@1.1.1)(pg@8.11.3)(redis@4.6.11)(typeorm@0.3.17): - resolution: {integrity: sha512-b3TOfhSUwxe2ZCr4yYlR5dciyy0qyqrDeqAfVFJKM0H7/ueFHFllr4uJydsbzC5+ahlqDFRbzUEK005sbHgdSQ==} + /langchain@0.0.198(@aws-sdk/client-bedrock-runtime@3.454.0)(@getzep/zep-js@0.9.0)(@google-ai/generativelanguage@0.2.1)(@huggingface/inference@2.6.4)(@pinecone-database/pinecone@1.1.2)(@supabase/supabase-js@2.38.5)(@tensorflow-models/universal-sentence-encoder@1.3.3)(@tensorflow/tfjs-converter@4.11.0)(@tensorflow/tfjs-core@4.11.0)(@xata.io/client@0.25.3)(cohere-ai@6.2.2)(d3-dsv@2.0.0)(html-to-text@9.0.5)(lodash@4.17.21)(mammoth@1.6.0)(pdf-parse@1.1.1)(pg@8.11.3)(redis@4.6.11)(typeorm@0.3.17): + resolution: {integrity: sha512-YC0O1g8r61InCWyF5NmiQjdghdq6LKcgMrDZtqLbgDxAe4RoSldonm+5oNXS3yjCISG0j3s5Cty+yB7klqvUpg==} engines: {node: '>=18'} peerDependencies: '@aws-crypto/sha256-js': ^5.0.0 @@ -18708,14 +18402,14 @@ packages: '@aws-sdk/client-sfn': ^3.310.0 '@aws-sdk/credential-provider-node': ^3.388.0 '@azure/storage-blob': ^12.15.0 - '@clickhouse/client': ^0.0.14 + '@clickhouse/client': ^0.2.5 '@cloudflare/ai': ^1.0.12 '@elastic/elasticsearch': ^8.4.0 '@getmetal/metal-sdk': '*' '@getzep/zep-js': ^0.9.0 - '@gomomento/sdk': ^1.47.1 - '@gomomento/sdk-core': ^1.47.1 - '@gomomento/sdk-web': ^1.47.1 + '@gomomento/sdk': ^1.51.1 + '@gomomento/sdk-core': ^1.51.1 + '@gomomento/sdk-web': ^1.51.1 '@google-ai/generativelanguage': ^0.2.1 '@google-cloud/storage': ^6.10.1 '@huggingface/inference': ^2.6.4 @@ -18774,6 +18468,7 @@ packages: neo4j-driver: '*' node-llama-cpp: '*' notion-to-md: ^3.1.0 + officeparser: ^4.0.4 pdf-parse: 1.1.1 peggy: ^3.0.2 pg: ^8.11.0 @@ -18782,6 +18477,7 @@ packages: playwright: ^1.32.1 portkey-ai: ^0.1.11 puppeteer: ^19.7.2 + pyodide: ^0.24.1 redis: ^4.6.4 replicate: ^0.18.0 sonix-speech-recognition: ^2.1.1 @@ -18949,6 +18645,8 @@ packages: optional: true notion-to-md: optional: true + officeparser: + optional: true pdf-parse: optional: true peggy: @@ -18965,6 +18663,8 @@ packages: optional: true puppeteer: optional: true + pyodide: + optional: true redis: optional: true replicate: @@ -18996,21 +18696,19 @@ packages: dependencies: '@anthropic-ai/sdk': 0.9.1 '@aws-sdk/client-bedrock-runtime': 3.454.0 - '@getzep/zep-js': 0.7.2 + '@getzep/zep-js': 0.9.0 '@google-ai/generativelanguage': 0.2.1 '@huggingface/inference': 2.6.4 + '@langchain/core': 0.0.2 '@pinecone-database/pinecone': 1.1.2 '@supabase/supabase-js': 2.38.5 '@tensorflow-models/universal-sentence-encoder': 1.3.3(@tensorflow/tfjs-converter@4.11.0)(@tensorflow/tfjs-core@4.11.0) '@tensorflow/tfjs-converter': 4.11.0(@tensorflow/tfjs-core@4.11.0) '@tensorflow/tfjs-core': 4.11.0 '@xata.io/client': 0.25.3(typescript@5.3.2) - ansi-styles: 5.2.0 binary-extensions: 2.2.0 - camelcase: 6.3.0 cohere-ai: 6.2.2 - d3-dsv: 3.0.1 - decamelize: 1.2.0 + d3-dsv: 2.0.0 expr-eval: 2.0.2 flat: 5.0.2 html-to-text: 9.0.5 @@ -19024,12 +18722,11 @@ packages: ml-distance: 4.0.1 openai: 4.20.0 openapi-types: 12.1.3 - p-queue: 6.6.2 p-retry: 4.6.2 pdf-parse: 1.1.1 pg: 8.11.3 redis: 4.6.11 - typeorm: 0.3.17(mssql@8.1.4)(pg@8.11.3)(redis@4.6.11)(sqlite3@5.1.6) + typeorm: 0.3.17(mssql@9.1.1)(pg@8.11.3)(redis@4.6.11)(sqlite3@5.1.6) uuid: 9.0.0 yaml: 2.3.4 zod: 3.22.4 @@ -20301,6 +19998,21 @@ packages: - supports-color dev: false + /mssql@9.1.1: + resolution: {integrity: sha512-m0yTx9xzUtTvJpWJHqknUXUDPRnJXZYOOFNygnNIXn1PBkLsC/rkXQdquObd+M0ZPlBhGC00Jg28zG0wCl7VWg==} + engines: {node: '>=10'} + hasBin: true + dependencies: + '@tediousjs/connection-string': 0.4.4 + commander: 9.4.1 + debug: 4.3.4(supports-color@8.1.1) + rfdc: 1.3.0 + tarn: 3.0.2 + tedious: 15.1.3 + transitivePeerDependencies: + - supports-color + dev: false + /muggle-string@0.3.1: resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==} dev: true @@ -20799,10 +20511,10 @@ packages: /nwsapi@2.2.2: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} + dev: true /nwsapi@2.2.7: resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} - dev: true /oauth-1.0a@2.2.6: resolution: {integrity: sha512-6bkxv3N4Gu5lty4viIcIAnq5GbxECviMBeKR3WX/q87SPQ8E8aursPZUtsXDnxCs787af09WPRBLqYrf/lwoYQ==} @@ -23140,7 +22852,7 @@ packages: engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /rollup@4.6.0: @@ -24474,6 +24186,26 @@ packages: - supports-color dev: false + /tedious@15.1.3: + resolution: {integrity: sha512-166EpRm5qknwhEisjZqz/mF7k14fXKJYHRg6XiAXVovd/YkyHJ3SG4Ppy89caPaNFfRr7PVYe+s4dAvKaCMFvw==} + engines: {node: '>=14'} + dependencies: + '@azure/identity': 2.1.0 + '@azure/keyvault-keys': 4.6.0 + '@js-joda/core': 5.4.1 + bl: 5.0.0 + es-aggregate-error: 1.0.8 + iconv-lite: 0.6.3 + js-md4: 0.3.2 + jsbi: 4.3.0 + native-duplexpair: 1.0.0 + node-abort-controller: 3.0.1 + punycode: 2.3.1 + sprintf-js: 1.1.2 + transitivePeerDependencies: + - supports-color + dev: false + /teeny-request@8.0.3: resolution: {integrity: sha512-jJZpA5He2y52yUhA7pyAGZlgQpcB+xLjcN0eUFxr9c8hP/H7uOXbBNVo/O0C/xVfJLJs680jvkFgVJEEvk9+ww==} engines: {node: '>=12'} @@ -25221,7 +24953,7 @@ packages: - supports-color dev: false - /typeorm@0.3.17(mssql@8.1.4)(pg@8.11.3)(redis@4.6.11)(sqlite3@5.1.6): + /typeorm@0.3.17(mssql@9.1.1)(pg@8.11.3)(redis@4.6.11)(sqlite3@5.1.6): resolution: {integrity: sha512-UDjUEwIQalO9tWw9O2A4GU+sT3oyoUXheHJy4ft+RFdnRdQctdQ34L9SqE2p7LdwzafHx1maxT+bqXON+Qnmig==} engines: {node: '>= 12.9.0'} hasBin: true @@ -25289,7 +25021,7 @@ packages: dotenv: 16.3.1 glob: 8.1.0 mkdirp: 2.1.3 - mssql: 8.1.4 + mssql: 9.1.1 pg: 8.11.3 redis: 4.6.11 reflect-metadata: 0.1.13 @@ -25933,7 +25665,7 @@ packages: postcss: 8.4.27 rollup: 3.26.3 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /vite@5.0.2: @@ -26072,8 +25804,8 @@ packages: vue: 3.3.4 dev: false - /vue-component-type-helpers@1.8.22: - resolution: {integrity: sha512-LK3wJHs3vJxHG292C8cnsRusgyC5SEZDCzDCD01mdE/AoREFMl2tzLRuzwyuEsOIz13tqgBcnvysN3Lxsa14Fw==} + /vue-component-type-helpers@1.8.24: + resolution: {integrity: sha512-lqWs/7fdRXoSBAlbouHBX+LNuaY6gI9xWW34m/ZIz9zVPYHEyw0b2/zaCBwlKx0NtKTeF/6pOpvrxVkh7nhIYg==} dev: true /vue-component-type-helpers@1.8.4: diff --git a/scripts/trim-fe-packageJson.js b/scripts/trim-fe-packageJson.js index b593352352..611cb2ec3c 100644 --- a/scripts/trim-fe-packageJson.js +++ b/scripts/trim-fe-packageJson.js @@ -1,12 +1,15 @@ -const { writeFileSync } = require('fs') +const { writeFileSync } = require('fs'); const { resolve } = require('path'); const baseDir = resolve(__dirname, '..'); const trimPackageJson = (packageName) => { const filePath = resolve(baseDir, 'packages', packageName, 'package.json'); - const { scripts, peerDependencies, devDependencies, dependencies, ...packageJson } = require(filePath); + const { scripts, peerDependencies, devDependencies, dependencies, ...packageJson } = require( + filePath, + ); writeFileSync(filePath, JSON.stringify(packageJson, null, 2) + '\n', 'utf-8'); -} +}; -trimPackageJson('design-system') -trimPackageJson('editor-ui') +trimPackageJson('@n8n/chat'); +trimPackageJson('design-system'); +trimPackageJson('editor-ui');