From e4deea4c92df61a433c5e61bed426d4b4b5fbf98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 23:08:28 +0000 Subject: [PATCH] build(deps-dev): bump @playwright/test in /ui-tests Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.49.0 to 1.55.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.0...v1.55.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.55.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui-tests/package.json | 2 +- ui-tests/yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ui-tests/package.json b/ui-tests/package.json index 41c47066..eb25447d 100644 --- a/ui-tests/package.json +++ b/ui-tests/package.json @@ -16,7 +16,7 @@ "license": "BSD-3-Clause", "devDependencies": { "@jupyterlab/galata": "^5.3.0", - "@playwright/test": "^1.49.0", + "@playwright/test": "^1.55.0", "yarn-deduplicate": "^6.0.1" } } diff --git a/ui-tests/yarn.lock b/ui-tests/yarn.lock index bf9629eb..2934586f 100644 --- a/ui-tests/yarn.lock +++ b/ui-tests/yarn.lock @@ -1170,12 +1170,12 @@ dependencies: exenv-es6 "^1.1.1" -"@playwright/test@^1.48.0", "@playwright/test@^1.49.0": - version "1.49.0" - resolved "https://registry.npmjs.org/@playwright/test/-/test-1.49.0.tgz#74227385b58317ee076b86b56d0e1e1b25cff01e" - integrity sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw== +"@playwright/test@^1.48.0", "@playwright/test@^1.55.0": + version "1.55.0" + resolved "https://registry.npmjs.org/@playwright/test/-/test-1.55.0.tgz#080fa6d9ee6d749ff523b1c18259572d0268b963" + integrity sha512-04IXzPwHrW69XusN/SIdDdKZBzMfOT9UNT/YiJit/xpy2VuAoB8NHc8Aplb96zsWDddLnbkPL3TsmrS04ZU2xQ== dependencies: - playwright "1.49.0" + playwright "1.55.0" "@rjsf/core@^5.13.4": version "5.21.0" @@ -2098,17 +2098,17 @@ picocolors@^1.0.1: resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== -playwright-core@1.49.0: - version "1.49.0" - resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.0.tgz#8e69ffed3f41855b854982f3632f2922c890afcb" - integrity sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA== +playwright-core@1.55.0: + version "1.55.0" + resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0.tgz#ec8a9f8ef118afb3e86e0f46f1393e3bea32adf4" + integrity sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg== -playwright@1.49.0: - version "1.49.0" - resolved "https://registry.npmjs.org/playwright/-/playwright-1.49.0.tgz#df6b9e05423377a99658202844a294a8afb95d0a" - integrity sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A== +playwright@1.55.0: + version "1.55.0" + resolved "https://registry.npmjs.org/playwright/-/playwright-1.55.0.tgz#7aca7ac3ffd9e083a8ad8b2514d6f9ba401cc78b" + integrity sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA== dependencies: - playwright-core "1.49.0" + playwright-core "1.55.0" optionalDependencies: fsevents "2.3.2"