From 4d926a3058edaf1d47b7c5ff42e4c2ab1ab9f996 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Jan 2025 10:40:50 +0000 Subject: [PATCH] chore(deps): update dependency minio/minio to release.2025-01-20t14-49-07z | datasource | package | from | to | | --------------- | ----------- | ---------------------------- | ---------------------------- | | github-releases | minio/minio | RELEASE.2025-01-18T00-31-37Z | RELEASE.2025-01-20T14-49-07Z | --- CloudronManifest.json | 2 +- Dockerfile | 2 +- test/package-lock.json | 10 +++++----- test/package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 50e2ee4..350074a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", "version": "4.0.0", - "upstreamVersion": "RELEASE.2025-01-18T00-31-37Z", + "upstreamVersion": "RELEASE.2025-01-20T14-49-07Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000, diff --git a/Dockerfile b/Dockerfile index 8789fa1..ba23d60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/code WORKDIR /app/code # renovate: datasource=github-releases depName=minio/minio versioning=regex:^RELEASE\.(?\d{4})-(?\d{2})-(?\d{2})T(?.+) -ARG MINIO_VERSION=RELEASE.2025-01-18T00-31-37Z +ARG MINIO_VERSION=RELEASE.2025-01-20T14-49-07Z RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION} -O /app/code/minio && chmod +x /app/code/minio diff --git a/test/package-lock.json b/test/package-lock.json index 29dbec6..12ca863 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -12,7 +12,7 @@ "chromedriver": "^132.0.0", "expect.js": "^0.3.1", "mocha": "^11.0.1", - "selenium-webdriver": "^4.27.0", + "selenium-webdriver": "^4.28.1", "superagent": "^10.1.1" } }, @@ -1708,9 +1708,9 @@ "license": "MIT" }, "node_modules/selenium-webdriver": { - "version": "4.27.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.27.0.tgz", - "integrity": "sha512-LkTJrNz5socxpPnWPODQ2bQ65eYx9JK+DQMYNihpTjMCqHwgWGYQnQTCAAche2W3ZP87alA+1zYPvgS8tHNzMQ==", + "version": "4.28.1", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.28.1.tgz", + "integrity": "sha512-TwbTpu/NUQkorBODGAkGowJ8sar63bvqi66/tjqhS05rBl34HkVp8DoRg1cOv2iSnNonVSbkxazS3wjbc+NRtg==", "funding": [ { "type": "github", @@ -1729,7 +1729,7 @@ "ws": "^8.18.0" }, "engines": { - "node": ">= 14.21.0" + "node": ">= 18.20.5" } }, "node_modules/serialize-javascript": { diff --git a/test/package.json b/test/package.json index e5f79c9..eb3a46a 100644 --- a/test/package.json +++ b/test/package.json @@ -12,7 +12,7 @@ "chromedriver": "^132.0.0", "expect.js": "^0.3.1", "mocha": "^11.0.1", - "selenium-webdriver": "^4.27.0", + "selenium-webdriver": "^4.28.1", "superagent": "^10.1.1" } }