From 49ac8aa3d5d981f8c510d12339d3bb7fd4296ac2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Oct 2025 08:59:33 +0000 Subject: [PATCH] fix: upgrade playwright from 1.50.0 to 1.55.1 Snyk has created this PR to upgrade playwright from 1.50.0 to 1.55.1. See this package in pnpm: playwright See this project in Snyk: https://app.snyk.io/org/ebothegreat/project/292b81c4-7491-4542-aaad-21d2ae17cf04?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- pnpm-lock.yaml | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5d0a926..c8f9d79 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "jotai": "^2.11.1", "motion": "^12.0.3", "next": "15.1.6", - "playwright": "^1.50.0", + "playwright": "^1.55.1", "playwright-core": "^1.50.0", "posthog-js": "^1.209.3", "react": "^19.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c75d71c..7501141 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: 15.1.6 version: 15.1.6(@opentelemetry/api@1.9.0)(@playwright/test@1.50.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) playwright: - specifier: ^1.50.0 - version: 1.50.0 + specifier: ^1.56.1 + version: 1.56.1 playwright-core: specifier: ^1.50.0 version: 1.50.0 @@ -1630,11 +1630,21 @@ packages: engines: {node: '>=18'} hasBin: true + playwright-core@1.56.1: + resolution: {integrity: sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==} + engines: {node: '>=18'} + hasBin: true + playwright@1.50.0: resolution: {integrity: sha512-+GinGfGTrd2IfX1TA4N2gNmeIksSb+IAe589ZH+FlmpV3MYTx6+buChGIuDLQwrGNCw2lWibqV50fU510N7S+w==} engines: {node: '>=18'} hasBin: true + playwright@1.56.1: + resolution: {integrity: sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==} + engines: {node: '>=18'} + hasBin: true + possible-typed-array-names@1.0.0: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'} @@ -3733,12 +3743,20 @@ snapshots: playwright-core@1.50.0: {} + playwright-core@1.56.1: {} + playwright@1.50.0: dependencies: playwright-core: 1.50.0 optionalDependencies: fsevents: 2.3.2 + playwright@1.56.1: + dependencies: + playwright-core: 1.56.1 + optionalDependencies: + fsevents: 2.3.2 + possible-typed-array-names@1.0.0: {} postcss-import@15.1.0(postcss@8.5.1):