From 440a052ef6a701ef569480e0539f1ed00b095d27 Mon Sep 17 00:00:00 2001 From: Christopher Setzer <37311998+cmsetzer@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:06:56 -0700 Subject: [PATCH] Playwright 1.45.3 Changelog: https://github.com/microsoft/playwright/releases/tag/v1.45.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ee08e8..227c7c5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@harvard-lil/js-wacz": "^0.1.3", "@harvard-lil/portal": "^0.0.2", "@laverdet/beaugunderson-ip-address": "^8.1.0", - "@playwright/browser-chromium": "^1.45.2", + "@playwright/browser-chromium": "^1.45.3", "browsertrix-behaviors": "0.6.0", "chalk": "^5.2.0", "commander": "^12.0.0", @@ -57,7 +57,7 @@ "loglevel-plugin-prefix": "^0.8.4", "node-stream-zip": "^1.15.0", "nunjucks": "^3.2.3", - "playwright": "^1.45.2", + "playwright": "^1.45.3", "uuid": "^9.0.0", "warcio": "^2.1.0" },