diff --git a/package.json b/package.json index 9dbeb78..d8e86e6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-import": "2.29.1", "globals": "14.0.0", "http-server": "14.1.1", - "playwright": "1.43.1", + "playwright": "1.45.2", "prettier": "3.2.4", "prettier-plugin-packagejson": "2.5.0", "rimraf": "5.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 06524b6..6f0cd6c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: 14.1.1 version: 14.1.1 playwright: - specifier: 1.43.1 - version: 1.43.1 + specifier: 1.45.2 + version: 1.45.2 prettier: specifier: 3.2.4 version: 3.2.4 @@ -3988,7 +3988,7 @@ packages: jest-runner: 29.7.0 jest-serializer-html: 7.1.0 jest-watch-typeahead: 2.2.2(jest@29.7.0) - playwright: 1.43.1 + playwright: 1.45.2 transitivePeerDependencies: - '@swc/helpers' - '@types/node' @@ -7999,7 +7999,7 @@ packages: jest-process-manager: 0.4.0 jest-runner: 29.7.0 nyc: 15.1.0 - playwright-core: 1.42.1 + playwright-core: 1.43.1 rimraf: 3.0.2 uuid: 8.3.2 transitivePeerDependencies: @@ -9237,15 +9237,15 @@ packages: engines: {node: '>=16'} hasBin: true - /playwright-core@1.42.1: - resolution: {integrity: sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==} - engines: {node: '>=16'} - hasBin: true - /playwright-core@1.43.1: resolution: {integrity: sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==} engines: {node: '>=16'} hasBin: true + + /playwright-core@1.45.2: + resolution: {integrity: sha512-ha175tAWb0dTK0X4orvBIqi3jGEt701SMxMhyujxNrgd8K0Uy5wMSwwcQHtyB4om7INUkfndx02XnQ2p6dvLDw==} + engines: {node: '>=18'} + hasBin: true dev: true /playwright@1.41.1: @@ -9257,12 +9257,12 @@ packages: optionalDependencies: fsevents: 2.3.2 - /playwright@1.43.1: - resolution: {integrity: sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==} - engines: {node: '>=16'} + /playwright@1.45.2: + resolution: {integrity: sha512-ReywF2t/0teRvNBpfIgh5e4wnrI/8Su8ssdo5XsQKpjxJj+jspm00jSoz9BTg91TT0c9HRjXO7LBNVrgYj9X0g==} + engines: {node: '>=18'} hasBin: true dependencies: - playwright-core: 1.43.1 + playwright-core: 1.45.2 optionalDependencies: fsevents: 2.3.2 dev: true