From bbf43c1ac3a9a0b3397ffac190712ebc06fd7095 Mon Sep 17 00:00:00 2001 From: Ebru Yucesar Date: Mon, 3 Feb 2025 10:29:10 -0500 Subject: [PATCH] upgrade playwright --- package-lock.json | 26 +++++++++++++------------- package.json | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c87634..1547432 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@harvard-lil/js-wacz": "^0.1.6", "@harvard-lil/portal": "^0.0.2", "@laverdet/beaugunderson-ip-address": "^8.1.0", - "@playwright/browser-chromium": "^1.50.0", + "@playwright/browser-chromium": "^1.50.1", "browsertrix-behaviors": "0.6.0", "chalk": "^5.2.0", "commander": "^12.0.0", @@ -22,7 +22,7 @@ "loglevel-plugin-prefix": "^0.8.4", "node-stream-zip": "^1.15.0", "nunjucks": "^3.2.3", - "playwright": "^1.50.0", + "playwright": "^1.50.1", "uuid": "^9.0.0", "warcio": "^2.1.0" }, @@ -392,12 +392,12 @@ } }, "node_modules/@playwright/browser-chromium": { - "version": "1.50.0", - "resolved": "https://registry.npmjs.org/@playwright/browser-chromium/-/browser-chromium-1.50.0.tgz", - "integrity": "sha512-O2ZTMSArxJcBRfhUbcyzeZ4YLwwMCMINYJZIasDZQ3JBoI45m8ds4BSndvhpJGQrpyqI2tJHYooY+BIvlgI34w==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/@playwright/browser-chromium/-/browser-chromium-1.50.1.tgz", + "integrity": "sha512-odDVeETxPjB/TENtKVpfa/p7ZZ1/awda0tgknSDHNd4R2KrE1vrkNysc3rws3mh2ecQf6UOeI15eaUcNm5YxUg==", "hasInstallScript": true, "dependencies": { - "playwright-core": "1.50.0" + "playwright-core": "1.50.1" }, "engines": { "node": ">=18" @@ -4323,11 +4323,11 @@ } }, "node_modules/playwright": { - "version": "1.50.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.0.tgz", - "integrity": "sha512-+GinGfGTrd2IfX1TA4N2gNmeIksSb+IAe589ZH+FlmpV3MYTx6+buChGIuDLQwrGNCw2lWibqV50fU510N7S+w==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.1.tgz", + "integrity": "sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==", "dependencies": { - "playwright-core": "1.50.0" + "playwright-core": "1.50.1" }, "bin": { "playwright": "cli.js" @@ -4340,9 +4340,9 @@ } }, "node_modules/playwright-core": { - "version": "1.50.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0.tgz", - "integrity": "sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.1.tgz", + "integrity": "sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==", "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index dbb9810..7155e57 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@harvard-lil/js-wacz": "^0.1.6", "@harvard-lil/portal": "^0.0.2", "@laverdet/beaugunderson-ip-address": "^8.1.0", - "@playwright/browser-chromium": "^1.50.0", + "@playwright/browser-chromium": "^1.50.1", "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.50.0", + "playwright": "^1.50.1", "uuid": "^9.0.0", "warcio": "^2.1.0" },