From 5e1370d29df1e1379124455936d7d0ed32a62448 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 23:19:34 +0000 Subject: [PATCH] chore(deps): update dependency minio/minio to release.2025-04-03t14-56-28z | datasource | package | from | to | | --------------- | ----------- | ---------------------------- | ---------------------------- | | github-releases | minio/minio | RELEASE.2025-03-12T18-04-18Z | RELEASE.2025-04-03T14-56-28Z | --- CloudronManifest.json | 2 +- Dockerfile | 2 +- test/package-lock.json | 16 ++++++++-------- test/package.json | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 94c67eb..de39757 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -6,7 +6,7 @@ "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", "version": "4.3.0", - "upstreamVersion": "RELEASE.2025-03-12T18-04-18Z", + "upstreamVersion": "RELEASE.2025-04-03T14-56-28Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648, "httpPort": 8000, diff --git a/Dockerfile b/Dockerfile index 2628401..2446468 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-03-12T18-04-18Z +ARG MINIO_VERSION=RELEASE.2025-04-03T14-56-28Z 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 42ca779..1a0f28b 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -9,10 +9,10 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "chromedriver": "^134.0.2", + "chromedriver": "^135.0.0", "expect.js": "^0.3.1", "mocha": "^11.1.0", - "selenium-webdriver": "^4.29.0", + "selenium-webdriver": "^4.30.0", "superagent": "^10.2.0" } }, @@ -337,9 +337,9 @@ } }, "node_modules/chromedriver": { - "version": "134.0.2", - "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-134.0.2.tgz", - "integrity": "sha512-r1yIHP0Lo61CdFGjZXITSY2ZGYBS5B/qwOs8NMm0r31qnyS4MAuSmMiIiZKhu+ThxfcT8zPrGPGT6RmM0LWljQ==", + "version": "135.0.0", + "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-135.0.0.tgz", + "integrity": "sha512-ilE3cIrIieiRU/a6MNpt0CL0UZs2tu0lQAes+el5SV03MB1zYIEXy+dDeueid/g8AmT1loy7TB2fjWwcHLY8lg==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -1711,9 +1711,9 @@ "license": "MIT" }, "node_modules/selenium-webdriver": { - "version": "4.29.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.29.0.tgz", - "integrity": "sha512-8XPGtDoji5xk7ZUCzFT1rqHmCp67DCzESsttId7DzmrJmlTRmRLF6X918rbwclcH89amcBNM4zB3lVPj404I0g==", + "version": "4.30.0", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.30.0.tgz", + "integrity": "sha512-3DGtQI/xyAg05SrqzzpFaXRWYL+Kku3fsikCoBaxApKzhBMUX5UiHdPb2je2qKMf2PjJiEFaj0L5xELHYRbYMA==", "funding": [ { "type": "github", diff --git a/test/package.json b/test/package.json index 33e6001..1ce1ec7 100644 --- a/test/package.json +++ b/test/package.json @@ -9,10 +9,10 @@ "author": "", "license": "ISC", "dependencies": { - "chromedriver": "^134.0.2", + "chromedriver": "^135.0.0", "expect.js": "^0.3.1", "mocha": "^11.1.0", - "selenium-webdriver": "^4.29.0", + "selenium-webdriver": "^4.30.0", "superagent": "^10.2.0" } }