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: