From 3a490271319c907a0de6186aedeae391e5479a41 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 23 Dec 2024 01:43:55 +0000 Subject: [PATCH] chore(deps): update auto merged updates Signed-off-by: Platform Engineering Bot --- .../object_detection_python/src/requirements.txt | 8 ++++---- .../computer_vision/object_detection/app/requirements.txt | 4 ++-- .../chatbot-nodejs/app/Containerfile | 6 +++--- .../chatbot-nodejs/app/package-lock.json | 8 ++++---- .../chatbot-nodejs/app/package.json | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/model_servers/object_detection_python/src/requirements.txt b/model_servers/object_detection_python/src/requirements.txt index 0801722c..f472e31c 100644 --- a/model_servers/object_detection_python/src/requirements.txt +++ b/model_servers/object_detection_python/src/requirements.txt @@ -2,11 +2,11 @@ annotated-types==0.7.0 anyio==4.4.0 certifi==2024.6.2 charset-normalizer==3.3.2 -click==8.1.7 +click==8.1.8 dnspython==2.6.1 email_validator==2.2.0 fastapi==0.111.1 -fastapi-cli==0.0.6 +fastapi-cli==0.0.7 filelock==3.15.4 fsspec==2024.6.1 h11==0.14.0 @@ -15,7 +15,7 @@ httptools==0.6.4 httpx==0.27.2 huggingface-hub==0.23.4 idna==3.7 -Jinja2==3.1.4 +Jinja2==3.1.5 markdown-it-py==3.0.0 MarkupSafe==2.1.5 mdurl==0.1.2 @@ -29,7 +29,7 @@ pydantic==2.7.4 pydantic_core==2.18.4 Pygments==2.18.0 python-dotenv==1.0.1 -python-multipart==0.0.19 +python-multipart==0.0.20 PyYAML==6.0.2 regex==2024.5.15 requests==2.32.3 diff --git a/recipes/computer_vision/object_detection/app/requirements.txt b/recipes/computer_vision/object_detection/app/requirements.txt index 3140cadb..862d97dd 100644 --- a/recipes/computer_vision/object_detection/app/requirements.txt +++ b/recipes/computer_vision/object_detection/app/requirements.txt @@ -4,11 +4,11 @@ blinker==1.7.0 cachetools==5.3.3 certifi==2024.2.2 charset-normalizer==3.3.2 -click==8.1.7 +click==8.1.8 gitdb==4.0.11 GitPython==3.1.43 idna==3.7 -Jinja2==3.1.4 +Jinja2==3.1.5 jsonschema==4.21.1 jsonschema-specifications==2023.12.1 markdown-it-py==3.0.0 diff --git a/recipes/natural_language_processing/chatbot-nodejs/app/Containerfile b/recipes/natural_language_processing/chatbot-nodejs/app/Containerfile index ae6f855b..466897f9 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-138 AS deps +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 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-138 AS builder +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 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-138 AS runner +FROM registry.access.redhat.com/ubi8/nodejs-18-minimal:1-140 AS runner USER 0 WORKDIR /app diff --git a/recipes/natural_language_processing/chatbot-nodejs/app/package-lock.json b/recipes/natural_language_processing/chatbot-nodejs/app/package-lock.json index 7cd81704..2fe706db 100644 --- a/recipes/natural_language_processing/chatbot-nodejs/app/package-lock.json +++ b/recipes/natural_language_processing/chatbot-nodejs/app/package-lock.json @@ -28,7 +28,7 @@ "eslint": "^8", "eslint-config-next": "14.0.3", "postcss": "^8.4.39", - "tailwindcss": "^3.4.4" + "tailwindcss": "^3.4.16" } }, "node_modules/@adobe/css-tools": { @@ -17942,9 +17942,9 @@ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/recipes/natural_language_processing/chatbot-nodejs/app/package.json b/recipes/natural_language_processing/chatbot-nodejs/app/package.json index a375ecb0..de07f923 100644 --- a/recipes/natural_language_processing/chatbot-nodejs/app/package.json +++ b/recipes/natural_language_processing/chatbot-nodejs/app/package.json @@ -23,7 +23,7 @@ "eslint": "^8", "eslint-config-next": "14.0.3", "postcss": "^8.4.39", - "tailwindcss": "^3.4.4" + "tailwindcss": "^3.4.16" }, "overrides": { "typescript": "^5.5.3",