From c175e400cc7a3d37cab21935e1d10467fbf88189 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Thu, 6 Feb 2025 18:15:21 +0000 Subject: [PATCH] fix(deps): update auto merged updates Signed-off-by: Platform Engineering Bot --- .../src/requirements.txt | 4 +-- .../chatbot-nodejs/app/Containerfile | 6 ++-- .../rag-nodejs/app/Containerfile | 6 ++-- .../rag-nodejs/app/package-lock.json | 30 +++++++++++-------- 4 files changed, 25 insertions(+), 21 deletions(-) diff --git a/model_servers/object_detection_python/src/requirements.txt b/model_servers/object_detection_python/src/requirements.txt index 772e79fd..f338c9ad 100644 --- a/model_servers/object_detection_python/src/requirements.txt +++ b/model_servers/object_detection_python/src/requirements.txt @@ -22,7 +22,7 @@ mdurl==0.1.2 mpmath==1.3.0 networkx==3.3 numpy==2.0.1 -orjson==3.10.13 +orjson==3.10.15 packaging==24.1 pillow==10.3.0 pydantic==2.7.4 @@ -39,7 +39,7 @@ shellingham==1.5.4 sniffio==1.3.1 starlette==0.37.2 sympy==1.12.1 -timm==1.0.12 +timm==1.0.14 tokenizers==0.19.1 torch==2.3.1 torchvision==0.18.1 diff --git a/recipes/natural_language_processing/chatbot-nodejs/app/Containerfile b/recipes/natural_language_processing/chatbot-nodejs/app/Containerfile index 466897f9..1aef34c0 100644 --- a/recipes/natural_language_processing/chatbot-nodejs/app/Containerfile +++ b/recipes/natural_language_processing/chatbot-nodejs/app/Containerfile @@ -1,5 +1,5 @@ # Install dependencies only when needed -FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 AS deps +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS deps USER 0 WORKDIR /app @@ -13,7 +13,7 @@ RUN \ fi # Rebuild the source code only when needed -FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 AS builder +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS builder USER 0 WORKDIR /app COPY --from=deps /app/node_modules ./node_modules @@ -28,7 +28,7 @@ ENV NEXT_TELEMETRY_DISABLED 1 RUN npm run build # Production image, copy all the files and run next -FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 AS runner +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS runner USER 0 WORKDIR /app diff --git a/recipes/natural_language_processing/rag-nodejs/app/Containerfile b/recipes/natural_language_processing/rag-nodejs/app/Containerfile index 829938fa..1aef34c0 100644 --- a/recipes/natural_language_processing/rag-nodejs/app/Containerfile +++ b/recipes/natural_language_processing/rag-nodejs/app/Containerfile @@ -1,5 +1,5 @@ # Install dependencies only when needed -FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-86 AS deps +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS deps USER 0 WORKDIR /app @@ -13,7 +13,7 @@ RUN \ fi # Rebuild the source code only when needed -FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-86 AS builder +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS builder USER 0 WORKDIR /app COPY --from=deps /app/node_modules ./node_modules @@ -28,7 +28,7 @@ ENV NEXT_TELEMETRY_DISABLED 1 RUN npm run build # Production image, copy all the files and run next -FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-86 AS runner +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-141 AS runner USER 0 WORKDIR /app diff --git a/recipes/natural_language_processing/rag-nodejs/app/package-lock.json b/recipes/natural_language_processing/rag-nodejs/app/package-lock.json index 2a4f1031..6f8953d6 100644 --- a/recipes/natural_language_processing/rag-nodejs/app/package-lock.json +++ b/recipes/natural_language_processing/rag-nodejs/app/package-lock.json @@ -3945,18 +3945,18 @@ } }, "node_modules/@langchain/community": { - "version": "0.3.23", - "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.23.tgz", - "integrity": "sha512-vO4aTwoMFdI93ejCPrPn5X77ZC+wqWrg+h9k34lXigw90gGPa9ks81Ew50o+shASmhLDV5cX7jf1ZZFbo7yGJw==", + "version": "0.3.29", + "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.29.tgz", + "integrity": "sha512-6XIPGctpH3KziFpdVDEvYBEQMMsNomffqy545shoxOLoMkZqgn1wfMs6R7ltzzS0p3LJUXW1RbwAUEuWp0rbuA==", "license": "MIT", "dependencies": { - "@langchain/openai": ">=0.2.0 <0.4.0", + "@langchain/openai": ">=0.2.0 <0.5.0", "binary-extensions": "^2.2.0", "expr-eval": "^2.0.2", "flat": "^5.0.2", "js-yaml": "^4.1.0", "langchain": ">=0.2.3 <0.3.0 || >=0.3.4 <0.4.0", - "langsmith": "^0.2.8", + "langsmith": ">=0.2.8 <0.4.0", "uuid": "^10.0.0", "zod": "^3.22.3", "zod-to-json-schema": "^3.22.5" @@ -4079,7 +4079,7 @@ "puppeteer": "*", "pyodide": ">=0.24.1 <0.27.0", "redis": "*", - "replicate": "^0.29.4", + "replicate": "*", "sonix-speech-recognition": "^2.1.1", "srt-parser-2": "^1.2.3", "typeorm": "^0.3.20", @@ -7803,9 +7803,9 @@ "license": "ISC" }, "node_modules/chromadb": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/chromadb/-/chromadb-1.10.0.tgz", - "integrity": "sha512-pgKgL2QcZpX+XJzmDQ9I0m1TpP5CqKaHl/Np8PmNRuXmj7vzaeUCPKdbAc6HA7qQr/HFaZFnJ9y4ejhwDRGqFQ==", + "version": "1.10.4", + "resolved": "https://registry.npmjs.org/chromadb/-/chromadb-1.10.4.tgz", + "integrity": "sha512-K6HLpTvOby7GVQi2CftNGS2/mW0x1A+4Zo6TRFfbJCywgBKFBKZSJXbT75fJ+JGPe+8ULi7eUNjsRdSRIdOq4A==", "license": "Apache-2.0", "dependencies": { "cliui": "^8.0.1", @@ -7817,7 +7817,8 @@ "peerDependencies": { "@google/generative-ai": "^0.1.1", "cohere-ai": "^5.0.0 || ^6.0.0 || ^7.0.0", - "openai": "^3.0.0 || ^4.0.0" + "openai": "^3.0.0 || ^4.0.0", + "voyageai": "^0.0.3-1" }, "peerDependenciesMeta": { "@google/generative-ai": { @@ -7828,6 +7829,9 @@ }, "openai": { "optional": true + }, + "voyageai": { + "optional": true } } }, @@ -20749,9 +20753,9 @@ } }, "node_modules/primereact": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/primereact/-/primereact-10.9.1.tgz", - "integrity": "sha512-mq5Pr6/zySO913RlL5oUWD+n1ygTjJjhhxBoRWhLNKx7Na8pHpswh/QCesShFXlfYyCjDOVXFVT6J2sSDceF1g==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/primereact/-/primereact-10.9.2.tgz", + "integrity": "sha512-uJTghCPlnPWJc0mvkqYJDj6bl4udROPGrMEfV4CPh7UurMS+E8b+82ABZ+OPWibQOWxnEQl5NXcfG4F/7YRXwA==", "license": "MIT", "dependencies": { "@types/react-transition-group": "^4.4.1",