diff --git a/package.json b/package.json index e8b94073..44335b13 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "regexparam": "^3.0.0" }, "devDependencies": { - "@playwright/test": "1.44.1", + "@playwright/test": "1.45.2", "@solidjs/testing-library": "0.8.8", "@testing-library/jest-dom": "6.4.5", "@types/node": "20.14.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7cdd889c..d8a118d7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,8 +16,8 @@ importers: version: 3.0.0 devDependencies: '@playwright/test': - specifier: 1.44.1 - version: 1.44.1 + specifier: 1.45.2 + version: 1.45.2 '@solidjs/testing-library': specifier: 0.8.8 version: 0.8.8(solid-js@1.8.11) @@ -754,12 +754,12 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@playwright/test@1.44.1: - resolution: {integrity: sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==} - engines: {node: '>=16'} + /@playwright/test@1.45.2: + resolution: {integrity: sha512-JxG9eq92ET75EbVi3s+4sYbcG7q72ECeZNbdBlaMkGcNbiDQ4cAi8U2QP5oKkOx+1gpaiL1LDStmzCaEM1Z6fQ==} + engines: {node: '>=18'} hasBin: true dependencies: - playwright: 1.44.1 + playwright: 1.45.2 dev: true /@polka/url@1.0.0-next.25: @@ -3441,18 +3441,18 @@ packages: pathe: 1.1.2 dev: true - /playwright-core@1.44.1: - resolution: {integrity: sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==} - engines: {node: '>=16'} + /playwright-core@1.45.2: + resolution: {integrity: sha512-ha175tAWb0dTK0X4orvBIqi3jGEt701SMxMhyujxNrgd8K0Uy5wMSwwcQHtyB4om7INUkfndx02XnQ2p6dvLDw==} + engines: {node: '>=18'} hasBin: true dev: true - /playwright@1.44.1: - resolution: {integrity: sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==} - engines: {node: '>=16'} + /playwright@1.45.2: + resolution: {integrity: sha512-ReywF2t/0teRvNBpfIgh5e4wnrI/8Su8ssdo5XsQKpjxJj+jspm00jSoz9BTg91TT0c9HRjXO7LBNVrgYj9X0g==} + engines: {node: '>=18'} hasBin: true dependencies: - playwright-core: 1.44.1 + playwright-core: 1.45.2 optionalDependencies: fsevents: 2.3.2 dev: true