diff --git a/package.json b/package.json index 62bd5ff..72dd327 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-import": "2.29.1", "globals": "14.0.0", "http-server": "14.1.1", - "playwright": "1.41.1", + "playwright": "1.41.2", "prettier": "3.2.4", "prettier-plugin-packagejson": "2.4.11", "rimraf": "5.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2bda924..42ce702 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,8 +57,8 @@ importers: specifier: 14.1.1 version: 14.1.1 playwright: - specifier: 1.41.1 - version: 1.41.1 + specifier: 1.41.2 + version: 1.41.2 prettier: specifier: 3.2.4 version: 3.2.4 @@ -9107,6 +9107,12 @@ packages: engines: {node: '>=16'} hasBin: true + /playwright-core@1.41.2: + resolution: {integrity: sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==} + engines: {node: '>=16'} + hasBin: true + dev: true + /playwright@1.41.1: resolution: {integrity: sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==} engines: {node: '>=16'} @@ -9116,6 +9122,16 @@ packages: optionalDependencies: fsevents: 2.3.2 + /playwright@1.41.2: + resolution: {integrity: sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==} + engines: {node: '>=16'} + hasBin: true + dependencies: + playwright-core: 1.41.2 + optionalDependencies: + fsevents: 2.3.2 + dev: true + /polished@4.2.2: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'}