From 3946395ebbf3bd5cef58be7d4eebfbe27cd06fd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:57:59 +0000 Subject: [PATCH 1/2] bun-canary: Update to version 1.1.35-canary.66+a5a0539f2 --- bucket/bun-canary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bun-canary.json b/bucket/bun-canary.json index 6c45b1e64e..64487ac2bf 100644 --- a/bucket/bun-canary.json +++ b/bucket/bun-canary.json @@ -1,5 +1,5 @@ { - "version": "1.1.35-canary.63+dafd8156b", + "version": "1.1.35-canary.66+a5a0539f2", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "homepage": "https://bun.sh/", "license": "MIT", @@ -9,7 +9,7 @@ "architecture": { "64bit": { "url": "https://github.com/oven-sh/bun/releases/download/canary/bun-windows-x64.zip", - "hash": "418efdeb53c69b25908edc90caedf718a00a2d32bceffe1307858f660dde8cd0" + "hash": "8a90d64ddfb03056735129d9890a088af20828e2a4e143417b2f8930f61200c7" } }, "extract_dir": "bun-windows-x64", From 0b732d0f787169fe1f09748324c902d610f8d8de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:57:59 +0000 Subject: [PATCH 2/2] chromedriver-canary: Update to version 133.0.6840.0 --- bucket/chromedriver-canary.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chromedriver-canary.json b/bucket/chromedriver-canary.json index c0676aedda..837772f706 100644 --- a/bucket/chromedriver-canary.json +++ b/bucket/chromedriver-canary.json @@ -1,17 +1,17 @@ { - "version": "133.0.6838.0", + "version": "133.0.6840.0", "description": "An open source tool for automated testing of webapps across many browsers", "homepage": "https://chromedriver.chromium.org/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/133.0.6838.0/win64/chromedriver-win64.zip", - "hash": "f564e5b29a27014ef343ea92a9ab6c1e8dbfc757dd264dd09b82a5d92a9c6700", + "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/133.0.6840.0/win64/chromedriver-win64.zip", + "hash": "1348f80676efa9869ccb3c92510ef3b517794bdca44b1aead25c8b67a1ddc9e0", "extract_dir": "chromedriver-win64" }, "32bit": { - "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/133.0.6838.0/win32/chromedriver-win32.zip", - "hash": "85918b912a70977f410f17e4dbdadd32aa11d0427b564165da10bca610e62111", + "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/133.0.6840.0/win32/chromedriver-win32.zip", + "hash": "596df114505d0cc50f60b53f3d2efc376a048deeb8b34db99929e243b48adf12", "extract_dir": "chromedriver-win32" } },