From 4a39726147c8a3f29f50a0c5fb7e2807c1338212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:19:33 +0000 Subject: [PATCH] Bump Microsoft.Playwright and Microsoft.Playwright.Xunit Bumps Microsoft.Playwright from 1.58.0 to 1.59.0 Bumps Microsoft.Playwright.Xunit from 1.58.0 to 1.59.0 --- updated-dependencies: - dependency-name: Microsoft.Playwright dependency-version: 1.59.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Playwright.Xunit dependency-version: 1.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 4 ++-- .../packages.lock.json | 22 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index f9437ca..7494296 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -53,9 +53,9 @@ - + - + diff --git a/TELBlazor.Components.ShowCase.E2ETests/packages.lock.json b/TELBlazor.Components.ShowCase.E2ETests/packages.lock.json index a93dc8c..52d7743 100644 --- a/TELBlazor.Components.ShowCase.E2ETests/packages.lock.json +++ b/TELBlazor.Components.ShowCase.E2ETests/packages.lock.json @@ -71,9 +71,9 @@ }, "Microsoft.Playwright": { "type": "Direct", - "requested": "[1.58.0, )", - "resolved": "1.58.0", - "contentHash": "LYLB00NUTzdY3NEN+fOQcxNuVALoGJMMWZYQINGBs4MfsKcTvr6WKoAmSsT5D4pPOOnN8uAyushEzoQ8qUEb0w==", + "requested": "[1.59.0, )", + "resolved": "1.59.0", + "contentHash": "igqHbZMmXI6cYNPg1X1o5/51U3CQp83lvvov/d/zmus2wlG1LjvpEL6i1Jx51pRahPtSyppvwq+ZoBfxeSjiew==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "6.0.0", "System.ComponentModel.Annotations": "5.0.0", @@ -95,12 +95,12 @@ }, "Microsoft.Playwright.Xunit": { "type": "Direct", - "requested": "[1.58.0, )", - "resolved": "1.58.0", - "contentHash": "Qm51IjyMr58k1ePTYkO/X+7ctL5PtWURdbzqy4BBJL31zbNISQfBF9h7Hb/vdZ83H43qVPKD1HEDz06KVnxzbQ==", + "requested": "[1.59.0, )", + "resolved": "1.59.0", + "contentHash": "jxl4pUycxN7uNs0U7rMAK3KsrJTR2OhrlEj3Q1KDllFTUSSNL0Wsgl6owJ/p2f/YkpEExINQZ5tTKkI47IqtKg==", "dependencies": { - "Microsoft.Playwright": "1.58.0", - "Microsoft.Playwright.TestAdapter": "1.58.0", + "Microsoft.Playwright": "1.59.0", + "Microsoft.Playwright.TestAdapter": "1.59.0", "xunit.extensibility.core": "2.8.0" } }, @@ -481,10 +481,10 @@ }, "Microsoft.Playwright.TestAdapter": { "type": "Transitive", - "resolved": "1.58.0", - "contentHash": "mEWc9BOVb2b4koGBz9xZjyHstclS/xkWmCFC/hDE3ru+NvLE2NCRvWJ8f/RmCVFHN9MlW56JyZqGHkfSbQemdA==", + "resolved": "1.59.0", + "contentHash": "/1BaG9hz5eU5o8AWGgB9IY6vkV/VSTnkXYq9hX7ef6dRV8q+vo+NvmkvFhJasy3g/Ge3/7WGmnxfbHlC1CfN+w==", "dependencies": { - "Microsoft.Playwright": "1.58.0", + "Microsoft.Playwright": "1.59.0", "Microsoft.TestPlatform.ObjectModel": "17.3.0" } },