From f35198d01efa58a876a64e849f028318a6f93b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 20:17:28 +0000 Subject: [PATCH] Bump Microsoft.Playwright.Xunit from 1.59.0 to 1.60.0 --- updated-dependencies: - dependency-name: Microsoft.Playwright.Xunit dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 2 +- .../packages.lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e4513d3..dece11b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -55,7 +55,7 @@ - + diff --git a/TELBlazor.Components.ShowCase.E2ETests/packages.lock.json b/TELBlazor.Components.ShowCase.E2ETests/packages.lock.json index 6422885..067540a 100644 --- a/TELBlazor.Components.ShowCase.E2ETests/packages.lock.json +++ b/TELBlazor.Components.ShowCase.E2ETests/packages.lock.json @@ -95,12 +95,12 @@ }, "Microsoft.Playwright.Xunit": { "type": "Direct", - "requested": "[1.59.0, )", - "resolved": "1.59.0", - "contentHash": "jxl4pUycxN7uNs0U7rMAK3KsrJTR2OhrlEj3Q1KDllFTUSSNL0Wsgl6owJ/p2f/YkpEExINQZ5tTKkI47IqtKg==", + "requested": "[1.60.0, )", + "resolved": "1.60.0", + "contentHash": "rSnHk55Vv41UDoMgsuqISv1VSZ8H20b/ifBOmv7zCbkfuRFBCfbe1ZHrWm72BB8uQOPpVP1nyidu45w+e79kqw==", "dependencies": { - "Microsoft.Playwright": "1.59.0", - "Microsoft.Playwright.TestAdapter": "1.59.0", + "Microsoft.Playwright": "1.60.0", + "Microsoft.Playwright.TestAdapter": "1.60.0", "xunit.extensibility.core": "2.8.0" } },