From 2b9ba46582fbe684089eab91ee9a33942068ee98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:46:57 +0000 Subject: [PATCH] build(deps): bump @playwright/test from 1.36.1 to 1.39.0 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.36.1 to 1.39.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.36.1...v1.39.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 27 +++++++++++++++++---------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 0c765a91..425163d2 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@csstools/postcss-global-data": "^2.0.1", "@csstools/postcss-progressive-custom-properties": "^3.0.0", "@fullhuman/postcss-purgecss": "^5.0.0", - "@playwright/test": "^1.36.1", + "@playwright/test": "^1.39.0", "@rushstack/eslint-patch": "^1.3.2", "@total-typescript/ts-reset": "^0.4.2", "@types/jest": "^29.5.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5e82f7da..ef9410a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ dependencies: specifier: ^5.0.0 version: 5.0.0(postcss@8.4.26) '@playwright/test': - specifier: ^1.36.1 - version: 1.36.1 + specifier: ^1.39.0 + version: 1.39.0 '@rushstack/eslint-patch': specifier: ^1.3.2 version: 1.3.2 @@ -2348,15 +2348,12 @@ packages: tslib: 2.6.1 dev: false - /@playwright/test@1.36.1: - resolution: {integrity: sha512-YK7yGWK0N3C2QInPU6iaf/L3N95dlGdbsezLya4n0ZCh3IL7VgPGxC6Gnznh9ApWdOmkJeleT2kMTcWPRZvzqg==} + /@playwright/test@1.39.0: + resolution: {integrity: sha512-3u1iFqgzl7zr004bGPYiN/5EZpRUSFddQBra8Rqll5N0/vfpqlP9I9EXqAoGacuAbX6c9Ulg/Cjqglp5VkK6UQ==} engines: {node: '>=16'} hasBin: true dependencies: - '@types/node': 20.4.5 - playwright-core: 1.36.1 - optionalDependencies: - fsevents: 2.3.2 + playwright: 1.39.0 dev: false /@polka/url@1.0.0-next.21: @@ -8405,10 +8402,20 @@ packages: resolution: {integrity: sha512-VPw57UU9G/NVWTTqWjyF+7xOLDSTOUKeX9UTsMGTKZnc4cRsbMa26EeTcZiKcOdOPM2QNJbPhyrhX6S2Yc0juA==} dev: false - /playwright-core@1.36.1: - resolution: {integrity: sha512-7+tmPuMcEW4xeCL9cp9KxmYpQYHKkyjwoXRnoeTowaeNat8PoBMk/HwCYhqkH2fRkshfKEOiVus/IhID2Pg8kg==} + /playwright-core@1.39.0: + resolution: {integrity: sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==} + engines: {node: '>=16'} + hasBin: true + dev: false + + /playwright@1.39.0: + resolution: {integrity: sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==} engines: {node: '>=16'} hasBin: true + dependencies: + playwright-core: 1.39.0 + optionalDependencies: + fsevents: 2.3.2 dev: false /portscanner@2.2.0: