From f851d8fc4227fd8b8bd2456a35ca72bcfeade1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:06:49 +0000 Subject: [PATCH] build(deps-dev): bump @playwright/test from 1.52.0 to 1.59.1 in /demo Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.52.0 to 1.59.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.52.0...v1.59.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.59.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/package.json b/demo/package.json index 70b8f30b..cceb6698 100644 --- a/demo/package.json +++ b/demo/package.json @@ -45,7 +45,7 @@ "@bem-react/classname": "^1.6.0", "@gravity-ui/icons": "^2.12.0", "@playwright/experimental-ct-react": "1.52.0", - "@playwright/test": "1.52.0", + "@playwright/test": "1.59.1", "@storybook/addon-docs": "10.3.5", "@storybook/addon-webpack5-compiler-babel": "4.0.1", "@storybook/cli": "10.3.5",