Skip to content

Commit b71be00

Browse files
kblokclaude
andcommitted
chore: roll Firefox to 150.0.2
Ports upstream PR #14946 by bumping the default Firefox build id from stable_150.0.1 to stable_150.0.2. puppeteer/puppeteer#14946 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1ff280a commit b71be00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/PuppeteerSharp/BrowserData/Firefox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static class Firefox
1717
/// <summary>
1818
/// Default firefox build.
1919
/// </summary>
20-
public const string DefaultBuildId = "stable_150.0.1";
20+
public const string DefaultBuildId = "stable_150.0.2";
2121

2222
private static readonly Dictionary<string, string> _cachedBuildIds = [];
2323

0 commit comments

Comments
 (0)