From 79a2c2692ffcf4c4f1311a1fa6972583436e9021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:19:14 +0000 Subject: [PATCH] Bump Microsoft.Playwright and Microsoft.Playwright.MSTest Bumps Microsoft.Playwright from 1.58.0 to 1.59.0 Bumps Microsoft.Playwright.MSTest 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.MSTest 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..575468f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -53,8 +53,8 @@ - - + + diff --git a/TELBlazor.Components.ShowCase.E2ETests/packages.lock.json b/TELBlazor.Components.ShowCase.E2ETests/packages.lock.json index a93dc8c..233b538 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", @@ -82,15 +82,15 @@ }, "Microsoft.Playwright.MSTest": { "type": "Direct", - "requested": "[1.58.0, )", - "resolved": "1.58.0", - "contentHash": "skZ47kINo9xlfOgMNqqovX/OJU0xnTQScepFVGl+mtzg9MmLTpdEpd0iLvaqQ9PV0zH3Mw3t15I4KiDO94rUUA==", + "requested": "[1.59.0, )", + "resolved": "1.59.0", + "contentHash": "YUxaUOzL5fl/X6PEaZXbbBCdwk6VSZDhGetiJ1ZZA1JkS4GOoPLUQRH4+pb+edRMUwoeMjPHNM13xN8Oimc/XA==", "dependencies": { "MSTest.TestAdapter": "2.2.7", "MSTest.TestFramework": "2.2.7", "Microsoft.NET.Test.Sdk": "17.8.0", - "Microsoft.Playwright": "1.58.0", - "Microsoft.Playwright.TestAdapter": "1.58.0" + "Microsoft.Playwright": "1.59.0", + "Microsoft.Playwright.TestAdapter": "1.59.0" } }, "Microsoft.Playwright.Xunit": { @@ -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" } },