diff --git a/e2e/package.json b/e2e/package.json index c311ba90..99e1794e 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -14,7 +14,7 @@ "vue": "^3.5.13" }, "devDependencies": { - "@playwright/test": "1.44.1", + "@playwright/test": "1.50.0", "@rsdoctor/cli": "workspace:*", "@rsdoctor/core": "workspace:*", "@rsdoctor/rspack-plugin": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6110da9f..ff25dfaf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,8 +76,8 @@ importers: version: 3.5.13(typescript@5.7.3) devDependencies: '@playwright/test': - specifier: 1.44.1 - version: 1.44.1 + specifier: 1.50.0 + version: 1.50.0 '@rsdoctor/cli': specifier: workspace:* version: link:../packages/cli @@ -5107,12 +5107,12 @@ packages: dev: true optional: true - /@playwright/test@1.44.1: - resolution: {integrity: sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==} - engines: {node: '>=16'} + /@playwright/test@1.50.0: + resolution: {integrity: sha512-ZGNXbt+d65EGjBORQHuYKj+XhCewlwpnSd/EDuLPZGSiEWmgOJB5RmMCCYGy5aMfTs9wx61RivfDKi8H/hcMvw==} + engines: {node: '>=18'} hasBin: true dependencies: - playwright: 1.44.1 + playwright: 1.50.0 dev: true /@pmmmwh/react-refresh-webpack-plugin@0.5.15(react-refresh@0.14.2)(webpack@5.97.1): @@ -13951,6 +13951,12 @@ packages: hasBin: true dev: true + /playwright-core@1.50.0: + resolution: {integrity: sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==} + engines: {node: '>=18'} + hasBin: true + dev: true + /playwright@1.44.1: resolution: {integrity: sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==} engines: {node: '>=16'} @@ -13961,6 +13967,16 @@ packages: fsevents: 2.3.2 dev: true + /playwright@1.50.0: + resolution: {integrity: sha512-+GinGfGTrd2IfX1TA4N2gNmeIksSb+IAe589ZH+FlmpV3MYTx6+buChGIuDLQwrGNCw2lWibqV50fU510N7S+w==} + engines: {node: '>=18'} + hasBin: true + dependencies: + playwright-core: 1.50.0 + optionalDependencies: + fsevents: 2.3.2 + dev: true + /possible-typed-array-names@1.0.0: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'}