diff --git a/package.json b/package.json index 0b0cbd4c..adc5a3f0 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "eslint-plugin-solid": "0.14.5", "glob": "11.1.0", "node-gyp": "11.4.2", - "playwright": "1.55.0", + "playwright": "1.55.1", "ts-morph": "27.0.0", "typescript": "5.9.2", "typescript-eslint": "8.43.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 246b55e2..a65143c5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -344,8 +344,8 @@ importers: specifier: 11.4.2 version: 11.4.2 playwright: - specifier: 1.55.0 - version: 1.55.0 + specifier: 1.55.1 + version: 1.55.1 ts-morph: specifier: 27.0.0 version: 27.0.0 @@ -3867,11 +3867,21 @@ packages: engines: {node: '>=18'} hasBin: true + playwright-core@1.55.1: + resolution: {integrity: sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==} + engines: {node: '>=18'} + hasBin: true + playwright@1.55.0: resolution: {integrity: sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==} engines: {node: '>=18'} hasBin: true + playwright@1.55.1: + resolution: {integrity: sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==} + engines: {node: '>=18'} + hasBin: true + plist@3.1.0: resolution: {integrity: sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==} engines: {node: '>=10.4.0'} @@ -8774,12 +8784,20 @@ snapshots: playwright-core@1.55.0: {} + playwright-core@1.55.1: {} + playwright@1.55.0: dependencies: playwright-core: 1.55.0 optionalDependencies: fsevents: 2.3.2 + playwright@1.55.1: + dependencies: + playwright-core: 1.55.1 + optionalDependencies: + fsevents: 2.3.2 + plist@3.1.0: dependencies: '@xmldom/xmldom': 0.8.11